This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 85da10aa69a [llvm-objcopy] Fix major layout bugs in llvm-objcopy new e8cda5736b7 Revert r314886 "[X86] Improvement in CodeGen instruction se [...]
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: include/llvm/CodeGen/MachineInstr.h | 3 +- include/llvm/CodeGen/SelectionDAG.h | 3 - lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 11 - lib/Target/X86/X86ISelDAGToDAG.cpp | 85 +---- lib/Target/X86/X86OptimizeLEAs.cpp | 420 +-------------------- test/CodeGen/X86/GlobalISel/callingconv.ll | 2 +- test/CodeGen/X86/GlobalISel/gep.ll | 34 +- test/CodeGen/X86/GlobalISel/memop-scalar.ll | 2 +- test/CodeGen/X86/lea-opt-cse1.ll | 14 +- test/CodeGen/X86/lea-opt-cse2.ll | 42 ++- test/CodeGen/X86/lea-opt-cse3.ll | 40 +- test/CodeGen/X86/lea-opt-cse4.ll | 76 ++-- test/CodeGen/X86/mul-constant-i16.ll | 12 +- test/CodeGen/X86/mul-constant-i32.ll | 15 +- test/CodeGen/X86/mul-constant-i64.ll | 9 +- test/CodeGen/X86/mul-constant-result.ll | 14 +- test/CodeGen/X86/pr34629.ll | 2 +- test/CodeGen/X86/pr34634.ll | 20 +- test/CodeGen/X86/umul-with-overflow.ll | 16 +- .../LoopStrengthReduce/X86/ivchain-X86.ll | 6 +- 20 files changed, 187 insertions(+), 639 deletions(-)