aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
* Accidently dropped this while removing dead code in previous commit.Devang Patel2009-07-071-0/+1
* Remove dead code.Devang Patel2009-07-071-27/+2
* Struct types are described using field types only.Devang Patel2009-06-291-3/+0
* s/MainCU/ModuleCU/gDevang Patel2009-06-291-27/+27
* Multiple DW_TAG_compile_unit is not used, afaict, on any target.Devang Patel2009-06-291-103/+41
* Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprogramsDevang Patel2009-06-261-81/+26
* Simplify.Devang Patel2009-06-251-3/+6
* Down with statics!Owen Anderson2009-06-241-2/+4
* simplify macro debug info directive handling.Chris Lattner2009-06-181-4/+4
* Use MainCU if it is available.Devang Patel2009-06-161-2/+3
* Gracefully handle imbalanced inline function begin and end markers.Devang Patel2009-06-151-1/+8
* llvm.dbg.region.end() intrinsic is not required to be in _last_ basic block i...Devang Patel2009-06-131-1/+5
* Clear AbstractInstanceRootMap at the end of the function.Devang Patel2009-06-121-0/+1
* Remove some unnecessary #includes.Dan Gohman2009-06-051-1/+0
* Accidental commit. This isn't ready for prime time just yet.Bill Wendling2009-06-011-2/+6
* Untabification.Bill Wendling2009-05-301-6/+2
* Minor code cleanup. No functionality change.Bill Wendling2009-05-201-18/+7
* Merge 'ConstructFunctionDbgScope' and 'ConstructAbstractDbgScope'.Bill Wendling2009-05-201-35/+12
* Rename 'New*' methods to 'Create*' to be consistent. 'NewString' isn't used.Bill Wendling2009-05-201-7/+7
* Add comment for emit section.Bill Wendling2009-05-201-0/+4
* Move 'Emit' methods down to their own place.Bill Wendling2009-05-201-720/+720
* Revert r72192. It was causing a build failure.Bill Wendling2009-05-201-746/+763
* Do some mechanical changes. Combine the 'construct abastract dbg thingy' in withBill Wendling2009-05-201-763/+746
* Don't set the "location" information for inlined functions' variables.Bill Wendling2009-05-181-7/+16
* Small code cleanup.Bill Wendling2009-05-181-9/+4
* RecordVariable is called each time a DECLARE node is encountered. For an inlinedBill Wendling2009-05-181-8/+31
* Split out the DwarfDebug module from the DwarfWriter module.Bill Wendling2009-05-151-0/+2613