.. |
AArch64
|
[llvm-exegesis][NFC] Disassociate snippet generators from benchmark runners
|
2020-01-20 16:19:13 +01:00 |
Mips
|
[llvm-exegesis][NFC] Disassociate snippet generators from benchmark runners
|
2020-01-20 16:19:13 +01:00 |
PowerPC
|
[llvm-exegesis][NFC] Disassociate snippet generators from benchmark runners
|
2020-01-20 16:19:13 +01:00 |
X86
|
Revert "[llvm-exegesis] Save target state before running the benchmark."
|
2020-11-02 15:11:45 +01:00 |
Analysis.cpp
|
Use llvm::is_contained where appropriate (NFC)
|
2020-07-27 10:20:44 -07:00 |
Analysis.h
|
|
|
Assembler.cpp
|
Recommit: "[llvm-exegesis] Improve error reporting in Assembler.cpp"
|
2020-02-19 14:40:28 +01:00 |
Assembler.h
|
Recommit: "[llvm-exegesis] Improve error reporting in Assembler.cpp"
|
2020-02-19 14:40:28 +01:00 |
BenchmarkCode.h
|
|
|
BenchmarkResult.cpp
|
|
|
BenchmarkResult.h
|
[llvm-exegesis] Let Counter returns up to 16 entries
|
2020-06-26 10:57:20 -04:00 |
BenchmarkRunner.cpp
|
Revert "[llvm-exegesis] Save target state before running the benchmark."
|
2020-11-02 15:11:45 +01:00 |
BenchmarkRunner.h
|
[llvm-exegesis] Let Counter returns up to 16 entries
|
2020-06-26 10:57:20 -04:00 |
Clustering.cpp
|
Avoid including FileSystem.h from MemoryBuffer.h
|
2020-02-29 12:30:23 -08:00 |
Clustering.h
|
|
|
CMakeLists.txt
|
[llvm-exegesis] Add a custom error for clustering
|
2020-02-07 14:34:57 +01:00 |
CodeTemplate.cpp
|
[llvm-exegesis][NFC] internal changes
|
2019-12-18 17:24:07 +01:00 |
CodeTemplate.h
|
[llvm-exegesis] Exploring X86::OperandType::OPERAND_COND_CODE
|
2020-02-12 21:33:52 +03:00 |
Error.cpp
|
[llvm-exegesis] Improve error reporting in BenchmarkRunner.cpp
|
2020-02-07 16:29:52 +01:00 |
Error.h
|
[llvm-exegesis] Improve error reporting in BenchmarkRunner.cpp
|
2020-02-07 16:29:52 +01:00 |
LatencyBenchmarkRunner.cpp
|
[llvm-exegesis] Let Counter returns up to 16 entries
|
2020-06-26 10:57:20 -04:00 |
LatencyBenchmarkRunner.h
|
[llvm-exegesis] Let Counter returns up to 16 entries
|
2020-06-26 10:57:20 -04:00 |
LLVMBuild.txt
|
|
|
LlvmState.cpp
|
Remove unused Endian.h includes, NFC
|
2020-03-11 15:45:34 -07:00 |
LlvmState.h
|
|
|
MCInstrDescView.cpp
|
Fix "expression is redundant [misc-redundant-expression]" warning (PR44768)
|
2020-02-04 21:24:21 +00:00 |
MCInstrDescView.h
|
[llvm-exegesis][NFC] internal changes
|
2019-12-18 17:24:07 +01:00 |
ParallelSnippetGenerator.cpp
|
[llvm-exegesis] Exploring X86::OperandType::OPERAND_COND_CODE
|
2020-02-12 21:33:52 +03:00 |
ParallelSnippetGenerator.h
|
[llvm-exegesis] Exploring X86::OperandType::OPERAND_COND_CODE
|
2020-02-12 21:33:52 +03:00 |
PerfHelper.cpp
|
Reland [llvm-exegesis] Add benchmark latency option on X86 that uses LBR for more precise measurements.
|
2020-07-27 12:38:05 -04:00 |
PerfHelper.h
|
Reland [llvm-exegesis] Add benchmark latency option on X86 that uses LBR for more precise measurements.
|
2020-07-27 12:38:05 -04:00 |
RegisterAliasing.cpp
|
[llvm-exegesis] Allow the randomizer to fail nicely...
|
2020-01-23 11:08:44 +01:00 |
RegisterAliasing.h
|
[llvm-exegesis] Allow the randomizer to fail nicely...
|
2020-01-23 11:08:44 +01:00 |
RegisterValue.cpp
|
|
|
RegisterValue.h
|
|
|
SchedClassResolution.cpp
|
[ARM][SchedModels] Convert IsPredicatedPred to MCSchedPredicate
|
2020-10-19 11:37:54 +03:00 |
SchedClassResolution.h
|
|
|
SerialSnippetGenerator.cpp
|
[llvm-exegesis] Do not try to assign random registers twice.
|
2020-10-29 13:27:35 +01:00 |
SerialSnippetGenerator.h
|
[llvm-exegesis] Exploring X86::OperandType::OPERAND_COND_CODE
|
2020-02-12 21:33:52 +03:00 |
SnippetFile.cpp
|
[MC] Add SMLoc to MCStreamer::emitSymbolAttribute and report changed binding warnings/errors for ELF
|
2020-10-29 19:43:11 -07:00 |
SnippetFile.h
|
|
|
SnippetGenerator.cpp
|
[llvm-exegesis] Exploring X86::OperandType::OPERAND_COND_CODE
|
2020-02-12 21:33:52 +03:00 |
SnippetGenerator.h
|
Don't stash types that aren't copyable or moveable into a SmallVector
|
2020-05-02 19:13:06 +02:00 |
SnippetRepetitor.cpp
|
[llvm-exegesis] 'Min' repetition mode
|
2020-04-02 09:28:35 +03:00 |
SnippetRepetitor.h
|
|
|
Target.cpp
|
Revert "[llvm-exegesis] Save target state before running the benchmark."
|
2020-11-02 15:11:45 +01:00 |
Target.h
|
Revert "[llvm-exegesis] Save target state before running the benchmark."
|
2020-11-02 15:11:45 +01:00 |
TargetSelect.h
|
[llvm-exegesis] Move native target initialization code to a separate file.
|
2019-05-22 13:50:16 +00:00 |
UopsBenchmarkRunner.cpp
|
Revert "Remove redundant "std::move"s in return statements"
|
2020-02-10 07:07:40 -08:00 |
UopsBenchmarkRunner.h
|
[llvm-exegesis][NFC] Disassociate snippet generators from benchmark runners
|
2020-01-20 16:19:13 +01:00 |