Web  |  Images  |  Video  |  Mp3  |  News  |  Jobs  |  Directory
 

Stallman, Richard@ (9)
 
Ada@ (25 290)
C@ (23 256)
C++@ (24 767)
CHILL@ (3)
Fortran@ (8)
GNU Pascal@ (4)
Java@ (34 2670)
Objective-C@ (20)
 
DJGPP@ (15)
GNU Hurd@ (19)

 

32 sites in GNU Compiler Collection

Creative Computing - Distance Learning Save
An innovative new Bsc from Goldsmiths, London's Creative University.
www.LondonExternal.ac.uk/comp (sponsored link)
 
GCC: GNU Compiler Collection Save
Developed by GNU project as free compiler for GNU system. Front ends: C, C++, Objective-C, Fortran, Java, Ada; libraries for libstdc++, and libgcj. Mission, mail lists, timeline, contributors, committee, instructions, manual, FAQ, downloads, plans, bug reports. [Open Source, GPL]
http://gcc.gnu.org/   
GNU Toolchain Developers' Summit Save
Brings together the core development team of the GNU Compiler Collection with those working on the other toolchain components to discuss the state of the art.
http://www.gccsummit.org/   
ACOVEA (Analysis of Compiler Options via Evolutionary Algorithm) Save
ACOVEA (Analysis of Compiler Options via Evolutionary Algorithm) implements a genetic algorithm to the analysis of GNU C compiler optimization flags.
http://www.coyotegulch.com/products/a...   
An Introduction to GCC Save
A printed tutorial for new users of GCC, published under the GNU Free Documentation License.
http://www.network-theory.co.uk/gcc/i...   
Building and Testing gcc/glibc cross toolchains Save
Script to automatically download, patch, build, and test binutils, gcc, and glibc cross-toolchains.
http://kegel.com/crosstool/   
D Front End for GCC Save
For GCC 3.3.x, 3.4.x versions supporting FreeBSD, Linux, Mac OS X, Cygwin. Description, build instructions, downloads, links, contact. [Open source]
http://dgcc.sourceforge.net/   
EGCS: Experimental GNU Compiler System Save
Project fused work on GNU C, C++, Objective-C, Ada, Fortran compilers, and libc++, to speed up work to improve GCC. In April 1999 was merged into general GCC effort under control of GCC steering committee. Descriptions, a few links.
http://www.gnu.org/software/gcc/egcs-...   
First Annual GCC Developers' Summit Save
An opportunity for the core developers of all parts of the GNU Compiler Collection to get together with those from other portions of the Development tools community. May 25-27, 2003.
http://www.gccsummit.org/2003/   
G++ FAQ Save
List of Frequently Asked Questions for G++ users.
http://www.jcu.edu.au/docs/gnu/g FAQ...   
GCC Myths and Facts Save
Optimizing GCC mostly for x86 CPU and C/C++, but parts can apply to all supported CPUs and languages. Many useful forum comments. [freshmeat.net]
http://freshmeat.net/articles/view/730/   
GCC Wiki Save
GCC info, structure, improvements quicklinks, people, history and links.
http://gcc.gnu.org/wiki/   
GCC XML Node Introspector Project Save
Project to create an XML interface to the GCC AST tree_nodes and store in Postgres Database.
http://sourceforge.net/projects/intro...   
GCC for the 6809 Save
GCC port for the Motorola 6809.
http://www.oddchange.com/gcc6809/   
GHDL Save
A written in Ada95 GCC front-end. It is a VHDL simulator and implements nearly all VHDL87 and some features of VHDL93.
http://ghdl.free.fr/   
GNU ARM Save
Toolchain in binary and source formats for several operating systems. Also includes reference material and links for embedded programming using the ARM CPU.
http://www.gnuarm.com/   
GNU Objective-C runtime features Save
Some notes about garbage collection and type information strings in the GNU Objective-C runtime (2.95.3 GCC version).
http://gcc.gnu.org/onlinedocs/gcc-2.9...   
GNUDE: GNU Development Environment Save
Suite of GNU C/C++, Fortran, Java cross compilers, and Insight/GDB debugger hosted on Windows NT/2K/XP for embedded ARM7/9, XScale CPU program development. Assembler, compilers, linker, header files, STL, libraries, documents.
http://gnude.sourceforge.net/   
LWN: GCC gets a new Optimizer Framework Save
Artciel by Steven Bosscher and Diego Novillo. The first bits a major compiler internals overhaul have been merged into the development mainline of the GNU Compiler Collection (GCC) for inclusion in the next release.
http://lwn.net/Articles/84888/   
Linux C and C++ Compilers Save
Medium long review compares 2 compilers, some useful tables. GCC holds its own against Intel C++, wins some benchmarks it lost before. Intel still wins some. Differences are less. [Coyote Gulch Productions]
http://www.coyotegulch.com/reviews/li...   
Making and using libraries Save
Guide work with libraries (.a files) in g++.
http://www.delorie.com/djgpp/doc/ug/l...   
Migrating to gcc-3.4 Save
A collection of migration guides to help programmers updating their code to be gcc-3.4 compatible.
http://kegel.com/gcc/gcc3.4.html   
MinGW: Minimalist GNU for Windows Save
Compiler system uses GCC to produce Windows programs. Win32 ports of GCC, GDB, binutils to build native Win32 programs that rely on no 3rd party DLLs.
http://www.mingw.org/   
OpenCOBOL Save
An experimental implementation of a COBOL frontend for GCC.
http://www.open-cobol.org/gcc.html   
Optimization in GCC Save
By M. Tim Jones. Here's what the O options mean in GCC, why some optimizations aren't optimal after all and how you can make specialized optimization choices for your application. [Linux Journal]
http://www.linuxjournal.com/article/7269   
Optimizing GCC Save
How much faster can GCC compile a Linux kernel if GCC is optimized? Doing the compiler alone ups speed 33%. Description, benchmark times. [Linux Gazette]
http://tldp.org/LDP/LG/issue88/piszcz...   
PL/1 for GCC Save
A PL/1 front-end for GNU Compiler Collection. It based on the syntax from IBM OS PL/I Version 2.
http://pl1gcc.sourceforge.net/   
Pentium Compiler Group Save
Founded late 1995 to enhance and support Pentium optimizing in GCC. GCC optimizes well, but the new x86 architecture needed different optimizing strategies. Descriptions, FAQs, downloads (source, binary), mirrors, links.
http://www.goof.com/pcg/   
Pinapa Save
An open source SystemC front-end. It relies on GCC to parse the C++, and on the SystemC library itself to extract the architecture of the platform to analyze.
http://greensocs.sourceforge.net/pinapa/   
RHIDE Save
IDE for DJGPP and other GCC-based systems, by Robert Hoehne, Salvador Eduardo Tropea. Runs on DOS, Linux, looks like old Borland DOS IDE. Has project management, frontend to GCC C/C++, syntax highlighting, integrated debugger. [Open Source, GPL]
http://www.rhide.com/   
Writing a GCC Front End Save
By Tom Tromey. This article provides a tour of how you would go about connecting your own compiler front end to GCC.
http://www.linuxjournal.com/article/7884   
distcc Save
A gcc wrapper that speeds compilation by transparently distributing work across several machines. [Open source, GPL]
http://distcc.samba.org/   
Forum - Usenet comp.compilers
Forum - Usenet gnu.gcc
Forum - Usenet gnu.gcc.help

See also
Computers: Programming: Languages: Ada: Compilers (21)
Computers: Programming: Languages: C++: Compilers (19)
Computers: Programming: Languages: C: Compilers (43)
Computers: Programming: Languages: Fortran: Compilers (31)
Computers: Programming: Languages: Java: Development Tools: Translators (45)
Computers: Programming: Languages: Objective-C: Compilers and Environments (7)
Computers: Programming: Languages: Pascal: Compilers (23)

Help build the largest human-edited directory of the web
Suggest a site | Open Directory Project | Become an editor

Copyright ©1995-2008