Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
2c6dbd7f5586c3acb0024552967268517b753145
/
test
/
CodeGen
/
vla.c
06284c1
Fixed TypeofExpr AST and code generation.
by Abramo Bagnara
· 13 years ago
913dab2
Mark the multiply which occurs as part of performing pointer
by John McCall
· 13 years ago
bc8d40d
Change the IR-generation of VLAs so that we capture bounds,
by John McCall
· 13 years ago
4672879
Fix the test for Release.
by Argyrios Kyrtzidis
· 14 years ago
981b6fd
Fix miscompilation regarding VLAs; subscription of VLA pointers was incorrect.
by Argyrios Kyrtzidis
· 14 years ago
c5be7b0
vla expressions used in __typeof__ must be evaluated. Fixes rdar://8476159.
by Fariborz Jahanian
· 14 years ago
745da3a
Patch implements passing arrays to functions expecting vla. Implements pr7827.
by Fariborz Jahanian
· 14 years ago
f443570
Fixes an IRgen ICE due to cast of null pointer to a vla type (fixes pr7827).
by Fariborz Jahanian
· 14 years ago
4ada2ca
Fix VLA miscompilation.
by Argyrios Kyrtzidis
· 14 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
bdad6b6
Re-add a slightly more general version of the check from r72578; it is
by Eli Friedman
· 15 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
22ab8d8
Handle the case where EmitBlock might be called multiple times for the same block. Fixes PR3536.
by Anders Carlsson
· 16 years ago
c756a8e
Move previously unsupported VLA test to vla.c
by Anders Carlsson
· 16 years ago
0269709
Commit the right version of the test
by Anders Carlsson
· 16 years ago
b50525b
Make sure to emit the size expression for sizeof(type)
by Anders Carlsson
· 16 years ago
8f39f5e
Make VLAs usable, and make basic usage work correctly. Also, add a
by Eli Friedman
· 16 years ago