aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* Next round of earlyclobber handling. Approach theDale Johannesen2008-09-241-2/+1
* Initial support for the CMake build system.Oscar Fuentes2008-09-221-0/+5
* Add a bit to mark operands of asm's that conflictDale Johannesen2008-09-171-1/+2
* Move the uglier parts of deciding not to emit aDale Johannesen2008-09-091-15/+4
* Fix logic for not emitting no-dead-strip for someDale Johannesen2008-09-091-2/+14
* Don't suppress no-dead-strip for used static functions.Dale Johannesen2008-09-081-1/+1
* Add AsmPrinter support for i128 and larger static initializer data.Dan Gohman2008-09-081-19/+36
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* Do not emit a UsedDirective for things in the llvm.usedDale Johannesen2008-09-031-3/+32
* Remove unneeded #include.Owen Anderson2008-08-211-1/+0
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-213-20/+24
* don't use the result of WriteTypeSymbolic or WriteAsOperand.Chris Lattner2008-08-191-1/+2
* Drop an unnecessary include.Gordon Henriksen2008-08-171-1/+0
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-172-56/+48
* Fix merge errorAnton Korobeynikov2008-08-172-47/+35
* Move all assembler printing related stuff into new libAsmPrinterAnton Korobeynikov2008-08-174-0/+5611