index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
tools
/
llvm-exegesis
/
lib
/
Uops.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm-exegesis][NFC] internal changes
Guillaume Chatelet
2019-12-18
1
-2
/
+2
*
[llvm-exegesis][NFC] Remove extra `llvm::` qualifications.
Clement Courbet
2019-10-09
1
-9
/
+8
*
[llvm-exegesis] Explore LEA addressing modes.
Clement Courbet
2019-10-09
1
-6
/
+0
*
[llvm-exegesis] Refactor how forbidden registers are computed.
Clement Courbet
2019-09-27
1
-38
/
+14
*
[llvm-exegesis] Teach llvm-exegesis to handle instructions with multiple tied...
Clement Courbet
2019-02-26
1
-17
/
+47
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[MCSched] Bind PFM Counters to the CPUs instead of the SchedModel.
Clement Courbet
2018-10-25
1
-11
/
+9
*
[llvm-exegesis] Move namespace exegesis inside llvm::
Fangrui Song
2018-10-22
1
-0
/
+2
*
[llvm-exegesis] Allow measuring several instructions in a single run.
Clement Courbet
2018-10-17
1
-31
/
+12
*
[llvm-exegeis] Computing Latency configuration upfront so we can generate man...
Guillaume Chatelet
2018-10-17
1
-4
/
+4
*
[llvm-exegesis][NFC] Return many CodeTemplates instead of one.
Guillaume Chatelet
2018-10-15
1
-6
/
+6
*
[llvm-exegesis][NFC] Pass Instruction instead of bare Opcode
Guillaume Chatelet
2018-10-10
1
-4
/
+2
*
[llvm-exegesis][NFC] Code simplification
Guillaume Chatelet
2018-10-10
1
-4
/
+5
*
[llvm-exegesis] Fix broken build.
Guillaume Chatelet
2018-10-10
1
-4
/
+1
*
[llvm-exegesis][NFC] Simplify code now that Instruction has more semantic
Guillaume Chatelet
2018-10-10
1
-16
/
+5
*
[llvm-exegesis][NFC] Use accessors for Operand.
Guillaume Chatelet
2018-10-09
1
-27
/
+13
*
[llvm-exegesis][NFC] moving code around.
Guillaume Chatelet
2018-09-27
1
-17
/
+18
*
[llvm-exegesis] Add support for measuring NumMicroOps.
Clement Courbet
2018-09-26
1
-13
/
+22
*
[llvm-exegesis] Output the unscaled value as well as the scaled one.
Clement Courbet
2018-09-26
1
-3
/
+3
*
[llvm-exegesis][NFC] Split BenchmarkRunner class
Clement Courbet
2018-09-13
1
-5
/
+7
*
[llvm-exegesis] Renaming classes and functions.
Guillaume Chatelet
2018-08-03
1
-34
/
+33
*
[llvm-exegesis] Rename InstructionInstance into InstructionBuilder.
Guillaume Chatelet
2018-08-02
1
-16
/
+16
*
[llvm-exegesis] Provide a way to handle memory instructions.
Guillaume Chatelet
2018-08-01
1
-19
/
+75
*
[llvm-exegesis] Add uop computation for more X87 instruction classes.
Clement Courbet
2018-07-05
1
-8
/
+2
*
[llvm-exegesis] Get the BenchmarkRunner from the ExegesisTarget.
Clement Courbet
2018-06-26
1
-6
/
+0
*
[llvm-exegesis][NFC] Remove unnecessary member variables.
Clement Courbet
2018-06-25
1
-3
/
+3
*
[llvm-exegesis][NFC] clang-format
Clement Courbet
2018-06-25
1
-1
/
+2
*
[llvm-exegesis] Fix missing move in r335105.
Clement Courbet
2018-06-20
1
-4
/
+4
*
[llvm-exegesis] Use a Prototype to defer picking a value for free vars.
Guillaume Chatelet
2018-06-20
1
-37
/
+29
*
Re-land r335038 "[llvm-exegesis] A mechanism to add target-specific functiona...
Clement Courbet
2018-06-19
1
-2
/
+1
*
Revert r335038 "[llvm-exegesis] A mechanism to add target-specific functional...
Clement Courbet
2018-06-19
1
-1
/
+2
*
[llvm-exegesis] A mechanism to add target-specific functionality.
Clement Courbet
2018-06-19
1
-2
/
+1
*
[llvm-exegesis] Cleaner design without mutable data.
Guillaume Chatelet
2018-06-13
1
-55
/
+57
*
[llvm-exegesis] Sum counter values when several counters are specified for a ...
Clement Courbet
2018-06-12
1
-10
/
+16
*
[llvm-exegesis] Make BenchmarkRunner handle multiple configurations.
Guillaume Chatelet
2018-06-07
1
-33
/
+25
*
[llvm-exegesis] Add a Configuration object for Benchmark.
Guillaume Chatelet
2018-06-07
1
-9
/
+10
*
[llvm-exegesis] move Mode from Key to BenchmarResult.
Clement Courbet
2018-06-06
1
-2
/
+2
*
[llvm-exegesis][NFC] Use an enum instead of a string for benchmark mode.
Clement Courbet
2018-06-04
1
-1
/
+3
*
reland r332579: [llvm-exegesis] Update to cover latency through another opcode.
Clement Courbet
2018-05-17
1
-155
/
+196
*
Revert r332579 "[llvm-exegesis] Update to cover latency through another opcode."
Clement Courbet
2018-05-17
1
-196
/
+155
*
[llvm-exegesis] Update to cover latency through another opcode.
Clement Courbet
2018-05-17
1
-155
/
+196
*
[MC][TableGen] Add optional libpfm counter names for ProcResUnits.
Clement Courbet
2018-04-10
1
-44
/
+7
*
Re-land r329156 "Add llvm-exegesis tool."
Clement Courbet
2018-04-04
1
-0
/
+248
*
Revert r329156 "Add llvm-exegesis tool."
Clement Courbet
2018-04-04
1
-248
/
+0
*
Add llvm-exegesis tool.
Clement Courbet
2018-04-04
1
-0
/
+248