aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfWriter.cpp
AgeCommit message (Expand)Author
2010-04-05finally blast DwarfWriter away.Chris Lattner
2010-04-05change AsmPrinter to use DwarfDebug/DwarfException directlyChris Lattner
2010-04-05fastisel doesn't need DwarfWriter, remove some tendricles.Chris Lattner
2010-04-05make DwarfException not inherit from DwarfPrinter.Chris Lattner
2010-04-051) make DIE take AsmPrinter instead of DwarfPrinter.Chris Lattner
2010-04-04remove the raw_ostream from various dwarf printing things.Chris Lattner
2010-03-29Refactor code to push DILocation prcessing into DwarfDebug.cpp from AsmPrinte...Devang Patel
2010-03-28Revert 99772.Devang Patel
2010-03-28Refactoring. Push DILocation processing in to DwarfDebug from AsmPrinter.Devang Patel
2010-03-09reapply r98035:Chris Lattner
2010-03-09Speculatively revert r98035. It appears to have caused a set of buildbotEric Christopher
2010-03-09Now that setStartLabel takes an MCSymbol, we can de-ID'izeChris Lattner
2010-01-26constify a bunch of dwarf stuff now that the registerinfo methodChris Lattner
2009-11-21Cosmetic changes, which were long overdue, in DwarfDebug.cpp.Devang Patel
2009-11-12"Attach debug info with llvm instructions" mode was enabled a month ago. Now ...Devang Patel
2009-11-10Implement support to debug inlined functions.Devang Patel
2009-10-06Add support to handle debug info attached to an instruction.Devang Patel
2009-09-30Use MDNode * directly as an RecordSourceLine() argument.Devang Patel
2009-09-11Fix PR4948 (and a leak): by not destroying the DwarfExceptionDuncan Sands
2009-08-28Reapply 79977.Devang Patel
2009-08-26Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel
2009-08-25Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel
2009-08-22Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner
2009-08-22Record variable debug info at ISel time directly.Devang Patel
2009-06-25Simplify.Devang Patel
2009-05-15Split out the DwarfDebug module from the DwarfWriter module.Bill Wendling
2009-05-15Split out the DwarfException class into its own file. No functionality change,Bill Wendling
2009-05-15Split out the Dwarf writer stuff into separate files. This is a much moreBill Wendling
2009-05-14Tag blocks with DW_AT_APPLE_block.Mike Stump
2009-05-13There's yet more ugliness (surprise!) in DebugInfo. This needs major reworking.Bill Wendling
2009-05-13Move the bookkeeping of the debug scopes back to the place where itBill Wendling
2009-05-12- Record that the debug info is actually used so that the label folder doesn'tBill Wendling
2009-05-10This is a large rewrite of how Dwarf info for inlined functions is handled.Bill Wendling
2009-05-08Compute the offsets of the compile units. We need this so that when we emit aBill Wendling
2009-05-08Minor clean ups. No functionality change.Bill Wendling
2009-05-07Revert 71165. It did more than just revert 71158 and it introducedDan Gohman
2009-05-07Temporarily revert r71158. It was causing a failure during a full bootstrap:Bill Wendling
2009-05-07Make DwarfWriter::RecordInlinedFnStart more like the other DwarfWriter's meth...Argyrios Kyrtzidis
2009-05-06- Move some debug fields to coincide with how GCC emits them. No functionalityBill Wendling
2009-05-05Do not require variable debug info nodes to have a compile unit.Chris Lattner
2009-05-04Restore a comment.Argyrios Kyrtzidis
2009-05-04Restore minor deletion.Mike Stump
2009-05-03-Move the DwarfWriter::ValidDebugInfo check to a static DIDescriptor::ValidDe...Argyrios Kyrtzidis
2009-05-01Simplify more code and add timer stuff.Bill Wendling
2009-05-01Simplify more code.Bill Wendling
2009-05-01Simplify some code.Bill Wendling
2009-05-01Fix whitespace. It was confusing me.Bill Wendling
2009-04-30Make DebugLoc independent of DwarfWriter.Argyrios Kyrtzidis
2009-04-29Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling
2009-04-29Second attempt:Bill Wendling