Commit History

Author SHA1 Message Date
  Tim Northover 635dc81659 IR: print value numbers for unnamed function arguments 6 years ago
  Gor Nishanov 79ceb35ad0 [coroutines] Support coroutine-handle returning await-suspend (i.e symmetric control transfer) 8 years ago
  Eric Fiselier e512155cf6 [coroutines] Allow co_await and co_yield expressions that return an lvalue to compile 8 years ago
  Gor Nishanov 858db66427 [coroutines] Skip over passthrough operator co_await 8 years ago
  Gor Nishanov dfe136f2ae [coroutines] Add emission of initial and final suspends 8 years ago
  Gor Nishanov ea779cc396 [coroutines] Replace all coro.frame builtins with an SSA value of coro.begin 8 years ago
  Gor Nishanov bcaf7f2abe [coroutines] Add codegen for await and yield expressions 8 years ago