1. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  2. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 9 years ago
  3. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  4. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  5. 758c4d8 [OpenCL] Make sure we put string literals in the constant address space. by Joey Gouly · 11 years ago
  6. c879fe5 Do not allow functions or kernels called 'main' in OpenCL. by Joey Gouly · 11 years ago
  7. e593489 Removing the endian attribute and updating associated test cases. This functionality was never completely implemented, and this is an improvement over silently eating the attribute. by Aaron Ballman · 11 years ago
  8. d7d94dc OpenCL allows the (pre/post)-(increment/decrement) operator on integer vector types, by David Tweed · 11 years ago
  9. 624421f Consolidating the notion of a GNU attribute parameter with the attribute argument list. by Aaron Ballman · 11 years ago
  10. baec778 Added the attribute name to the err_attribute_wrong_number_arguments diagnostic for clarity; updated almost all of the affected test cases. by Aaron Ballman · 11 years ago
  11. e6c8afc Error on more illegal kernel argument types for OpenCL by Matt Arsenault · 11 years ago
  12. 8aa86d1 Add an error to check that all program scope variables are in the constant address space in OpenCL. by Tanya Lattner · 11 years ago
  13. b0eb771 Revert 178811 until I fix the unit tests. by Tanya Lattner · 11 years ago
  14. 98bb788 Add an error to check that all program scope variables are in the constant address space in OpenCL. by Tanya Lattner · 11 years ago
  15. 96cead5 Add support for the 'endian' attribute for OpenCL. by Joey Gouly · 11 years ago
  16. 44abff7 Add a test case for the 'vec_type_hint' attribute that was introduced in by Joey Gouly · 11 years ago
  17. ff04dd4 Add a 64-bit triple to these tests, to fix 32-bit bots. by Joey Gouly · 11 years ago
  18. 52e933b by Joey Gouly · 11 years ago
  19. 9dd74c5 Diagnose loads of 'half' l-values in OpenCL. Patch by Joey Gouly! by John McCall · 11 years ago
  20. 6959acd Enable overloading of OpenCL events - this is needed for the overloaded OpenCL builtin functions. by Guy Benyei · 11 years ago
  21. 21f18c4 Add OpenCL samplers as Clang builtin types and check sampler related restrictions. by Guy Benyei · 11 years ago
  22. 7564bcc Add OpenCL error that a kernel function must have void return type. Includes a test case. by Tanya Lattner · 11 years ago
  23. a52d278 by Joey Gouly · 11 years ago
  24. 98f988d by Joey Gouly · 11 years ago
  25. 68bb7a6 by Joey Gouly · 11 years ago
  26. 627b463 by Joey Gouly · 11 years ago
  27. 19dbb20 Add a new LangOpt NativeHalfType. This option allows for native half/fp16 by Joey Gouly · 11 years ago
  28. e6b9d80 Implement OpenCL event_t as Clang builtin type, including event_t related OpenCL restrictions (OpenCL 1.2 spec 6.9) by Guy Benyei · 11 years ago
  29. 617bb31 Add some semantic checks for OpenCL. Variadic macros, VLAs and bitfields are not supported. by Joey Gouly · 11 years ago
  30. 8e8fb3b Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. by Andy Gibbs · 12 years ago
  31. a95b4f7 Disable the warning for missing prototypes for OpenCL kernels. Includes testcase. by Tanya Lattner · 12 years ago
  32. 5e94d6f Extend the support for cl-std to include 1.2. by Tanya Lattner · 12 years ago
  33. 3edd5a9 Support constant evaluation for OpenCL nested vector literals. Patch by Anton Lokhmotov. by Eli Friedman · 12 years ago
  34. 63cf68a TypePrinter: print OpenCL address space names. Patch by Richard by Peter Collingbourne · 13 years ago
  35. 6ec9643 The comparison of two vectors should return a signed result. hasIntegerRepresentation() used to always return false for vectors, but since it was changed, it also by Tanya Lattner · 13 years ago
  36. 9df05ea In OpenCL, conversions between different vector types are disallowed by Tobias Grosser · 13 years ago
  37. 37c31c2 In the OpenCL mode, the AltiVec mode must be off and checks must be strict by Tobias Grosser · 13 years ago
  38. 8c25fc5 OpenCL: introduce support for function scope __local variables by Peter Collingbourne · 13 years ago
  39. 61b4bc8 This handles the missing cases of opencl vector literals. by Tanya Lattner · 13 years ago
  40. f4f7cb8 OpenCL: if double precision floating point constant encountered by Peter Collingbourne · 13 years ago
  41. f4e3cfb Add support for the OpenCL vec_step operator, by generalising and by Peter Collingbourne · 13 years ago
  42. db27d82 OpenCL: standardise naming of test cases by Peter Collingbourne · 13 years ago
  43. 39d3e7a OpenCL: semantic analysis support for cl_khr_fp64 extension by Peter Collingbourne · 13 years ago