summaryrefslogtreecommitdiff
path: root/test/CodeGenOpenCL
Commit message (Expand)AuthorAgeFilesLines
* Add a new LangOpt NativeHalfType. This option allows for native half/fp16Joey Gouly2013-01-231-0/+15
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-202-0/+14
* r172047 lacked a test (due to incomplete OpenCL support in clang). Use a modi...David Tweed2013-01-101-0/+29
* clang/test/CodeGenOpenCL/shifts.cl: Fixup for -Asserts.NAKAMURA Takumi2013-01-081-8/+8
* Scalar shifts in the OpenCL specification (as of v. 1.2) are defined to beDavid Tweed2013-01-071-0/+28
* Re-commit r170428 changes with Linux style file endings.Guy Benyei2012-12-181-0/+22
* Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei2012-12-181-22/+0
* Add OpenCL images as clang builtin types.Guy Benyei2012-12-181-0/+22
* Fix line ending is tests. No functional change.Richard Trieu2012-12-122-37/+37
* Add SPIR32/SPIR64 targets to ClangGuy Benyei2012-12-112-0/+43
* FP_CONTRACT: Fix two tests for -Asserts.NAKAMURA Takumi2012-10-021-1/+1
* Add FP_CONTRACT support for clang.Lang Hames2012-10-021-2/+1
* Remove names from the CHECK lines.Tanya Lattner2012-08-161-1/+1
* Convert loads and stores of vec3 to vec4 to achieve better code generation. A...Tanya Lattner2012-08-161-0/+9
* Fix the test case. Now it does not depend on the method used to pass vector a...Simon Atanasyan2012-08-091-4/+2
* Add OpenCL metadata for kernel arg names. This output is controlled via a fla...Tanya Lattner2012-07-111-0/+7
* Patch by Anton Lokhmotov to add OpenCL work group size attributes.Tanya Lattner2012-07-091-0/+14
* Replace PTX back-end with NVPTX back-end in all places where Clang caresJustin Holewinski2012-05-242-2/+2
* Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'mDuncan Sands2012-04-141-3/+3
* Express the number of ULPs in fpaccuracy metadata as a real rather than a Duncan Sands2012-04-101-1/+1
* A few style changes.Tanya Lattner2012-01-191-0/+19
* Fix test so it doesn't depend on the host's calling convention lowering code.Eli Friedman2012-01-041-6/+6
* Support constant evaluation for OpenCL nested vector literals. Patch by Anto...Eli Friedman2012-01-031-0/+23
* Annotate imprecise FP division with fpaccuracy metadataPeter Collingbourne2011-10-271-0/+25
* PTX: Set proper calling conventions for PTX in OpenCL mode.Justin Holewinski2011-10-052-0/+22
* OpenCL: introduce support for function scope __local variablesPeter Collingbourne2011-09-191-0/+7
* This handles the missing cases of opencl vector literals.Tanya Lattner2011-07-151-0/+22
* Do not violate the opencl casting rules. This test case still illustrates the...Tanya Lattner2011-07-071-4/+3
* Modify test for 32 and 64 bit.Tanya Lattner2011-04-161-5/+5
* Fix bug in vector initializer when initializing a vector with another vector.Tanya Lattner2011-04-151-0/+12
* Add support for language-specific address spaces. On top of that,Peter Collingbourne2011-03-181-0/+27
* OpenCL: standardise naming of test casesPeter Collingbourne2011-02-152-0/+24
* OpenCL: add support for __kernel, kernel keywords and EXTENSION,Peter Collingbourne2011-02-141-0/+10