This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 41f457ff4f2 AMDGPU/InsertWaitcnts: Remove the dependence on MachineLoopInfo new 51af6fdf8a3 [llvm-mca][MC] Add the ability to declare which processor r [...] new cec32edcb5a [llvm-rc] Support EXSTYLE statement.
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: include/llvm/MC/MCSchedule.h | 2 + include/llvm/Target/TargetSchedule.td | 10 +++ lib/Target/X86/X86ScheduleBdVer2.td | 4 + test/tools/llvm-mca/X86/BdVer2/load-throughput.s | 90 +++++++++++------------ test/tools/llvm-mca/X86/BdVer2/store-throughput.s | 88 +++++++++++----------- test/tools/llvm-rc/Inputs/tag-dialog-headers.rc | 5 ++ test/tools/llvm-rc/tag-dialog.test | 56 ++++++++++++++ tools/llvm-mca/Views/SchedulerStatistics.cpp | 64 ++++++++++++++-- tools/llvm-mca/Views/SchedulerStatistics.h | 12 +-- tools/llvm-mca/include/HardwareUnits/LSUnit.h | 52 ++++++++++++- tools/llvm-mca/lib/Context.cpp | 4 +- tools/llvm-mca/lib/HardwareUnits/LSUnit.cpp | 17 +++++ tools/llvm-mca/llvm-mca.cpp | 4 +- tools/llvm-rc/ResourceFileWriter.cpp | 10 ++- tools/llvm-rc/ResourceFileWriter.h | 2 + tools/llvm-rc/ResourceScriptParser.cpp | 7 ++ tools/llvm-rc/ResourceScriptParser.h | 1 + tools/llvm-rc/ResourceScriptStmt.cpp | 4 + tools/llvm-rc/ResourceScriptStmt.h | 13 ++++ tools/llvm-rc/ResourceVisitor.h | 2 + utils/TableGen/CodeGenSchedule.cpp | 32 ++++++++ utils/TableGen/CodeGenSchedule.h | 11 ++- utils/TableGen/SubtargetEmitter.cpp | 29 ++++++++ 23 files changed, 410 insertions(+), 109 deletions(-)