index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
CodeGen
/
CGCoroutine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-1
/
+1
*
Delete dead stores
Fangrui Song
2019-07-12
1
-1
/
+0
*
[opaque pointer types] Trivial changes towards CallInst requiring
James Y Knight
2019-02-03
1
-1
/
+1
*
Factor out duplication between ExprIterator and ConstExprIterator.
Richard Smith
2019-02-01
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-7
/
+7
*
[Coroutines] Less IR for noexcept await_resume
Brian Gesiak
2018-06-23
1
-8
/
+31
*
[Coroutines] Catch exceptions in await_resume
Brian Gesiak
2018-05-04
1
-3
/
+45
*
Remove redundant casts. NFC
George Burgess IV
2018-03-01
1
-1
/
+1
*
[coroutines] Support coroutine-handle returning await-suspend (i.e symmetric ...
Gor Nishanov
2017-08-25
1
-3
/
+1
*
[coroutines] Evaluate the operand of void `co_return` expressions.
Eric Fiselier
2017-07-31
1
-0
/
+7
*
[coroutines] Remove pass-through operator co_await; Replace it with the input...
Eric Fiselier
2017-06-15
1
-13
/
+0
*
[coroutines] Allow co_await and co_yield expressions that return an lvalue to...
Eric Fiselier
2017-06-15
1
-5
/
+48
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-03
1
-0
/
+1
*
CGCoroutine.cpp: (NFC) clang-format misplaced brace
Gor Nishanov
2017-05-29
1
-2
/
+1
*
[coroutines] Add support for coroutines with non-scalar parameters
Gor Nishanov
2017-05-24
1
-6
/
+85
*
[coroutines] Implement correct GRO lifetime
Gor Nishanov
2017-05-24
1
-1
/
+72
*
[coroutines] Fix leak in CGCoroutine.cpp
Gor Nishanov
2017-05-24
1
-0
/
+4
*
[coroutines] Skip over passthrough operator co_await
Gor Nishanov
2017-05-23
1
-0
/
+14
*
[coroutines] Add emission of initial and final suspends
Gor Nishanov
2017-05-23
1
-2
/
+6
*
[coroutines] Add support for deallocation elision
Gor Nishanov
2017-05-23
1
-8
/
+50
*
[coroutines] Replace all coro.frame builtins with an SSA value of coro.begin
Gor Nishanov
2017-05-23
1
-1
/
+24
*
[coroutines] Add support for allocation elision
Gor Nishanov
2017-05-23
1
-3
/
+24
*
[coroutines] Wrap the body of the coroutine in try-catch
Gor Nishanov
2017-05-22
1
-1
/
+22
*
[coroutines] Build GRO declaration and return GRO statement
Gor Nishanov
2017-05-22
1
-1
/
+5
*
[coroutines] Add coro.end handling
Gor Nishanov
2017-04-05
1
-0
/
+41
*
[coroutines] Add cleanup for compiler injected objects/allocations in corouti...
Gor Nishanov
2017-04-01
1
-14
/
+34
*
[coroutines] Handle get_return_object_on_allocation_failure
Gor Nishanov
2017-03-27
1
-1
/
+18
*
[coroutines] Add codegen for await and yield expressions
Gor Nishanov
2017-03-26
1
-8
/
+157
*
[coroutines] Add co_return statement emission
Gor Nishanov
2017-03-06
1
-1
/
+35
*
[coroutines] Add allocation and deallocation substatements.
Gor Nishanov
2016-10-27
1
-4
/
+20
*
[coroutines] Adding builtins for coroutine intrinsics and backendutil support.
Gor Nishanov
2016-10-03
1
-0
/
+100