This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f98930962b0 Reland "[mips][mt][6/7] Add support for mftr, mttr instructions."" new 7392b5ac28a [SystemZ] Enable LoopDataPrefetch pass. new be4d3e62923 Improve Aliasing of operations to static alloca
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: lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 22 ++++++++---- lib/Target/SystemZ/SystemZTargetMachine.cpp | 4 ++- lib/Target/SystemZ/SystemZTargetTransformInfo.h | 4 +++ test/CodeGen/AArch64/arm64-abi-varargs.ll | 3 +- test/CodeGen/AArch64/arm64-abi_align.ll | 32 ++++++++--------- .../AArch64/arm64-alloca-frame-pointer-offset.ll | 6 ++-- test/CodeGen/AArch64/arm64-vext.ll | 8 ++--- test/CodeGen/AArch64/dag-combine-invaraints.ll | 2 +- test/CodeGen/AArch64/swifterror.ll | 12 +++---- test/CodeGen/ARM/atomic-op.ll | 15 ++++++++ test/CodeGen/MSP430/vararg.ll | 4 +-- test/CodeGen/Mips/dins.ll | 4 +-- test/CodeGen/X86/2011-10-19-widen_vselect.ll | 7 ++-- test/CodeGen/X86/alias-static-alloca.ll | 37 +++++++++++++++++++ test/CodeGen/X86/clobber-fi0.ll | 14 ++++---- test/CodeGen/X86/hipe-cc.ll | 6 +--- test/CodeGen/X86/hipe-cc64.ll | 6 +--- test/CodeGen/X86/legalize-shift-64.ll | 8 ++--- test/CodeGen/X86/machine-outliner-debuginfo.ll | 1 + test/CodeGen/X86/machine-outliner.ll | 1 + test/CodeGen/X86/statepoint-invoke.ll | 2 +- test/CodeGen/X86/statepoint-stack-usage.ll | 42 +++++++++++----------- test/CodeGen/X86/statepoint-vector.ll | 4 +-- test/CodeGen/X86/widen_arith-2.ll | 15 ++++---- test/CodeGen/X86/widen_cast-4.ll | 34 ++++++++---------- test/CodeGen/XCore/varargs.ll | 8 ++--- 26 files changed, 175 insertions(+), 126 deletions(-) create mode 100644 test/CodeGen/X86/alias-static-alloca.ll