Age | Commit message (Expand) | Author |
2010-04-15 | Add comment. | Devang Patel |
2010-04-14 | There is no need to track compile unit offsets if there is only one compile u... | Devang Patel |
2010-04-14 | Remove dead code. | Devang Patel |
2010-04-08 | Rename a function. | Devang Patel |
2010-04-08 | One instruction may start (or end) multiple lexical scopes. | Devang Patel |
2010-04-08 | Remove dead code. | Devang Patel |
2010-04-08 | Refactor. | Devang Patel |
2010-04-07 | Remove unused method. | Benjamin Kramer |
2010-04-07 | Use the "NamedGroupTimer" class to categorize DWARF emission better. | Bill Wendling |
2010-04-06 | Reverting 100530 & 100531 due to regressions in the GDB test suite. | Stuart Hastings |
2010-04-06 | Revise debug info machinery to digest nested functions and classes. | Stuart Hastings |
2010-04-05 | hopefully sate the clang self host build, which is apparently | Chris Lattner |
2010-04-05 | privatize more stuff, eliminate vtables. | Chris Lattner |
2010-04-05 | reprivatize now that DwarfWriter is gone. | Chris Lattner |
2010-04-05 | prune #includes, realize the MMI can never be null. | Chris Lattner |
2010-04-05 | change AsmPrinter to use DwarfDebug/DwarfException directly | Chris Lattner |
2010-04-05 | eliminate DwarfDebug::shouldEmit, which is the same now as MMI::hasDebugInfo | Chris Lattner |
2010-04-05 | fastisel doesn't need DwarfWriter, remove some tendricles. | Chris Lattner |
2010-04-05 | 1) make DIE take AsmPrinter instead of DwarfPrinter. | Chris Lattner |
2010-04-04 | I was wrong, ocaml isn't referencing 'Ldata_begin', so remove it. | Chris Lattner |
2010-04-04 | Store an use the symbols emitted at the start of the debug | Chris Lattner |
2010-04-04 | remove the didInitial ivar, rename emitInitial to be more | Chris Lattner |
2010-04-04 | remove the raw_ostream from various dwarf printing things. | Chris Lattner |
2010-04-02 | Switch the code generator (except the JIT) onto the new DebugLoc | Chris Lattner |
2010-03-31 | Reverting 100048; it broke two Frontend debug info tests. | Stuart Hastings |
2010-03-31 | Debug info can now properly represent functions inside classes inside other f... | Stuart Hastings |
2010-03-31 | DwarfDebug: Allocate DIEValues with a BumpPtrAllocator. Most of them are | Benjamin Kramer |
2010-03-29 | Encode start location of debug value, communicated through DBG_VALUE machine ... | Devang Patel |
2010-03-29 | Refactor code to push DILocation prcessing into DwarfDebug.cpp from AsmPrinte... | Devang Patel |
2010-03-28 | Revert 99772. | Devang Patel |
2010-03-28 | Refactoring. Push DILocation processing in to DwarfDebug from AsmPrinter. | Devang Patel |
2010-03-25 | Add comment. | Devang Patel |
2010-03-22 | DW_AT_stmt_list attribute attached with a compile unit encodes offset of line... | Devang Patel |
2010-03-15 | Emit dwarf variable info communicated by code generator through DBG_VALUE mac... | Devang Patel |
2010-03-14 | change SrcLineInfo to contain a label instead of a label ID. | Chris Lattner |
2010-03-13 | reimplement the string pool used for inlined function | Chris Lattner |
2010-03-12 | Free DbgScopes in DwarfDebug::endFunction(). Also increased the const-ness of | Jeffrey Yasskin |
2010-03-11 | Avoid leaking CompileUnits in DwarfDebug.cpp. | Jeffrey Yasskin |
2010-03-09 | reapply r98035: | Chris Lattner |
2010-03-09 | Speculatively revert r98035. It appears to have caused a set of buildbot | Eric Christopher |
2010-03-09 | Now that setStartLabel takes an MCSymbol, we can de-ID'ize | Chris Lattner |
2010-03-09 | make InlineInfoLabels hold MCSymbol*'s, avoiding | Chris Lattner |
2010-03-08 | simplify EmitSectionOffset to always use .set if it is | Chris Lattner |
2010-03-08 | merge DIEObjectLabel and DIEDwarfLabel into DIELabel. | Chris Lattner |
2010-03-08 | elimiante the DWLabel class, using MCSymbol instead. Start | Chris Lattner |
2010-03-08 | Derive DIType from DIScope. This simplifies getContext() where for members th... | Devang Patel |
2010-03-08 | Avoid using DIDescriptor.isNull(). | Devang Patel |
2010-03-08 | Revert r97947. | Devang Patel |
2010-03-08 | Avoid using DIDescriptor.isNull(). | Devang Patel |
2010-03-08 | Revert r97917, which was causing Clang Debug self-host failures. | Douglas Gregor |