summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-exegesis/lib/BenchmarkRunner.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm-exegesis] Add uop computation for more X87 instruction classes.Clement Courbet2018-07-051-2/+11
* [llvm-exegesis] Add partial X87 support.Clement Courbet2018-06-281-0/+21
* [llvm-exegesis] Get the BenchmarkRunner from the ExegesisTarget.Clement Courbet2018-06-261-12/+15
* [llvm-exegesis][NFC] Remove unnecessary member variables.Clement Courbet2018-06-251-3/+2
* [llvm-exegesis] Generate snippet setup code.Clement Courbet2018-06-251-9/+58
* [llvm-exegesis][NFC] Simplify BenchmarkRunner ctor.Clement Courbet2018-06-251-2/+1
* [llvm-exegesis][NFC] clang-formatClement Courbet2018-06-251-6/+6
* [llvm-exegesis][NFC] Simplify BenchmarkRunner.Clement Courbet2018-06-211-21/+12
* [llvm-exegesis][NFC] Simplify LLVMState.Clement Courbet2018-06-211-2/+3
* [llvm-exegesis] Use a Prototype to defer picking a value for free vars.Guillaume Chatelet2018-06-201-1/+15
* [llvm-exegesis] Print the whole snippet in analysis.Clement Courbet2018-06-151-14/+44
* [llvm-exegesis] Use BenchmarkResult::Instructions instead of OpcodeNameClement Courbet2018-06-141-1/+0
* [llvm-exegesis] Cleaner design without mutable data.Guillaume Chatelet2018-06-131-3/+5
* [llvm-exegesis] Make BenchmarkRunner handle multiple configurations.Guillaume Chatelet2018-06-071-28/+31
* [llvm-exegesis] Add a Configuration object for Benchmark.Guillaume Chatelet2018-06-071-4/+5
* [llvm-exegesis] Serializes instruction's operand in BenchmarkResult's key.Guillaume Chatelet2018-06-071-1/+3
* [llvm-exegesis] move Mode from Key to BenchmarResult.Clement Courbet2018-06-061-1/+1
* [llvm-exegesis][NFC] Use an enum instead of a string for benchmark mode.Clement Courbet2018-06-041-1/+1
* reland r332579: [llvm-exegesis] Update to cover latency through another opcode.Clement Courbet2018-05-171-29/+59
* Revert r332579 "[llvm-exegesis] Update to cover latency through another opcode."Clement Courbet2018-05-171-59/+29
* [llvm-exegesis] Update to cover latency through another opcode.Clement Courbet2018-05-171-29/+59
* [llvm-exegesis] Split AsmTemplate.Name into components.Clement Courbet2018-05-151-5/+2
* Re-land r329156 "Add llvm-exegesis tool."Clement Courbet2018-04-041-0/+79
* Revert r329156 "Add llvm-exegesis tool."Clement Courbet2018-04-041-79/+0
* Add llvm-exegesis tool.Clement Courbet2018-04-041-0/+79
OpenPOWER on IntegriCloud