This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d005962cad8 [X86][SSE] Add PACKUS support to LowerTruncate new 8ec459f49ce [globalisel][regbank] Warn about MIR ambiguities when regis [...] new 3f1a9263fc0 [X86] Add CMOV feature to 'i686' processor, making it a pro [...] new 01dd53d4bd9 [X86] Use foreach in X86.td to combine some of the CPU name [...] new 8b4e833a6e1 [LLVM-C] Expose functions to create debug locations via DIBuilder.
The 4 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: include/llvm-c/DebugInfo.h | 202 +++++++++++++++++++++++++++ include/llvm/TableGen/Error.h | 2 + lib/IR/DebugInfo.cpp | 82 ++++++++++- lib/TableGen/Error.cpp | 4 + lib/Target/X86/X86.td | 92 ++++++------ test/Bindings/llvm-c/debug_info.ll | 8 ++ tools/llvm-c-test/CMakeLists.txt | 1 + tools/llvm-c-test/{helpers.c => debuginfo.c} | 40 +++--- tools/llvm-c-test/llvm-c-test.h | 3 + tools/llvm-c-test/main.c | 5 + utils/TableGen/RegisterBankEmitter.cpp | 13 ++ 11 files changed, 378 insertions(+), 74 deletions(-) create mode 100644 include/llvm-c/DebugInfo.h create mode 100644 test/Bindings/llvm-c/debug_info.ll copy tools/llvm-c-test/{helpers.c => debuginfo.c} (55%)