1. 4967a71 Update aosp/master Clang for rebase to r275480 by Pirama Arumuga Nainar · 8 years ago
  2. 87d948e Update aosp/master clang for rebase to r256229 by Pirama Arumuga Nainar · 8 years ago
  3. b6d6993 Update aosp/master clang for rebase to r239765 by Pirama Arumuga Nainar · 9 years ago
  4. 58878f8 Update aosp/master clang for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  5. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  6. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  7. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  8. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  9. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  10. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  11. 13ba719 Merging r195367: by Bill Wendling · 11 years ago
  12. 758c4d8 [OpenCL] Make sure we put string literals in the constant address space. by Joey Gouly · 11 years ago
  13. 1eef852 Certain multi-platform languages, such as OpenCL, have the concept of by David Tweed · 11 years ago
  14. a3f55b0 Don't pass -O0 to clang_cc1, it is the default. by Rafael Espindola · 11 years ago
  15. 93ab6bf CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. by Stephen Lin · 11 years ago
  16. dca8f33 Use kernel metadata to differentiate between kernel and device by Justin Holewinski · 11 years ago
  17. 1db7040 Generate metadata to implement the -cl-kernel-arg-info option. by Guy Benyei · 11 years ago
  18. d436c99 Fix indirect byval passing of records in address spaced memory. Allocate memory on stack, and memcpy the actual value before the call. by Guy Benyei · 11 years ago
  19. 37453b9 Add support for the OpenCL attribute 'vec_type_hint'. by Joey Gouly · 11 years ago
  20. ff04dd4 Add a 64-bit triple to these tests, to fix 32-bit bots. by Joey Gouly · 11 years ago
  21. b965d8b Fix an OpenCL test case. Pointer arguments to kernels must be declared with the by Joey Gouly · 11 years ago
  22. 52e933b by Joey Gouly · 11 years ago
  23. f21107b Use the target address space value when mangling names. by Tanya Lattner · 11 years ago
  24. 21f18c4 Add OpenCL samplers as Clang builtin types and check sampler related restrictions. by Guy Benyei · 11 years ago
  25. 19dbb20 Add a new LangOpt NativeHalfType. This option allows for native half/fp16 by Joey Gouly · 11 years ago
  26. 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
  27. a2d37a5 r172047 lacked a test (due to incomplete OpenCL support in clang). Use a modified by David Tweed · 11 years ago
  28. 6647986 clang/test/CodeGenOpenCL/shifts.cl: Fixup for -Asserts. by NAKAMURA Takumi · 11 years ago
  29. 7a83421 Scalar shifts in the OpenCL specification (as of v. 1.2) are defined to be by David Tweed · 11 years ago
  30. b13621d Re-commit r170428 changes with Linux style file endings. by Guy Benyei · 12 years ago
  31. 7f92f2d Revert changes from r170428, as I accidentally changed the line endings of these files to Windows style. by Guy Benyei · 12 years ago
  32. 736104a Add OpenCL images as clang builtin types. by Guy Benyei · 12 years ago
  33. 7533eba Fix line ending is tests. No functional change. by Richard Trieu · 12 years ago
  34. bd5da3c Add SPIR32/SPIR64 targets to Clang by Guy Benyei · 12 years ago
  35. 438daee FP_CONTRACT: Fix two tests for -Asserts. by NAKAMURA Takumi · 12 years ago
  36. be9af12 Add FP_CONTRACT support for clang. by Lang Hames · 12 years ago
  37. 0e9eaa8 Remove names from the CHECK lines. by Tanya Lattner · 12 years ago
  38. c58dcdc Convert loads and stores of vec3 to vec4 to achieve better code generation. Add test case. by Tanya Lattner · 12 years ago
  39. 42ee64b Fix the test case. Now it does not depend on the method used to pass vector arguments to the function. by Simon Atanasyan · 12 years ago
  40. 198871c Add OpenCL metadata for kernel arg names. This output is controlled via a flag as noted in the OpenCL Spec. by Tanya Lattner · 12 years ago
  41. 0df579e Patch by Anton Lokhmotov to add OpenCL work group size attributes. by Tanya Lattner · 12 years ago
  42. 2c585b9 Replace PTX back-end with NVPTX back-end in all places where Clang cares by Justin Holewinski · 12 years ago
  43. 9bb1d34 Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'm by Duncan Sands · 12 years ago
  44. 8250016 Express the number of ULPs in fpaccuracy metadata as a real rather than a by Duncan Sands · 12 years ago
  45. b0f9dd2 A few style changes. by Tanya Lattner · 12 years ago
  46. b7d09c8 Fix test so it doesn't depend on the host's calling convention lowering code. by Eli Friedman · 12 years ago
  47. 3edd5a9 Support constant evaluation for OpenCL nested vector literals. Patch by Anton Lokhmotov. by Eli Friedman · 12 years ago
  48. c5096cb Annotate imprecise FP division with fpaccuracy metadata by Peter Collingbourne · 13 years ago
  49. 818eafb PTX: Set proper calling conventions for PTX in OpenCL mode. by Justin Holewinski · 13 years ago
  50. 8c25fc5 OpenCL: introduce support for function scope __local variables by Peter Collingbourne · 13 years ago
  51. 61b4bc8 This handles the missing cases of opencl vector literals. by Tanya Lattner · 13 years ago
  52. 9934078 Do not violate the opencl casting rules. This test case still illustrates the problem. In the future, we should throw an error when doing invalid casting. by Tanya Lattner · 13 years ago
  53. b6385e8 Modify test for 32 and 64 bit. by Tanya Lattner · 13 years ago
  54. b92ae0e Fix bug in vector initializer when initializing a vector with another vector. by Tanya Lattner · 13 years ago
  55. 207f4d8 Add support for language-specific address spaces. On top of that, by Peter Collingbourne · 13 years ago
  56. db27d82 OpenCL: standardise naming of test cases by Peter Collingbourne · 13 years ago
  57. f315fa8 OpenCL: add support for __kernel, kernel keywords and EXTENSION, by Peter Collingbourne · 13 years ago