This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6ce22ba1dea [X86] Cleanup ADCX/ADOX instruction definitions. new 80548aa3fb9 Add C API bindings for DIBuilder 'Type' APIs
The 1 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/DIBuilderBindings.cpp | 86 --------- bindings/go/llvm/DIBuilderBindings.h | 43 ----- bindings/go/llvm/dibuilder.go | 84 ++++++--- include/llvm-c/DebugInfo.h | 324 +++++++++++++++++++++++++++++++++ lib/IR/DebugInfo.cpp | 191 ++++++++++++++++++- test/Bindings/llvm-c/debug_info.ll | 8 +- tools/llvm-c-test/debuginfo.c | 27 ++- 7 files changed, 601 insertions(+), 162 deletions(-)