[llvm-exegesis][NFC] moving code around.
commitc9a9498e98e87fe2af90575e969d4df115ff0e07
authorGuillaume Chatelet <gchatelet@google.com>
Thu, 27 Sep 2018 09:23:04 +0000 (27 09:23 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Thu, 27 Sep 2018 09:23:04 +0000 (27 09:23 +0000)
treee638a3a6cd846fe1f681df4adce42db78a6c3947
parentfc15d64dd0c15142836afecfe93d0ef4cb59c913
[llvm-exegesis][NFC] moving code around.

Summary: Renaming InstructionBuilder into InstructionTemplate and moving code generation tools from MCInstrDescView to CodeTemplate.

Reviewers: courbet

Subscribers: tschuett, llvm-commits

Differential Revision: https://reviews.llvm.org/D52592

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@343188 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
tools/llvm-exegesis/lib/BenchmarkCode.h
tools/llvm-exegesis/lib/CodeTemplate.cpp
tools/llvm-exegesis/lib/CodeTemplate.h
tools/llvm-exegesis/lib/Latency.cpp
tools/llvm-exegesis/lib/MCInstrDescView.cpp
tools/llvm-exegesis/lib/MCInstrDescView.h
tools/llvm-exegesis/lib/RegisterValue.h
tools/llvm-exegesis/lib/SnippetGenerator.cpp
tools/llvm-exegesis/lib/SnippetGenerator.h
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
unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp