[PATCH] D44519: Add llvm-exegesis tool.
Clement Courbet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 16 07:05:35 PDT 2018
courbet updated this revision to Diff 138698.
courbet marked 7 inline comments as done.
courbet added a comment.
- Split llvm-exegesis into lib and main.
- Add unit tests
- Adress Eugene's comments.
Repository:
rL LLVM
https://reviews.llvm.org/D44519
Files:
cmake/config-ix.cmake
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.138698.patch
Type: text/x-patch
Size: 110621 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180316/4239fa05/attachment-0001.bin>
More information about the llvm-commits
mailing list