Rename getABITypeSize to getTypePaddedSize, as
[oota-llvm.git] / lib / CodeGen / AsmPrinter / AsmPrinter.cpp
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2008-12-22 Dan GohmanRefactor a bunch of code out of AsmPrinter::EmitGlobalC...
2008-12-19 Rafael EspindolaFix bug 3202.
2008-12-03 Rafael EspindolaFix bug 3140.
2008-11-22 Anton KorobeynikovMake a convenient helper for printing offsets.
2008-11-10 Chris Lattnereliminate a couple more uses of utohexstr.
2008-11-10 Chris LattnerUse utohex_buffer instead of utohexstr to avoid creatin...
2008-11-08 Anton KorobeynikovTemporary revert my last commit: it seems it's triggeri...
2008-11-08 Anton KorobeynikovFactor out offset printing code into generic AsmPrinter.
2008-10-10 Dale JohannesenRemove some overzealous checks that were rejecting
2008-10-09 Dale JohannesenAdd a "loses information" return value to APFloat:...
2008-10-09 Dale JohannesenRename APFloat::convertToAPInt to bitcastToAPInt to
2008-10-03 Dan GohmanSwitch the MachineOperand accessors back to the short...
2008-09-24 Anton KorobeynikovUse helper
2008-09-24 Anton KorobeynikovSmallPtrSet will be better
2008-09-24 Anton KorobeynikovUse generic section-handling stuff to emit constant...
2008-09-24 Anton KorobeynikovGet rid of duplicate char*/Section* TextSection
2008-09-24 Anton KorobeynikovMove actual section printing stuff to AsmPrinter from...
2008-09-24 Anton KorobeynikovDrop obsolete hook and change all usage to new interface
2008-09-24 Anton KorobeynikovProvide direct function to switch to Section
2008-09-24 Dale JohannesenNext round of earlyclobber handling. Approach the
2008-09-17 Dale JohannesenAdd a bit to mark operands of asm's that conflict
2008-09-09 Dale JohannesenMove the uglier parts of deciding not to emit a
2008-09-09 Dale JohannesenFix logic for not emitting no-dead-strip for some
2008-09-08 Dale JohannesenDon't suppress no-dead-strip for used static functions.
2008-09-08 Dan GohmanAdd AsmPrinter support for i128 and larger static initi...
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-09-03 Dale JohannesenDo not emit a UsedDirective for things in the llvm...
2008-08-21 Owen AndersonRemove unneeded #include.
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-08-19 Chris Lattnerdon't use the result of WriteTypeSymbolic or WriteAsOpe...
2008-08-17 Gordon HenriksenRename some GC classes so that their roll will hopefull...
2008-08-17 Anton KorobeynikovFix merge error
2008-08-17 Anton KorobeynikovMove all assembler printing related stuff into new...