summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenOpenCL/as_type.cl
AgeCommit message (Expand)Author
2025-06-24[ValueTracking] Return true for AddrSpaceCast in canCreateUndefOrPoison (#144...Wenju He
2025-02-27Reapply [CaptureTracking][FunctionAttrs] Add support for CaptureInfo (#125880...Nikita Popov
2025-02-19Revert "Reapply [CaptureTracking][FunctionAttrs] Add support for CaptureInfo ...Nico Weber
2025-02-14Reapply [CaptureTracking][FunctionAttrs] Add support for CaptureInfo (#125880)Nikita Popov
2025-02-13Revert "[CaptureTracking][FunctionAttrs] Add support for CaptureInfo (#125880)"Nikita Popov
2025-02-13[CaptureTracking][FunctionAttrs] Add support for CaptureInfo (#125880)Nikita Popov
2023-12-31[FuncAttrs] Deduce `noundef` attributes for return values (#76553)Yingwei Zheng
2023-04-27[IR] Change shufflevector undef mask to poisonManuelJBrito
2023-01-05[CodeGenOpenCL] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
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-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
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-12-30Use unary CreateShuffleVector if possibleJuneyoung Lee
2016-10-03[OpenCL] Fix bug in __builtin_astype causing invalid LLVM cast instructionsYaxun Liu
2016-07-19Let FuncAttrs infer the 'returned' argument attributeDavid Majnemer
2016-07-18Revert r275678, "Revert "Revert r275027 - Let FuncAttrs infer the 'returned' ...NAKAMURA Takumi
2016-07-16Revert "Revert r275029 - Update Clang tests after adding inference for the re...Hal Finkel
2016-07-11Revert r275029 - Update Clang tests after adding inference for the returned a...Hal Finkel
2016-07-10Update Clang tests after adding inference for the returned argument attributeHal Finkel
2016-06-29[OpenCL] Fix typo in as_type test.Alexey Bader
2016-06-08[OpenCL] Fix __builtin_astype for vec3 types.Yaxun Liu