]> granicus.if.org Git - clang/history - test/CodeGenCoroutines
clang/test/CodeGenObjC/ivar-type-encoding.m: Tweak to satisfy -m32.
[clang] / test / CodeGenCoroutines /
2017-06-15 Eric Fiselier[coroutines] Allow co_await and co_yield expressions...
2017-06-03 Eric Fiselier[coroutines] Fix rebuilding of dependent coroutine...
2017-06-01 Gor NishanovCGCleanup: (NFC) add another test for r304335 - Don...
2017-05-24 Gor Nishanov[coroutines] Add support for coroutines with non-scalar...
2017-05-24 Gor Nishanov[coroutines] Make generic lambda coroutines work
2017-05-24 Gor Nishanov[coroutines] [NFC] Add tests for return_void, unhandled...
2017-05-24 Gor Nishanov[coroutines] Implement correct GRO lifetime
2017-05-23 Gor Nishanov[coroutines] Skip over passthrough operator co_await
2017-05-23 Gor Nishanov[coroutines] Add emission of initial and final suspends
2017-05-23 Gor Nishanov[coroutines] Add support for deallocation elision
2017-05-23 Gor Nishanov[coroutines] Replace all coro.frame builtins with an...
2017-05-23 Gor Nishanov[coroutines] Add support for allocation elision
2017-05-22 Gor Nishanov[coroutines] Fix coro-eh-cleanup.cpp test
2017-05-22 Gor Nishanov[coroutines] Wrap the body of the coroutine in try...
2017-05-22 Gor Nishanov[coroutines] Build GRO declaration and return GRO statement
2017-04-18 Eric Fiselier[coroutines] Fix building of new/delete expressions...
2017-04-17 Eric FiselierRename coroutine warning when unhandled_exception(...
2017-04-17 Eric FiselierRevert r300504 - [coroutines] Fix rebuilding of implici...
2017-04-17 Eric Fiselier[coroutines] Fix rebuilding of implicit and dependent...
2017-04-16 Eric FiselierRevert r300420 - [coroutines] Fix building of new/delet...
2017-04-16 Eric Fiselier[coroutines] Fix building of new/delete expressions...
2017-04-05 Gor Nishanov[coroutines] Add coro.end handling
2017-04-01 Gor Nishanov[coroutines] Add cleanup for compiler injected objects...
2017-03-27 Gor Nishanov[coroutines] Handle get_return_object_on_allocation_failure
2017-03-26 Gor Nishanov[coroutines] Add codegen for await and yield expressions
2017-03-09 Gor Nishanov[coroutines] Build and pass coroutine_handle to await_s...
2017-03-07 Gor Nishanov[coroutines] update coro_end builtin to match llvm
2017-03-06 Gor Nishanov[coroutines] Add co_return statement emission
2016-10-27 Gor Nishanov[coroutines] Add allocation and deallocation substatements.
2016-10-03 Gor Nishanov[coroutines] Adding builtins for coroutine intrinsics...
2016-10-02 Gor Nishanov[coroutines] Rename driver flag -fcoroutines to -fcorou...
2016-09-28 Gor Nishanov[Coroutines] Add proper mangling for operator co_await...