This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f55e8a1 Fix build failure due to r289674 on certain systems new faaafe5 [DebugInfo] Changed DIBuilder::createCompileUnit() to take DI [...] new c023f9d [ARM] Add ARMISD::VLD1DUP to match vld1_dup more consistently. new 133b0bc [InstCombine] Folding of a compare with RHS const should merg [...]
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: include/llvm/IR/DIBuilder.h | 9 +- lib/IR/DIBuilder.cpp | 12 +-- lib/Target/ARM/ARMISelDAGToDAG.cpp | 74 ++++++++++--- lib/Target/ARM/ARMISelLowering.cpp | 33 +++++- lib/Target/ARM/ARMISelLowering.h | 4 +- lib/Transforms/InstCombine/InstCombinePHI.cpp | 2 +- test/CodeGen/ARM/vlddup.ll | 144 ++++++++++++++++++++++++++ test/CodeGen/ARM/vmul.ll | 25 +++-- test/DebugInfo/Generic/instcombine-phi.ll | 51 +++++++++ unittests/IR/IRBuilderTest.cpp | 15 +-- unittests/IR/VerifierTest.cpp | 9 +- unittests/Transforms/Utils/Cloning.cpp | 17 +-- 12 files changed, 340 insertions(+), 55 deletions(-)