aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
AgeCommit message (Expand)Author
2009-03-20For inline asm output operand that matches an input. Encode the input operand...Evan Cheng
2009-03-13Fix some significant problems with constant pools that resulted in unnecessar...Evan Cheng
2009-03-10wire up support for emitting "special" values from inline asmChris Lattner
2009-03-09just remove the use_empty() check entirely, the only reason itChris Lattner
2009-03-09Make the code generator rip of dead constant expr uses before decidingChris Lattner
2009-02-24Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling
2009-02-21Drop bunch of half-working stuff in the ext_weak linkage support.Anton Korobeynikov
2009-02-05if we have a large GEP offset on a 32-bit or other target, makeChris Lattner
2009-01-30Enable emitting of constant values in non-default address space as well. The ...Sanjiv Gupta
2009-01-28Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands
2009-01-22do not sign extend characters input to isprint. This improvesChris Lattner
2009-01-22Few targets like the tiny little PIC16 have only 16-bit pointers.Sanjiv Gupta
2009-01-15Add the private linkage.Rafael Espindola
2009-01-13Use DwarfWriter to record dbg variables.Devang Patel
2009-01-12Rename getABITypeSize to getTypePaddedSize, asDuncan Sands
2008-12-22Refactor a bunch of code out of AsmPrinter::EmitGlobalConstant into separateDan Gohman
2008-12-19Fix bug 3202.Rafael Espindola
2008-12-03Fix bug 3140.Rafael Espindola
2008-11-22Make a convenient helper for printing offsets.Anton Korobeynikov
2008-11-10eliminate a couple more uses of utohexstr.Chris Lattner
2008-11-10Use utohex_buffer instead of utohexstr to avoid creating a temporaryChris Lattner
2008-11-08Temporary revert my last commit: it seems it's triggering some subtle bug in ...Anton Korobeynikov
2008-11-08Factor out offset printing code into generic AsmPrinter.Anton Korobeynikov
2008-10-10Remove some overzealous checks that were rejectingDale Johannesen
2008-10-09Add a "loses information" return value to APFloat::convertDale Johannesen
2008-10-09Rename APFloat::convertToAPInt to bitcastToAPInt toDale Johannesen
2008-10-03Switch the MachineOperand accessors back to the short names likeDan Gohman
2008-09-24Use helperAnton Korobeynikov
2008-09-24SmallPtrSet will be betterAnton Korobeynikov
2008-09-24Use generic section-handling stuff to emit constant pool entriesAnton Korobeynikov
2008-09-24Get rid of duplicate char*/Section* TextSectionAnton Korobeynikov
2008-09-24Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic.Anton Korobeynikov
2008-09-24Drop obsolete hook and change all usage to new interfaceAnton Korobeynikov
2008-09-24Provide direct function to switch to SectionAnton Korobeynikov
2008-09-24Next round of earlyclobber handling. Approach theDale Johannesen
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-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