This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d69d8351ae6 [ARM] Lower lower saturate to 0 and lower saturate to -1 us [...] new 1eecb87b779 Take into account the cost of local intervals when selectin [...]
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/LiveRegMatrix.h | 7 + lib/CodeGen/LiveRegMatrix.cpp | 16 ++ lib/CodeGen/RegAllocGreedy.cpp | 82 ++++++-- test/CodeGen/X86/bug26810.ll | 3 +- test/CodeGen/X86/regalloc-advanced-split-cost.ll | 89 +++++++++ test/CodeGen/X86/sad.ll | 239 ++++++++++++----------- 6 files changed, 312 insertions(+), 124 deletions(-) create mode 100644 test/CodeGen/X86/regalloc-advanced-split-cost.ll