summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCUDA
Commit message (Expand)AuthorAgeFilesLines
* CodeGenModule: Always output wchar_size, check LLVM assumptions.Matthias Braun2017-05-201-2/+2
* Use FPContractModeKind universallyAdam Nemet2017-03-291-2/+2
* [CodeGen] [CUDA] Add the ability set default attrs on functions in linked mod...Justin Lebar2017-01-251-0/+62
* [CUDA] Improve target attribute checking for function templates.Artem Belevich2016-12-071-3/+3
* [CUDA] Rename cuda_builtin_vars.h to __clang_cuda_builtin_vars.h.Justin Lebar2016-10-081-1/+1
* [CUDA] Add missing ':' to noexcept.cu test.Justin Lebar2016-10-051-1/+1
* [CUDA] Mark device functions as nounwind.Justin Lebar2016-10-043-5/+44
* [CUDA] Disallow overloading destructors.Justin Lebar2016-10-031-8/+0
* [CUDA] Raise an error if a wrong-side call is codegen'ed.Justin Lebar2016-08-151-32/+0
* [CUDA] Place GPU binary into .nv_fatbin section and align it by 8.Artem Belevich2016-08-121-2/+4
* [CUDA] Align kernel launch args correctly when the LLVM type's alignment is d...Justin Lebar2016-07-271-0/+36
* NVPTX: Use the nvvm builtins to read SRegs rather than the legacy ptx onesJustin Bogner2016-07-071-12/+12
* [CUDA] Give templated device functions internal linkage, templated kernels ex...Justin Lebar2016-06-301-2/+2
* [CUDA] Add implicit conversion of __launch_bounds__ arguments to rvalue.Artem Belevich2016-06-061-0/+5
* [CUDA] Conservatively mark inline asm as convergent.Justin Lebar2016-05-311-0/+6
* Avoid depending on test inputes that aren't in InputsReid Kleckner2016-05-202-133/+157
* [CUDA] Do not allow non-empty destructors for global device-side variables.Artem Belevich2016-05-191-3/+79
* [CUDA] Split device-var-init.cu tests into separate Sema and CodeGen parts.Artem Belevich2016-05-191-199/+33
* [CUDA] Enable fusing FP ops (-ffp-contract=fast) for CUDA by default.Artem Belevich2016-05-191-0/+32
* [CUDA] Fix flush-denormals.cu test so that it checks what it intends to CHECK.Justin Lebar2016-05-101-3/+5
* [CUDA] Restrict init of local __shared__ variables to empty constructors only.Artem Belevich2016-05-092-33/+10
* [CUDA] Only __shared__ variables can be static local on device side.Artem Belevich2016-05-092-8/+8
* [CUDA] Make sure device-side __global__ functions are always visible.Artem Belevich2016-05-021-2/+11
* [CUDA] Add -fcuda-flush-denormals-to-zero.Justin Lebar2016-04-051-0/+23
* [CUDA] Add -disable-llvm-passes to CodeGenCUDA/link-device-bitcode.cu. NFCJustin Lebar2016-03-301-4/+4
* [CUDA] Remove three obsolete CUDA cc1 flags.Justin Lebar2016-03-292-18/+4
* [CUDA] Merge most of CodeGenCUDA/function-overload.cu into SemaCUDA/function-...Justin Lebar2016-03-231-230/+4
* Fixed test failure platforms with name mangling different from Linux.Artem Belevich2016-03-021-3/+4
* [CUDA] Do not generate unnecessary runtime init code.Artem Belevich2016-03-021-0/+20
* [CUDA] Emit host-side 'shadows' for device-side global variablesArtem Belevich2016-03-022-7/+46
* [CUDA] Mark all CUDA device-side function defs, decls, and calls as convergent.Justin Lebar2016-02-242-1/+40
* [CUDA] Tweak attribute-based overload resolution to match nvcc behavior.Artem Belevich2016-02-121-17/+106
* [CUDA] Don't crash when trying to printf a non-scalar object.Justin Lebar2016-02-111-0/+17
* [CUDA] Do not allow dynamic initialization of global device side variables.Artem Belevich2016-02-021-0/+393
* [CUDA] Generate CUDA's printf alloca in its function's entry block.Justin Lebar2016-01-281-33/+23
* [CUDA] Don't generate aliases for static extern "C" functions.Justin Lebar2016-01-251-0/+17
* [CUDA] Make printf work.Justin Lebar2016-01-232-0/+55
* [CUDA] Make vtable construction aware of host/device side of CUDA compilation.Artem Belevich2015-12-171-0/+61
* Allow linking multiple bitcode files.Artem Belevich2015-10-272-2/+32
* [CUDA] __global__ functions should always be visible externally.Artem Belevich2015-09-231-6/+1
* [CUDA] Allow function overloads in CUDA based on host/device attributes.Artem Belevich2015-09-221-0/+214
* [CUDA] Add implicit __attribute__((used)) to all __global__ functions.Artem Belevich2015-09-221-0/+15
* [CUDA] Postprocess bitcode linked in during device-side CUDA compilation.Artem Belevich2015-09-102-0/+94
* [CUDA] Allow trivial constructors as initializer for __shared__ variables.Artem Belevich2015-09-101-0/+14
* [CUDA] Change initializer for CUDA device code based on CUDA documentation.Jingyue Wu2015-08-222-7/+7
* Revert "[CUDA] Add implicit __attribute__((used)) to all __global__ functions."Daniel Jasper2015-08-111-15/+0
* [CUDA] Add implicit __attribute__((used)) to all __global__ functions.Artem Belevich2015-08-101-0/+15
* [cuda] Fixed test case failure on s390xArtem Belevich2015-05-111-2/+2
* Fixed test failure on machines with 32-bit size_t.Artem Belevich2015-05-071-1/+1
* [cuda] Include GPU binary into host object file and generate init/deinit code.Artem Belevich2015-05-071-1/+40