summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/vla.c
Commit message (Expand)AuthorAgeFilesLines
* [clang]: Add support for "-fno-delete-null-pointer-checks"Manoj Gupta2018-07-191-2/+4
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-17/+17
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-10/+10
* Use the dereferenceable attribute on C99 array parameters with staticHal Finkel2014-07-191-0/+9
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-6/+6
* When evaluating variably modified types for function parameters, dig out theEli Friedman2012-11-141-1/+5
* User better API for vla in compund literals.Fariborz Jahanian2012-06-071-5/+34
* When emitting compund literal of vla pointer elements, make Fariborz Jahanian2012-06-071-0/+20
* reverse r158117.Fariborz Jahanian2012-06-061-20/+0
* When doing arithmatic on vla pointer, make sureFariborz Jahanian2012-06-061-0/+20
* Fixed TypeofExpr AST and code generation.Abramo Bagnara2012-01-071-3/+0
* Mark the multiply which occurs as part of performing pointerJohn McCall2011-06-251-1/+44
* Change the IR-generation of VLAs so that we capture bounds,John McCall2011-06-241-8/+12
* Fix the test for Release.Argyrios Kyrtzidis2010-11-091-1/+1
* Fix miscompilation regarding VLAs; subscription of VLA pointers was incorrect.Argyrios Kyrtzidis2010-11-091-1/+14
* vla expressions used in __typeof__ must be evaluated.Fariborz Jahanian2010-09-281-0/+12
* Patch implements passing arrays to functions expectingFariborz Jahanian2010-09-241-1/+15
* Fixes an IRgen ICE due to cast of null pointer toFariborz Jahanian2010-09-211-0/+9
* Fix VLA miscompilation.Argyrios Kyrtzidis2010-09-141-1/+16
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Re-add a slightly more general version of the check from r72578; it is Eli Friedman2009-05-291-0/+6
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Handle the case where EmitBlock might be called multiple times for the same b...Anders Carlsson2009-02-101-0/+11
* Move previously unsupported VLA test to vla.cAnders Carlsson2009-02-091-0/+5
* Commit the right version of the testAnders Carlsson2008-12-211-2/+2
* Make sure to emit the size expression for sizeof(type)Anders Carlsson2008-12-211-0/+5
* Make VLAs usable, and make basic usage work correctly. Also, add a Eli Friedman2008-12-201-0/+10