summaryrefslogtreecommitdiffstats
path: root/test/CodeGenOpenCL
Commit message (Expand)AuthorAgeFilesLines
* 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