This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from eec5bf7 FunctionComparator: don't rely on argument evaluation order. new 9755e15 ScheduleDAG: Identify EntrySU/ExitSU when dumping node ids new e9923d3 MachineScheduler: Dump EntrySU/ExitSU if possible new 97c4b7a ScheduleDAGInstrs: Move VRegUses to ScheduleDAGMILive; NFCI new 59a5edd MachineScheduler/ScheduleDAG: Add support to skipping a node. new dc2310f Revert "(origin/master, origin/HEAD) MachineScheduler/Schedul [...]
The 5 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/MachineScheduler.h | 5 +++ include/llvm/CodeGen/ScheduleDAGInstrs.h | 7 ---- lib/CodeGen/MachineScheduler.cpp | 57 ++++++++++++++++++++++++++++++-- lib/CodeGen/ScheduleDAG.cpp | 16 +++++++-- lib/CodeGen/ScheduleDAGInstrs.cpp | 43 ------------------------ 5 files changed, 73 insertions(+), 55 deletions(-)