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
*
[llvm-mca] Update the header's guard name. NFC.
Matt Davis
2018-05-25
1
-3
/
+3
*
[llvm-mca] Update DispatchStage header comment. NFC.
Matt Davis
2018-05-25
2
-3
/
+10
*
[llvm-mca] Add the RetireStage.
Matt Davis
2018-05-25
11
-82
/
+175
*
[llvm-mca] Fix a rounding problem in SummaryView.cpp exposed by r333204.
Andrea Di Biagio
2018-05-24
1
-4
/
+7
*
[llvm-mca] Fix header comments. NFC.
Matt Davis
2018-05-23
2
-2
/
+2
*
[llvm-mca] Print the "Block RThroughput" in the SummaryView.
Andrea Di Biagio
2018-05-23
3
-14
/
+99
*
[llvm-mca] Move DispatchStage::cycleEvent to preExecute. NFC.
Matt Davis
2018-05-22
3
-10
/
+10
*
[llvm-mca] Removed an empty line generated by the timeline view. NFC.
Andrea Di Biagio
2018-05-21
1
-7
/
+10
*
[llvm-mca] Make Dispatch a subclass of Stage.
Matt Davis
2018-05-17
11
-130
/
+134
*
[llvm-mca] Hide unrelated flags from the -help output.
Andrea Di Biagio
2018-05-17
1
-23
/
+35
*
[llvm-mca] add flag -all-views and flag -all-stats.
Andrea Di Biagio
2018-05-17
1
-0
/
+38
*
[llvm-mca] Move the RegisterFile class into its own translation unit. NFC
Matt Davis
2018-05-16
5
-371
/
+428
*
[llvm-mca] Move definitions in FetchStage.cpp inside namespace mca. NFC
Andrea Di Biagio
2018-05-16
2
-3
/
+3
*
[llvm-mca] Fix perf regression after r332390.
Andrea Di Biagio
2018-05-16
2
-7
/
+9
*
[llvm-mca] Remove redundant includes in Stage.h.
Andrea Di Biagio
2018-05-16
4
-9
/
+8
*
[llvm-mca] Introduce a pipeline Stage class and FetchStage.
Matt Davis
2018-05-15
10
-39
/
+216
*
[llvm-mca] use a formatted_raw_ostream to insert padding and get rid of tabs....
Andrea Di Biagio
2018-05-15
3
-92
/
+76
*
[llvm-mca] Strip leading tabs and spaces from instruction strings before prin...
Andrea Di Biagio
2018-05-15
3
-11
/
+54
*
[llvm-mca] Remove unused include header files. NFC
Andrea Di Biagio
2018-05-15
1
-4
/
+3
*
[llvm-mca] Add file header to RetireControlUnit.cpp.
Andrea Di Biagio
2018-05-15
1
-0
/
+15
*
[llvm-mca] Improved support for dependency-breaking instructions.
Andrea Di Biagio
2018-05-14
4
-35
/
+54
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
5
-37
/
+41
*
Move standard library inclusions to after internal inclusions.
David Blaikie
2018-05-11
1
-3
/
+3
*
llvm-mca: Add missing includes
David Blaikie
2018-05-09
2
-1
/
+5
*
[llvm-mca] Avoid exposing index values in the MCA interfaces.
Matt Davis
2018-05-07
16
-173
/
+204
*
[llvm-mca] removes flag -instruction-tables from the "View Options" category.
Andrea Di Biagio
2018-05-05
1
-25
/
+15
*
[llvm-mca] minor tweak to the resource pressure printing functionality. NFC.
Andrea Di Biagio
2018-05-05
1
-1
/
+1
*
[llvm-mca] Add descriptive names for the TimelineView report characters. NFC.
Matt Davis
2018-05-04
2
-8
/
+18
*
[llvm-mca] use colors for warnings and notes generated by InstrBuilder.
Andrea Di Biagio
2018-05-04
2
-10
/
+10
*
[llvm-mca] remove unused argument from method InstrBuilder::createInstrDescImpl.
Andrea Di Biagio
2018-05-04
4
-11
/
+13
*
[llvm-mca] Lift the logic of the RetireControlUnit from the Dispatch translat...
Matt Davis
2018-05-01
5
-132
/
+175
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
11
-20
/
+20
*
[llvm-mca] Correctly handle zero-latency stores that consume pipeline resources.
Andrea Di Biagio
2018-04-30
2
-2
/
+4
*
[llvm-mca] Support for in-order CPU for -instruction-tables testing.
Andrea Di Biagio
2018-04-30
1
-1
/
+1
*
[MCA] [NFC] Remove unused Index formal from ResourceManager::issueInstruction
Matt Davis
2018-04-26
2
-3
/
+3
*
[llvm-mca] Make ViewOptions static. NFCI
Filipe Cabecinhas
2018-04-25
1
-1
/
+1
*
[llvm-mca] Add a new option category for views.
Andrea Di Biagio
2018-04-25
1
-0
/
+12
*
[llvm-mca] run clang-format on a bunch of files. NFC
Andrea Di Biagio
2018-04-25
4
-14
/
+13
*
[llvm-mca] Default to the native host cpu if flag -mcpu is not specified.
Andrea Di Biagio
2018-04-25
1
-2
/
+7
*
[llvm-mca] Remove method Instruction::isZeroLatency(). NFCI
Andrea Di Biagio
2018-04-25
5
-13
/
+11
*
[llvm-mca] Remove unused flag -verbose. NFC
Andrea Di Biagio
2018-04-24
1
-4
/
+0
*
[llvm-mca] Default the output asm dialect used by the instruction printer to ...
Andrea Di Biagio
2018-04-24
1
-12
/
+16
*
[llvm-mca] Refactor the Scheduler interface in preparation for PR36663.
Andrea Di Biagio
2018-04-24
2
-79
/
+107
*
[llvm-mca] Use WithColor for printing errors
Jonas Devlieghere
2018-04-18
1
-12
/
+15
*
Define InitLLVM to do common initialization all at once.
Rui Ueyama
2018-04-13
1
-5
/
+2
*
[llvm-mca] Ensure that instructions with a schedule read-advance are always i...
Andrea Di Biagio
2018-04-13
2
-57
/
+47
*
[llvm-mca] Removed unused argument from cycleEvent. NFC
Andrea Di Biagio
2018-04-12
10
-17
/
+17
*
[llvm-mca] Let the Scheduler notify dispatch stall events caused by the lack ...
Andrea Di Biagio
2018-04-11
4
-70
/
+25
*
Revert "[llvm-mca][CMake] Remove unused libraries from set LLVM_LINK_COMPONENTS"
Andrea Di Biagio
2018-04-11
1
-0
/
+6
*
[llvm-mca][CMake] Remove unused libraries from set LLVM_LINK_COMPONENTS.
Andrea Di Biagio
2018-04-11
1
-6
/
+0
[next]