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
/
Latency.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm-exegesis] Check counters before running
Miloš Stojanović
2019-12-31
1
-2
/
+0
*
[llvm-exegesis][NFC] internal changes
Guillaume Chatelet
2019-12-18
1
-12
/
+12
*
[llvm-exegesis][NFC] Remove extra `llvm::` qualifications.
Clement Courbet
2019-10-09
1
-5
/
+4
*
[llvm-exegesis][NFC] Move BenchmarkFailure to own file.
Clement Courbet
2019-09-30
1
-1
/
+1
*
[llvm-exegesis] Refactor how forbidden registers are computed.
Clement Courbet
2019-09-27
1
-11
/
+15
*
[llvm-exegesis] Add throughput mode.
Clement Courbet
2019-01-30
1
-2
/
+19
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[llvm-exegesis][NFC] Add a way to declare the default counter binding for unb...
Clement Courbet
2018-11-09
1
-9
/
+2
*
[MCSched] Bind PFM Counters to the CPUs instead of the SchedModel.
Clement Courbet
2018-10-25
1
-6
/
+3
*
[llvm-exegesis] Implements a cache of Instruction objects.
Guillaume Chatelet
2018-10-24
1
-1
/
+1
*
[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
-17
/
+12
*
Fix uninitialized variable
Guillaume Chatelet
2018-10-17
1
-1
/
+1
*
[llvm-exegeis] Computing Latency configuration upfront so we can generate man...
Guillaume Chatelet
2018-10-17
1
-30
/
+125
*
[llvm-exegesis][NFC] Return many CodeTemplates instead of one.
Guillaume Chatelet
2018-10-15
1
-12
/
+12
*
[llvm-exegesis][NFC] Pass Instruction instead of bare Opcode
Guillaume Chatelet
2018-10-10
1
-2
/
+1
*
[llvm-exegesis][NFC] Code simplification
Guillaume Chatelet
2018-10-10
1
-3
/
+2
*
[llvm-exegesis][NFC] Simplify code now that Instruction has more semantic
Guillaume Chatelet
2018-10-10
1
-28
/
+6
*
[llvm-exegesis][NFC] moving code around.
Guillaume Chatelet
2018-09-27
1
-6
/
+6
*
[llvm-exegesis] Add support for measuring NumMicroOps.
Clement Courbet
2018-09-26
1
-2
/
+1
*
[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
-4
/
+6
*
[llvm-exegesis] Renaming classes and functions.
Guillaume Chatelet
2018-08-03
1
-13
/
+12
*
[llvm-exegesis] Rename InstructionInstance into InstructionBuilder.
Guillaume Chatelet
2018-08-02
1
-6
/
+6
*
[llvm-exegesis] Provide a way to handle memory instructions.
Guillaume Chatelet
2018-08-01
1
-1
/
+3
*
[llvm-exegesis] Delegate the decision of cycle counter name to the target
John Brawn
2018-07-02
1
-5
/
+14
*
[llvm-exegesis] Add partial X87 support.
Clement Courbet
2018-06-28
1
-30
/
+10
*
[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
-4
/
+4
*
[llvm-exegesis] Fix missing move in r335105.
Clement Courbet
2018-06-20
1
-2
/
+2
*
[llvm-exegesis] Use a Prototype to defer picking a value for free vars.
Guillaume Chatelet
2018-06-20
1
-30
/
+22
*
[llvm-exegesis] Cleaner design without mutable data.
Guillaume Chatelet
2018-06-13
1
-55
/
+75
*
[llvm-exegesis] Make BenchmarkRunner handle multiple configurations.
Guillaume Chatelet
2018-06-07
1
-23
/
+21
*
[llvm-exegesis] Add a Configuration object for Benchmark.
Guillaume Chatelet
2018-06-07
1
-7
/
+8
*
[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
-40
/
+78
*
Revert r332579 "[llvm-exegesis] Update to cover latency through another opcode."
Clement Courbet
2018-05-17
1
-78
/
+40
*
[llvm-exegesis] Update to cover latency through another opcode.
Clement Courbet
2018-05-17
1
-40
/
+78
*
[MC][TableGen] Add optional libpfm counter names for ProcResUnits.
Clement Courbet
2018-04-10
1
-3
/
+8
*
[llvm-exegesis][NFC] Fix a few warnings.
Clement Courbet
2018-04-04
1
-1
/
+1
*
Re-land r329156 "Add llvm-exegesis tool."
Clement Courbet
2018-04-04
1
-0
/
+95
*
Revert r329156 "Add llvm-exegesis tool."
Clement Courbet
2018-04-04
1
-95
/
+0
*
Add llvm-exegesis tool.
Clement Courbet
2018-04-04
1
-0
/
+95