summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenOpenCLCXX
AgeCommit message (Expand)Author
2025-10-21[clang][CodeGen] Emit `llvm.tbaa.errno` metadata during module creationAntonio Frighetto
2025-09-12[clang] Regenerate test checks including TBAA semantics (NFC)Antonio Frighetto
2025-04-08[Clang][OpenCL][AMDGPU] Allow a kernel to call another kernel (#115821)Aniket Lal
2025-01-29[IR] Convert from nocapture to captures(none) (#123181)Nikita Popov
2024-12-05[InstCombine] Infer nusw + nneg -> nuw for getelementptr (#111144)Nikita Popov
2024-11-20Add the initializes attribute inference (#117104)Haopeng Liu
2024-10-29[clang] [NFC] Fix assingments typoBoaz Brickner
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2024-07-03[OpenCL] Emit opencl.cxx.version metadata for C++ (#92140)Sven van Haastregt
2024-06-15[clang][Interp] Support ExtVectorElementExprsTimm Bäder
2024-05-20[OpenCL] Fix an infinite loop in builidng AddrSpaceQualType (#92612)Changpeng Fang
2024-05-02[clang][CodeGen] Put constant initializer globals into constant addrspace (#9...Sven van Haastregt
2024-01-11[Clang] Set writable and dead_on_unwind attributes on sret arguments (#77116)Nikita Popov
2023-01-05[CodeGenOpenCLCXX] Convert tests to opaque pointers (NFC)Nikita Popov
2022-12-12[Clang] Convert various tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-01-27[OpenCL] Add support of __opencl_c_device_enqueue feature macro.Anton Zabaznov
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2021-12-27[OpenCL] Allow optional __generic in __remove_address_space utilityJustas Janickas
2021-11-12[OpenCL] Constructor address space test adjusted for C++ for OpenCL 2021Justas Janickas
2021-11-09Revert "[OpenCL] Allow optional __generic in __remove_address_space utility"Justas Janickas
2021-11-09[OpenCL] Allow optional __generic in __remove_address_space utilityJustas Janickas
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-10-27Revert "[IR] `IRBuilderBase::CreateAdd()`: short-circuit `x + 0` --> `x`"Roman Lebedev
2021-10-27[IR] `IRBuilderBase::CreateAdd()`: short-circuit `x + 0` --> `x`Roman Lebedev
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-08-06[C++4OpenCL] Introduces __remove_address_space utilityJustas Janickas
2021-07-05[C++][Sema] Ignore top-level qualifiers in castsOle Strohm
2021-06-11[OpenCL] Fix overloading resolution of addrspace constructorsOle Strohm
2021-05-19[test] Fix testFangrui Song
2021-05-18[OpenCL] Fix initialization of __constant constructors without argumentsOle Strohm
2021-05-17[OpenCL] Fix reinterpret_cast of vectorsOle Strohm
2021-03-24[OpenCL] Added distinct file extension for C++ for OpenCL.Anastasia Stulova
2021-02-17[OpenCL] Create VoidPtrTy with generic AS in C++ for OpenCL modeAnton Zabaznov
2021-02-03[OpenCL] Fix address space in binding of initializer lists to referencsAnastasia Stulova
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-12-12Create SPIRABIInfo to enable SPIR_FUNC calling convention.Melanie Blower
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson
2020-11-05[OpenCL] Support vec_step in C++ for OpenCL modeSven van Haastregt
2020-10-16Reapply "OpaquePtr: Add type to sret attribute"Matt Arsenault
2020-09-29Revert "OpaquePtr: Add type to sret attribute"Tres Popp
2020-09-25OpaquePtr: Add type to sret attributeMatt Arsenault
2020-05-19[CGCall] Annotate references with "align" attribute.Eli Friedman
2020-05-18[OpenCL] Added addrspace_cast operator in C++ mode.Anastasia Stulova
2020-03-24[CodeGen] Add an alignment attribute to all sret parametersErik Pilkington
2019-12-17[OpenCL] Add ExtVectorElementExpr constant evaluation (PR42387)Sven van Haastregt