/dire.Programming.Compilers.GNU_Compiler_Collection.html Websites2007.org on 2008 : Programming : Compilers : GNU Compiler Collection
  computers  

GNU Compiler Collection


Websites2007.org on 2008 : Programming : Compilers : GNU Compiler Collection

  • Ada @ (272) 09-08
  • Objective-C @ (19) 09-08
  • CHILL @ (3) 09-08
  • Stallman, Richard @ (9) 09-08
  •  
  • GNU Pascal @ (4) 09-08
  • GNU Hurd @ (18) 09-08
  • DJGPP @ (15) 09-08
  • C++ @ (751) 09-08
  •  
  • Java @ (2501) 09-08
  • C @ (250) 09-08
  • Fortran @ (8) 09-08

  •   30 pages found in GNU Compiler Collection:

    Pentium Compiler Group - 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/

    MinGW: Minimalist GNU for Windows - 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/

    Migrating to gcc-3.4 - A collection of migration guides to help programmers updating their code to be gcc-3.4 compatible.
    http://kegel.com/gcc/gcc3.4.html

    GCC for the 6809 - GCC port for the Motorola 6809.
    http://www.oddchange.com/gcc6809/

    GCC Myths and Facts - 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] <small>(February 15, 2003)</small>
    http://freshmeat.net/articles/view/730/

    GCC & GNU Toolchain Developers' Summit - 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/

    Pinapa - 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/

    GHDL - 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/

    LWN: GCC gets a new Optimizer Framework - 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. <small>(May 12, 2004)</small>
    http://lwn.net/Articles/84888/

    RHIDE - 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/

    DaLSoft - 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.
    http://www.dalsoft.com/

    GNUDE: GNU Development Environment - 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/

    Writing a GCC Front End - By Tom Tromey. This article provides a tour of how you would go about connecting your own compiler front end to GCC. <small>(April 6, 2005)</small>
    http://www.linuxjournal.com/article/7884

    G++ FAQ - List of Frequently Asked Questions for G++ users.
    http://www.jcu.edu.au/docs/gnu/g++FAQ.html

    D Front End for GCC - 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/

    Optimizing GCC - 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] <small>(March, 2003)</small>
    http://tldp.org/LDP/LG/issue88/piszcz.html

    Building and Testing gcc/glibc cross toolchains - Script to automatically download, patch, build, and test binutils, gcc, and glibc cross-toolchains.
    http://kegel.com/crosstool/

    EGCS: Experimental GNU Compiler System - 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-1.1/

    GCC XML Node Introspector Project - Project to create an XML interface to the GCC AST tree_nodes and store in Postgres Database.
    http://sourceforge.net/projects/introspector

    GNU ARM - 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 C Compiler Internals Wikibook - This is a wikibook describing internals of GNU C Compiler Collection. A number of authors have contributed to it.
    http://en.wikibooks.org/wiki/GNU_C_Compiler_Internals

    An Introduction to GCC - A printed tutorial for new users of GCC, published under the GNU Free Documentation License.
    http://www.network-theory.co.uk/gcc/intro/

    distcc - A gcc wrapper that speeds compilation by transparently distributing work across several machines. [Open source, GPL]
    http://distcc.samba.org/

    ACOVEA (Analysis of Compiler Options via Evolutionary Algorithm) - 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/acovea/

    PL/1 for GCC - 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/

    GNU Objective-C runtime features - 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.95.3/objc-features_toc.html

    Linux C and C++ Compilers - 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/linux_compilers/index.html

    Optimization in GCC - 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] <small>(January 26, 2005)</small>
    http://www.linuxjournal.com/article/7269

    First Annual GCC Developers' Summit - 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. <small>(May 25, 2003)</small>
    http://www.gccsummit.org/2003/

    Making and using libraries - Guide work with libraries (.a files) in g++.
    http://www.delorie.com/djgpp/doc/ug/larger/archives.html




    Help build the largest human-edited directory on the web.
      Submit a Site - Open Directory Project - Become an Editor  
    Myspace Layouts - Bad Credit Mortgages - Credit Cards - Buy Anything On eBay - News
    --BEGIN VALIDATION CODE--
    B gGmW lGlRkUfX dAcBbEfJ c WnD dNtAbLqCaReF jLsO dXtToLcI j SrHrZaV uVzA pWeEwGcSrRkFtDoS d LnRg KyEzTyT iK tHgQk Z aNbWcObXeJsKqUcRsXsHsOhG oNzPcEcA gToLpYgMvGpS rYoPdEzEwRiAfF vNvFjUcJnTmZbH eUyOuC rEzZbU sZwB kNoZ t DqHiSi P qDcDzC hohositeX2006
    --END VALIDATION CODE--


    © 2007 Best viewed in Internet Explorer 5+ or Netscape 6+

    Recommended Sites: 1. Arts - Business - Computers - Games - Health - Home - Kids and Teens - News - Recreation - Reference - Regional - Science - Shopping - Society - Sports - World Miss Gallery - Top Anime Hentai - DVD rental by mail - Computers
    Copyright 2006 S: 2007-01-23
    websites2007