aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
AgeCommit message (Expand)Author
2008-09-22Initial support for the CMake build system.Oscar Fuentes
2008-09-17Add a bit to mark operands of asm's that conflictDale Johannesen
2008-09-09Move the uglier parts of deciding not to emit aDale Johannesen
2008-09-09Fix logic for not emitting no-dead-strip for someDale Johannesen
2008-09-08Don't suppress no-dead-strip for used static functions.Dale Johannesen
2008-09-08Add AsmPrinter support for i128 and larger static initializer data.Dan Gohman
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman
2008-09-03Do not emit a UsedDirective for things in the llvm.usedDale Johannesen
2008-08-21Remove unneeded #include.Owen Anderson
2008-08-21Use raw_ostream throughout the AsmPrinter.Owen Anderson
2008-08-19don't use the result of WriteTypeSymbolic or WriteAsOperand.Chris Lattner
2008-08-17Drop an unnecessary include.Gordon Henriksen
2008-08-17Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen
2008-08-17Fix merge errorAnton Korobeynikov
2008-08-17Move all assembler printing related stuff into new libAsmPrinterAnton Korobeynikov