summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCoroutines/coro-params.cpp
AgeCommit message (Expand)Author
2025-09-24Reapply "[Coroutines] Add llvm.coro.is_in_ramp and drop return value of llvm....Weibo He
2025-09-17Revert "Reapply "[Coroutines] Add llvm.coro.is_in_ramp and drop return value ...Weibo He
2025-09-17Reapply "[Coroutines] Add llvm.coro.is_in_ramp and drop return value of llvm....Weibo He
2025-08-25Revert "[Coroutines] Add llvm.coro.is_in_ramp and drop return value of llvm.c...Chuanqi Xu
2025-08-25[Coroutines] Add llvm.coro.is_in_ramp and drop return value of llvm.coro.end ...Weibo He
2025-02-28[Coroutines] Mark parameter allocas with coro.outside.frame metadata (#127653)Hans Wennborg
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2023-05-14[clang] Convert a few tests to opaque pointersSergei Barannikov
2023-02-23[Coroutines] Remove -fcoroutines-tsChuanqi Xu
2023-02-01Reland "[codegen] Store address of indirect arguments on the stack"Felipe de Azevedo Piovezan
2023-01-16Revert "[codegen] Store address of indirect arguments on the stack"Felipe de Azevedo Piovezan
2023-01-16[codegen] Store address of indirect arguments on the stackFelipe de Azevedo Piovezan
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-11-04[Coroutines] [Frontend] Lookup in std namespace firstChuanqi Xu
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-09-03Revert "[Coroutines] [Clang] Look up coroutine component in std namespace first"Louis Dionne
2021-09-03[Coroutines] [Clang] Look up coroutine component in std namespace firstChuanqi Xu
2021-05-09[NFC][Coroutines] Fix two tests by removing hardcoded SSA value.Yuanfang Chen
2021-03-25[Coroutine][Clang] Force emit lifetime intrinsics for CoroutinesXun Li
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson
2020-06-22[Coroutines] Ensure co_await promise.final_suspend() does not throwXun Li
2020-05-19[CGCall] Annotate references with "align" attribute.Eli Friedman
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-08-03IR: print value numbers for unnamed function argumentsTim Northover
2018-10-15Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile
2018-10-10[CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev
2018-05-28[coroutines] Pass implicit object parameter to promise ctor (fix BUG37604)Gor Nishanov
2018-02-15[Coroutines] Use allocator overload when availableBrian Gesiak
2018-01-24[coroutines] Pass coro func args to promise ctorBrian Gesiak
2017-06-03[coroutines] Fix rebuilding of dependent coroutine parametersEric Fiselier
2017-05-24[coroutines] Add support for coroutines with non-scalar parametersGor Nishanov