[PATCH] D44519: Add llvm-exegesis tool.

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 16 09:00:10 PDT 2018


courbet updated this revision to Diff 138721.
courbet marked an inline comment as done.
courbet added a comment.

- do not fail to compile if libpfm is not available.
- Add doc in index.


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.138721.patch
Type: text/x-patch
Size: 111763 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180316/8ccc4be4/attachment-0001.bin>


More information about the llvm-commits mailing list