This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 692afe0b2cc [InstCombine] Add test cases for an icmp combine that is mi [...] new 8bf9e9a0179 [C-API][DIBuilder] Added DIFlags in LLVMDIBuilderCreateBasicType new 7c767e2cf3d [LLVM-C] Add coroutine passes new b52e8dcdd12 [bindings/go] Add coroutine passes
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: bindings/go/llvm/dibuilder.go | 1 + bindings/go/llvm/transforms_coroutines.go | 24 +++++++++++++++++++ include/llvm-c/DebugInfo.h | 6 ++++- .../llvm-c/Transforms/{Utils.h => Coroutines.h} | 27 +++++++++++++--------- lib/IR/DebugInfo.cpp | 6 +++-- lib/Transforms/Coroutines/Coroutines.cpp | 17 ++++++++++++++ tools/llvm-c-test/debuginfo.c | 2 +- tools/llvm-go/llvm-go.go | 1 + 8 files changed, 69 insertions(+), 15 deletions(-) create mode 100644 bindings/go/llvm/transforms_coroutines.go copy include/llvm-c/Transforms/{Utils.h => Coroutines.h} (64%)