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
/
lib
/
MCA
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MCA] Remove dead assignment. NFC
Andrea Di Biagio
2019-05-08
1
-1
/
+0
*
[MCA] Notify event listeners when instructions transition to the Pending stat...
Andrea Di Biagio
2019-05-05
2
-8
/
+35
*
[MCA] Add field `IsEliminated` to class Instruction. NFCI
Andrea Di Biagio
2019-04-27
1
-3
/
+3
*
[MCA] Add an experimental MicroOpQueue stage.
Andrea Di Biagio
2019-03-29
3
-0
/
+75
*
[MCA] Fix -Wparentheses warning breaking the -Werror build.
Andrea Di Biagio
2019-03-27
1
-1
/
+2
*
[MCA][Pipeline] Don't visit stages in reverse order when calling method cycle...
Andrea Di Biagio
2019-03-27
1
-3
/
+3
*
[MCA] Correctly update the UsedResourceGroups mask in the InstrBuilder.
Andrea Di Biagio
2019-03-26
2
-0
/
+11
*
[MCA] Highlight kernel bottlenecks in the summary view.
Andrea Di Biagio
2019-03-04
3
-4
/
+70
*
[MCA] Always check if scheduler resources are unavailable when reporting disp...
Andrea Di Biagio
2019-02-26
2
-4
/
+13
*
[MCA][Scheduler] Collect resource pressure and memory dependency bottlenecks.
Andrea Di Biagio
2019-02-20
3
-26
/
+31
*
[MCA][ResourceManager] Add a table that maps processor resource indices to pr...
Andrea Di Biagio
2019-02-20
1
-21
/
+24
*
[MCA] Correctly update register definitions in the PRF after move elimination.
Andrea Di Biagio
2019-02-18
1
-14
/
+9
*
[MCA] Slightly refactor method writeStartEvent in WriteState and ReadState. NFCI
Andrea Di Biagio
2019-02-18
3
-13
/
+13
*
[MCA] Improved code comment. NFC
Andrea Di Biagio
2019-02-15
1
-1
/
+2
*
[MCA][LSUnit] Return the ID of the dependent memory operation from method
Andrea Di Biagio
2019-02-15
2
-12
/
+16
*
[MCA] Store a bitmask of used groups in the instruction descriptor.
Andrea Di Biagio
2019-02-13
2
-8
/
+22
*
[MCA][Scheduler] Use latency information to further classify busy instructions.
Andrea Di Biagio
2019-02-13
2
-18
/
+82
*
[MCA] Improved debug prints. NFC
Andrea Di Biagio
2019-02-12
2
-3
/
+21
*
[MCA][Scheduler] Track resources that were found busy when issuing an instruc...
Andrea Di Biagio
2019-02-11
1
-0
/
+3
*
[MCA] Return a mask of busy resources from method ResourceManager::checkAvail...
Andrea Di Biagio
2019-02-11
2
-10
/
+23
*
[MCA] Speedup ResourceManager queries. NFCI
Andrea Di Biagio
2019-02-06
1
-8
/
+9
*
[MCA] Moved the logic that updates register dependencies from DispatchStage t...
Andrea Di Biagio
2019-02-05
3
-26
/
+20
*
[MCA] Simplify the logic in method WriteState::addUser. NFCI
Andrea Di Biagio
2019-02-05
1
-5
/
+1
*
[MC][X86] Correctly model additional operand latency caused by transfer delay...
Andrea Di Biagio
2019-01-23
1
-0
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
19
-76
/
+57
*
[MCA] Fix wrong definition of ResourceUnitMask in DefaultResourceStrategy.
Andrea Di Biagio
2019-01-10
5
-15
/
+36
*
[llvm-mca] Display masks in hex
Evandro Menezes
2019-01-09
2
-5
/
+6
*
[llvm-mca] Improve debugging (NFC)
Evandro Menezes
2019-01-08
2
-0
/
+4
*
[MCA] Improved handling of in-order issue/dispatch resources.
Andrea Di Biagio
2019-01-04
3
-21
/
+15
*
[MCA] Store extra information about processor resources in the ResourceManager.
Andrea Di Biagio
2019-01-04
1
-14
/
+32
*
[MCA] Improve code comment and reuse an helper function in ResourceManager. NFCI
Andrea Di Biagio
2019-01-03
1
-9
/
+10
*
[MCA] Minor refactoring of method DefaultResourceStrategy::select. NFCI
Andrea Di Biagio
2019-01-02
1
-18
/
+21
*
[llvm-mca] Dump mask in hex
Evandro Menezes
2018-12-18
1
-2
/
+4
*
[MCA] Add support for BeginGroup/EndGroup.
Andrea Di Biagio
2018-12-17
2
-0
/
+10
*
[MCA] Don't assume that createMCInstrAnalysis() always returns a valid pointer.
Andrea Di Biagio
2018-12-17
1
-8
/
+13
*
[llvm-mca] Move llvm-mca library to llvm/lib/MCA.
Clement Courbet
2018-12-17
20
-0
/
+3194