This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1a7f03ef84d [Object] Verify object sizes before handing out StringRefs [...] new 43878499027 [Docs] Update CodingStandards to recommend range-based for loops new 1914cbfcb68 AMD family 17h (znver1) scheduler model update.
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: docs/CodingStandards.rst | 34 +- lib/Target/X86/X86ScheduleZnver1.td | 1553 ++++++++++++++++++++++++++++++++++- test/CodeGen/X86/aes-schedule.ll | 12 +- test/CodeGen/X86/avx-schedule.ll | 272 +++--- test/CodeGen/X86/avx2-schedule.ll | 38 +- test/CodeGen/X86/bmi-schedule.ll | 72 +- test/CodeGen/X86/bmi2-schedule.ll | 58 +- test/CodeGen/X86/f16c-schedule.ll | 26 +- test/CodeGen/X86/lea32-schedule.ll | 22 +- test/CodeGen/X86/lea64-schedule.ll | 22 +- test/CodeGen/X86/lzcnt-schedule.ll | 18 +- test/CodeGen/X86/movbe-schedule.ll | 12 +- test/CodeGen/X86/popcnt-schedule.ll | 6 +- test/CodeGen/X86/sha-schedule.ll | 42 +- test/CodeGen/X86/sse-schedule.ll | 116 +-- test/CodeGen/X86/sse2-schedule.ll | 322 ++++---- test/CodeGen/X86/sse3-schedule.ll | 40 +- test/CodeGen/X86/sse41-schedule.ll | 126 +-- test/CodeGen/X86/sse42-schedule.ll | 24 +- test/CodeGen/X86/sse4a-schedule.ll | 24 +- test/CodeGen/X86/ssse3-schedule.ll | 56 +- 21 files changed, 2227 insertions(+), 668 deletions(-)