| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Fix "the the" and similar typos. | Dan Gohman | 2010-02-10 | 1 | -1/+1 |
* | constify a bunch of dwarf stuff now that the registerinfo method | Chris Lattner | 2010-01-26 | 1 | -3/+3 |
* | rename the dwarf class to DwarfPrinter. This matches the filename | Chris Lattner | 2010-01-22 | 1 | -1/+1 |
* | MDNodes are not expected to disappear or replaced by another MDNode, so there... | Devang Patel | 2010-01-19 | 1 | -7/+7 |
* | Change DIEObjectLabel to take an MCSymbol instead of std::string. | Chris Lattner | 2010-01-16 | 1 | -1/+1 |
* | Add support to emit debug info for C++ namespaces. | Devang Patel | 2009-12-15 | 1 | -0/+5 |
* | Use DW_AT_specification to point to DIE describing function declaration. | Devang Patel | 2009-12-14 | 1 | -11/+1 |
* | Construct CompileUnits lazily. | Devang Patel | 2009-12-11 | 1 | -2/+2 |
* | Refactor code that finds context for a given die. | Devang Patel | 2009-12-10 | 1 | -4/+3 |
* | Refactor. | Devang Patel | 2009-12-10 | 1 | -0/+4 |
* | Reapply r90858, a cleanup patch. | Devang Patel | 2009-12-09 | 1 | -22/+13 |
* | Revert 90858 90875 and 90805 for now. | Devang Patel | 2009-12-08 | 1 | -17/+22 |
* | Cleanup. | Devang Patel | 2009-12-08 | 1 | -22/+13 |
* | Add support to emit debug info for c++ style namespaces. | Devang Patel | 2009-12-07 | 1 | -0/+4 |
* | Add support to emit debug info for virtual functions and virtual base classes. | Devang Patel | 2009-12-03 | 1 | -0/+2 |
* | Emit method definition DIE at module level (even for methods with inlined fun... | Devang Patel | 2009-12-03 | 1 | -4/+15 |
* | Use StringRef (again) in DebugInfo interface. | Devang Patel | 2009-11-25 | 1 | -2/+1 |
* | Use StringRef instead of std::string in DIEString. | Devang Patel | 2009-11-24 | 1 | -1/+1 |
* | Emit pubtypes. | Devang Patel | 2009-11-24 | 1 | -0/+6 |
* | Cosmetic changes, which were long overdue, in DwarfDebug.cpp. | Devang Patel | 2009-11-21 | 1 | -138/+139 |
* | There is no need to use FoldingSet to unique DIEs. | Devang Patel | 2009-11-21 | 1 | -4/+0 |
* | Remove VISIBILITY_HIDDEN from the classes in this directory. Fixes bug 5507. | Nick Lewycky | 2009-11-17 | 1 | -4/+4 |
* | "Attach debug info with llvm instructions" mode was enabled a month ago. Now ... | Devang Patel | 2009-11-12 | 1 | -19/+1 |
* | Implement support to debug inlined functions. | Devang Patel | 2009-11-10 | 1 | -46/+54 |
* | Do not held on to DenseMap slot accross map insertion. The insertion may caus... | Devang Patel | 2009-10-27 | 1 | -5/+5 |
* | Add support to record DbgScope as inlined scope. | Devang Patel | 2009-10-14 | 1 | -1/+1 |
* | Extract scope information from the variable itself, instead of relying on all... | Devang Patel | 2009-10-09 | 1 | -1/+1 |
* | Do not record line number to implicitly mark start of function if function ha... | Devang Patel | 2009-10-08 | 1 | -1/+1 |
* | Remove dead code. | Devang Patel | 2009-10-06 | 1 | -5/+0 |
* | Add utility routine to set begin and end labels for DbgScopes. | Devang Patel | 2009-10-06 | 1 | -0/+7 |
* | Remove unintentional function decl. | Devang Patel | 2009-10-06 | 1 | -1/+0 |
* | Add utility routine to collect variable debug info. This is not yet used. | Devang Patel | 2009-10-06 | 1 | -0/+3 |
* | Adjust context for the global variables that are not at file scope, e.g. | Devang Patel | 2009-10-05 | 1 | -0/+4 |
* | Add support to extract lexical scope information from DebugLoc attached with ... | Devang Patel | 2009-10-01 | 1 | -1/+16 |
* | Use MDNode * directly as an RecordSourceLine() argument. | Devang Patel | 2009-09-30 | 1 | -1/+1 |
* | Add a way for a frontend to generate more complex dwarf location | Mike Stump | 2009-09-30 | 1 | -2/+13 |
* | Remove std::string uses from DebugInfo interface. | Devang Patel | 2009-09-29 | 1 | -2/+2 |
* | Subprogram is a scope. Derive DISubprogram from DIScope. | Devang Patel | 2009-08-31 | 1 | -4/+1 |
* | Add flag to mark structs for Apple Block "byref" variables; also add code to | Caroline Tice | 2009-08-31 | 1 | -0/+13 |
* | Reapply 79977. | Devang Patel | 2009-08-28 | 1 | -12/+12 |
* | Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. | Devang Patel | 2009-08-26 | 1 | -12/+12 |