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
*
[NFC] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2020-01-01
2
-2
/
+3
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
1
-1
/
+1
*
[MCA] Fix a spelling mistake in a comment. NFC
Greg Bedwell
2019-10-27
1
-1
/
+1
*
[MCA][LSUnit] Track loads and stores until retirement.
Andrea Di Biagio
2019-10-08
3
-8
/
+14
*
[MCA] Use references to LSUnitBase in class Scheduler and add helper methods ...
Andrea Di Biagio
2019-09-30
1
-4
/
+4
*
[Tblgen][MCA] Add the ability to mark groups as LoadQueue and StoreQueue. NFCI
Andrea Di Biagio
2019-08-27
1
-2
/
+2
*
[MCA] consistently use MCPhysReg instead of unsigned as register type. NFCI
Andrea Di Biagio
2019-08-22
4
-17
/
+15
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
5
-16
/
+16
*
[MCA] Slightly refactor class RetireControlUnit, and add the ability to overr...
Andrea Di Biagio
2019-08-15
5
-44
/
+60
*
[MCA] Slightly refactor the logic in ResourceManager. NFCI
Andrea Di Biagio
2019-08-15
4
-48
/
+57
*
[MCA] Add flag -show-encoding to llvm-mca.
Andrea Di Biagio
2019-08-09
2
-0
/
+38
*
[MCA] Remove dependency from InstrBuilder in mca::Context. NFC
Andrea Di Biagio
2019-08-08
1
-2
/
+1
*
[MCA] Ignore invalid processor resource writes of zero cycles. NFCI
Andrea Di Biagio
2019-06-14
1
-2
/
+14
*
[MCA] Further refactor the bottleneck analysis view. NFCI.
Andrea Di Biagio
2019-06-10
1
-1
/
+2
*
[MCA][Scheduler] Change how memory instructions are dispatched to the pending...
Andrea Di Biagio
2019-06-01
1
-28
/
+25
*
[MCA] Refactor class LSUnit. NFCI
Andrea Di Biagio
2019-05-29
2
-182
/
+146
*
[MCA][Scheduler] Improved critical memory dependency computation.
Andrea Di Biagio
2019-05-26
1
-6
/
+16
*
[MCA] Refactor the logic that computes the critical memory dependency info. NFCI
Andrea Di Biagio
2019-05-26
3
-25
/
+74
*
[MCA] Add the ability to compute critical register dependency of an instruction.
Andrea Di Biagio
2019-05-23
1
-1
/
+33
*
[MCA] Introduce class LSUnitBase and let LSUnit derive from it.
Andrea Di Biagio
2019-05-23
2
-72
/
+76
*
[MCA] Make the bool conversion operator in class InstRef explicit. NFCI
Andrea Di Biagio
2019-05-23
1
-1
/
+3
*
[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
[next]