summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
Commit message (Expand)AuthorAgeFilesLines
* Do not held on to DenseMap slot accross map insertion. The insertion may caus...Devang Patel2009-10-271-5/+5
* Add support to record DbgScope as inlined scope.Devang Patel2009-10-141-1/+1
* Extract scope information from the variable itself, instead of relying on all...Devang Patel2009-10-091-1/+1
* Do not record line number to implicitly mark start of function if function ha...Devang Patel2009-10-081-1/+1
* Remove dead code.Devang Patel2009-10-061-5/+0
* Add utility routine to set begin and end labels for DbgScopes.Devang Patel2009-10-061-0/+7
* Remove unintentional function decl.Devang Patel2009-10-061-1/+0
* Add utility routine to collect variable debug info. This is not yet used.Devang Patel2009-10-061-0/+3
* Adjust context for the global variables that are not at file scope, e.g.Devang Patel2009-10-051-0/+4
* Add support to extract lexical scope information from DebugLoc attached with ...Devang Patel2009-10-011-1/+16
* Use MDNode * directly as an RecordSourceLine() argument.Devang Patel2009-09-301-1/+1
* Add a way for a frontend to generate more complex dwarf locationMike Stump2009-09-301-2/+13
* Remove std::string uses from DebugInfo interface.Devang Patel2009-09-291-2/+2
* Subprogram is a scope. Derive DISubprogram from DIScope.Devang Patel2009-08-311-4/+1
* Add flag to mark structs for Apple Block "byref" variables; also add code toCaroline Tice2009-08-311-0/+13
* Reapply 79977.Devang Patel2009-08-281-12/+12
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-261-12/+12
* 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