This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 027cab5 Fix -Wunused introduced in r286945 for release builds. new 51f2854 [ARM] Add machine scheduler for Cortex-R52
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: lib/Target/ARM/ARM.td | 2 +- lib/Target/ARM/ARMSchedule.td | 1 + lib/Target/ARM/ARMScheduleR52.td | 983 ++++++++++++++++++++++++++++ test/CodeGen/ARM/cortexr52-misched-basic.ll | 39 ++ 4 files changed, 1024 insertions(+), 1 deletion(-) create mode 100644 lib/Target/ARM/ARMScheduleR52.td create mode 100644 test/CodeGen/ARM/cortexr52-misched-basic.ll