-
ACOVEA (Analysis of Compiler Options via Evolutionary Algorithm) implements a genetic algorithm to the analysis of GNU C compiler optimization flags.
-
A printed tutorial for new users of GCC, published under the GNU Free Documentation License.
-
Script to automatically download, patch, build, and test binutils, gcc, and glibc cross-toolchains.
-
For GCC 3.3.x, 3.4.x versions supporting FreeBSD, Linux, Mac OS X, Cygwin. Description, build instructions, downloads, links, contact. [Open source]
-
Optimizer for gcc generated x86 code. Lists results of optimizations, compares performance of the optimizer-generated code with performance of the code generated by gcc and icc x86 compilers.
-
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.
-
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.
-
List of Frequently Asked Questions for G++ users.
-
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.
-
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]
-
GCC info, structure, improvements quicklinks, people, history and links.
-
Project to create an XML interface to the GCC AST tree_nodes and store in Postgres Database.
-
GCC port for the Motorola 6809.
-
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]
-
A VHDL simulator and implements nearly all VHDL87 and some features of VHDL93. GHDL is written in Ada95 and it is a GCC front-end. [Open source, GPL]
-
Toolchain in binary and source formats for several operating systems. Also includes reference material and links for embedded programming using the ARM CPU.
-
This is a wikibook describing internals of GNU C Compiler Collection. A number of authors have contributed to it.
-
Some notes about garbage collection and type information strings in the GNU Objective-C runtime (2.95.3 GCC version).
-
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.
-
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.
-
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]
-
Guide work with libraries (.a files) in g++.
-
A collection of migration guides to help programmers updating their code to be gcc-3.4 compatible.
-
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. Website also contains MSYS, a Minimal SYStem, a shell, with which a configure script could be executed.
-
An experimental implementation of a COBOL frontend for GCC. [Open source, LGPL]
-
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]
-
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]
-
Project to create a native PL/I compiler using the GCC. Downloadable scanner and parser for pl1, and a set of test files and a very rudimentary build and test system.
-
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.
-
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.
-
An integrated development environment (IDE) for DJGPP running under Windows.
-
By Tom Tromey. This article provides a tour of how you would go about connecting your own compiler front end to GCC.
-
A gcc wrapper that speeds compilation by transparently distributing work across several machines. [Open source, GPL]