This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3903b47 Add the error handling for Mach-O dyld compact lazy bind, wea [...] new 4765229 Improve machine schedulers for in-order processors
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/TargetSchedule.h | 8 ++++ include/llvm/Target/TargetSchedule.td | 3 ++ lib/CodeGen/MachineScheduler.cpp | 28 ++++++++++++ lib/CodeGen/TargetSchedule.cpp | 23 ++++++++++ lib/Target/ARM/ARMScheduleR52.td | 5 +- test/CodeGen/ARM/single-issue-r52.mir | 86 +++++++++++++++++++++++++++++++++++ utils/TableGen/SubtargetEmitter.cpp | 2 + 7 files changed, 154 insertions(+), 1 deletion(-) create mode 100644 test/CodeGen/ARM/single-issue-r52.mir