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
/
llvm-mca.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[llvm-mca] report an error if the assembly sequence contains an unsupported i...
Andrea Di Biagio
2018-07-09
1
-1
/
+1
*
[llvm-mca] Add HardwareUnit and Context classes.
Matt Davis
2018-07-06
1
-20
/
+9
*
[llvm-mca] Clear the content of map VariantDescriptors in InstrBuilder before...
Andrea Di Biagio
2018-07-02
1
-0
/
+3
*
[MC] Error on a .zerofill directive in a non-virtual section
Francis Visoiu Mistrih
2018-07-02
1
-1
/
+2
*
[llvm-mca] Register listeners with stages; remove Pipeline dependency from S...
Matt Davis
2018-06-27
1
-3
/
+3
*
[llvm-mca] Rename Backend to Pipeline. NFC.
Matt Davis
2018-06-25
1
-9
/
+10
*
[llvm-mca] Introduce a sequential container of Stages
Matt Davis
2018-06-22
1
-16
/
+26
*
[llvm-mca][X86] Teach how to identify register writes that implicitly clear t...
Andrea Di Biagio
2018-06-20
1
-1
/
+4
*
[MCA] Add -summary-view option
Roman Lebedev
2018-06-15
1
-1
/
+10
*
Revert: [llvm-mca] Flush the output stream before we start the analysis of a ...
Andrea Di Biagio
2018-06-13
1
-1
/
+0
*
[llvm-mca] Flush the output stream before we start the analysis of a new code...
Andrea Di Biagio
2018-06-13
1
-0
/
+1
*
[llvm-mca] Print the "Block RThroughput" in the SummaryView.
Andrea Di Biagio
2018-05-23
1
-1
/
+1
*
[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] Introduce a pipeline Stage class and FetchStage.
Matt Davis
2018-05-15
1
-2
/
+8
*
[llvm-mca] removes flag -instruction-tables from the "View Options" category.
Andrea Di Biagio
2018-05-05
1
-25
/
+15
*
[llvm-mca] use colors for warnings and notes generated by InstrBuilder.
Andrea Di Biagio
2018-05-04
1
-2
/
+1
*
[llvm-mca] Support for in-order CPU for -instruction-tables testing.
Andrea Di Biagio
2018-04-30
1
-1
/
+1
*
[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
1
-11
/
+9
*
[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 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] 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] Minor code cleanup. NFC
Andrea Di Biagio
2018-04-11
1
-1
/
+1
*
[llvm-mca] Renamed BackendStatistics to RetireControlUnitStatistics.
Andrea Di Biagio
2018-04-11
1
-5
/
+10
*
[llvm-mca] Move the logic that prints scheduler statistics from BackendStatis...
Andrea Di Biagio
2018-04-11
1
-0
/
+9
*
[llvm-mca] Move the logic that prints dispatch unit statistics from BackendSt...
Andrea Di Biagio
2018-04-10
1
-0
/
+9
*
[llvm-mca] Fix MCACommentConsumer
Fangrui Song
2018-04-09
1
-1
/
+1
*
[llvm-mca] Add the ability to mark regions of code for analysis (PR36875)
Andrea Di Biagio
2018-04-09
1
-42
/
+105
*
[llvm-mca] Simplify code. NFC
Andrea Di Biagio
2018-04-08
1
-33
/
+26
*
[llvm-mca] Remove flag -max-retire-per-cycle, and update the docs.
Andrea Di Biagio
2018-04-05
1
-7
/
+2
*
[llvm-mca] Move the logic that prints register file statistics to its own vie...
Andrea Di Biagio
2018-04-03
1
-0
/
+9
*
[llvm-mca] Fix how views are added to the InstructionTables.
Andrea Di Biagio
2018-03-26
1
-7
/
+6
*
[llvm-mca] Add a flag -instruction-info to enable/disable the instruction inf...
Andrea Di Biagio
2018-03-26
1
-4
/
+14
*
[llvm-mca] Add flag -instruction-tables to print the theoretical resource pre...
Andrea Di Biagio
2018-03-26
1
-1
/
+21
*
[llvm-mca] run clang-format on all files.
Andrea Di Biagio
2018-03-24
1
-1
/
+2
*
[llvm-mca] Split the InstructionInfoView from the SummaryView.
Andrea Di Biagio
2018-03-23
1
-1
/
+4
*
[llvm-mca] Pass the InstrBuilder to the constructor of Backend.
Andrea Di Biagio
2018-03-23
1
-1
/
+5
*
[llvm-mca] Add flag -resource-pressure to enable/disable printing of the reso...
Andrea Di Biagio
2018-03-23
1
-1
/
+7
*
[llvm-mca] Simplify code. NFC
Andrea Di Biagio
2018-03-22
1
-16
/
+7
*
[llvm-mca] Move the logic that computes the register file usage to the Backen...
Andrea Di Biagio
2018-03-21
1
-1
/
+1
*
[llvm-mca] Remove method getSchedModel() from the Backend.
Andrea Di Biagio
2018-03-16
1
-1
/
+1
*
[llvm-mca] Remove the logic that computes the reciprocal throughput, and make...
Andrea Di Biagio
2018-03-13
1
-2
/
+2
*
[llvm-mca] Views are now independent from resource masks. NFCI
Andrea Di Biagio
2018-03-10
1
-2
/
+1
*
[llvm-mca] Move the logic that prints the summary into its own view. NFCI
Andrea Di Biagio
2018-03-09
1
-4
/
+6
*
[llvm-mca] Run clang-format on the source code. NFC
Andrea Di Biagio
2018-03-09
1
-5
/
+4
*
[llvm-mca] Unify the API for the various views. NFCI
Andrea Di Biagio
2018-03-08
1
-13
/
+59
[prev]
[next]