This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8c244a62d85 Fix go bindings for r350647: missed a function rename new 6fbbd583d59 [llvm-mca] Improve debugging (NFC) new 68691047f3d [llvm-mca] Update the Exynos test cases (NFC) new f5b78899a01 [AArch64] Adjust the cost model for Exynos new f9380afdb8e [PGO] Revert r350442 to fix commit message. new f9a5bcde91e [WebAssembly] Rename StoreResults to MemIntrinsicResults
The 5 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/MCA/Instruction.h | 6 ++ lib/MCA/HardwareUnits/ResourceManager.cpp | 1 + lib/MCA/InstrBuilder.cpp | 3 + lib/ProfileData/InstrProf.cpp | 11 ++- lib/Target/AArch64/AArch64SchedExynosM1.td | 7 +- lib/Target/AArch64/AArch64SchedExynosM3.td | 14 ++-- lib/Target/AArch64/AArch64SchedPredExynos.td | 93 +++++++++++----------- lib/Target/WebAssembly/CMakeLists.txt | 2 +- lib/Target/WebAssembly/README.txt | 8 +- lib/Target/WebAssembly/WebAssembly.h | 4 +- ...ults.cpp => WebAssemblyMemIntrinsicResults.cpp} | 59 ++++++++------ .../WebAssembly/WebAssemblyTargetMachine.cpp | 11 +-- .../WebAssembly/dbg-value-live-interval.ll | 2 +- .../llvm-mca/AArch64/Exynos/shifted-register.s | 36 ++++----- 14 files changed, 138 insertions(+), 119 deletions(-) rename lib/Target/WebAssembly/{WebAssemblyStoreResults.cpp => WebAssemblyMemIntrin [...]