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
*
[MC] Add parameter `Address` to MCInstPrinter::printInst
Fangrui Song
2020-01-06
5
-6
/
+6
*
[Tools] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2019-12-22
4
-4
/
+5
*
[Mips] Use appropriate private label prefix based on Mips ABI
Mirko Brkusanin
2019-10-23
1
-1
/
+3
*
[MCA] Show aggregate over Average Wait times for the whole snippet (PR43219)
Roman Lebedev
2019-10-10
2
-9
/
+42
*
[Tools] Mark output of tools as text if it is text
Kai Nacke
2019-10-08
1
-1
/
+1
*
[llvm-mca] Add a -mattr flag
David Green
2019-10-01
1
-1
/
+6
*
[MCA] Improved cost computation for loop carried dependencies in the bottlene...
Andrea Di Biagio
2019-09-19
2
-9
/
+39
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
2
-18
/
+18
*
[MCA] Add flag -show-encoding to llvm-mca.
Andrea Di Biagio
2019-08-09
3
-13
/
+54
*
[MCA] Remove dependency from InstrBuilder in mca::Context. NFC
Andrea Di Biagio
2019-08-08
1
-23
/
+27
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-1
/
+1
*
[MCA] Add support for printing immedate values as hex. Also enable lexing of ...
Andrea Di Biagio
2019-08-02
2
-0
/
+9
*
Revert r367649: Improve raw_ostream so that you can "write" colors using oper...
Rui Ueyama
2019-08-02
1
-3
/
+3
*
Improve raw_ostream so that you can "write" colors using operator<<
Rui Ueyama
2019-08-02
1
-3
/
+3
*
[MCA][Bottleneck Analysis] Teach how to compute a critical sequence of instru...
Andrea Di Biagio
2019-06-21
2
-39
/
+355
*
[MCA] Slightly refactor the bottleneck analysis view. NFCI
Andrea Di Biagio
2019-06-18
3
-71
/
+92
*
[llvm-mca] Enable bottleneck analysis when flag -all-views is specified.
Andrea Di Biagio
2019-06-10
1
-0
/
+1
*
[MCA] Fix -Wunused-private-field warning after r362933. NFC
Andrea Di Biagio
2019-06-10
2
-3
/
+2
*
[MCA] Further refactor the bottleneck analysis view. NFCI.
Andrea Di Biagio
2019-06-10
3
-111
/
+172
*
[MCA] Remove unused fields from BottleneckAnalysis. NFC
Andrea Di Biagio
2019-05-31
3
-15
/
+12
*
[MCA] Refactor class BottleneckAnalysis. NFCI
Andrea Di Biagio
2019-05-31
3
-80
/
+406
*
[MCA] Zero-initialize field CRD in InstructionBase. Also run clang-format on ...
Andrea Di Biagio
2019-05-24
1
-6
/
+7
*
[MCA] Add support for nested and overlapping region markers
Andrea Di Biagio
2019-05-09
4
-27
/
+88
*
[MCA] Don't add a name to the default code region.
Andrea Di Biagio
2019-05-08
3
-5
/
+4
*
[MCA] Slightly refactor CodeRegion.h. NFCI
Andrea Di Biagio
2019-05-08
2
-24
/
+22
*
[MCA] Moved the bottleneck analysis to its own file. NFCI
Andrea Di Biagio
2019-04-17
6
-154
/
+260
*
[llvm-mca][scheduler-stats] Print issued micro opcodes per cycle. NFCI
Andrea Di Biagio
2019-04-08
2
-18
/
+16
*
[MCA] Add an experimental MicroOpQueue stage.
Andrea Di Biagio
2019-03-29
1
-3
/
+14
*
[MCA] Correctly update the UsedResourceGroups mask in the InstrBuilder.
Andrea Di Biagio
2019-03-26
2
-7
/
+4
*
[llvm-mca] Emit a message when no bottlenecks are identified.
Matt Davis
2019-03-07
3
-7
/
+14
*
[MCA] Correctly initialize struct SummaryView::BackPressureInfo.
Andrea Di Biagio
2019-03-04
1
-1
/
+1
*
[MCA] Highlight kernel bottlenecks in the summary view.
Andrea Di Biagio
2019-03-04
3
-4
/
+152
*
[MCA][ResourceManager] Add a table that maps processor resource indices to pr...
Andrea Di Biagio
2019-02-20
2
-6
/
+11
*
[AsmPrinter] Remove hidden flag -print-schedule.
Andrea Di Biagio
2019-02-04
1
-2
/
+1
*
[MC][X86] Correctly model additional operand latency caused by transfer delay...
Andrea Di Biagio
2019-01-23
1
-0
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
26
-104
/
+78
*
[MCA] Fix wrong definition of ResourceUnitMask in DefaultResourceStrategy.
Andrea Di Biagio
2019-01-10
1
-1
/
+2
*
Revert "Work around a linker error caused by https://reviews.llvm.org/D56084."
Adrian Prantl
2019-01-08
1
-2
/
+0
*
Work around a linker error caused by https://reviews.llvm.org/D56084.
Adrian Prantl
2019-01-08
1
-0
/
+2
*
[llvm-mca] Rename an error variable.
Matt Davis
2018-12-19
1
-2
/
+2
*
[llvm-mca] Add an error handler for error from parseCodeRegions
Matt Davis
2018-12-19
1
-10
/
+14
*
[MCA] Don't assume that createMCInstrAnalysis() always returns a valid pointer.
Andrea Di Biagio
2018-12-17
1
-1
/
+1
*
[llvm-mca] Move llvm-mca library to llvm/lib/MCA.
Clement Courbet
2018-12-17
45
-5875
/
+10
*
[llvm-mca] Speedup the default resource selection strategy.
Andrea Di Biagio
2018-11-30
2
-18
/
+31
*
[llvm-mca] Simplify code in class Scheduler. NFCI
Andrea Di Biagio
2018-11-30
4
-18
/
+18
*
[llvm-mca][MC] Add the ability to declare which processor resources model loa...
Andrea Di Biagio
2018-11-29
6
-16
/
+137
*
Reapply "[llvm-mca] Return the total number of cycles from method Pipeline::r...
Andrea Di Biagio
2018-11-28
3
-6
/
+10
*
Revert [llvm-mca] Return the total number of cycles from method Pipeline::run().
Andrea Di Biagio
2018-11-28
3
-9
/
+5
*
[llvm-mca] Return the total number of cycles from method Pipeline::run().
Andrea Di Biagio
2018-11-28
3
-5
/
+9
*
[llvm-mca] Add support for instructions with a variadic number of operands.
Andrea Di Biagio
2018-11-25
1
-18
/
+81
[next]