summaryrefslogtreecommitdiff
path: root/test/CodeGenOpenCL
Commit message (Expand)AuthorAgeFilesLines
* clang/test/CodeGenOpenCL/opencl_types.cl: Tweak expressions according to r237...NAKAMURA Takumi2015-05-181-1/+1
* Remove the cl-no-signed-zeros cc1 optionSanjay Patel2015-04-041-2/+0
* Sema: Accept pointers to any address space for builtin functionsTom Stellard2015-03-311-0/+8
* [CodeGen] Support native half inc/dec amounts.Ahmed Bougacha2015-03-241-0/+8
* Test case updates for explicit type parameter to the gep operatorDavid Blaikie2015-03-132-2/+2
* Restores r228382, which was reverted in r228406.Sameer Sahasrabuddhe2015-02-251-25/+41
* Revert r229409: "Hack to try deleting file from build bots"Matt Arsenault2015-02-161-1/+0
* Hack to try deleting file from build botsMatt Arsenault2015-02-161-0/+1
* Don't create output file in testMatt Arsenault2015-02-161-1/+1
* OpenCL: Accept -cl-strict-aliasingMatt Arsenault2015-02-161-0/+1
* Revert "OpenCL: handle shift operator with vector operands"Tom Stellard2015-02-061-41/+25
* OpenCL: handle shift operator with vector operandsSameer Sahasrabuddhe2015-02-061-25/+41
* Re-apply "r226548 - Introduce SPIR calling conventions" reverted in r226558.Alexander Kornienko2015-01-201-0/+18
* Reverting r226548 as one of the tests fails in some configurations.Alexander Kornienko2015-01-201-18/+0
* Introduce SPIR calling conventions.Sameer Sahasrabuddhe2015-01-201-0/+18
* Add __builtin_amdgpu_classMatt Arsenault2015-01-061-0/+14
* R600: Handle amdgcn tripleTom Stellard2015-01-062-1/+2
* Fix an address space id reset with array decay'sPekka Jaaskelainen2014-12-191-0/+11
* IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith2014-12-156-48/+48
* OpenCL C: Add support for a set of floating point Pekka Jaaskelainen2014-12-101-0/+36
* Add attributes for AMDGPU register limits.Matt Arsenault2014-12-041-0/+48
* Always emit kernel arg info for SPIR.Sameer Sahasrabuddhe2014-12-043-9/+20
* clang/test/CodeGenOpenCL/opencl_types.cl: Appease i686-msvc.NAKAMURA Takumi2014-11-301-1/+1
* Tweak clang/test/CodeGenOpenCL/opencl_types.cl to appease msvc since r222941.NAKAMURA Takumi2014-11-291-1/+1
* AST: Consider pseudo-struct builtin types as substitutableDavid Majnemer2014-11-281-0/+3
* OpenCL: fix test for lack of names in release buildsTim Northover2014-11-261-2/+2
* Adding an explicit triple to this test to get it to pass all build bots.Aaron Ballman2014-11-261-1/+1
* [OpenCL] Implemented restrictions for pointer conversions specified in OpenCL...Anastasia Stulova2014-11-261-0/+22
* Emit OpenCL local global variables without zeorinitializerMatt Arsenault2014-11-032-2/+28
* Prune CRLF.NAKAMURA Takumi2014-10-271-23/+23
* R600: Update for div_fmas intrinsic changeMatt Arsenault2014-10-211-4/+4
* OpenCL: Emit global variables in the constant addr space as constant globalsTom Stellard2014-10-164-4/+12
* Driver: Implement -cl-denorms-are-zeroTom Stellard2014-08-211-0/+5
* R600: Add ldexp intrinsicMatt Arsenault2014-08-151-0/+14
* Add OpenCL/SPIR kernel_arg_base_type metadata nodeFraser Cormack2014-07-301-0/+12
* Fix OpenCL/SPIR kernel_arg_type metadata nodeFraser Cormack2014-07-301-0/+9
* Add codegen for more R600 builtinsMatt Arsenault2014-07-151-0/+84
* Add R600 builtin codegen.Matt Arsenault2014-06-241-0/+30
* Update for llvm api change.Rafael Espindola2014-06-062-2/+2
* Bug 18567: Fix constantexpr pointer casts with address spaces.Matt Arsenault2014-04-171-0/+20
* When printing types for the OpenCL kernel metadata, use the PrintingPolicy.Joey Gouly2014-04-041-0/+8
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-142-3/+3
* Update tests in preparation for using the MS ABI for Win32 targetsHans Wennborg2014-01-132-3/+3
* The OpenCL specification states that images are allocated Pekka Jaaskelainen2014-01-091-1/+1
* Fix a crash in EmitStoreThroughExtVectorComponentLValue for vectors of odd si...Joey Gouly2013-11-211-0/+17
* [OpenCL] Make sure we put string literals in the constant address space.Joey Gouly2013-11-141-0/+9
* Certain multi-platform languages, such as OpenCL, have the concept ofDavid Tweed2013-09-132-2/+32
* Don't pass -O0 to clang_cc1, it is the default.Rafael Espindola2013-09-041-1/+1
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-154-6/+6
* Use kernel metadata to differentiate between kernel and deviceJustin Holewinski2013-03-302-5/+7