aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfWriter.cpp
AgeCommit message (Expand)Author
2009-01-08Add APIs to manage scope using DebugInfo interface.Devang Patel
2009-01-06Set up DwarfDebug using DebugInfo API.Devang Patel
2009-01-06Forgot that this was needed for Linux. This should fix the builds.Bill Wendling
2009-01-05Construct subprogram DIEs using DebugInfo.Devang Patel
2009-01-05Construct global variable DIEs using DebugInfo.Devang Patel
2009-01-05Construct compile unit dies using DebugInfo.Devang Patel
2009-01-05Revert r61415 and r61484. Duncan was correct that these weren't needed.Bill Wendling
2009-01-05Extract source location info from DebugInfo.Devang Patel
2009-01-05Add type DIEs using DebugInfo.Devang Patel
2009-01-05Construct composite type DIE using DebugInfo.Devang Patel
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-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-10-17The Dwarf writer was comparing mangled and unmangled names for C++ code when weBill Wendling
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-24Get rid of duplicate char*/Section* DataSectionAnton Korobeynikov
2008-09-24Get rid of duplicate char*/Section* TextSectionAnton Korobeynikov
2008-08-21Use raw_ostream throughout the AsmPrinter.Owen Anderson
2008-08-17Move all assembler printing related stuff into new libAsmPrinterAnton Korobeynikov