summaryrefslogtreecommitdiff
path: root/test/CodeGenCUDA
AgeCommit message (Expand)Author
2017-05-20CodeGenModule: Always output wchar_size, check LLVM assumptions.Matthias Braun
2017-03-29Use FPContractModeKind universallyAdam Nemet
2017-01-25[CodeGen] [CUDA] Add the ability set default attrs on functions in linked mod...Justin Lebar
2016-12-07[CUDA] Improve target attribute checking for function templates.Artem Belevich
2016-10-08[CUDA] Rename cuda_builtin_vars.h to __clang_cuda_builtin_vars.h.Justin Lebar
2016-10-05[CUDA] Add missing ':' to noexcept.cu test.Justin Lebar
2016-10-04[CUDA] Mark device functions as nounwind.Justin Lebar
2016-10-03[CUDA] Disallow overloading destructors.Justin Lebar
2016-08-15[CUDA] Raise an error if a wrong-side call is codegen'ed.Justin Lebar
2016-08-12[CUDA] Place GPU binary into .nv_fatbin section and align it by 8.Artem Belevich
2016-07-27[CUDA] Align kernel launch args correctly when the LLVM type's alignment is d...Justin Lebar
2016-07-07NVPTX: Use the nvvm builtins to read SRegs rather than the legacy ptx onesJustin Bogner
2016-06-30[CUDA] Give templated device functions internal linkage, templated kernels ex...Justin Lebar
2016-06-06[CUDA] Add implicit conversion of __launch_bounds__ arguments to rvalue.Artem Belevich
2016-05-31[CUDA] Conservatively mark inline asm as convergent.Justin Lebar
2016-05-20Avoid depending on test inputes that aren't in InputsReid Kleckner
2016-05-19[CUDA] Do not allow non-empty destructors for global device-side variables.Artem Belevich
2016-05-19[CUDA] Split device-var-init.cu tests into separate Sema and CodeGen parts.Artem Belevich
2016-05-19[CUDA] Enable fusing FP ops (-ffp-contract=fast) for CUDA by default.Artem Belevich
2016-05-10[CUDA] Fix flush-denormals.cu test so that it checks what it intends to CHECK.Justin Lebar
2016-05-09[CUDA] Restrict init of local __shared__ variables to empty constructors only.Artem Belevich
2016-05-09[CUDA] Only __shared__ variables can be static local on device side.Artem Belevich
2016-05-02[CUDA] Make sure device-side __global__ functions are always visible.Artem Belevich
2016-04-05[CUDA] Add -fcuda-flush-denormals-to-zero.Justin Lebar
2016-03-30[CUDA] Add -disable-llvm-passes to CodeGenCUDA/link-device-bitcode.cu. NFCJustin Lebar
2016-03-29[CUDA] Remove three obsolete CUDA cc1 flags.Justin Lebar
2016-03-23[CUDA] Merge most of CodeGenCUDA/function-overload.cu into SemaCUDA/function-...Justin Lebar
2016-03-02Fixed test failure platforms with name mangling different from Linux.Artem Belevich
2016-03-02[CUDA] Do not generate unnecessary runtime init code.Artem Belevich
2016-03-02[CUDA] Emit host-side 'shadows' for device-side global variablesArtem Belevich
2016-02-24[CUDA] Mark all CUDA device-side function defs, decls, and calls as convergent.Justin Lebar
2016-02-12[CUDA] Tweak attribute-based overload resolution to match nvcc behavior.Artem Belevich
2016-02-11[CUDA] Don't crash when trying to printf a non-scalar object.Justin Lebar
2016-02-02[CUDA] Do not allow dynamic initialization of global device side variables.Artem Belevich
2016-01-28[CUDA] Generate CUDA's printf alloca in its function's entry block.Justin Lebar
2016-01-25[CUDA] Don't generate aliases for static extern "C" functions.Justin Lebar
2016-01-23[CUDA] Make printf work.Justin Lebar
2015-12-17[CUDA] Make vtable construction aware of host/device side of CUDA compilation.Artem Belevich
2015-10-27Allow linking multiple bitcode files.Artem Belevich
2015-09-23[CUDA] __global__ functions should always be visible externally.Artem Belevich
2015-09-22[CUDA] Allow function overloads in CUDA based on host/device attributes.Artem Belevich
2015-09-22[CUDA] Add implicit __attribute__((used)) to all __global__ functions.Artem Belevich
2015-09-10[CUDA] Postprocess bitcode linked in during device-side CUDA compilation.Artem Belevich
2015-09-10[CUDA] Allow trivial constructors as initializer for __shared__ variables.Artem Belevich
2015-08-22[CUDA] Change initializer for CUDA device code based on CUDA documentation.Jingyue Wu
2015-08-11Revert "[CUDA] Add implicit __attribute__((used)) to all __global__ functions."Daniel Jasper
2015-08-10[CUDA] Add implicit __attribute__((used)) to all __global__ functions.Artem Belevich
2015-05-11[cuda] Fixed test case failure on s390xArtem Belevich
2015-05-07Fixed test failure on machines with 32-bit size_t.Artem Belevich
2015-05-07[cuda] Include GPU binary into host object file and generate init/deinit code.Artem Belevich