| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Adapt testcases to LLVM change r312144 in DIGlobalVariableExpression | Adrian Prantl | 2017-08-30 | 1 | -1/+1 | 
| *  | Parse and print DIExpressions inline to ease IR and MIR testing | Reid Kleckner | 2017-08-23 | 1 | -2/+1 | 
| *  | Debug Info: Remove special-casing of indirect function argument handling. | Adrian Prantl | 2017-04-18 | 1 | -1/+1 | 
| *  | Update for LLVM global variable debug info API change. | Adrian Prantl | 2016-12-20 | 1 | -2/+3 | 
| *  | Revert "Update for LLVM global variable debug info API change." | Adrian Prantl | 2016-12-16 | 1 | -3/+2 | 
| *  | Update for LLVM global variable debug info API change. | Adrian Prantl | 2016-12-16 | 1 | -2/+3 | 
| *  | Revert "Update for LLVM global variable debug info API change." | Adrian Prantl | 2016-12-16 | 1 | -3/+2 | 
| *  | Update for LLVM global variable debug info API change. | Adrian Prantl | 2016-12-16 | 1 | -2/+3 | 
| *  | DebugInfo: pass alignment value only if it was forced | Victor Leschuk | 2016-10-20 | 1 | -2/+2 | 
| *  | Update Clang for D20147 ("DebugInfo: New metadata representation for global v... | Peter Collingbourne | 2016-09-13 | 1 | -2/+3 | 
| *  | DebugInfo: Adapt to loss of DITypeRef in LLVM r267296 | Duncan P. N. Exon Smith | 2016-04-23 | 1 | -67/+58 | 
| *  | Update to match LLVM changes for PR27284. | Adrian Prantl | 2016-04-15 | 1 | -3/+4 | 
| *  | Stop messing with the 'g' group of options in CompilerInvocation. | Douglas Katzman | 2015-10-08 | 1 | -2/+2 | 
| *  | DI: Update DISubprogram testcases after LLVM r246098 | Duncan P. N. Exon Smith | 2015-08-26 | 1 | -3/+3 | 
| *  | DI: Update testcases for LLVM assembly change | Duncan P. N. Exon Smith | 2015-07-31 | 1 | -2/+4 | 
| *  | DebugInfo: Metadata constructs now start with DI* | Duncan P. N. Exon Smith | 2015-04-29 | 1 | -18/+18 | 
| *  | DebugInfo: Move new hierarchy into place (clang) | Duncan P. N. Exon Smith | 2015-03-03 | 1 | -19/+47 | 
| *  | Migrate all uses of DIVariable's FlagIndirectVariable to use a DIExpression | Adrian Prantl | 2015-01-19 | 1 | -1/+5 | 
| *  | IR: Add 'distinct' MDNodes to bitcode and assembly (clang) | Duncan P. N. Exon Smith | 2015-01-08 | 1 | -1/+1 | 
| *  | IR: Make metadata typeless in assembly, clang side | Duncan P. N. Exon Smith | 2014-12-15 | 1 | -14/+14 | 
| *  | Revert "Revert "DI: LLVM schema change: fold constants into string"" | Duncan P. N. Exon Smith | 2014-10-03 | 1 | -10/+10 | 
| *  | Revert "DI: LLVM schema change: fold constants into string" | Duncan P. N. Exon Smith | 2014-10-02 | 1 | -10/+10 | 
| *  | DI: LLVM schema change: fold constants into string | Duncan P. N. Exon Smith | 2014-10-02 | 1 | -10/+10 | 
| *  | Debug info: Use the vbtable offset for virtual bases in the MS ABI | Reid Kleckner | 2014-08-07 | 1 | -2/+15 | 
| *  | Revert "Debug info: Use record layout to find vbase offsets instead of vtables" | Reid Kleckner | 2014-08-07 | 1 | -8/+2 | 
| *  | Debug info: Use record layout to find vbase offsets instead of vtables | Reid Kleckner | 2014-08-07 | 1 | -2/+8 | 
| *  | Revert "DebugInfo: Place global constants in their appropriate context." | David Blaikie | 2014-04-05 | 1 | -8/+1 | 
| *  | DebugInfo: Place global constants in their appropriate context. | David Blaikie | 2014-04-04 | 1 | -1/+8 | 
| *  | DebugInfo: PR19298: function local const variables duplicated in the root scope | David Blaikie | 2014-04-04 | 1 | -6/+10 | 
| *  | Debug info: Update testcases to new DIBuilder behaviour. Variables now | Adrian Prantl | 2014-03-18 | 1 | -2/+2 | 
| *  | Debug Info: update testing cases when the derived-from field of | Manman Ren | 2013-10-08 | 1 | -1/+1 | 
| *  | Debug Info: generate a unique identifier for C++ struct, class, union, and enum. | Manman Ren | 2013-08-29 | 1 | -8/+9 | 
| *  | Debug Info: this reverts commit r189600. | Manman Ren | 2013-08-29 | 1 | -9/+8 | 
| *  | Debug Info: generate a unique identifier for C++ struct, class, union, and enum. | Manman Ren | 2013-08-29 | 1 | -8/+9 | 
| *  | 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 | -2/+2 | 
| *  | Only emit debug info for implicit members that actually get codegen, not just... | David Blaikie | 2013-08-09 | 1 | -1/+1 | 
| *  | DebugInfo: handle the DI asm printing change to reword '[fwd]' as '[decl]' an... | David Blaikie | 2013-06-21 | 1 | -2/+2 | 
| *  | Fix CodeGenCXX/debug-info.cpp to target a known ABI (x86-64-linux) so as not ... | David Blaikie | 2013-06-20 | 1 | -2/+2 | 
| *  | Fix CodeGenCXX/debug-info.cpp test on Windows | Reid Kleckner | 2013-06-20 | 1 | -1/+1 | 
| *  | Debug Info: PR14763/r183329 - specify that non-trivial pass-by-value paramete... | David Blaikie | 2013-06-19 | 1 | -1/+1 | 
| *  | PR14763: Debug info for non-trivial record parameters | David Blaikie | 2013-06-05 | 1 | -0/+17 | 
| *  | PR16214: Debug Info: -flimit-debug-info doesn't omit definitions for types us... | David Blaikie | 2013-06-05 | 1 | -0/+24 | 
| *  | Fix some test cases I broke in r181552 | David Blaikie | 2013-05-09 | 1 | -1/+1 | 
| *  | DebugInfo: Simply & constrain test(s) for PR9600/PR9608 | David Blaikie | 2013-05-09 | 1 | -1/+10 | 
| *  | Revert "Revert r178079, it caused PR15637." | Eric Christopher | 2013-04-02 | 1 | -7/+0 | 
| *  | Revert r178079, it caused PR15637. | Nico Weber | 2013-04-01 | 1 | -0/+7 | 
| *  | Don't try to emit unsupported templated friend declarations. They're unsupported | Nick Lewycky | 2011-09-01 | 1 | -0/+12 | 
| *  | test case for PR7920. | Devang Patel | 2010-08-23 | 1 | -0/+5 | 
| *  | Fix another debug info crash with virtual bases. | Anders Carlsson | 2010-01-26 | 1 | -1/+10 |