aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/DwarfWriter.h
Commit message (Expand)AuthorAgeFilesLines
* "Attach debug info with llvm instructions" mode was enabled a month ago. Now ...Devang Patel2009-11-121-10/+0
* Implement support to debug inlined functions.Devang Patel2009-11-101-8/+2
* Add support to handle debug info attached to an instruction.Devang Patel2009-10-061-1/+2
* Use MDNode * directly as an RecordSourceLine() argument.Devang Patel2009-09-301-1/+1
* Reapply 79977.Devang Patel2009-08-281-4/+4
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-261-4/+4
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-251-4/+4
* 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-6/+1
* Revert 71165. It did more than just revert 71158 and it introducedDan Gohman2009-05-071-1/+1
* Temporarily revert r71158. It was causing a failure during a full bootstrap:Bill Wendling2009-05-071-1/+1
* Make DwarfWriter::RecordInlinedFnStart more like the other DwarfWriter's meth...Argyrios Kyrtzidis2009-05-071-3/+3
* -Move the DwarfWriter::ValidDebugInfo check to a static DIDescriptor::ValidDe...Argyrios Kyrtzidis2009-05-031-3/+0
* Make DebugLoc independent of DwarfWriter.Argyrios Kyrtzidis2009-04-301-9/+3
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-291-1/+2
* Second attempt:Bill Wendling2009-04-291-1/+1
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-281-1/+1
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-281-1/+1
* Construct and emit DW_TAG_inlined_subroutine DIEs for inlined subroutine scop...Devang Patel2009-04-151-7/+16
* Right now, Debugging information to encode scopes (DW_TAG_lexical_block) reli...Devang Patel2009-04-131-1/+1
* Reapply 68847.Devang Patel2009-04-131-0/+7
* Revert r68847. It breaks the build on non-Darwin targets, with this messageDan Gohman2009-04-111-7/+0
* Keep track of inlined functions and their locations. This information is coll...Devang Patel2009-04-111-0/+7
* Refine the Dwarf writer timers so that they measure exception writing and debugBill Wendling2009-03-101-4/+0
* Add a timer to the DwarfWriter pass that measures the total time it takes toBill Wendling2009-03-101-1/+5
* Clean up dwarf writer, part 1. This eliminated the horrible recursive getGlob...Evan Cheng2009-02-251-3/+6
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-241-6/+0
* - Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emitBill Wendling2009-02-241-1/+7
* Add an accessor method to DwarfWriter to tell of debugging info should be emi...Bill Wendling2009-02-201-0/+3
* Looks like comments were chopped off.Evan Cheng2009-01-261-2/+3
* Validate dbg_* intrinsics before lowering them.Devang Patel2009-01-151-0/+3
* Undo previous checkin.Devang Patel2009-01-131-3/+0
* Use DwarfWriter to record dbg variables.Devang Patel2009-01-131-0/+4
* Use dwarf writer to decide whether the module has debug info or not.Devang Patel2009-01-131-0/+3
* Add DwarfWriter interface to mainipulate source location info.Devang Patel2009-01-121-0/+20
* Convert DwarfWriter into a pass.Devang Patel2009-01-081-7/+8
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-3/+0
* If we have a function with an unreachable statement such that the ending debugBill Wendling2008-09-261-1/+1
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-211-1/+2
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Landing pad-less eh for PPC.Jim Laskey2007-01-291-7/+12
* Change the MachineDebugInfo to MachineModuleInfo to better reflect usageJim Laskey2007-01-261-5/+5
* Removed more <iostream> includesBill Wendling2006-12-071-1/+1
* Simplify DwarfWriter header.Jim Laskey2006-10-301-357/+6
* Do not leak all of the SourceLineInfo objects. Do not bother mallocing eachChris Lattner2006-10-171-1/+1
* Make target asm info a property of the target machine.Jim Laskey2006-09-071-3/+3
* Separate target specific asm properties from the asm printers.Jim Laskey2006-09-061-82/+12
* Add and sort "sections" in debug lines. This always stepping throughJim Laskey2006-06-231-9/+8
* Place dwarf headers at earliest possible point. Well behaved when skippingJim Laskey2006-06-141-5/+17
* Fix some doxygen usage in these headers.Reid Spencer2006-05-191-1/+2