[PATCH] D44519: Add llvm-exegesis tool.

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 16 03:53:38 PDT 2018


courbet updated this revision to Diff 138678.
courbet marked 11 inline comments as done.
courbet added a comment.

- Address Eugene's comments.
- Remove README


Repository:
  rL LLVM

https://reviews.llvm.org/D44519

Files:
  docs/CommandGuide/llvm-exegesis.rst
  docs/ReleaseNotes.rst
  tools/LLVMBuild.txt
  tools/llvm-exegesis/BenchmarkResult.cpp
  tools/llvm-exegesis/BenchmarkResult.h
  tools/llvm-exegesis/BenchmarkRunner.cpp
  tools/llvm-exegesis/BenchmarkRunner.h
  tools/llvm-exegesis/CMakeLists.txt
  tools/llvm-exegesis/InMemoryAssembler.cpp
  tools/llvm-exegesis/InMemoryAssembler.h
  tools/llvm-exegesis/InstructionSnippetGenerator.cpp
  tools/llvm-exegesis/InstructionSnippetGenerator.h
  tools/llvm-exegesis/LLVMBuild.txt
  tools/llvm-exegesis/Latency.cpp
  tools/llvm-exegesis/Latency.h
  tools/llvm-exegesis/LlvmState.cpp
  tools/llvm-exegesis/LlvmState.h
  tools/llvm-exegesis/OperandGraph.cpp
  tools/llvm-exegesis/OperandGraph.h
  tools/llvm-exegesis/PerfHelper.cpp
  tools/llvm-exegesis/PerfHelper.h
  tools/llvm-exegesis/Uops.cpp
  tools/llvm-exegesis/Uops.h
  tools/llvm-exegesis/X86.cpp
  tools/llvm-exegesis/X86.h
  tools/llvm-exegesis/llvm-exegesis.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44519.138678.patch
Type: text/x-patch
Size: 86831 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180316/94d9816e/attachment-0001.bin>


More information about the llvm-commits mailing list