summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
Commit message (Expand)AuthorAgeFilesLines
...
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-251-12/+12
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-2/+2
* Record variable debug info at ISel time directly.Devang Patel2009-08-221-11/+1
* switch off of 'Section' onto MCSection. We're not properly usingChris Lattner2009-07-311-1/+1
* revert rev. 75503 for now.Devang Patel2009-07-131-4/+1
* Use Mangler to remove leading '1' from linkage names.Devang Patel2009-07-131-1/+4
* Remove dead code.Devang Patel2009-07-071-5/+0
* s/MainCU/ModuleCU/gDevang Patel2009-06-291-3/+2
* Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprogramsDevang Patel2009-06-261-13/+2
* Simplify.Devang Patel2009-06-251-7/+1
* Merge 'ConstructFunctionDbgScope' and 'ConstructAbstractDbgScope'.Bill Wendling2009-05-201-6/+2
* Rename 'New*' methods to 'Create*' to be consistent. 'NewString' isn't used.Bill Wendling2009-05-201-13/+6
* Revert r72192. It was causing a build failure.Bill Wendling2009-05-201-33/+44
* Do some mechanical changes. Combine the 'construct abastract dbg thingy' in withBill Wendling2009-05-201-44/+33
* RecordVariable is called each time a DECLARE node is encountered. For an inlinedBill Wendling2009-05-181-1/+8
* Split out the DwarfDebug module from the DwarfWriter module.Bill Wendling2009-05-151-0/+565
OpenPOWER on IntegriCloud