summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/conditional-temporaries.cpp
AgeCommit message (Expand)Author
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-18[test] Remove tests pinned to the legacy PMArthur Eubanks
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-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song
2020-12-28[test] Fix conditional-temporaries.cppArthur Eubanks
2020-11-11[CodeGenCXX] Remove unused check prefixesSimon Pilgrim
2020-02-03Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"Fangrui Song
2020-02-03[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interpositionFangrui Song
2019-06-21[clang][NewPM] Add -fno-experimental-new-pass-manager to testsLeonard Chan
2018-08-04Avoid creating conditional cleanup blocks that contain only @llvm.lifetime.en...Richard Smith
2018-06-16Add RUN line for amdgcn to lit test conditional-temporaries.cppYaxun Liu
2018-05-22Revert r332982 Call CreateTempMemWithoutCast for ActiveFlagYaxun Liu
2018-05-22Call CreateTempMemWithoutCast for ActiveFlagYaxun Liu
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2010-02-04Update test.Anders Carlsson
2010-02-04Fix a bug where we would not mark temporaries as conditional when emitting a ...Anders Carlsson
2010-02-04Improve conditional temporaries test.Anders Carlsson
2010-02-04Improve test.Anders Carlsson
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-20Fix lifetime of conditional temporaries. Patch by Victor Zverovich!Anders Carlsson