summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-exegesis/lib/Uops.h
Commit message (Expand)AuthorAgeFilesLines
* [llvm-exegesis][NFC] Remove extra `llvm::` qualifications.Clement Courbet2019-10-091-2/+2
* [llvm-exegesis] Add options to SnippetGenerator.Clement Courbet2019-10-081-1/+1
* [llvm-exegesis] Refactor how forbidden registers are computed.Clement Courbet2019-09-271-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [llvm-exegesis] Move namespace exegesis inside llvm::Fangrui Song2018-10-221-0/+2
* [llvm-exegesis] Allow measuring several instructions in a single run.Clement Courbet2018-10-171-3/+2
* [llvm-exegesis][NFC] Return many CodeTemplates instead of one.Guillaume Chatelet2018-10-151-2/+2
* [llvm-exegesis][NFC] Pass Instruction instead of bare OpcodeGuillaume Chatelet2018-10-101-1/+1
* [llvm-exegesis][NFC] Simplify code now that Instruction has more semanticGuillaume Chatelet2018-10-101-2/+0
* [llvm-exegesis][NFC] moving code around.Guillaume Chatelet2018-09-271-3/+3
* [llvm-exegesis] Output the unscaled value as well as the scaled one.Clement Courbet2018-09-261-2/+2
* [llvm-exegesis][NFC] Split BenchmarkRunner classClement Courbet2018-09-131-8/+18
* [llvm-exegesis] Renaming classes and functions.Guillaume Chatelet2018-08-031-2/+2
* [llvm-exegesis] Rename InstructionInstance into InstructionBuilder.Guillaume Chatelet2018-08-021-1/+1
* [llvm-exegesis] Provide a way to handle memory instructions.Guillaume Chatelet2018-08-011-1/+30
* [llvm-exegesis] Get the BenchmarkRunner from the ExegesisTarget.Clement Courbet2018-06-261-3/+2
* [llvm-exegesis] Use a Prototype to defer picking a value for free vars.Guillaume Chatelet2018-06-201-5/+2
* [llvm-exegesis] Cleaner design without mutable data.Guillaume Chatelet2018-06-131-2/+6
* [llvm-exegesis] Make BenchmarkRunner handle multiple configurations.Guillaume Chatelet2018-06-071-3/+3
* [llvm-exegesis] Add a Configuration object for Benchmark.Guillaume Chatelet2018-06-071-3/+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-5/+5
* Revert r332579 "[llvm-exegesis] Update to cover latency through another opcode."Clement Courbet2018-05-171-5/+5
* [llvm-exegesis] Update to cover latency through another opcode.Clement Courbet2018-05-171-5/+5
* Re-land r329156 "Add llvm-exegesis tool."Clement Courbet2018-04-041-0/+41
* Revert r329156 "Add llvm-exegesis tool."Clement Courbet2018-04-041-41/+0
* Add llvm-exegesis tool.Clement Courbet2018-04-041-0/+41
OpenPOWER on IntegriCloud