summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/vla.c
Commit message (Expand)AuthorAgeFilesLines
* 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