summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfWriter.cpp
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
* Simplify.Devang Patel2009-06-25
* Split out the DwarfDebug module from the DwarfWriter module.Bill Wendling2009-05-15
* Split out the DwarfException class into its own file. No functionality change,Bill Wendling2009-05-15
* Split out the Dwarf writer stuff into separate files. This is a much moreBill Wendling2009-05-15
* Tag blocks with DW_AT_APPLE_block.Mike Stump2009-05-14
* There's yet more ugliness (surprise!) in DebugInfo. This needs major reworking.Bill Wendling2009-05-13
* Move the bookkeeping of the debug scopes back to the place where itBill Wendling2009-05-13
* - Record that the debug info is actually used so that the label folder doesn'tBill Wendling2009-05-12
* This is a large rewrite of how Dwarf info for inlined functions is handled.Bill Wendling2009-05-10
* Compute the offsets of the compile units. We need this so that when we emit aBill Wendling2009-05-08
* Minor clean ups. No functionality change.Bill Wendling2009-05-08
* Revert 71165. It did more than just revert 71158 and it introducedDan Gohman2009-05-07
* Temporarily revert r71158. It was causing a failure during a full bootstrap:Bill Wendling2009-05-07
* Make DwarfWriter::RecordInlinedFnStart more like the other DwarfWriter's meth...Argyrios Kyrtzidis2009-05-07
* - Move some debug fields to coincide with how GCC emits them. No functionalityBill Wendling2009-05-06
* Do not require variable debug info nodes to have a compile unit.Chris Lattner2009-05-05
* Restore a comment.Argyrios Kyrtzidis2009-05-04
* Restore minor deletion.Mike Stump2009-05-04
* -Move the DwarfWriter::ValidDebugInfo check to a static DIDescriptor::ValidDe...Argyrios Kyrtzidis2009-05-03
* Simplify more code and add timer stuff.Bill Wendling2009-05-01
* Simplify more code.Bill Wendling2009-05-01
* Simplify some code.Bill Wendling2009-05-01
* Fix whitespace. It was confusing me.Bill Wendling2009-05-01
* Make DebugLoc independent of DwarfWriter.Argyrios Kyrtzidis2009-04-30
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-29
* Second attempt:Bill Wendling2009-04-29
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-28
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-28
* Fix Visual Studio 2008 build failure.Devang Patel2009-04-21
* s/RootDbgScope/FunctionDbgScope/gDevang Patel2009-04-15
* Check isInlinedSubroutine() before creating DW_TAG_inlined_subroutine.Devang Patel2009-04-15
* Construct and emit DW_TAG_inlined_subroutine DIEs for inlined subroutine scop...Devang Patel2009-04-15
* Right now, Debugging information to encode scopes (DW_TAG_lexical_block) reli...Devang Patel2009-04-13
* Reapply 68847.Devang Patel2009-04-13
* Add a new "available_externally" linkage type. This is intendedChris Lattner2009-04-13
* Revert r68847. It breaks the build on non-Darwin targets, with this messageDan Gohman2009-04-11
* Keep track of inlined functions and their locations. This information is coll...Devang Patel2009-04-11
* Pass in the std::string parameter instead of returning it by value.Bill Wendling2009-04-10
* Constify getter methods.Bill Wendling2009-04-10
* StringMap<DIE*>::iterator::first() returns a pointer to the first character ofBill Wendling2009-04-09
* Use a StringMap instead of std::map for storing std::string->DIE* maps. ThisBill Wendling2009-04-09
* If subprogram type is not tagged as DW_TAG_subroutine_type then use it direct...Devang Patel2009-04-08
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-25
* Do not ignore DW_TAG_class_type!Devang Patel2009-03-25
* Oops...I committed too much.Bill Wendling2009-03-13
* Temporarily XFAIL this test.Bill Wendling2009-03-13
* Put the assignment back at the top of this method.Bill Wendling2009-03-11
* Make ivars private. Other cleanup. No functionality change.Bill Wendling2009-03-10