summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/debug-info.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adapt testcases to LLVM change r312144 in DIGlobalVariableExpressionAdrian Prantl2017-08-301-1/+1
* Parse and print DIExpressions inline to ease IR and MIR testingReid Kleckner2017-08-231-2/+1
* Debug Info: Remove special-casing of indirect function argument handling.Adrian Prantl2017-04-181-1/+1
* Update for LLVM global variable debug info API change.Adrian Prantl2016-12-201-2/+3
* Revert "Update for LLVM global variable debug info API change."Adrian Prantl2016-12-161-3/+2
* Update for LLVM global variable debug info API change.Adrian Prantl2016-12-161-2/+3
* Revert "Update for LLVM global variable debug info API change."Adrian Prantl2016-12-161-3/+2
* Update for LLVM global variable debug info API change.Adrian Prantl2016-12-161-2/+3
* DebugInfo: pass alignment value only if it was forcedVictor Leschuk2016-10-201-2/+2
* Update Clang for D20147 ("DebugInfo: New metadata representation for global v...Peter Collingbourne2016-09-131-2/+3
* DebugInfo: Adapt to loss of DITypeRef in LLVM r267296Duncan P. N. Exon Smith2016-04-231-67/+58
* Update to match LLVM changes for PR27284.Adrian Prantl2016-04-151-3/+4
* Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman2015-10-081-2/+2
* DI: Update DISubprogram testcases after LLVM r246098Duncan P. N. Exon Smith2015-08-261-3/+3
* DI: Update testcases for LLVM assembly changeDuncan P. N. Exon Smith2015-07-311-2/+4
* DebugInfo: Metadata constructs now start with DI*Duncan P. N. Exon Smith2015-04-291-18/+18
* DebugInfo: Move new hierarchy into place (clang)Duncan P. N. Exon Smith2015-03-031-19/+47
* Migrate all uses of DIVariable's FlagIndirectVariable to use a DIExpressionAdrian Prantl2015-01-191-1/+5
* IR: Add 'distinct' MDNodes to bitcode and assembly (clang)Duncan P. N. Exon Smith2015-01-081-1/+1
* IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith2014-12-151-14/+14
* Revert "Revert "DI: LLVM schema change: fold constants into string""Duncan P. N. Exon Smith2014-10-031-10/+10
* Revert "DI: LLVM schema change: fold constants into string"Duncan P. N. Exon Smith2014-10-021-10/+10
* DI: LLVM schema change: fold constants into stringDuncan P. N. Exon Smith2014-10-021-10/+10
* Debug info: Use the vbtable offset for virtual bases in the MS ABIReid Kleckner2014-08-071-2/+15
* Revert "Debug info: Use record layout to find vbase offsets instead of vtables"Reid Kleckner2014-08-071-8/+2
* Debug info: Use record layout to find vbase offsets instead of vtablesReid Kleckner2014-08-071-2/+8
* Revert "DebugInfo: Place global constants in their appropriate context."David Blaikie2014-04-051-8/+1
* DebugInfo: Place global constants in their appropriate context.David Blaikie2014-04-041-1/+8
* DebugInfo: PR19298: function local const variables duplicated in the root scopeDavid Blaikie2014-04-041-6/+10
* Debug info: Update testcases to new DIBuilder behaviour. Variables nowAdrian Prantl2014-03-181-2/+2
* Debug Info: update testing cases when the derived-from field ofManman Ren2013-10-081-1/+1
* Debug Info: generate a unique identifier for C++ struct, class, union, and enum.Manman Ren2013-08-291-8/+9
* Debug Info: this reverts commit r189600.Manman Ren2013-08-291-9/+8
* Debug Info: generate a unique identifier for C++ struct, class, union, and enum.Manman Ren2013-08-291-8/+9
* Debug Info: follow-up patch to r189283.Manman Ren2013-08-261-1/+1
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-261-2/+2
* Only emit debug info for implicit members that actually get codegen, not just...David Blaikie2013-08-091-1/+1
* DebugInfo: handle the DI asm printing change to reword '[fwd]' as '[decl]' an...David Blaikie2013-06-211-2/+2
* Fix CodeGenCXX/debug-info.cpp to target a known ABI (x86-64-linux) so as not ...David Blaikie2013-06-201-2/+2
* Fix CodeGenCXX/debug-info.cpp test on WindowsReid Kleckner2013-06-201-1/+1
* Debug Info: PR14763/r183329 - specify that non-trivial pass-by-value paramete...David Blaikie2013-06-191-1/+1
* PR14763: Debug info for non-trivial record parametersDavid Blaikie2013-06-051-0/+17
* PR16214: Debug Info: -flimit-debug-info doesn't omit definitions for types us...David Blaikie2013-06-051-0/+24
* Fix some test cases I broke in r181552David Blaikie2013-05-091-1/+1
* DebugInfo: Simply & constrain test(s) for PR9600/PR9608David Blaikie2013-05-091-1/+10
* Revert "Revert r178079, it caused PR15637."Eric Christopher2013-04-021-7/+0
* Revert r178079, it caused PR15637.Nico Weber2013-04-011-0/+7
* Don't try to emit unsupported templated friend declarations. They're unsupportedNick Lewycky2011-09-011-0/+12
* test case for PR7920.Devang Patel2010-08-231-0/+5
* Fix another debug info crash with virtual bases.Anders Carlsson2010-01-261-1/+10