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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[TableGen][SubtargetEmitter] Add the ability for processor models to describe...
Andrea Di Biagio
2018-09-19
1
-5
/
+25
*
[llvm-mca] Add the ability to mark register reads/writes associated with dep-...
Andrea Di Biagio
2018-09-18
6
-41
/
+47
*
[llvm-mca] Slightly refactor class InstRef. NFC.
Andrea Di Biagio
2018-09-18
2
-10
/
+13
*
Revert r342148 (and follow-on fix attempts r342154, r342180, r342182, r342193)
Nico Weber
2018-09-15
1
-4
/
+8
*
Renovate CMake files in the `llvm-(cfi-verify|exegesis|mca)` tools.
Richard Diamond
2018-09-13
1
-8
/
+4
*
[llvm-mca] Delay calculation of Cycles per Resources, separate the cycles and...
Matt Davis
2018-09-11
12
-31
/
+76
*
[llvm-mca] Fix typo in debug output. NFC.
Matt Davis
2018-09-01
1
-1
/
+1
*
[llvm-mca] correctly initialize field 'CycleRetired' in the TimelineView.
Andrea Di Biagio
2018-08-30
1
-1
/
+1
*
[llvm-mca] Report the number of dispatched micro opcodes in the DispatchStati...
Andrea Di Biagio
2018-08-30
8
-45
/
+97
*
[llvm-mca] Add fields "Total uOps" and "uOps Per Cycle" to the report generat...
Andrea Di Biagio
2018-08-29
1
-3
/
+7
*
[llvm-mca] Don't disable the SummaryView if flag `-all-stats` is false.
Andrea Di Biagio
2018-08-29
1
-1
/
+0
*
[llvm-mca] Remove unused formal. NFC.
Matt Davis
2018-08-29
2
-5
/
+4
*
[llvm-mca] Move the initialization of Pipeline. NFC.
Matt Davis
2018-08-29
1
-2
/
+2
*
[llvm-mca] use llvm::any_of instead of std::any_of. NFC
Andrea Di Biagio
2018-08-28
1
-1
/
+2
*
[llvm-mca] Initialize each element in vector TimelineView::UsedBuffers to a d...
Andrea Di Biagio
2018-08-28
2
-14
/
+18
*
[llvm-mca][TimelineView] Force the same number of executions for every entry ...
Andrea Di Biagio
2018-08-28
2
-70
/
+106
*
[llvm-mca] Pass an instruction reference when notifying event listeners about...
Andrea Di Biagio
2018-08-28
5
-32
/
+30
*
[llvm-mca] Remove unused include. NFC
Andrea Di Biagio
2018-08-27
1
-1
/
+0
*
[llvm-mca] Introduce the llvm-mca library and organize the directory accordin...
Matt Davis
2018-08-27
41
-62
/
+104
*
[llvm-mca] Remove unused method. NFC.
Matt Davis
2018-08-27
1
-1
/
+0
*
[llvm-mca] Improved report generated by the SchedulerStatistics view.
Andrea Di Biagio
2018-08-27
2
-67
/
+99
*
[llvm-mca] Move ResourceManager from Scheduler into its own file. NFC.
Matt Davis
2018-08-24
5
-621
/
+672
*
[llvm-mca] Revert r340659. NFC.
Matt Davis
2018-08-24
5
-672
/
+621
*
[llvm-mca] Move the ResourceManger from the Scheduler into its own file. NFC.
Matt Davis
2018-08-24
5
-621
/
+672
*
[llvm-mca] Move views and stats into a Views subdir. NFC.
Matt Davis
2018-08-24
23
-38
/
+37
*
[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
2
-7
/
+20
*
[llvm-mca] Fix wrong call to setCustomStrategy().
Andrea Di Biagio
2018-08-23
2
-9
/
+9
*
[llvm-mca] Allow the definition of custom strategies for selecting processor ...
Andrea Di Biagio
2018-08-23
2
-124
/
+182
*
[llvm-mca] Clean up a comment about the Context class. NFC.
Matt Davis
2018-08-22
2
-2
/
+2
*
[llvm-mca] Remove unused decl. NFC.
Matt Davis
2018-08-22
1
-2
/
+0
*
[llvm-mca] Improved code comments and moved some method definitions from Sche...
Andrea Di Biagio
2018-08-22
2
-81
/
+98
*
[llvm-mca] Remove unused decl. NFC.
Matt Davis
2018-08-21
1
-1
/
+0
*
[llvm-mca] Add the ability to customize the instruction selection strategy in...
Andrea Di Biagio
2018-08-21
2
-34
/
+64
*
[llvm-mca] Replace use of llvm::any_of with std::any_of.
Andrea Di Biagio
2018-08-21
1
-2
/
+3
*
[llvm-mca] Add method cycleEvent() to class Scheduler. NFCI
Andrea Di Biagio
2018-08-21
6
-110
/
+123
*
[llvm-mca] Remove unused formal parameter. NFC.
Matt Davis
2018-08-20
1
-4
/
+4
*
[llvm-mca] Make the LSUnit a HardwareUnit, and allow derived classes to imple...
Andrea Di Biagio
2018-08-20
6
-143
/
+153
*
[llvm-mca] Reformat a few lines (fix spacing). NFC.
Matt Davis
2018-08-17
3
-7
/
+5
*
[llvm-mca] Removed references to HWStallEvent in Scheduler.h. NFCI
Andrea Di Biagio
2018-08-17
3
-23
/
+47
*
[llvm-mca] Fix -Wpessimizing-move warnings introduced by r339923.
Andrea Di Biagio
2018-08-16
3
-4
/
+4
*
[llvm-mca] Refactor how execution is orchestrated by the Pipeline.
Andrea Di Biagio
2018-08-16
14
-149
/
+171
*
[llvm-mca] Small refactoring in preparation for another patch that will impro...
Andrea Di Biagio
2018-08-16
12
-45
/
+67
*
[llvm-mca] Minor style changes. NFC
Andrea Di Biagio
2018-08-15
4
-27
/
+28
*
[llvm-mca] Fix PR38575: Avoid an invalid implicit truncation of a processor r...
Andrea Di Biagio
2018-08-15
1
-1
/
+1
*
[llvm-mca] Propagate fatal llvm-mca errors from library classes to driver.
Matt Davis
2018-08-13
17
-70
/
+131
*
[llvm-mca] Make InstrBuilder::getOrCreateInstrDesc private. NFC.
Matt Davis
2018-08-10
1
-1
/
+2
*
[ADT] Normalize empty triple components
Petr Hosek
2018-08-08
1
-1
/
+0
*
[llvm-mca] Speed up the computation of the wait/ready/issued sets in the Sche...
Andrea Di Biagio
2018-08-03
4
-100
/
+114
*
[llvm-mca] Use a vector to store ResourceState objects in the ResourceManager.
Andrea Di Biagio
2018-08-02
2
-81
/
+70
[prev]
[next]