1. ec22f56 User better API for vla in compund literals. // rdar://11485774 by Fariborz Jahanian · 12 years ago
  2. 2ccc0f9 When emitting compund literal of vla pointer elements, make by Fariborz Jahanian · 12 years ago
  3. e14da79 reverse r158117. by Fariborz Jahanian · 12 years ago
  4. 3077577 When doing arithmatic on vla pointer, make sure by Fariborz Jahanian · 12 years ago
  5. 06284c1 Fixed TypeofExpr AST and code generation. by Abramo Bagnara · 13 years ago
  6. 913dab2 Mark the multiply which occurs as part of performing pointer by John McCall · 13 years ago
  7. bc8d40d Change the IR-generation of VLAs so that we capture bounds, by John McCall · 13 years ago
  8. 4672879 Fix the test for Release. by Argyrios Kyrtzidis · 14 years ago
  9. 981b6fd Fix miscompilation regarding VLAs; subscription of VLA pointers was incorrect. by Argyrios Kyrtzidis · 14 years ago
  10. c5be7b0 vla expressions used in __typeof__ must be evaluated. Fixes rdar://8476159. by Fariborz Jahanian · 14 years ago
  11. 745da3a Patch implements passing arrays to functions expecting vla. Implements pr7827. by Fariborz Jahanian · 14 years ago
  12. f443570 Fixes an IRgen ICE due to cast of null pointer to a vla type (fixes pr7827). by Fariborz Jahanian · 14 years ago
  13. 4ada2ca Fix VLA miscompilation. by Argyrios Kyrtzidis · 14 years ago
  14. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  15. bdad6b6 Re-add a slightly more general version of the check from r72578; it is by Eli Friedman · 15 years ago
  16. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  17. 22ab8d8 Handle the case where EmitBlock might be called multiple times for the same block. Fixes PR3536. by Anders Carlsson · 16 years ago
  18. c756a8e Move previously unsupported VLA test to vla.c by Anders Carlsson · 16 years ago
  19. 0269709 Commit the right version of the test by Anders Carlsson · 16 years ago
  20. b50525b Make sure to emit the size expression for sizeof(type) by Anders Carlsson · 16 years ago
  21. 8f39f5e Make VLAs usable, and make basic usage work correctly. Also, add a by Eli Friedman · 16 years ago