aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenOpenCL
AgeCommit message (Expand)Author
2013-03-30Use kernel metadata to differentiate between kernel and deviceJustin Holewinski
2013-03-24Generate metadata to implement the -cl-kernel-arg-info option.Guy Benyei
2013-03-10Fix indirect byval passing of records in address spaced memory. Allocate memo...Guy Benyei
2013-03-08Add support for the OpenCL attribute 'vec_type_hint'.Joey Gouly
2013-02-21Add a 64-bit triple to these tests, to fix 32-bit bots.Joey Gouly
2013-02-21Fix an OpenCL test case. Pointer arguments to kernels must be declared with theJoey Gouly
2013-02-21Add support to Sema and CodeGen for floating point vector types in OpenCL.Joey Gouly
2013-02-08Use the target address space value when mangling names.Tanya Lattner
2013-02-07Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei
2013-01-23Add a new LangOpt NativeHalfType. This option allows for native half/fp16Joey Gouly
2013-01-20Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei
2013-01-10r172047 lacked a test (due to incomplete OpenCL support in clang). Use a modi...David Tweed
2013-01-08clang/test/CodeGenOpenCL/shifts.cl: Fixup for -Asserts.NAKAMURA Takumi
2013-01-07Scalar shifts in the OpenCL specification (as of v. 1.2) are defined to beDavid Tweed
2012-12-18Re-commit r170428 changes with Linux style file endings.Guy Benyei
2012-12-18Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei
2012-12-18Add OpenCL images as clang builtin types.Guy Benyei
2012-12-12Fix line ending is tests. No functional change.Richard Trieu
2012-12-11Add SPIR32/SPIR64 targets to ClangGuy Benyei
2012-10-02FP_CONTRACT: Fix two tests for -Asserts.NAKAMURA Takumi
2012-10-02Add FP_CONTRACT support for clang.Lang Hames
2012-08-16Remove names from the CHECK lines.Tanya Lattner
2012-08-16Convert loads and stores of vec3 to vec4 to achieve better code generation. A...Tanya Lattner
2012-08-09Fix the test case. Now it does not depend on the method used to pass vector a...Simon Atanasyan
2012-07-11Add OpenCL metadata for kernel arg names. This output is controlled via a fla...Tanya Lattner
2012-07-09Patch by Anton Lokhmotov to add OpenCL work group size attributes.Tanya Lattner
2012-05-24Replace PTX back-end with NVPTX back-end in all places where Clang caresJustin Holewinski
2012-04-14Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'mDuncan Sands
2012-04-10Express the number of ULPs in fpaccuracy metadata as a real rather than a Duncan Sands
2012-01-19A few style changes.Tanya Lattner
2012-01-04Fix test so it doesn't depend on the host's calling convention lowering code.Eli Friedman
2012-01-03Support constant evaluation for OpenCL nested vector literals. Patch by Anto...Eli Friedman
2011-10-27Annotate imprecise FP division with fpaccuracy metadataPeter Collingbourne
2011-10-05PTX: Set proper calling conventions for PTX in OpenCL mode.Justin Holewinski
2011-09-19OpenCL: introduce support for function scope __local variablesPeter Collingbourne
2011-07-15This handles the missing cases of opencl vector literals.Tanya Lattner
2011-07-07Do not violate the opencl casting rules. This test case still illustrates the...Tanya Lattner
2011-04-16Modify test for 32 and 64 bit.Tanya Lattner
2011-04-15Fix bug in vector initializer when initializing a vector with another vector.Tanya Lattner
2011-03-18Add support for language-specific address spaces. On top of that,Peter Collingbourne
2011-02-15OpenCL: standardise naming of test casesPeter Collingbourne
2011-02-14OpenCL: add support for __kernel, kernel keywords and EXTENSION,Peter Collingbourne