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
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[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
1
-5
/
+5
*
[llvm-mca][MC] Add the ability to declare which processor resources model loa...
Andrea Di Biagio
2018-11-29
1
-2
/
+2
*
Reapply "[llvm-mca] Return the total number of cycles from method Pipeline::r...
Andrea Di Biagio
2018-11-28
1
-2
/
+3
*
Revert [llvm-mca] Return the total number of cycles from method Pipeline::run().
Andrea Di Biagio
2018-11-28
1
-3
/
+2
*
[llvm-mca] Return the total number of cycles from method Pipeline::run().
Andrea Di Biagio
2018-11-28
1
-2
/
+3
*
[llvm-mca][View] Improved Retire Control Unit Statistics.
Andrea Di Biagio
2018-11-23
1
-1
/
+1
*
[llvm-mca] Partially revert r346417.
Matt Davis
2018-11-08
1
-16
/
+19
*
[llvm-mca] PR39261: Rename FetchStage to EntryStage.
Andrea Di Biagio
2018-11-08
1
-2
/
+2
*
[llvm-mca] Remove unneeded namespace qualifier. NFC.
Matt Davis
2018-11-08
1
-24
/
+21
*
[llvm-mca] Move the AssembleInput logic into its own class.
Matt Davis
2018-11-07
1
-103
/
+9
*
[llvm-mca] Remove the verb 'assemble' from a few options in help. NFC.
Matt Davis
2018-10-31
1
-17
/
+17
*
[llvm-mca] Lower to mca::Instructon before the pipeline is run.
Andrea Di Biagio
2018-10-29
1
-20
/
+29
*
[llvm-mca] Removed dependency on mca::SourcMgr in some Views. NFC
Andrea Di Biagio
2018-10-26
1
-7
/
+12
*
[llvm-mca] Remove dependency from InstrBuilder in class InstructionTables.
Andrea Di Biagio
2018-10-24
1
-1
/
+1
*
[llvm-mca] [llvm-mca] Improved error handling and error reporting from class ...
Andrea Di Biagio
2018-10-24
1
-7
/
+33
*
[llvm-mca] Use llvm::ArrayRef in class SourceMgr. NFCI
Andrea Di Biagio
2018-10-22
1
-8
/
+10
*
Test commit. NFC.
Owen Rodley
2018-09-28
1
-1
/
+1
*
[llvm-mca] Don't disable the SummaryView if flag `-all-stats` is false.
Andrea Di Biagio
2018-08-29
1
-1
/
+0
*
[llvm-mca] Introduce the llvm-mca library and organize the directory accordin...
Matt Davis
2018-08-27
1
-4
/
+4
*
[llvm-mca] Move views and stats into a Views subdir. NFC.
Matt Davis
2018-08-24
1
-8
/
+8
*
[llvm-mca] Remove unused formal parameter. NFC.
Matt Davis
2018-08-20
1
-4
/
+4
*
[llvm-mca] Propagate fatal llvm-mca errors from library classes to driver.
Matt Davis
2018-08-13
1
-2
/
+7
*
[ADT] Normalize empty triple components
Petr Hosek
2018-08-08
1
-1
/
+0
*
[llvm-mca] Update the help text to reflect "physical" registers. NFC.
Matt Davis
2018-07-31
1
-1
/
+1
*
[llvm-mca] Turn InstructionTables into a Stage.
Matt Davis
2018-07-14
1
-6
/
+12
*
[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
[next]