aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
AgeCommit message (Expand)Author
2009-01-05s/ConstructType/ConstructTypeDIE/gDevang Patel
2009-01-05Construct stuct field DIEs.Devang Patel
2009-01-05Construct enumerator DIE using DebugInfo.Devang Patel
2009-01-05Construct array/vector type DIEs using DebugInfo.Devang Patel
2009-01-05Construct basic and derived type DIEs using DebugInfo.Devang Patel
2009-01-05subsume ConstructPointerType()Devang Patel
2009-01-05subsume ConstructBasicType().Devang Patel
2008-12-29Linux wants the FDE initial location and address range to be forced to 32-bit.Bill Wendling
2008-12-29The FDE initial location and address range data should be free to be 64-bitBill Wendling
2008-12-24Darwin likes for the EH frame to be non-local.Bill Wendling
2008-12-24GCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding on Darwin. I'm not sureBill Wendling
2008-12-23Fix typo.Devang Patel
2008-12-22Refactor a bunch of code out of AsmPrinter::EmitGlobalConstant into separateDan Gohman
2008-12-19Fix bug 3202.Rafael Espindola
2008-12-12Do not print empty DW_AT_comp_dir.Devang Patel
2008-12-10Fix a couple of Dwarf bugs.Evan Cheng
2008-12-09Cosmetic changes.Evan Cheng
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-17The Dwarf writer was comparing mangled and unmangled names for C++ code when weBill Wendling
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-08Align EH tables before label is emitted, not after,Dale Johannesen
2008-10-03Switch the MachineOperand accessors back to the short names likeDan Gohman
2008-09-26If we have a function with an unreachable statement such that the ending debugBill Wendling
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* DataSectionAnton 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-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