summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/debug-info-vla.c
Commit message (Expand)AuthorAgeFilesLines
* Debug Info: Remove special-casing of indirect function argument handling.Adrian Prantl2017-04-181-2/+2
* Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman2015-10-081-1/+1
* DI: Update testcases for LLVM assembly changeDuncan P. N. Exon Smith2015-07-311-1/+1
* DebugInfo: Metadata constructs now start with DI*Duncan P. N. Exon Smith2015-04-291-2/+2
* DebugInfo: Move new hierarchy into place (clang)Duncan P. N. Exon Smith2015-03-031-2/+2
* Migrate all uses of DIVariable's FlagIndirectVariable to use a DIExpressionAdrian Prantl2015-01-191-1/+4
* IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith2014-12-151-1/+1
* Revert "Revert "DI: LLVM schema change: fold constants into string""Duncan P. N. Exon Smith2014-10-031-1/+1
* Revert "DI: LLVM schema change: fold constants into string"Duncan P. N. Exon Smith2014-10-021-1/+1
* DI: LLVM schema change: fold constants into stringDuncan P. N. Exon Smith2014-10-021-1/+1
* Debug info: Explicitly set the DIVariable::isIndirect() flag for VLAs.Adrian Prantl2013-09-181-1/+1
* Reapply an improved version of r180816/180817.Adrian Prantl2013-07-091-2/+1
* Revert 180817 because 180816 was reverted.Adrian Prantl2013-04-301-1/+2
* Do not generate VLAs as complex variables any more, as they are nowAdrian Prantl2013-04-301-2/+1
* The address of a vla is actually complex and requires a dereference.Eric Christopher2012-05-081-0/+12