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-mca
/
Scheduler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm-mca] Introduce the llvm-mca library and organize the directory accordin...
Matt Davis
2018-08-27
1
-244
/
+0
*
[llvm-mca] Move ResourceManager from Scheduler into its own file. NFC.
Matt Davis
2018-08-24
1
-284
/
+0
*
[llvm-mca] Revert r340659. NFC.
Matt Davis
2018-08-24
1
-0
/
+284
*
[llvm-mca] Move the ResourceManger from the Scheduler into its own file. NFC.
Matt Davis
2018-08-24
1
-284
/
+0
*
[llvm-mca] Fix parameter name. NFC.
Walter Lee
2018-08-23
1
-2
/
+2
*
[llvm-mca] Set the Selection strategy to Default if nullptr is passed.
Matt Davis
2018-08-23
1
-1
/
+6
*
[llvm-mca] Fix wrong call to setCustomStrategy().
Andrea Di Biagio
2018-08-23
1
-0
/
+1
*
[llvm-mca] Allow the definition of custom strategies for selecting processor ...
Andrea Di Biagio
2018-08-23
1
-45
/
+73
*
[llvm-mca] Improved code comments and moved some method definitions from Sche...
Andrea Di Biagio
2018-08-22
1
-2
/
+29
*
[llvm-mca] Add the ability to customize the instruction selection strategy in...
Andrea Di Biagio
2018-08-21
1
-24
/
+11
*
[llvm-mca] Add method cycleEvent() to class Scheduler. NFCI
Andrea Di Biagio
2018-08-21
1
-14
/
+27
*
[llvm-mca] Make the LSUnit a HardwareUnit, and allow derived classes to imple...
Andrea Di Biagio
2018-08-20
1
-36
/
+57
*
[llvm-mca] Reformat a few lines (fix spacing). NFC.
Matt Davis
2018-08-17
1
-3
/
+3
*
[llvm-mca] Removed references to HWStallEvent in Scheduler.h. NFCI
Andrea Di Biagio
2018-08-17
1
-16
/
+17
*
[llvm-mca] Fix PR38575: Avoid an invalid implicit truncation of a processor r...
Andrea Di Biagio
2018-08-15
1
-1
/
+1
*
[llvm-mca] Speed up the computation of the wait/ready/issued sets in the Sche...
Andrea Di Biagio
2018-08-03
1
-62
/
+77
*
[llvm-mca] Use a vector to store ResourceState objects in the ResourceManager.
Andrea Di Biagio
2018-08-02
1
-33
/
+58
*
[llvm-mca] Correctly update the rank in `Scheduler::select()`.
Andrea Di Biagio
2018-08-01
1
-1
/
+3
*
[llvm-mca] Improve a few debug prints. NFC
Andrea Di Biagio
2018-07-13
1
-3
/
+3
*
[llvm-mca] improve the instruction issue logic implemented by the Scheduler.
Andrea Di Biagio
2018-07-06
1
-7
/
+22
*
[llvm-mca] Avoid calling method update() on instructions that are already in ...
Andrea Di Biagio
2018-06-27
1
-1
/
+2
*
[llvm-mca] Removed wrong NDEBUG guards introduced by my last commit.
Andrea Di Biagio
2018-06-26
1
-2
/
+0
*
[llvm-mca] Remove unused header files and correctly guard some include header...
Andrea Di Biagio
2018-06-26
1
-2
/
+5
*
[llvm-mca] Rename Backend to Pipeline. NFC.
Matt Davis
2018-06-25
1
-1
/
+1
*
[llvm-mca] Introduce the ExecuteStage (was originally the Scheduler class).
Matt Davis
2018-06-14
1
-150
/
+33
*
[llvm-mca] Fixed a problem caused by an invalid use of a processor resource m...
Andrea Di Biagio
2018-05-31
1
-9
/
+7
*
[llvm-mca] Add the RetireStage.
Matt Davis
2018-05-25
1
-1
/
+1
*
[llvm-mca] Make Dispatch a subclass of Stage.
Matt Davis
2018-05-17
1
-1
/
+1
*
[llvm-mca] Improved support for dependency-breaking instructions.
Andrea Di Biagio
2018-05-14
1
-2
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-8
/
+11
*
[llvm-mca] Avoid exposing index values in the MCA interfaces.
Matt Davis
2018-05-07
1
-66
/
+66
*
[llvm-mca] Correctly handle zero-latency stores that consume pipeline resources.
Andrea Di Biagio
2018-04-30
1
-1
/
+2
*
[MCA] [NFC] Remove unused Index formal from ResourceManager::issueInstruction
Matt Davis
2018-04-26
1
-2
/
+2
*
[llvm-mca] Remove method Instruction::isZeroLatency(). NFCI
Andrea Di Biagio
2018-04-25
1
-1
/
+1
*
[llvm-mca] Refactor the Scheduler interface in preparation for PR36663.
Andrea Di Biagio
2018-04-24
1
-72
/
+83
*
[llvm-mca] Ensure that instructions with a schedule read-advance are always i...
Andrea Di Biagio
2018-04-13
1
-50
/
+41
*
[llvm-mca] Removed unused argument from cycleEvent. NFC
Andrea Di Biagio
2018-04-12
1
-1
/
+1
*
[llvm-mca] Let the Scheduler notify dispatch stall events caused by the lack ...
Andrea Di Biagio
2018-04-11
1
-16
/
+18
*
[llvm-mca] Correctly set the ReadAdvance information for register use operands.
Andrea Di Biagio
2018-03-29
1
-22
/
+52
*
[llvm-mca] Make the resource cost a double.
Andrea Di Biagio
2018-03-23
1
-5
/
+6
*
[llvm-mca] Minor refactoring. NFCI
Andrea Di Biagio
2018-03-22
1
-10
/
+3
*
[llvm-mca] Simplify (and better standardize) the Instruction interface.
Andrea Di Biagio
2018-03-22
1
-4
/
+3
*
[llvm-mca] Simplify code. NFC
Andrea Di Biagio
2018-03-22
1
-5
/
+7
*
[llvm-mca] Remove const from a bunch of ArrayRef. NFC
Andrea Di Biagio
2018-03-20
1
-4
/
+4
*
[llvm-mca] Move the logic that computes the scheduler's queue usage to the Ba...
Andrea Di Biagio
2018-03-20
1
-15
/
+39
*
[llvm-mca] Move the routine that computes processor resource masks to its own...
Andrea Di Biagio
2018-03-20
1
-31
/
+8
*
[llvm-mca] Simplify code. NFC
Andrea Di Biagio
2018-03-19
1
-26
/
+40
*
[llvm-mca] Remove the logic that computes the reciprocal throughput, and make...
Andrea Di Biagio
2018-03-13
1
-20
/
+0
*
[llvm-mca] Use a const ArrayRef in a few places. NFC
Andrea Di Biagio
2018-03-13
1
-8
/
+8
*
[llvm-mca] Refactor event listeners to make the backend agnostic to event types.
Clement Courbet
2018-03-13
1
-3
/
+18
[next]