Renaming InstructionBuilder into InstructionTemplate and moving code generation tools from MCInstrDescView to CodeTemplate.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 23177 Build 23176: arc lint + arc unit
Paths
| Differential D52592
[llvm-exegesis][NFC] moving code around. ClosedPublic Authored by gchatelet on Sep 27 2018, 2:11 AM.
Details Summary Renaming InstructionBuilder into InstructionTemplate and moving code generation tools from MCInstrDescView to CodeTemplate.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 27 2018, 2:19 AM Closed by commit rL343188: [llvm-exegesis][NFC] moving code around. (authored by gchatelet). · Explain WhySep 27 2018, 2:28 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 167252 tools/llvm-exegesis/lib/BenchmarkCode.h
tools/llvm-exegesis/lib/CodeTemplate.h
tools/llvm-exegesis/lib/CodeTemplate.cpp
tools/llvm-exegesis/lib/Latency.cpp
tools/llvm-exegesis/lib/MCInstrDescView.h
tools/llvm-exegesis/lib/MCInstrDescView.cpp
tools/llvm-exegesis/lib/RegisterValue.h
tools/llvm-exegesis/lib/SnippetGenerator.h
tools/llvm-exegesis/lib/SnippetGenerator.cpp
tools/llvm-exegesis/lib/Target.h
tools/llvm-exegesis/lib/Uops.h
tools/llvm-exegesis/lib/Uops.cpp
tools/llvm-exegesis/lib/X86/Target.cpp
unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp
|