aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of namespace polution.Dan Gohman2010-04-151-1/+1
* There is no need to track compile unit offsets if there is only one compile u...Devang Patel2010-04-141-1/+0
* Clear MachineInstr->MCSymbol maps at the end of a function.Devang Patel2010-04-141-0/+2
* Do not include types without any definition in pubtypes list.Devang Patel2010-04-131-2/+4
* Clear InsnsBeginScopeSet and InsnsEndScopeSet at the end of function.Devang Patel2010-04-091-0/+2
* Rename a function.Devang Patel2010-04-081-5/+4
* One instruction may start (or end) multiple lexical scopes. Devang Patel2010-04-081-51/+18
* Remove dead code.Devang Patel2010-04-081-5/+0
* Delete out of date comment.Devang Patel2010-04-081-2/+0
* Refactor.Devang Patel2010-04-081-2/+10
* Remove unused method.Benjamin Kramer2010-04-071-11/+0
* Workaround the breakage in r100616 by guarding all timers withTorok Edwin2010-04-071-11/+7
* Use the "NamedGroupTimer" class to categorize DWARF emission better.Bill Wendling2010-04-071-21/+17
* Do not emit specification DIE with DW_AT_specification attribute for member f...Devang Patel2010-04-061-2/+17
* Fix a number of clang -Wsign-compare warnings that didn't have an obviousJohn McCall2010-04-061-1/+1
* Reverting 100530 & 100531 due to regressions in the GDB test suite.Stuart Hastings2010-04-061-22/+8
* Revise debug info machinery to digest nested functions and classes.Stuart Hastings2010-04-061-8/+22
* Output floating point representations in DWARF format. This is done by outputingBill Wendling2010-04-051-0/+26
* prune #includes, realize the MMI can never be null.Chris Lattner2010-04-051-9/+12
* change AsmPrinter to use DwarfDebug/DwarfException directlyChris Lattner2010-04-051-4/+3
* trim some spurious references to DwarfWriter. SDIsel really doesn'tChris Lattner2010-04-051-2/+2
* eliminate DwarfDebug::shouldEmit, which is the same now as MMI::hasDebugInfoChris Lattner2010-04-051-5/+3
* fix a regression on 2009-08-17-DebugInfo.mChris Lattner2010-04-051-0/+2
* fastisel doesn't need DwarfWriter, remove some tendricles.Chris Lattner2010-04-051-10/+21
* change SizeOf to take AsmPrinter instead of TargetData, Chris Lattner2010-04-051-2/+2
* 1) make DIE take AsmPrinter instead of DwarfPrinter.Chris Lattner2010-04-051-88/+97
* Move EmitFrameMoves into AsmPrinter.Chris Lattner2010-04-041-2/+2
* now that the magic is dispelled, move EmitSectionOffset to AsmPrinter.Chris Lattner2010-04-041-10/+11
* only emit section labels if we have debug info, fixing a few Chris Lattner2010-04-041-4/+5
* I was wrong, ocaml isn't referencing 'Ldata_begin', so remove it.Chris Lattner2010-04-041-9/+3
* stop emitting some dead L labels.Chris Lattner2010-04-041-9/+12
* Store an use the symbols emitted at the start of the debug Chris Lattner2010-04-041-47/+53
* remove the didInitial ivar, rename emitInitial to be moreChris Lattner2010-04-041-15/+12
* simplify EmitSectionOffset a little bit, improve comments.Chris Lattner2010-04-041-8/+6
* The "IsSmall" argument to EmitSectionOffset is always true,Chris Lattner2010-04-041-6/+6
* inline EmitDifference away.Chris Lattner2010-04-041-21/+23
* move gettemplabel and getdwlabel to AsmPrinter and renameChris Lattner2010-04-041-73/+82
* move uleb/sleb printing into AsmPrinter from DwarfPrinter.Chris Lattner2010-04-041-11/+11
* clean up the asmprinter header and privatize some stuff.Chris Lattner2010-04-041-11/+11
* remove TargetMachine.h #include, also, TRI isn't used frequently Chris Lattner2010-04-041-0/+1
* remove the raw_ostream from various dwarf printing things.Chris Lattner2010-04-041-4/+4
* Switch the code generator (except the JIT) onto the new DebugLocChris Lattner2010-04-021-66/+71
* Revert r100117.Devang Patel2010-04-011-18/+6
* Do not eagerly record known previous location. DBG_VALUE may not cause a new ...Devang Patel2010-04-011-1/+2
* Skip instructions until new scope is seen.Devang Patel2010-04-011-6/+18
* Cosmetic changes.Devang Patel2010-04-011-5/+5
* Reverting 100048; it broke two Frontend debug info tests.Stuart Hastings2010-03-311-23/+10
* Debug info can now properly represent functions inside classes inside other f...Stuart Hastings2010-03-311-10/+23
* Reduce string trashing.Benjamin Kramer2010-03-311-2/+2
* DwarfDebug: Allocate DIEValues with a BumpPtrAllocator. Most of them areBenjamin Kramer2010-03-311-26/+20