1. 438daee FP_CONTRACT: Fix two tests for -Asserts. by NAKAMURA Takumi · 13 years ago
  2. be9af12 Add FP_CONTRACT support for clang. by Lang Hames · 13 years ago
  3. 0e9eaa8 Remove names from the CHECK lines. by Tanya Lattner · 13 years ago
  4. c58dcdc Convert loads and stores of vec3 to vec4 to achieve better code generation. Add test case. by Tanya Lattner · 13 years ago
  5. 42ee64b Fix the test case. Now it does not depend on the method used to pass vector arguments to the function. by Simon Atanasyan · 13 years ago
  6. 198871c Add OpenCL metadata for kernel arg names. This output is controlled via a flag as noted in the OpenCL Spec. by Tanya Lattner · 13 years ago
  7. 0df579e Patch by Anton Lokhmotov to add OpenCL work group size attributes. by Tanya Lattner · 13 years ago
  8. 2c585b9 Replace PTX back-end with NVPTX back-end in all places where Clang cares by Justin Holewinski · 13 years ago
  9. 9bb1d34 Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'm by Duncan Sands · 13 years ago
  10. 8250016 Express the number of ULPs in fpaccuracy metadata as a real rather than a by Duncan Sands · 13 years ago
  11. b0f9dd2 A few style changes. by Tanya Lattner · 14 years ago
  12. b7d09c8 Fix test so it doesn't depend on the host's calling convention lowering code. by Eli Friedman · 14 years ago
  13. 3edd5a9 Support constant evaluation for OpenCL nested vector literals. Patch by Anton Lokhmotov. by Eli Friedman · 14 years ago
  14. c5096cb Annotate imprecise FP division with fpaccuracy metadata by Peter Collingbourne · 14 years ago
  15. 818eafb PTX: Set proper calling conventions for PTX in OpenCL mode. by Justin Holewinski · 14 years ago
  16. 8c25fc5 OpenCL: introduce support for function scope __local variables by Peter Collingbourne · 14 years ago
  17. 61b4bc8 This handles the missing cases of opencl vector literals. by Tanya Lattner · 14 years ago
  18. 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 · 14 years ago
  19. b6385e8 Modify test for 32 and 64 bit. by Tanya Lattner · 14 years ago
  20. b92ae0e Fix bug in vector initializer when initializing a vector with another vector. by Tanya Lattner · 14 years ago
  21. 207f4d8 Add support for language-specific address spaces. On top of that, by Peter Collingbourne · 14 years ago
  22. db27d82 OpenCL: standardise naming of test cases by Peter Collingbourne · 14 years ago
  23. f315fa8 OpenCL: add support for __kernel, kernel keywords and EXTENSION, by Peter Collingbourne · 14 years ago