| Commit message (Expand) | Author | Age | Files | Lines |
* | DebugInfo: Metadata constructs now start with DI* | Duncan P. N. Exon Smith | 2015-04-29 | 1 | -14/+14 |
* | DebugInfo: Move new hierarchy into place (clang) | Duncan P. N. Exon Smith | 2015-03-03 | 1 | -14/+31 |
* | Emit DeferredDeclsToEmit in a DFS order. | Rafael Espindola | 2015-01-22 | 1 | -1/+1 |
* | IR: Make metadata typeless in assembly, clang side | Duncan P. N. Exon Smith | 2014-12-15 | 1 | -18/+18 |
* | DebugInfo: Don't include implicit special members in the list of class members | David Blaikie | 2014-10-06 | 1 | -6/+7 |
* | DebugInfo: Don't include member function template specializations in the list... | David Blaikie | 2014-10-06 | 1 | -2/+7 |
* | Revert "Revert "DI: LLVM schema change: fold constants into string"" | Duncan P. N. Exon Smith | 2014-10-03 | 1 | -8/+8 |
* | Revert "DI: LLVM schema change: fold constants into string" | Duncan P. N. Exon Smith | 2014-10-02 | 1 | -8/+8 |
* | DI: LLVM schema change: fold constants into string | Duncan P. N. Exon Smith | 2014-10-02 | 1 | -8/+8 |
* | [Debug Info] add DISubroutineType and its creation takes DITypeArray. | Manman Ren | 2014-07-28 | 1 | -2/+2 |
* | Debug info: Update testcases to new DIBuilder behaviour. Variables now | Adrian Prantl | 2014-03-18 | 1 | -2/+2 |
* | Implement a new -fstandalone-debug option. rdar://problem/15685848 | Adrian Prantl | 2014-01-07 | 1 | -1/+1 |
* | Debug Info: update testing cases when the context and type fields of | Manman Ren | 2013-10-09 | 1 | -4/+5 |
* | Debug Info: update testing cases when the derived-from field of | Manman Ren | 2013-10-08 | 1 | -1/+1 |
* | Debug Info: update testing cases when the derived-from field of a | Manman Ren | 2013-10-05 | 1 | -3/+3 |
* | Temporarily revert r191801 due to conflicts with the revert of r191792. | Eric Christopher | 2013-10-04 | 1 | -3/+3 |
* | Debug Info: update testing cases when the derived-from field of a | Manman Ren | 2013-10-01 | 1 | -3/+3 |
* | Debug Info: Update testing case. | Manman Ren | 2013-09-06 | 1 | -2/+2 |
* | PR17046, PR17092: Debug Info assert-on-valid due to member loss when context ... | David Blaikie | 2013-09-06 | 1 | -0/+23 |
* | Debug Info: generate a unique identifier for C++ struct, class, union, and enum. | Manman Ren | 2013-08-29 | 1 | -8/+10 |
* | Debug Info: this reverts commit r189600. | Manman Ren | 2013-08-29 | 1 | -10/+8 |
* | Debug Info: generate a unique identifier for C++ struct, class, union, and enum. | Manman Ren | 2013-08-29 | 1 | -8/+10 |
* | DebugInfo: Further fix/improvements to r189494 (and LLVM r189495). | David Blaikie | 2013-08-28 | 1 | -3/+8 |
* | Debug Info: follow-up patch to r189283. | Manman Ren | 2013-08-26 | 1 | -1/+1 |
* | Debug Info: add an identifier field to DICompositeType. | Manman Ren | 2013-08-26 | 1 | -3/+3 |
* | DebugInfo: Avoid duplicating types that may be created during the process of ... | David Blaikie | 2013-08-18 | 1 | -0/+28 |
* | Only emit debug info for implicit members that actually get codegen, not just... | David Blaikie | 2013-08-09 | 1 | -16/+14 |
* | Simplify/generalize some debug info test cases | David Blaikie | 2013-03-19 | 1 | -3/+3 |
* | Revert r158009 since there are some uses of artificial functions in | Eric Christopher | 2012-10-17 | 1 | -1/+1 |
* | Reapply "Only emit debug information for methods that are user defined, there's" | Eric Christopher | 2012-06-05 | 1 | -1/+1 |
* | Revert "Only emit debug information for methods that are user defined, there's" | John McCall | 2012-06-05 | 1 | -1/+1 |
* | Only emit debug information for methods that are user defined, there's | Eric Christopher | 2012-06-05 | 1 | -1/+1 |
* | Add support to mangle templated member function names with template | Eric Christopher | 2012-03-14 | 1 | -1/+1 |
* | When adding member functions to a class add any specializations of | Eric Christopher | 2012-03-13 | 1 | -0/+21 |