This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5be3d3e74b3 [LoopUnrollRuntime] Remove strict assert about VMap requirement new 9c353a84fb0 Use emplace_back to replace size() and resize(). new e791f411d3a [DAG] 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 | 20 +++++++---- 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 ++--- tools/gold/gold-plugin.cpp | 2 +- 25 files changed, 167 insertions(+), 126 deletions(-) create mode 100644 test/CodeGen/X86/alias-static-alloca.ll