[PATCH] D44519: Add llvm-exegesis tool.
    Clement Courbet via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Mar 21 00:20:52 PDT 2018
    
    
  
courbet updated this revision to Diff 139253.
courbet marked an inline comment as done.
courbet added a comment.
- Better llvm-exegesis doc.
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.139253.patch
Type: text/x-patch
Size: 111662 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180321/60722133/attachment.bin>
    
    
More information about the llvm-commits
mailing list