1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/tools/llvm-exegesis/lib
Clement Courbet 6dc6af018d [llvm-exegesis] Move native target initialization code to a separate file.
Summary: This helps building internal tools on top of the library.

Reviewers: gchatelet

Subscribers: tschuett, llvm-commits, bdb, ondrasej

Tags: #llvm

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

llvm-svn: 361385
2019-05-22 13:50:16 +00:00
..
AArch64 Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
PowerPC Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
X86 [llvm-exegesis][X86] Randomize CMOVcc/SETcc OPERAND_COND_CODE CondCodes 2019-04-08 10:11:00 +00:00
Analysis.cpp [NFC][llvm-exegesis] Also promote getSchedClassPoint() into ResolvedSchedClass. 2019-03-29 14:58:01 +00:00
Analysis.h [NFC][llvm-exegesis] Also promote getSchedClassPoint() into ResolvedSchedClass. 2019-03-29 14:58:01 +00:00
Assembler.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Assembler.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
BenchmarkCode.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
BenchmarkResult.cpp [llvm-exegesis] InstructionBenchmark::writeYamlTo(): don't forget to flush() 2019-05-07 09:21:13 +00:00
BenchmarkResult.h [llvm-exegesis] Fix error propagation from yaml writing (from serialization) 2019-04-10 12:19:57 +00:00
BenchmarkRunner.cpp [llvm-exegesis] BenchmarkRunner::runConfiguration(): write small snippet to memory 2019-05-07 12:28:08 +00:00
BenchmarkRunner.h Add an option do not dump the generated object on disk 2019-04-05 15:18:59 +00:00
Clustering.cpp [NFC][llvm-exegesis] Refactor Analysis::SchedClassCluster::measurementsMatch() 2019-03-29 11:36:08 +00:00
Clustering.h [NFC][llvm-exegesis] Refactor Analysis::SchedClassCluster::measurementsMatch() 2019-03-29 11:36:08 +00:00
CMakeLists.txt [NFC][llvm-exegesis] Refactor ResolvedSchedClass & friends 2019-03-29 14:24:27 +00:00
CodeTemplate.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
CodeTemplate.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Latency.cpp [llvm-exegesis] Add throughput mode. 2019-01-30 16:02:20 +00:00
Latency.h [llvm-exegesis] Add throughput mode. 2019-01-30 16:02:20 +00:00
LLVMBuild.txt Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
LlvmState.cpp [llvm-exegesis] Allow the target to disable the selection of some registers. 2019-03-26 15:44:57 +00:00
LlvmState.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
MCInstrDescView.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
MCInstrDescView.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
PerfHelper.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
PerfHelper.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterAliasing.cpp Fix file header issues in fuzzers. NFC 2019-02-21 07:57:14 +00:00
RegisterAliasing.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterValue.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterValue.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
SchedClassResolution.cpp [NFC][llvm-exegesis] Also promote getSchedClassPoint() into ResolvedSchedClass. 2019-03-29 14:58:01 +00:00
SchedClassResolution.h [NFC][llvm-exegesis] Also promote getSchedClassPoint() into ResolvedSchedClass. 2019-03-29 14:58:01 +00:00
SnippetGenerator.cpp [llvm-exegesis][X86] Randomize CMOVcc/SETcc OPERAND_COND_CODE CondCodes 2019-04-08 10:11:00 +00:00
SnippetGenerator.h [llvm-exegesis][X86] Randomize CMOVcc/SETcc OPERAND_COND_CODE CondCodes 2019-04-08 10:11:00 +00:00
Target.cpp [llvm-exegesis][X86] Handle CMOVcc/SETcc OPERAND_COND_CODE OperandType 2019-04-06 14:16:26 +00:00
Target.h [llvm-exegesis][X86] Handle CMOVcc/SETcc OPERAND_COND_CODE OperandType 2019-04-06 14:16:26 +00:00
TargetSelect.h [llvm-exegesis] Move native target initialization code to a separate file. 2019-05-22 13:50:16 +00:00
Uops.cpp [llvm-exegesis] Teach llvm-exegesis to handle instructions with multiple tied variables. 2019-02-26 10:54:45 +00:00
Uops.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00