summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/arm-swiftcall.cpp
AgeCommit message (Expand)Author
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2024-03-13[clang] Define SwiftInfo for RISCVTargetCodeGenInfo (#82152)Kuba (Brecka) Mracek
2024-01-11[Clang] Set writable and dead_on_unwind attributes on sret arguments (#77116)Nikita Popov
2023-05-18[clang] Convert several tests to opaque pointersSergei Barannikov
2022-06-12[clang][CodeGen] Switch a few placeholders from UndefValue to PoisonValueNuno Lopes
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-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song
2019-08-03IR: print value numbers for unnamed function argumentsTim Northover
2019-02-11Fix a few tests that were missing ':' on CHECK lines and weren't testing anyt...Nico Weber
2018-04-01Fix a major swiftcall ABI bug with trivial C++ class types.John McCall
2016-12-19Make another test insensitive to the default C++ dialect.Paul Robinson
2016-12-19Undo accidental comitPaul Robinson
2016-12-19Make a few OpenMP tests "C++11 clean."Paul Robinson
2016-04-05Update testing cases after backend changes.Manman Ren
2016-04-04IRGen-level lowering for the Swift calling convention.John McCall