This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f20ce37 llvm-objdump: Add Hexagon printer changes for -S/-l options new 1eee0ec IfConversion: Handle inclusive ranges more carefully. new bfd62a4 IfConversion: Rescan diamonds. new 0fda934 CodeGen: If Convert blocks that would form a diamond when tai [...] new e4c3ea0 Fix link quotes on AArch64's CompilerWriterInfo section. new 664ab5e CodeGen: Add/Factor out LiveRegUnits class; NFCI
The 5 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: docs/CompilerWriterInfo.rst | 4 +- include/llvm/CodeGen/LiveRegUnits.h | 116 +++++ include/llvm/CodeGen/RegisterScavenging.h | 14 +- lib/CodeGen/CMakeLists.txt | 1 + lib/CodeGen/IfConversion.cpp | 516 +++++++++++++++++---- lib/CodeGen/LiveRegUnits.cpp | 97 ++++ lib/CodeGen/RegisterScavenging.cpp | 69 +-- .../CodeGen/PowerPC/ifcvt-forked-bug-2016-08-08.ll | 36 ++ test/CodeGen/Thumb2/thumb2-ifcvt1.ll | 47 +- 9 files changed, 730 insertions(+), 170 deletions(-) create mode 100644 include/llvm/CodeGen/LiveRegUnits.h create mode 100644 lib/CodeGen/LiveRegUnits.cpp create mode 100644 test/CodeGen/PowerPC/ifcvt-forked-bug-2016-08-08.ll