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
/
unittests
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Merge the different CMOV instructions for each condition code into sing...
Craig Topper
2019-04-05
1
-4
/
+5
*
[NFC][llvm-exegesis] Refactor ResolvedSchedClass & friends
Roman Lebedev
2019-03-29
2
-10
/
+11
*
[llvm-exegesis] Introduce a 'naive' clustering algorithm (PR40880)
Roman Lebedev
2019-03-28
1
-5
/
+12
*
[llvm-exegesis] Allow the target to disable the selection of some registers.
Clement Courbet
2019-03-26
1
-0
/
+4
*
[llvm-exegesis] Fix compilation before c++17.
Clement Courbet
2019-03-22
1
-1
/
+1
*
[llvm-exegesis] Add clustering test.
Clement Courbet
2019-03-22
1
-5
/
+37
*
[DebugInfo] add SectionedAddress to DebugInfo interfaces.
Alexey Lapshin
2019-02-27
2
-105
/
+146
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
17
-68
/
+51
*
[llvm-exegesis][NFC] Some code style cleanup
Jinsong Ji
2018-11-20
4
-1
/
+38
*
[llvm-exegesis][NFC] More tests for ExegesisTarget::fillMemoryOperands().
Clement Courbet
2018-11-19
1
-16
/
+32
*
[llvm-exegesis] Fix unit tests on PowerPC/AArch64.
Clement Courbet
2018-11-09
2
-4
/
+6
*
[llvm-exegesis][NFC] Add a way to declare the default counter binding for unb...
Clement Courbet
2018-11-09
2
-0
/
+12
*
[PowerPC][llvm-exegesis] Add a PowerPC target
Jinsong Ji
2018-11-08
4
-0
/
+182
*
[llvm-exegesis] Implements a cache of Instruction objects.
Guillaume Chatelet
2018-10-24
1
-3
/
+3
*
[llvm-exegesis] Move namespace exegesis inside llvm::
Fangrui Song
2018-10-22
13
-0
/
+26
*
[llvm-exegesis] X87 RFP setup code.
Clement Courbet
2018-10-19
1
-7
/
+47
*
[llvm-exegeis] Computing Latency configuration upfront so we can generate man...
Guillaume Chatelet
2018-10-17
1
-69
/
+168
*
[llvm-exegesis][NFC] Return many CodeTemplates instead of one.
Guillaume Chatelet
2018-10-15
1
-5
/
+7
*
[llvm-exegesis][NFC] Pass Instruction instead of bare Opcode
Guillaume Chatelet
2018-10-10
1
-3
/
+5
*
[llvm-exegesis][NFC] Code simplification
Guillaume Chatelet
2018-10-10
1
-1
/
+1
*
[llvm-exegesis][NFC] Fix typo
Guillaume Chatelet
2018-10-10
1
-1
/
+1
*
[llvm-exegesis][NFC] moving code around.
Guillaume Chatelet
2018-09-27
1
-47
/
+47
*
[llvm-exegesis] Get rid of debug_string.
Clement Courbet
2018-09-26
2
-15
/
+15
*
[llvm-exegesis] Output the unscaled value as well as the scaled one.
Clement Courbet
2018-09-26
2
-18
/
+25
*
[llvm-exegesis] Serializes registers initial values.
Guillaume Chatelet
2018-09-25
1
-0
/
+3
*
[llvm-exegesis] Fix broken test.
Guillaume Chatelet
2018-09-25
1
-1
/
+1
*
[llvm-exegesis][NFC] Rewrite of the YAML serialization.
Guillaume Chatelet
2018-09-25
3
-18
/
+18
*
[llvm-exegesis] Fix broken build bots.
Guillaume Chatelet
2018-09-20
2
-15
/
+19
*
[llvm-exegesis] Improve Register Setup (roll forward of D51856).
Guillaume Chatelet
2018-09-20
6
-204
/
+311
*
Revert rL342465: Added function to set a register to a particular value + tests.
Simon Pilgrim
2018-09-18
1
-245
/
+165
*
Revert rL342466: [llvm-exegesis] Improve Register Setup.
Simon Pilgrim
2018-09-18
6
-69
/
+42
*
[llvm-exegesis] Improve Register Setup.
Guillaume Chatelet
2018-09-18
6
-42
/
+69
*
Added function to set a register to a particular value + tests.
Guillaume Chatelet
2018-09-18
1
-165
/
+245
*
Improve Register Setup
Guillaume Chatelet
2018-09-18
2
-8
/
+71
*
[llvm-exegesis] Add predefined floating point values so we can test impact of...
Guillaume Chatelet
2018-09-17
2
-0
/
+72
*
Revert r342148 (and follow-on fix attempts r342154, r342180, r342182, r342193)
Nico Weber
2018-09-15
2
-2
/
+0
*
[NFC] Link LLVMCore into LLVMExegesisARMTests.
Richard Diamond
2018-09-13
1
-0
/
+1
*
LLVMExegesisX86Tests: link to LLVMCore, too.
Roman Lebedev
2018-09-13
1
-0
/
+1
*
[llvm-exegesis][NFC] Split BenchmarkRunner class
Clement Courbet
2018-09-13
1
-33
/
+27
*
Add header guards to some headers that are missing them
Argyrios Kyrtzidis
2018-09-03
1
-0
/
+5
*
[llvm-exegesis] Renaming classes and functions.
Guillaume Chatelet
2018-08-03
1
-57
/
+56
*
[llvm-exegesis] Rename InstructionInstance into InstructionBuilder.
Guillaume Chatelet
2018-08-02
1
-47
/
+47
*
[llvm-exegesis] Provide a way to handle memory instructions.
Guillaume Chatelet
2018-08-01
6
-18
/
+97
*
[cfi-verify] Support AArch64.
Joel Galenson
2018-07-13
1
-27
/
+276
*
[llvm-exegesis] Adjust AArch64 unit test
John Brawn
2018-07-03
1
-4
/
+19
*
[llvm-exegesis] Add an AArch64 target
John Brawn
2018-07-03
3
-0
/
+62
*
[llvm-exegesis] ExegisX86Target::setRegToConstant() should depend on the subt...
Clement Courbet
2018-07-03
1
-7
/
+133
*
[llvm-exegesis] Get the BenchmarkRunner from the ExegesisTarget.
Clement Courbet
2018-06-26
2
-8
/
+6
*
Fix unsigned/signed comparison failure in unittest.
Eric Christopher
2018-06-25
1
-1
/
+1
*
[llvm-exegesis][NFC] Remove unnecessary member variables.
Clement Courbet
2018-06-25
1
-1
/
+1
[next]