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
/
Backend.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm-mca] Rename Backend to Pipeline. NFC.
Matt Davis
2018-06-25
1
-81
/
+0
*
[llvm-mca] Introduce a sequential container of Stages
Matt Davis
2018-06-22
1
-35
/
+12
*
[llvm-mca] Introduce the ExecuteStage (was originally the Scheduler class).
Matt Davis
2018-06-14
1
-5
/
+7
*
[llvm-mca] Add the RetireStage.
Matt Davis
2018-05-25
1
-7
/
+16
*
[llvm-mca] Make Dispatch a subclass of Stage.
Matt Davis
2018-05-17
1
-10
/
+6
*
[llvm-mca] Introduce a pipeline Stage class and FetchStage.
Matt Davis
2018-05-15
1
-25
/
+24
*
[llvm-mca] Avoid exposing index values in the MCA interfaces.
Matt Davis
2018-05-07
1
-6
/
+2
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
[MC][Tablegen] Allow models to describe the retire control unit for llvm-mca.
Andrea Di Biagio
2018-04-05
1
-3
/
+3
*
[llvm-mca] Remove flag -max-retire-per-cycle, and update the docs.
Andrea Di Biagio
2018-04-05
1
-3
/
+3
*
[MC][Tablegen] Allow the definition of processor register files in the schedu...
Andrea Di Biagio
2018-04-03
1
-1
/
+1
*
[llvm-mca] Pass the InstrBuilder to the constructor of Backend.
Andrea Di Biagio
2018-03-23
1
-6
/
+4
*
[llvm-mca] Move the logic that computes the register file usage to the Backen...
Andrea Di Biagio
2018-03-21
1
-6
/
+0
*
[llvm-mca] Move the logic that computes the scheduler's queue usage to the Ba...
Andrea Di Biagio
2018-03-20
1
-3
/
+2
*
[llvm-mca] Move the routine that computes processor resource masks to its own...
Andrea Di Biagio
2018-03-20
1
-1
/
+1
*
[llvm-mca] Add pipeline stall events.
Andrea Di Biagio
2018-03-19
1
-9
/
+2
*
[llvm-mca] Remove method getSchedModel() from the Backend.
Andrea Di Biagio
2018-03-16
1
-3
/
+0
*
[llvm-mca] Remove unused methods from Backend. NFC
Andrea Di Biagio
2018-03-16
1
-17
/
+0
*
[llvm-mca] Remove the logic that computes the reciprocal throughput, and make...
Andrea Di Biagio
2018-03-13
1
-3
/
+0
*
[llvm-mca] Fix unused variable warning in opt mode.
Clement Courbet
2018-03-13
1
-1
/
+1
*
[llvm-mca] Refactor event listeners to make the backend agnostic to event types.
Clement Courbet
2018-03-13
1
-7
/
+10
*
[llvm-mca] Views are now independent from resource masks. NFCI
Andrea Di Biagio
2018-03-10
1
-4
/
+1
*
[llvm-mca] HWEventListener is a class, not struct.
Andrea Di Biagio
2018-03-08
1
-1
/
+1
*
[llvm-mca] Unify the API for the various views. NFCI
Andrea Di Biagio
2018-03-08
1
-8
/
+8
*
[llvm-mca] LLVM Machine Code Analyzer.
Andrea Di Biagio
2018-03-08
1
-0
/
+141