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