[PATCH] D44519: Add llvm-exegesis tool.
Clement Courbet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 4 01:16:38 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL329156: Add llvm-exegesis tool. (authored by courbet, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D44519?vs=140752&id=140914#toc
Repository:
rL LLVM
https://reviews.llvm.org/D44519
Files:
llvm/trunk/cmake/config-ix.cmake
llvm/trunk/docs/CommandGuide/index.rst
llvm/trunk/docs/CommandGuide/llvm-exegesis.rst
llvm/trunk/docs/ReleaseNotes.rst
llvm/trunk/include/llvm/Config/config.h.cmake
llvm/trunk/tools/LLVMBuild.txt
llvm/trunk/tools/llvm-exegesis/CMakeLists.txt
llvm/trunk/tools/llvm-exegesis/LLVMBuild.txt
llvm/trunk/tools/llvm-exegesis/lib/BenchmarkResult.cpp
llvm/trunk/tools/llvm-exegesis/lib/BenchmarkResult.h
llvm/trunk/tools/llvm-exegesis/lib/BenchmarkRunner.cpp
llvm/trunk/tools/llvm-exegesis/lib/BenchmarkRunner.h
llvm/trunk/tools/llvm-exegesis/lib/CMakeLists.txt
llvm/trunk/tools/llvm-exegesis/lib/InMemoryAssembler.cpp
llvm/trunk/tools/llvm-exegesis/lib/InMemoryAssembler.h
llvm/trunk/tools/llvm-exegesis/lib/InstructionSnippetGenerator.cpp
llvm/trunk/tools/llvm-exegesis/lib/InstructionSnippetGenerator.h
llvm/trunk/tools/llvm-exegesis/lib/LLVMBuild.txt
llvm/trunk/tools/llvm-exegesis/lib/Latency.cpp
llvm/trunk/tools/llvm-exegesis/lib/Latency.h
llvm/trunk/tools/llvm-exegesis/lib/LlvmState.cpp
llvm/trunk/tools/llvm-exegesis/lib/LlvmState.h
llvm/trunk/tools/llvm-exegesis/lib/OperandGraph.cpp
llvm/trunk/tools/llvm-exegesis/lib/OperandGraph.h
llvm/trunk/tools/llvm-exegesis/lib/PerfHelper.cpp
llvm/trunk/tools/llvm-exegesis/lib/PerfHelper.h
llvm/trunk/tools/llvm-exegesis/lib/Uops.cpp
llvm/trunk/tools/llvm-exegesis/lib/Uops.h
llvm/trunk/tools/llvm-exegesis/lib/X86.cpp
llvm/trunk/tools/llvm-exegesis/lib/X86.h
llvm/trunk/tools/llvm-exegesis/llvm-exegesis.cpp
llvm/trunk/unittests/tools/CMakeLists.txt
llvm/trunk/unittests/tools/llvm-exegesis/BenchmarkResultTest.cpp
llvm/trunk/unittests/tools/llvm-exegesis/CMakeLists.txt
llvm/trunk/unittests/tools/llvm-exegesis/InMemoryAssemblerTest.cpp
llvm/trunk/unittests/tools/llvm-exegesis/InstructionSnippetGeneratorTest.cpp
llvm/trunk/unittests/tools/llvm-exegesis/OperandGraphTest.cpp
llvm/trunk/unittests/tools/llvm-exegesis/PerfHelperTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44519.140914.patch
Type: text/x-patch
Size: 113581 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180404/2f8ab5be/attachment.bin>
More information about the llvm-commits
mailing list