[PATCH] D44519: Add llvm-exegesis tool.
Clement Courbet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 3 03:59:05 PDT 2018
courbet updated this revision to Diff 140752.
courbet added a comment.
- Address Andrea's comments.
Repository:
rL LLVM
https://reviews.llvm.org/D44519
Files:
cmake/config-ix.cmake
docs/CommandGuide/index.rst
docs/CommandGuide/llvm-exegesis.rst
docs/ReleaseNotes.rst
include/llvm/Config/config.h.cmake
tools/LLVMBuild.txt
tools/llvm-exegesis/CMakeLists.txt
tools/llvm-exegesis/LLVMBuild.txt
tools/llvm-exegesis/lib/BenchmarkResult.cpp
tools/llvm-exegesis/lib/BenchmarkResult.h
tools/llvm-exegesis/lib/BenchmarkRunner.cpp
tools/llvm-exegesis/lib/BenchmarkRunner.h
tools/llvm-exegesis/lib/CMakeLists.txt
tools/llvm-exegesis/lib/InMemoryAssembler.cpp
tools/llvm-exegesis/lib/InMemoryAssembler.h
tools/llvm-exegesis/lib/InstructionSnippetGenerator.cpp
tools/llvm-exegesis/lib/InstructionSnippetGenerator.h
tools/llvm-exegesis/lib/LLVMBuild.txt
tools/llvm-exegesis/lib/Latency.cpp
tools/llvm-exegesis/lib/Latency.h
tools/llvm-exegesis/lib/LlvmState.cpp
tools/llvm-exegesis/lib/LlvmState.h
tools/llvm-exegesis/lib/OperandGraph.cpp
tools/llvm-exegesis/lib/OperandGraph.h
tools/llvm-exegesis/lib/PerfHelper.cpp
tools/llvm-exegesis/lib/PerfHelper.h
tools/llvm-exegesis/lib/Uops.cpp
tools/llvm-exegesis/lib/Uops.h
tools/llvm-exegesis/lib/X86.cpp
tools/llvm-exegesis/lib/X86.h
tools/llvm-exegesis/llvm-exegesis.cpp
unittests/tools/CMakeLists.txt
unittests/tools/llvm-exegesis/BenchmarkResultTest.cpp
unittests/tools/llvm-exegesis/CMakeLists.txt
unittests/tools/llvm-exegesis/InMemoryAssemblerTest.cpp
unittests/tools/llvm-exegesis/InstructionSnippetGeneratorTest.cpp
unittests/tools/llvm-exegesis/OperandGraphTest.cpp
unittests/tools/llvm-exegesis/PerfHelperTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44519.140752.patch
Type: text/x-patch
Size: 111786 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180403/5c8bcd6f/attachment-0001.bin>
More information about the llvm-commits
mailing list