aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfWriter.cpp
AgeCommit message (Expand)Author
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
2009-04-28r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling
2009-04-28Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling
2009-04-21Fix Visual Studio 2008 build failure.Devang Patel
2009-04-15s/RootDbgScope/FunctionDbgScope/gDevang Patel
2009-04-15Check isInlinedSubroutine() before creating DW_TAG_inlined_subroutine.Devang Patel
2009-04-15Construct and emit DW_TAG_inlined_subroutine DIEs for inlined subroutine scop...Devang Patel
2009-04-13Right now, Debugging information to encode scopes (DW_TAG_lexical_block) reli...Devang Patel
2009-04-13Reapply 68847.Devang Patel
2009-04-13Add a new "available_externally" linkage type. This is intendedChris Lattner
2009-04-11Revert r68847. It breaks the build on non-Darwin targets, with this messageDan Gohman
2009-04-11Keep track of inlined functions and their locations. This information is coll...Devang Patel
2009-04-10Pass in the std::string parameter instead of returning it by value.Bill Wendling
2009-04-10Constify getter methods.Bill Wendling