This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a48c85bbdeb [X86/FastIsel] Fall-back to SelectionDAG when lowering soft [...] new 0dedcfc77f5 [CodeGen] Add dependency printer
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/ScheduleDAG.h | 8 +- lib/CodeGen/ScheduleDAG.cpp | 91 +++++++++++++--------- test/CodeGen/AArch64/arm64-csldst-mmo.ll | 6 +- .../AArch64/arm64-misched-forwarding-A53.ll | 4 +- test/CodeGen/AArch64/arm64-misched-memdep-bug.ll | 6 +- test/CodeGen/AArch64/tailcall_misched_graph.ll | 4 +- test/CodeGen/ARM/2012-06-12-SchedMemLatency.ll | 24 +++--- test/CodeGen/ARM/cortex-a57-misched-ldm-wrback.ll | 8 +- test/CodeGen/ARM/cortex-a57-misched-ldm.ll | 4 +- test/CodeGen/ARM/cortex-a57-misched-stm-wrback.ll | 2 +- test/CodeGen/ARM/cortex-a57-misched-vfma.ll | 28 +++---- test/CodeGen/ARM/cortex-a57-misched-vldm-wrback.ll | 10 +-- test/CodeGen/ARM/cortex-a57-misched-vldm.ll | 6 +- test/CodeGen/ARM/cortex-a57-misched-vstm-wrback.ll | 2 +- 14 files changed, 115 insertions(+), 88 deletions(-)