| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the gold plugin page to the documentation index! | Nick Lewycky | 2009-03-01 | 2 | -1/+4 |
* | Cleanup the description of flags to llvm-gcc. Also remove stray text in the | Nick Lewycky | 2009-03-01 | 1 | -3/+2 |
* | Don't forget the important part. llvm-gcc -use-gold-plugin passes the right | Nick Lewycky | 2009-03-01 | 1 | -3/+4 |
* | Sprinkle llvmc notes with <tt>. | Mikhail Glushenkov | 2009-03-01 | 1 | -40/+37 |
* | Another sentinel optimization. This one should always | Gabor Greif | 2009-03-01 | 2 | -10/+6 |
* | Reuse a technique (pioneered for BasicBlocks) of superposing ilist with | Gabor Greif | 2009-03-01 | 2 | -10/+8 |
* | Functions marked malloc are noalias return. | Duncan Sands | 2009-03-01 | 1 | -0/+3 |
* | Tweak this a bit. | Duncan Sands | 2009-03-01 | 1 | -7/+7 |
* | Adjust this test for recent llvm-gcc changes. | Duncan Sands | 2009-03-01 | 1 | -1/+1 |
* | Fix grammar. | Nick Lewycky | 2009-03-01 | 1 | -2/+2 |
* | fix a comment | Gabor Greif | 2009-03-01 | 1 | -1/+1 |
* | Fix a typo. Thanks baldrick! | Gabor Greif | 2009-03-01 | 1 | -1/+1 |
* | First pass at a document describing how to achieve LTO on Linux with gold. | Nick Lewycky | 2009-03-01 | 1 | -0/+105 |
* | Another point to mention. | Duncan Sands | 2009-03-01 | 1 | -0/+1 |
* | Temporarily revert r65755. It was causing failures in the self-hosting | Bill Wendling | 2009-03-01 | 1 | -5/+3 |
* | add some llvmc notes from Mikhail | Chris Lattner | 2009-03-01 | 1 | -0/+47 |
* | hoist the check for alloca size up so that it controls CanConvertToScalar | Chris Lattner | 2009-03-01 | 1 | -3/+5 |
* | Minor optimization: | Evan Cheng | 2009-03-01 | 3 | -30/+253 |
* | tweak this to accept asmprinter changes. I have no way to verify this, hopef... | Chris Lattner | 2009-03-01 | 1 | -1/+1 |
* | simplify handling "don't print top level name" processing, so that we get | Chris Lattner | 2009-03-01 | 2 | -40/+25 |
* | Combine PPC's GetConstantBuildVectorBits and isConstantSplat functions to a new | Bob Wilson | 2009-03-01 | 3 | -106/+114 |
* | Fix a pretty awesome bug that only happened in a strange case with anonymous | Chris Lattner | 2009-03-01 | 2 | -8/+19 |
* | walk type symbol table also, so we get: | Chris Lattner | 2009-03-01 | 1 | -2/+10 |
* | adjust for asmprinter change. | Chris Lattner | 2009-03-01 | 1 | -2/+2 |
* | adjust for asmprinter change. | Chris Lattner | 2009-03-01 | 1 | -3/+5 |
* | adjust test to make it more robust | Chris Lattner | 2009-03-01 | 1 | -2/+4 |
* | Fix a long-standing bug and misfeature of the disassembler: when dealing with a | Chris Lattner | 2009-03-01 | 2 | -12/+128 |
* | move type name population out of TypePrinting class into a static | Chris Lattner | 2009-02-28 | 2 | -38/+62 |
* | switch to densemap for pointer->word map. | Chris Lattner | 2009-02-28 | 1 | -9/+9 |
* | delete a bunch of duplicated type printing logic, using the type printing | Chris Lattner | 2009-02-28 | 2 | -154/+18 |
* | make this work when constructed with a null module* | Chris Lattner | 2009-02-28 | 1 | -2/+1 |
* | add description how the ilist_traits<Instruction> works | Gabor Greif | 2009-02-28 | 1 | -2/+13 |
* | the module is not required to exist, allow it to default, giving this | Chris Lattner | 2009-02-28 | 1 | -1/+1 |
* | disable copying and assignment. | Chris Lattner | 2009-02-28 | 1 | -0/+2 |
* | expose TypePrinting as a public API. | Chris Lattner | 2009-02-28 | 2 | -23/+42 |
* | one less space, fixes failure with rebuilt llvm-gcc. | Chris Lattner | 2009-02-28 | 1 | -1/+1 |
* | Fix grammaro. | Bill Wendling | 2009-02-28 | 1 | -1/+1 |
* | rename 'Result' to 'OS' in CalcTypeName for consistency | Chris Lattner | 2009-02-28 | 1 | -37/+37 |
* | do not embed the raw_ostream into TypePrinting, pass it as an argument to pri... | Chris Lattner | 2009-02-28 | 1 | -52/+43 |
* | stop calling Type::getDescription(). | Chris Lattner | 2009-02-28 | 1 | -12/+15 |
* | simplifications | Chris Lattner | 2009-02-28 | 1 | -6/+8 |
* | Change WriteTypeSymbolic to not put a space out before types, also, remove | Chris Lattner | 2009-02-28 | 4 | -27/+20 |
* | make CalcTypeName take a stream instead of a string to concat onto, | Chris Lattner | 2009-02-28 | 1 | -55/+49 |
* | remove a bunch of nearly-duplicated code. | Chris Lattner | 2009-02-28 | 1 | -63/+18 |
* | fix indentation, remove dead integer case. | Chris Lattner | 2009-02-28 | 1 | -64/+59 |
* | pull calcTypeName into TypePrinting class, make its type stack | Chris Lattner | 2009-02-28 | 1 | -12/+16 |
* | inline method into its only use and simplify the result. | Chris Lattner | 2009-02-28 | 1 | -11/+4 |
* | simplify condition | Chris Lattner | 2009-02-28 | 1 | -7/+10 |
* | start refactoring the .ll printer: introduce a new TypePrinting class | Chris Lattner | 2009-02-28 | 1 | -310/+302 |
* | add a stub for Roadsend PHP | Chris Lattner | 2009-02-28 | 1 | -0/+12 |