aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* minor tweaksGabor Greif2009-03-021-4/+4
* minor tweaksGabor Greif2009-03-021-3/+3
* Remove duplication in Makefile.rules.Mikhail Glushenkov2009-03-021-35/+32
* Add more notes for VMKit.Nicolas Geoffray2009-03-021-2/+8
* Fix PR3694: add an instcombine micro-optimization that helpsDuncan Sands2009-03-022-5/+31
* Move the rules for building plugins to Makefile.rules.Mikhail Glushenkov2009-03-026-51/+62
* Fix build with objdir != srcdir.Mikhail Glushenkov2009-03-026-53/+46
* Move code from Main.cpp to the include dir.Mikhail Glushenkov2009-03-022-114/+135
* Cosmetic fixes: include guards.Mikhail Glushenkov2009-03-025-16/+16
* Plugin::Priority() doesn't need to be pure virtual.Mikhail Glushenkov2009-03-021-1/+1
* Add a comment.Mikhail Glushenkov2009-03-021-1/+3
* Reorganize llvmc code.Mikhail Glushenkov2009-03-0218-61/+103
* Random formatting changes.Bill Wendling2009-03-021-24/+24
* Fix typos.Bill Wendling2009-03-021-2/+2
* Change </pp> to </p>.Bill Wendling2009-03-021-1/+1
* - Use "real-world applications" instead of just "real applications".Bill Wendling2009-03-021-16/+16
* Make some improvements to the GC docs.Gordon Henriksen2009-03-021-323/+219
* Drop toy GC runtime.Gordon Henriksen2009-03-027-226/+1
* remove empty sectionChris Lattner2009-03-021-16/+0
* more englishificationChris Lattner2009-03-021-42/+54
* start translating this into Engrish and organizing it.Chris Lattner2009-03-021-93/+133
* Fix a problem with DAGCombine on 64b targets where foldingNate Begeman2009-03-012-1/+17
* move gold plugin next to LTO doc in the subsystem sectionChris Lattner2009-03-011-3/+2
* Add a quickstart example.Nick Lewycky2009-03-011-1/+56
* Close list item tag, to conform with the style in this file. It's optionalNick Lewycky2009-03-011-1/+1
* Add the gold plugin page to the documentation index!Nick Lewycky2009-03-012-1/+4
* Cleanup the description of flags to llvm-gcc. Also remove stray text in theNick Lewycky2009-03-011-3/+2
* Don't forget the important part. llvm-gcc -use-gold-plugin passes the rightNick Lewycky2009-03-011-3/+4
* Sprinkle llvmc notes with <tt>.Mikhail Glushenkov2009-03-011-40/+37
* Another sentinel optimization. This one should alwaysGabor Greif2009-03-012-10/+6
* Reuse a technique (pioneered for BasicBlocks) of superposing ilist withGabor Greif2009-03-012-10/+8
* Functions marked malloc are noalias return.Duncan Sands2009-03-011-0/+3
* Tweak this a bit.Duncan Sands2009-03-011-7/+7
* Adjust this test for recent llvm-gcc changes.Duncan Sands2009-03-011-1/+1
* Fix grammar.Nick Lewycky2009-03-011-2/+2
* fix a commentGabor Greif2009-03-011-1/+1
* Fix a typo. Thanks baldrick!Gabor Greif2009-03-011-1/+1
* First pass at a document describing how to achieve LTO on Linux with gold.Nick Lewycky2009-03-011-0/+105
* Another point to mention.Duncan Sands2009-03-011-0/+1
* Temporarily revert r65755. It was causing failures in the self-hostingBill Wendling2009-03-011-5/+3
* add some llvmc notes from MikhailChris Lattner2009-03-011-0/+47
* hoist the check for alloca size up so that it controls CanConvertToScalar Chris Lattner2009-03-011-3/+5
* Minor optimization:Evan Cheng2009-03-013-30/+253
* tweak this to accept asmprinter changes. I have no way to verify this, hopef...Chris Lattner2009-03-011-1/+1
* simplify handling "don't print top level name" processing, so that we getChris Lattner2009-03-012-40/+25
* Combine PPC's GetConstantBuildVectorBits and isConstantSplat functions to a newBob Wilson2009-03-013-106/+114
* Fix a pretty awesome bug that only happened in a strange case with anonymousChris Lattner2009-03-012-8/+19
* walk type symbol table also, so we get:Chris Lattner2009-03-011-2/+10
* adjust for asmprinter change.Chris Lattner2009-03-011-2/+2
* adjust for asmprinter change.Chris Lattner2009-03-011-3/+5