[PATCH] D43951: [RFC] llvm-mca: a static performance analysis tool.
Andrea Di Biagio via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 6 04:38:16 PST 2018
andreadb updated this revision to Diff 137159.
andreadb marked an inline comment as done.
andreadb added a comment.
Patch updated.
Added a virtual destructor and a virtual anchor method for HWEventListener.
Also added missing header comments to file HWEventListener.h
https://reviews.llvm.org/D43951
Files:
docs/CommandGuide/llvm-mca.rst
include/llvm/MC/MCSchedule.h
test/tools/llvm-mca/ARM/lit.local.cfg
test/tools/llvm-mca/ARM/simple-test-cortex-a9.s
test/tools/llvm-mca/X86/BtVer2/dot-product.s
test/tools/llvm-mca/X86/BtVer2/load-store-alias.s
test/tools/llvm-mca/X86/BtVer2/memcpy-like-test.s
test/tools/llvm-mca/X86/BtVer2/simple-test.s
test/tools/llvm-mca/X86/cpus.s
test/tools/llvm-mca/X86/default-iterations.s
test/tools/llvm-mca/X86/dispatch_width.s
test/tools/llvm-mca/X86/in-order-cpu.s
test/tools/llvm-mca/X86/invalid-assembly-sequence.s
test/tools/llvm-mca/X86/invalid-cpu.s
test/tools/llvm-mca/X86/invalid-empty-file.s
test/tools/llvm-mca/X86/lit.local.cfg
test/tools/llvm-mca/X86/no-sched-model.s
test/tools/llvm-mca/invalid_input_file_name.test
test/tools/llvm-mca/lit.local.cfg
tools/LLVMBuild.txt
tools/llvm-mca/Backend.cpp
tools/llvm-mca/Backend.h
tools/llvm-mca/BackendPrinter.cpp
tools/llvm-mca/BackendPrinter.h
tools/llvm-mca/BackendStatistics.cpp
tools/llvm-mca/BackendStatistics.h
tools/llvm-mca/CMakeLists.txt
tools/llvm-mca/Dispatch.cpp
tools/llvm-mca/Dispatch.h
tools/llvm-mca/HWEventListener.cpp
tools/llvm-mca/HWEventListener.h
tools/llvm-mca/InstrBuilder.cpp
tools/llvm-mca/InstrBuilder.h
tools/llvm-mca/Instruction.cpp
tools/llvm-mca/Instruction.h
tools/llvm-mca/LLVMBuild.txt
tools/llvm-mca/LSUnit.cpp
tools/llvm-mca/LSUnit.h
tools/llvm-mca/README.txt
tools/llvm-mca/ResourcePressureView.cpp
tools/llvm-mca/ResourcePressureView.h
tools/llvm-mca/Scheduler.cpp
tools/llvm-mca/Scheduler.h
tools/llvm-mca/SourceMgr.h
tools/llvm-mca/TimelineView.cpp
tools/llvm-mca/TimelineView.h
tools/llvm-mca/llvm-mca.cpp
utils/TableGen/SubtargetEmitter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43951.137159.patch
Type: text/x-patch
Size: 259056 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180306/574ad147/attachment-0001.bin>
More information about the llvm-commits
mailing list