This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8466b57b535 [SystemZ] Prefer LOCHI over generating IPM sequences new fa14209a6c1 Add optional DICompileUnit to DIBuilder + make outliner deb [...] new b552ffa8123 [Dominators] Visit affected node candidates found at differ [...]
The 2 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/IR/DIBuilder.h | 5 +- include/llvm/Support/GenericDomTreeConstruction.h | 38 ++++++-- lib/CodeGen/MachineOutliner.cpp | 107 ++++++++++++++-------- lib/IR/DIBuilder.cpp | 4 +- test/CodeGen/X86/machine-outliner-disubprogram.ll | 19 ++-- test/Transforms/JumpThreading/ddt-crash3.ll | 43 +++++++++ test/Transforms/JumpThreading/ddt-crash4.ll | 75 +++++++++++++++ unittests/IR/DominatorTreeTest.cpp | 25 +++++ 8 files changed, 253 insertions(+), 63 deletions(-) create mode 100644 test/Transforms/JumpThreading/ddt-crash3.ll create mode 100644 test/Transforms/JumpThreading/ddt-crash4.ll