summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCoroutines/coro-alloc.cpp
AgeCommit message (Expand)Author
2024-05-22Reland "[clang] Enable sized deallocation by default in C++14 onwards" (#90373)Pengcheng Wang
2024-04-26Revert "[clang] Enable sized deallocation by default in C++14 onwards (#83774...Vitaly Buka
2024-04-26[clang] Enable sized deallocation by default in C++14 onwards (#83774)Pengcheng Wang
2023-08-29Revert "[clang] Enable sized deallocation by default in C++14 onwards"Aaron Ballman
2023-08-29[clang] Enable sized deallocation by default in C++14 onwardswangpc
2023-06-26[C++] [Coroutines] Assume the allocation doesn't return nullptrChuanqi Xu
2022-12-12[Clang] Convert various tests to opaque pointers (NFC)Nikita Popov
2022-09-14[C++20] [Coroutines] Prefer sized deallocation in promise_typeChuanqi Xu
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-02-16[C++20] [Coroutines] Implement return value optimization for get_return_objectChuanqi Xu
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-03-25[Coroutine][Clang] Force emit lifetime intrinsics for CoroutinesXun Li
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-26[clang] Annotating C++'s `operator new` with more attributesRoman Lebedev
2018-04-01[Coroutines] Find custom allocators in class scopeBrian Gesiak
2018-02-15[Coroutines] Use allocator overload when availableBrian Gesiak
2018-02-01[coroutines] Fix application of NRVO to Coroutine "Gro" or return object.Eric Fiselier
2018-01-30Revert "[coroutines] Fix application of NRVO to Coroutine "Gro" or return obj...Eric Fiselier
2018-01-29[coroutines] Fix application of NRVO to Coroutine "Gro" or return object.Eric Fiselier
2017-05-23[coroutines] Add support for deallocation elisionGor Nishanov
2017-05-23[coroutines] Replace all coro.frame builtins with an SSA value of coro.beginGor Nishanov
2017-05-23[coroutines] Add support for allocation elisionGor Nishanov
2017-05-22[coroutines] Build GRO declaration and return GRO statementGor Nishanov
2017-04-18[coroutines] Fix building of new/delete expressions when get_return_object_on...Eric Fiselier
2017-04-17Rename coroutine warning when unhandled_exception() is missingEric Fiselier
2017-04-17Revert r300504 - [coroutines] Fix rebuilding of implicit and dependent corout...Eric Fiselier
2017-04-17[coroutines] Fix rebuilding of implicit and dependent coroutine statements.Eric Fiselier
2017-04-16Revert r300420 - [coroutines] Fix building of new/delete expressions when get...Eric Fiselier
2017-04-16[coroutines] Fix building of new/delete expressions when get_return_object_on...Eric Fiselier
2017-03-27[coroutines] Handle get_return_object_on_allocation_failureGor Nishanov
2017-03-09[coroutines] Build and pass coroutine_handle to await_suspendGor Nishanov
2017-03-06[coroutines] Add co_return statement emissionGor Nishanov
2016-10-27[coroutines] Add allocation and deallocation substatements.Gor Nishanov