This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from db8b1f306e8 [llvm-mca] Let the Scheduler notify dispatch stall events c [...] new 145d22dacc4 [X86][Atom] Convert Atom scheduler model to SchedRW (PR32431) new 2b8ec282c2f CodeGen: Don't try to canonicalize Unix-style paths in Code [...]
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/CodeGen/AsmPrinter/CodeViewDebug.cpp | 10 + lib/Target/X86/X86ScheduleAtom.td | 1318 +++++++++++++--------- test/CodeGen/X86/lsr-loop-exit-cond.ll | 4 +- test/CodeGen/X86/lsr-static-addr.ll | 12 +- test/CodeGen/X86/mmx-schedule.ll | 12 +- test/CodeGen/X86/schedule-x86_32.ll | 2 +- test/CodeGen/X86/schedule-x86_64.ll | 2 +- test/CodeGen/X86/select.ll | 78 +- test/CodeGen/X86/sse-schedule.ll | 2 - test/CodeGen/X86/sse2-schedule.ll | 31 +- test/CodeGen/X86/sse3-schedule.ll | 21 +- test/CodeGen/X86/ssse3-schedule.ll | 27 +- test/CodeGen/X86/x87-schedule.ll | 140 +-- test/DebugInfo/COFF/enum.ll | 6 +- test/DebugInfo/COFF/types-array-advanced.ll | 4 +- test/DebugInfo/COFF/types-non-virtual-methods.ll | 6 +- 16 files changed, 975 insertions(+), 700 deletions(-)