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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 22 10:13:00 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL344922: [llvm-exegesis] Move namespace exegesis inside llvm:: (authored by MaskRay, committed by ).

Repository:
  rL LLVM

https://reviews.llvm.org/D53455

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53455.170450.patch
Type: text/x-patch
Size: 29615 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181022/e639a908/attachment.bin>


More information about the llvm-commits mailing list