This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0d974f8 Fix a bug in llvm-objdump printing of 32-bit addresses for -s [...] new 3fdd252 [X86] Enable the post-RA-scheduler for clang's default 32-bit cpu. new def5c17 [RuntimeDyld] Propagate another dropped error in RuntimeDyldELF.
The 2 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/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | 3 +- lib/Target/X86/X86.td | 36 +++++++++++++------ lib/Target/X86/X86Schedule.td | 12 +++++-- test/CodeGen/X86/post-ra-sched.ll | 40 ++++++++++++++++++++++ 4 files changed, 78 insertions(+), 13 deletions(-) create mode 100644 test/CodeGen/X86/post-ra-sched.ll