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
/
BenchmarkResult.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm-exegesis][NFC] Remove extra `llvm::` qualifications.
Clement Courbet
2019-10-09
1
-73
/
+68
*
[llvm-exegesis][NFC] Move BenchmarkFailure to own file.
Clement Courbet
2019-09-30
1
-4
/
+5
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-1
/
+1
*
[llvm-exegesis] InstructionBenchmark::writeYamlTo(): don't forget to flush()
Roman Lebedev
2019-05-07
1
-0
/
+2
*
Revert "Use llvm::lower_bound. NFC"
Ali Tamur
2019-04-11
1
-7
/
+14
*
Use llvm::lower_bound. NFC
Fangrui Song
2019-04-11
1
-14
/
+7
*
[llvm-exegesis] Fix serialization/deserialization of special NoRegister regis...
Roman Lebedev
2019-04-11
1
-7
/
+14
*
[llvm-exegesis] Pacify bots - don't std::move() - prevents copy elision
Roman Lebedev
2019-04-10
1
-2
/
+2
*
[llvm-exegesis] YamlContext: fix some missing spaces/quotes/newlines in error...
Roman Lebedev
2019-04-10
1
-6
/
+6
*
[llvm-exegesis] Fix error propagation from yaml writing (from serialization)
Roman Lebedev
2019-04-10
1
-6
/
+14
*
[llvm-exegesis] Cut run time of analysis mode by another -35% (*sic*) (YamlCo...
Roman Lebedev
2019-02-04
1
-5
/
+15
*
[llvm-exegesis] Cut run time of analysis mode by -84% (*sic*) (YamlContext::g...
Roman Lebedev
2019-02-04
1
-6
/
+18
*
[llvm-exegesis] deserializeMCInst(): bump SmallVector small size up to 16
Roman Lebedev
2019-02-04
1
-1
/
+1
*
[llvm-exegesis] Add throughput mode.
Clement Courbet
2019-01-30
1
-0
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[llvm-exegesis] Increasing wrapping limit.
Clement Courbet
2018-11-07
1
-1
/
+1
*
[llvm-exegesis] Move namespace exegesis inside llvm::
Fangrui Song
2018-10-22
1
-3
/
+7
*
[llvm-exegesis][NFC] Improve parsing of the YAML files
Guillaume Chatelet
2018-10-04
1
-8
/
+30
*
[llvm-exegesis] Avoid yaml parser from calling sscanf for obvious non-matches...
Simon Pilgrim
2018-10-03
1
-2
/
+4
*
[llvm-exegesis] Get rid of debug_string.
Clement Courbet
2018-09-26
1
-2
/
+5
*
[llvm-exegesis] Output the unscaled value as well as the scaled one.
Clement Courbet
2018-09-26
1
-6
/
+7
*
[llvm-exegesis] Serializes registers initial values.
Guillaume Chatelet
2018-09-25
1
-20
/
+66
*
[llvm-exegesis] Fix missing document separator in YAML output.
Guillaume Chatelet
2018-09-25
1
-0
/
+2
*
[llvm-exegesis][NFC] Rewrite of the YAML serialization.
Guillaume Chatelet
2018-09-25
1
-140
/
+148
*
[llvm-exegesis] Ignore double spaced separators in asm strings
Simon Pilgrim
2018-09-10
1
-1
/
+1
*
[llvm-exegesis] Print the whole snippet in analysis.
Clement Courbet
2018-06-15
1
-0
/
+22
*
[llvm-exegesis] Use BenchmarkResult::Instructions instead of OpcodeName
Clement Courbet
2018-06-14
1
-2
/
+1
*
[FileSystem] Split up the OpenFlags enumeration.
Zachary Turner
2018-06-07
1
-1
/
+2
*
[llvm-exegesis] Improve error reporting.
Guillaume Chatelet
2018-06-07
1
-22
/
+30
*
[llvm-exegesis] Serializes instruction's operand in BenchmarkResult's key.
Guillaume Chatelet
2018-06-07
1
-25
/
+78
*
[llvm-exegesis] move Mode from Key to BenchmarResult.
Clement Courbet
2018-06-06
1
-6
/
+6
*
[llvm-exegesis] Add instructions to BenchmarkResult Key.
Clement Courbet
2018-06-05
1
-13
/
+105
*
[llvm-exegesis][NFC] Use an enum instead of a string for benchmark mode.
Clement Courbet
2018-06-04
1
-0
/
+10
*
[llvm-exegesis] Analysis: Show value extents.
Clement Courbet
2018-05-24
1
-0
/
+10
*
reland r332579: [llvm-exegesis] Update to cover latency through another opcode.
Clement Courbet
2018-05-17
1
-15
/
+18
*
Revert r332579 "[llvm-exegesis] Update to cover latency through another opcode."
Clement Courbet
2018-05-17
1
-18
/
+15
*
[llvm-exegesis] Update to cover latency through another opcode.
Clement Courbet
2018-05-17
1
-15
/
+18
*
[llvm-exegesis] Split AsmTemplate.Name into components.
Clement Courbet
2018-05-15
1
-4
/
+7
*
[llvm-exegesis] Allow lists of BenchmarkResults to be parsed as std::vector<B...
Clement Courbet
2018-05-14
1
-3
/
+19
*
Re-land r329156 "Add llvm-exegesis tool."
Clement Courbet
2018-04-04
1
-0
/
+85
*
Revert r329156 "Add llvm-exegesis tool."
Clement Courbet
2018-04-04
1
-85
/
+0
*
Add llvm-exegesis tool.
Clement Courbet
2018-04-04
1
-0
/
+85