aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* adjust test to make it more robustChris Lattner2009-03-011-2/+4
* Fix a long-standing bug and misfeature of the disassembler: when dealing with a Chris Lattner2009-03-012-12/+128
* move type name population out of TypePrinting class into a static Chris Lattner2009-02-282-38/+62
* switch to densemap for pointer->word map.Chris Lattner2009-02-281-9/+9
* delete a bunch of duplicated type printing logic, using the type printingChris Lattner2009-02-282-154/+18
* make this work when constructed with a null module*Chris Lattner2009-02-281-2/+1
* add description how the ilist_traits<Instruction> worksGabor Greif2009-02-281-2/+13
* the module is not required to exist, allow it to default, giving thisChris Lattner2009-02-281-1/+1
* disable copying and assignment.Chris Lattner2009-02-281-0/+2
* expose TypePrinting as a public API.Chris Lattner2009-02-282-23/+42
* one less space, fixes failure with rebuilt llvm-gcc.Chris Lattner2009-02-281-1/+1
* Fix grammaro.Bill Wendling2009-02-281-1/+1
* rename 'Result' to 'OS' in CalcTypeName for consistencyChris Lattner2009-02-281-37/+37
* do not embed the raw_ostream into TypePrinting, pass it as an argument to pri...Chris Lattner2009-02-281-52/+43
* stop calling Type::getDescription().Chris Lattner2009-02-281-12/+15
* simplificationsChris Lattner2009-02-281-6/+8
* Change WriteTypeSymbolic to not put a space out before types, also, removeChris Lattner2009-02-284-27/+20
* make CalcTypeName take a stream instead of a string to concat onto,Chris Lattner2009-02-281-55/+49
* remove a bunch of nearly-duplicated code.Chris Lattner2009-02-281-63/+18
* fix indentation, remove dead integer case.Chris Lattner2009-02-281-64/+59
* pull calcTypeName into TypePrinting class, make its type stackChris Lattner2009-02-281-12/+16
* inline method into its only use and simplify the result.Chris Lattner2009-02-281-11/+4
* simplify conditionChris Lattner2009-02-281-7/+10
* start refactoring the .ll printer: introduce a new TypePrinting classChris Lattner2009-02-281-310/+302
* add a stub for Roadsend PHPChris Lattner2009-02-281-0/+12