This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from df403b3 [BranchFolding] Restrict tail merging loop blocks after MBP new 31333a7 Recommit 'Remove the restriction that MachineSinking is now s [...] new 369a632 ADT: Add ilist_iterator conversions to/from ilist_node
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/ADT/ilist.h | 20 + include/llvm/Target/TargetInstrInfo.h | 5 +- test/CodeGen/AArch64/atomic-ops.ll | 7 +- test/CodeGen/ARM/2012-08-30-select.ll | 4 +- test/CodeGen/X86/2009-04-25-CoalescerBug.ll | 2 +- test/CodeGen/X86/MachineSink-SubReg.ll | 37 ++ test/CodeGen/X86/clz.ll | 18 +- test/CodeGen/X86/half.ll | 8 +- test/CodeGen/X86/machine-cse.ll | 9 +- test/CodeGen/X86/uint64-to-float.ll | 6 +- test/CodeGen/X86/vec_int_to_fp.ll | 560 ++++++++++++++-------------- 11 files changed, 368 insertions(+), 308 deletions(-) create mode 100644 test/CodeGen/X86/MachineSink-SubReg.ll