summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add a "-gcc-tool-args" option. This option acts like the "-tool-args" option,Bill Wendling2009-03-02
* Fix the calculation for how big the allocated stub needs to be.Nate Begeman2009-03-02
* Remove all dbg symobls, including those with circular references.Devang Patel2009-03-02
* Fix main executable path name resolution on FreeBSD, patch by Chris Lattner2009-03-02
* Add some more clang related release notes.Daniel Dunbar2009-03-02
* drop support for GCC 2.x as it is hopelessly broken anywayGabor Greif2009-03-02
* Remove incorrect information about fortran on Darwin.Tanya Lattner2009-03-02
* fix broken GCC bugzilla linkGabor Greif2009-03-02
* add a Q/A on broken GCCsGabor Greif2009-03-02
* update blurb per Shannon Weyrick.Chris Lattner2009-03-02
* Try to make the meaning of 'nocapture' a bit clearer. IDuncan Sands2009-03-02
* Use GCC not gcc, like everywhere else in this document.Duncan Sands2009-03-02
* Grammar and punctuation fixes.John Criswell2009-03-02
* Declare Sentinel fragments as mutable to get ridGabor Greif2009-03-02
* remove a deprecated interface that was pretty uselessGabor Greif2009-03-02
* note the removal of deprecated interfacesGabor Greif2009-03-02
* fix typoGabor Greif2009-03-02
* minor tweaksGabor Greif2009-03-02
* minor tweaksGabor Greif2009-03-02
* Remove duplication in Makefile.rules.Mikhail Glushenkov2009-03-02
* Add more notes for VMKit.Nicolas Geoffray2009-03-02
* Fix PR3694: add an instcombine micro-optimization that helpsDuncan Sands2009-03-02
* Move the rules for building plugins to Makefile.rules.Mikhail Glushenkov2009-03-02
* Fix build with objdir != srcdir.Mikhail Glushenkov2009-03-02
* Move code from Main.cpp to the include dir.Mikhail Glushenkov2009-03-02
* Cosmetic fixes: include guards.Mikhail Glushenkov2009-03-02
* Plugin::Priority() doesn't need to be pure virtual.Mikhail Glushenkov2009-03-02
* Add a comment.Mikhail Glushenkov2009-03-02
* Reorganize llvmc code.Mikhail Glushenkov2009-03-02
* Random formatting changes.Bill Wendling2009-03-02
* Fix typos.Bill Wendling2009-03-02
* Change </pp> to </p>.Bill Wendling2009-03-02
* - Use "real-world applications" instead of just "real applications".Bill Wendling2009-03-02
* Make some improvements to the GC docs.Gordon Henriksen2009-03-02
* Drop toy GC runtime.Gordon Henriksen2009-03-02
* remove empty sectionChris Lattner2009-03-02
* more englishificationChris Lattner2009-03-02
* start translating this into Engrish and organizing it.Chris Lattner2009-03-02
* Fix a problem with DAGCombine on 64b targets where foldingNate Begeman2009-03-01
* move gold plugin next to LTO doc in the subsystem sectionChris Lattner2009-03-01
* Add a quickstart example.Nick Lewycky2009-03-01
* Close list item tag, to conform with the style in this file. It's optionalNick Lewycky2009-03-01
* Add the gold plugin page to the documentation index!Nick Lewycky2009-03-01
* Cleanup the description of flags to llvm-gcc. Also remove stray text in theNick Lewycky2009-03-01
* Don't forget the important part. llvm-gcc -use-gold-plugin passes the rightNick Lewycky2009-03-01
* Sprinkle llvmc notes with <tt>.Mikhail Glushenkov2009-03-01
* Another sentinel optimization. This one should alwaysGabor Greif2009-03-01
* Reuse a technique (pioneered for BasicBlocks) of superposing ilist withGabor Greif2009-03-01
* Functions marked malloc are noalias return.Duncan Sands2009-03-01
* Tweak this a bit.Duncan Sands2009-03-01