summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.h
Commit message (Expand)AuthorAge
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* Record variable debug info at ISel time directly.Devang Patel2009-08-22
* switch off of 'Section' onto MCSection. We're not properly usingChris Lattner2009-07-31
* revert rev. 75503 for now.Devang Patel2009-07-13
* Use Mangler to remove leading '1' from linkage names.Devang Patel2009-07-13
* Remove dead code.Devang Patel2009-07-07
* s/MainCU/ModuleCU/gDevang Patel2009-06-29
* Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprogramsDevang Patel2009-06-26
* Simplify.Devang Patel2009-06-25
* Merge 'ConstructFunctionDbgScope' and 'ConstructAbstractDbgScope'.Bill Wendling2009-05-20
* Rename 'New*' methods to 'Create*' to be consistent. 'NewString' isn't used.Bill Wendling2009-05-20
* Revert r72192. It was causing a build failure.Bill Wendling2009-05-20
* Do some mechanical changes. Combine the 'construct abastract dbg thingy' in withBill Wendling2009-05-20
* RecordVariable is called each time a DECLARE node is encountered. For an inlinedBill Wendling2009-05-18
* Split out the DwarfDebug module from the DwarfWriter module.Bill Wendling2009-05-15