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