summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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-211-10/+12
* don't use the result of WriteTypeSymbolic or WriteAsOperand.Chris Lattner2008-08-191-1/+2
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-171-25/+21
* Fix merge errorAnton Korobeynikov2008-08-171-18/+0
* Move all assembler printing related stuff into new libAsmPrinterAnton Korobeynikov2008-08-171-0/+1509
OpenPOWER on IntegriCloud