summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* finally blast DwarfWriter away.Chris Lattner2010-04-051-82/+0
* change AsmPrinter to use DwarfDebug/DwarfException directlyChris Lattner2010-04-051-2/+1
* fastisel doesn't need DwarfWriter, remove some tendricles.Chris Lattner2010-04-051-1/+1
* make DwarfException not inherit from DwarfPrinter.Chris Lattner2010-04-051-2/+1
* 1) make DIE take AsmPrinter instead of DwarfPrinter.Chris Lattner2010-04-051-1/+1
* remove the raw_ostream from various dwarf printing things.Chris Lattner2010-04-041-8/+5
* Refactor code to push DILocation prcessing into DwarfDebug.cpp from AsmPrinte...Devang Patel2010-03-291-15/+2
* Revert 99772.Devang Patel2010-03-281-2/+15
* Refactoring. Push DILocation processing in to DwarfDebug from AsmPrinter.Devang Patel2010-03-281-15/+2
* reapply r98035:Chris Lattner2010-03-091-6/+6
* Speculatively revert r98035. It appears to have caused a set of buildbotEric Christopher2010-03-091-6/+6
* Now that setStartLabel takes an MCSymbol, we can de-ID'izeChris Lattner2010-03-091-6/+6
* constify a bunch of dwarf stuff now that the registerinfo methodChris Lattner2010-01-261-2/+2
* Cosmetic changes, which were long overdue, in DwarfDebug.cpp.Devang Patel2009-11-211-8/+8
* "Attach debug info with llvm instructions" mode was enabled a month ago. Now ...Devang Patel2009-11-121-16/+0
* Implement support to debug inlined functions.Devang Patel2009-11-101-15/+4
* Add support to handle debug info attached to an instruction.Devang Patel2009-10-061-0/+6
* Use MDNode * directly as an RecordSourceLine() argument.Devang Patel2009-09-301-2/+2
* Fix PR4948 (and a leak): by not destroying the DwarfExceptionDuncan Sands2009-09-111-0/+2
* Reapply 79977.Devang Patel2009-08-281-8/+7
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-261-7/+8
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-251-8/+7
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-1/+1
* Record variable debug info at ISel time directly.Devang Patel2009-08-221-9/+2
* Simplify.Devang Patel2009-06-251-4/+2
* Split out the DwarfDebug module from the DwarfWriter module.Bill Wendling2009-05-151-2796/+2
* Split out the DwarfException class into its own file. No functionality change,Bill Wendling2009-05-151-769/+7
* Split out the Dwarf writer stuff into separate files. This is a much moreBill Wendling2009-05-151-1278/+38
* Tag blocks with DW_AT_APPLE_block.Mike Stump2009-05-141-0/+7
* There's yet more ugliness (surprise!) in DebugInfo. This needs major reworking.Bill Wendling2009-05-131-21/+30
* Move the bookkeeping of the debug scopes back to the place where itBill Wendling2009-05-131-20/+20
* - Record that the debug info is actually used so that the label folder doesn'tBill Wendling2009-05-121-10/+10
* This is a large rewrite of how Dwarf info for inlined functions is handled.Bill Wendling2009-05-101-95/+225
* Compute the offsets of the compile units. We need this so that when we emit aBill Wendling2009-05-081-11/+20
* Minor clean ups. No functionality change.Bill Wendling2009-05-081-5/+4
* Revert 71165. It did more than just revert 71158 and it introducedDan Gohman2009-05-071-140/+57
* Temporarily revert r71158. It was causing a failure during a full bootstrap:Bill Wendling2009-05-071-57/+140
* Make DwarfWriter::RecordInlinedFnStart more like the other DwarfWriter's meth...Argyrios Kyrtzidis2009-05-071-8/+11
* - Move some debug fields to coincide with how GCC emits them. No functionalityBill Wendling2009-05-061-24/+53
* Do not require variable debug info nodes to have a compile unit.Chris Lattner2009-05-051-20/+24
* Restore a comment.Argyrios Kyrtzidis2009-05-041-0/+2
* -Remove the DwarfWriter::RecordSourceLine calls from the instruction selectors.Argyrios Kyrtzidis2009-05-041-5/+6
* Revert r70803 for now, it causes a regression.Argyrios Kyrtzidis2009-05-031-0/+7
* -Remove the DwarfWriter::RecordSourceLine calls from the instruction selectors.Argyrios Kyrtzidis2009-05-031-7/+0
* -Move the DwarfWriter::ValidDebugInfo check to a static DIDescriptor::ValidDe...Argyrios Kyrtzidis2009-05-031-83/+1
* Simplify more code and add timer stuff.Bill Wendling2009-05-011-7/+32
* Simplify more code.Bill Wendling2009-05-011-9/+4
* Simplify some code.Bill Wendling2009-05-011-8/+5
* Fix whitespace. It was confusing me.Bill Wendling2009-05-011-21/+20
* Make DebugLoc independent of DwarfWriter.Argyrios Kyrtzidis2009-04-301-16/+13
OpenPOWER on IntegriCloud