summaryrefslogtreecommitdiff
path: root/test/CodeGenOpenCL
Commit message (Expand)AuthorAge
* Add R600 builtin codegen.Matt Arsenault2014-06-24
* Update for llvm api change.Rafael Espindola2014-06-06
* Bug 18567: Fix constantexpr pointer casts with address spaces.Matt Arsenault2014-04-17
* When printing types for the OpenCL kernel metadata, use the PrintingPolicy.Joey Gouly2014-04-04
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-14
* Update tests in preparation for using the MS ABI for Win32 targetsHans Wennborg2014-01-13
* The OpenCL specification states that images are allocated Pekka Jaaskelainen2014-01-09
* Fix a crash in EmitStoreThroughExtVectorComponentLValue for vectors of odd si...Joey Gouly2013-11-21
* [OpenCL] Make sure we put string literals in the constant address space.Joey Gouly2013-11-14
* Certain multi-platform languages, such as OpenCL, have the concept ofDavid Tweed2013-09-13
* Don't pass -O0 to clang_cc1, it is the default.Rafael Espindola2013-09-04
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-15
* Use kernel metadata to differentiate between kernel and deviceJustin Holewinski2013-03-30
* Generate metadata to implement the -cl-kernel-arg-info option.Guy Benyei2013-03-24
* Fix indirect byval passing of records in address spaced memory. Allocate memo...Guy Benyei2013-03-10
* Add support for the OpenCL attribute 'vec_type_hint'.Joey Gouly2013-03-08
* Add a 64-bit triple to these tests, to fix 32-bit bots.Joey Gouly2013-02-21
* Fix an OpenCL test case. Pointer arguments to kernels must be declared with theJoey Gouly2013-02-21
* Add support to Sema and CodeGen for floating point vector types in OpenCL.Joey Gouly2013-02-21
* Use the target address space value when mangling names.Tanya Lattner2013-02-08
* Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei2013-02-07
* Add a new LangOpt NativeHalfType. This option allows for native half/fp16Joey Gouly2013-01-23
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-20
* r172047 lacked a test (due to incomplete OpenCL support in clang). Use a modi...David Tweed2013-01-10
* clang/test/CodeGenOpenCL/shifts.cl: Fixup for -Asserts.NAKAMURA Takumi2013-01-08
* Scalar shifts in the OpenCL specification (as of v. 1.2) are defined to beDavid Tweed2013-01-07
* Re-commit r170428 changes with Linux style file endings.Guy Benyei2012-12-18
* Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei2012-12-18
* Add OpenCL images as clang builtin types.Guy Benyei2012-12-18
* Fix line ending is tests. No functional change.Richard Trieu2012-12-12
* Add SPIR32/SPIR64 targets to ClangGuy Benyei2012-12-11
* FP_CONTRACT: Fix two tests for -Asserts.NAKAMURA Takumi2012-10-02
* Add FP_CONTRACT support for clang.Lang Hames2012-10-02
* Remove names from the CHECK lines.Tanya Lattner2012-08-16
* Convert loads and stores of vec3 to vec4 to achieve better code generation. A...Tanya Lattner2012-08-16
* Fix the test case. Now it does not depend on the method used to pass vector a...Simon Atanasyan2012-08-09
* Add OpenCL metadata for kernel arg names. This output is controlled via a fla...Tanya Lattner2012-07-11
* Patch by Anton Lokhmotov to add OpenCL work group size attributes.Tanya Lattner2012-07-09
* Replace PTX back-end with NVPTX back-end in all places where Clang caresJustin Holewinski2012-05-24
* Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'mDuncan Sands2012-04-14
* Express the number of ULPs in fpaccuracy metadata as a real rather than a Duncan Sands2012-04-10
* A few style changes.Tanya Lattner2012-01-19
* Fix test so it doesn't depend on the host's calling convention lowering code.Eli Friedman2012-01-04
* Support constant evaluation for OpenCL nested vector literals. Patch by Anto...Eli Friedman2012-01-03
* Annotate imprecise FP division with fpaccuracy metadataPeter Collingbourne2011-10-27
* PTX: Set proper calling conventions for PTX in OpenCL mode.Justin Holewinski2011-10-05
* OpenCL: introduce support for function scope __local variablesPeter Collingbourne2011-09-19
* This handles the missing cases of opencl vector literals.Tanya Lattner2011-07-15
* Do not violate the opencl casting rules. This test case still illustrates the...Tanya Lattner2011-07-07
* Modify test for 32 and 64 bit.Tanya Lattner2011-04-16