aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenOpenCL
AgeCommit message (Expand)Author
2019-09-05AMDGPU: Add builtins for is_shared/is_privateMatt Arsenault
2019-08-27AMDGPU: Always emit amdgpu-flat-work-group-sizeMatt Arsenault
2019-08-06Builtins: Start adding half versions of math builtinsMatt Arsenault
2019-08-05[OpenCL] Fix vector literal test broken in rL367675.Anastasia Stulova
2019-08-03IR: print value numbers for unnamed function argumentsTim Northover
2019-08-02[OpenCL] Allow OpenCL C style vector initialization in C++Anastasia Stulova
2019-07-31AMDGPU: Add missing builtin declarationsMatt Arsenault
2019-07-25[OpenCL] Rename lang mode flag for C++ modeAnastasia Stulova
2019-07-22Updated the signature for some stack related intrinsics (CLANG)Christudasan Devadasan
2019-07-17AMDGPU: Add some missing builtinsMatt Arsenault
2019-07-16[OpenCL] Fixing sampler initialisations for C++ mode.Neil Hickey
2019-07-10[clang] Preserve names of addrspacecast'ed values.Vyacheslav Zakharin
2019-07-10[AMDGPU] Increased the number of implicit argument bytes for both OpenCL and ...Christudasan Devadasan
2019-07-09Use the Itanium C++ ABI for the pipe_builtin.cl testReid Kleckner
2019-07-09[AMDGPU] gfx908 clang targetStanislav Mekhanoshin
2019-07-09[OpenCL][Sema] Fix builtin rewritingMarco Antognini
2019-07-08Add nofree attribute to CodeGenOpenCL/convergent.cl testBrian Homerding
2019-06-24AMDGPU: Fix missing declaration for mbcnt builtinsMatt Arsenault
2019-06-24[clang][NewPM] Add RUNS for tests that produce slightly different IR under ne...Leonard Chan
2019-06-22AMDGPU: Fix target builtins for gfx10Matt Arsenault
2019-06-20AMDGPU: Add DS GWS sema builtinsMatt Arsenault
2019-06-19Reapply "r363684: AMDGPU: Add GWS instruction builtins"Matt Arsenault
2019-06-19Revert rL363684 : AMDGPU: Add GWS instruction builtinsSimon Pilgrim
2019-06-18AMDGPU: Add GWS instruction builtinsMatt Arsenault
2019-06-14[AMDGPU] gfx1011/gfx1012 clang supportStanislav Mekhanoshin
2019-06-13[AMDGPU] gfx1010 wave32 clang supportStanislav Mekhanoshin
2019-06-05LLVM IR: Generate new-style byval-with-Type from ClangTim Northover
2019-05-30Reapply: LLVM IR: update Clang tests for byval being a typed attribute.Tim Northover
2019-05-30[OpenCL] Fix OpenCL/SPIR version metadata in C++ mode.Anastasia Stulova
2019-05-30[OpenCL] Support logical vector operators in C++ modeSven van Haastregt
2019-05-29Revert "LLVM IR: update Clang tests for byval being a typed attribute."Tim Northover
2019-05-29LLVM IR: update Clang tests for byval being a typed attribute.Tim Northover
2019-05-27[OpenCL] Fix file-scope const sampler variable for 2.0Yaxun Liu
2019-05-24[OpenCL] Add support for the cl_arm_integer_dot_product extensionsKevin Petit
2019-05-17[NFC] Fix line endings in OpenCL testsSven van Haastregt
2019-05-13[AMDGPU] gfx1010 clang targetStanislav Mekhanoshin
2019-05-08[Sema][OpenCL] Make address space conversions a bit stricter.Anastasia Stulova
2019-04-23Move setTargetAttributes after setGVProperties in SetFunctionAttributesScott Linder
2019-04-11[OpenCL] Re-fix invalid address space generation for clk_event_t arguments of...Alexey Sotkin
2019-04-05[AMDGPU] rename vi-insts into gfx8-instsStanislav Mekhanoshin
2019-03-25AMDGPU: Add support for cross address space synchronization scopes (clang)Konstantin Zhuravlyov
2019-03-20[OpenCL] Generate 'unroll.enable' metadata for __attribute__((opencl_unroll_...Andrew Savonichev
2019-03-18[AMDGPU] Add the missing clang change of the experimental buffer fat pointerMichael Liao
2019-03-06AMDGPU: Fix the mapping of sub group sync scopeKonstantin Zhuravlyov
2019-02-26[OpenCL] Fix assertion due to blocksYaxun Liu
2019-02-21[OpenCL] Simplify LLVM IR generated for OpenCL blocksAndrew Savonichev
2019-02-19[OpenCL] Change type of block pointer for OpenCLAlexey Bader
2019-02-15[OpenCL][PR40707] Allow OpenCL C types in C++ mode.Anastasia Stulova
2019-02-12[AMDGPU] Require at least protected visibility for certain symbolsScott Linder
2019-02-09[AMDGPU] Split dot-insts featureStanislav Mekhanoshin