[PATCH] D53455: [llvm-exegesis] Move namespace exegesis inside llvm::

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 19 15:09:51 PDT 2018


MaskRay created this revision.
MaskRay added reviewers: courbet, gchatelet.
Herald added subscribers: llvm-commits, tschuett, javed.absar.

This allows simplifying references of llvm::foo with foo when the needs
come in the future.


Repository:
  rL LLVM

https://reviews.llvm.org/D53455

Files:
  tools/llvm-exegesis/lib/AArch64/Target.cpp
  tools/llvm-exegesis/lib/Analysis.cpp
  tools/llvm-exegesis/lib/Analysis.h
  tools/llvm-exegesis/lib/Assembler.cpp
  tools/llvm-exegesis/lib/Assembler.h
  tools/llvm-exegesis/lib/BenchmarkCode.h
  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/Clustering.cpp
  tools/llvm-exegesis/lib/Clustering.h
  tools/llvm-exegesis/lib/CodeTemplate.cpp
  tools/llvm-exegesis/lib/CodeTemplate.h
  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/MCInstrDescView.cpp
  tools/llvm-exegesis/lib/MCInstrDescView.h
  tools/llvm-exegesis/lib/PerfHelper.cpp
  tools/llvm-exegesis/lib/PerfHelper.h
  tools/llvm-exegesis/lib/RegisterAliasing.cpp
  tools/llvm-exegesis/lib/RegisterAliasing.h
  tools/llvm-exegesis/lib/RegisterValue.cpp
  tools/llvm-exegesis/lib/RegisterValue.h
  tools/llvm-exegesis/lib/SnippetGenerator.cpp
  tools/llvm-exegesis/lib/SnippetGenerator.h
  tools/llvm-exegesis/lib/Target.cpp
  tools/llvm-exegesis/lib/Target.h
  tools/llvm-exegesis/lib/Uops.cpp
  tools/llvm-exegesis/lib/Uops.h
  tools/llvm-exegesis/lib/X86/Target.cpp
  tools/llvm-exegesis/llvm-exegesis.cpp
  unittests/tools/llvm-exegesis/AArch64/TargetTest.cpp
  unittests/tools/llvm-exegesis/ARM/AssemblerTest.cpp
  unittests/tools/llvm-exegesis/BenchmarkRunnerTest.cpp
  unittests/tools/llvm-exegesis/ClusteringTest.cpp
  unittests/tools/llvm-exegesis/Common/AssemblerUtils.h
  unittests/tools/llvm-exegesis/PerfHelperTest.cpp
  unittests/tools/llvm-exegesis/RegisterValueTest.cpp
  unittests/tools/llvm-exegesis/X86/AnalysisTest.cpp
  unittests/tools/llvm-exegesis/X86/AssemblerTest.cpp
  unittests/tools/llvm-exegesis/X86/BenchmarkResultTest.cpp
  unittests/tools/llvm-exegesis/X86/RegisterAliasingTest.cpp
  unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp
  unittests/tools/llvm-exegesis/X86/TargetTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53455.170261.patch
Type: text/x-patch
Size: 28056 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181019/6060e3f7/attachment.bin>


More information about the llvm-commits mailing list