summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mca/llvm-mca.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MC] Add parameter `Address` to MCInstPrinter::printInstFangrui Song2020-01-061-1/+1
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-231-1/+3
* [Tools] Mark output of tools as text if it is textKai Nacke2019-10-081-1/+1
* [llvm-mca] Add a -mattr flagDavid Green2019-10-011-1/+6
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-15/+15
* [MCA] Add flag -show-encoding to llvm-mca.Andrea Di Biagio2019-08-091-4/+19
* [MCA] Remove dependency from InstrBuilder in mca::Context. NFCAndrea Di Biagio2019-08-081-23/+27
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* [MCA] Add support for printing immedate values as hex. Also enable lexing of ...Andrea Di Biagio2019-08-021-0/+7
* [MCA] Slightly refactor the bottleneck analysis view. NFCIAndrea Di Biagio2019-06-181-2/+4
* [llvm-mca] Enable bottleneck analysis when flag -all-views is specified.Andrea Di Biagio2019-06-101-0/+1
* [MCA] Further refactor the bottleneck analysis view. NFCI.Andrea Di Biagio2019-06-101-1/+1
* [MCA] Remove unused fields from BottleneckAnalysis. NFCAndrea Di Biagio2019-05-311-2/+1
* [MCA] Refactor class BottleneckAnalysis. NFCIAndrea Di Biagio2019-05-311-1/+2
* [MCA] Zero-initialize field CRD in InstructionBase. Also run clang-format on ...Andrea Di Biagio2019-05-241-6/+7
* [MCA] Add support for nested and overlapping region markersAndrea Di Biagio2019-05-091-0/+5
* [MCA] Moved the bottleneck analysis to its own file. NFCIAndrea Di Biagio2019-04-171-1/+5
* [MCA] Add an experimental MicroOpQueue stage.Andrea Di Biagio2019-03-291-3/+14
* [MCA] Correctly update the UsedResourceGroups mask in the InstrBuilder.Andrea Di Biagio2019-03-261-6/+2
* [llvm-mca] Emit a message when no bottlenecks are identified.Matt Davis2019-03-071-1/+2
* [MCA] Highlight kernel bottlenecks in the summary view.Andrea Di Biagio2019-03-041-1/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [llvm-mca] Rename an error variable.Matt Davis2018-12-191-2/+2
* [llvm-mca] Add an error handler for error from parseCodeRegionsMatt Davis2018-12-191-10/+14
* [MCA] Don't assume that createMCInstrAnalysis() always returns a valid pointer.Andrea Di Biagio2018-12-171-1/+1
* [llvm-mca] Move llvm-mca library to llvm/lib/MCA.Clement Courbet2018-12-171-5/+5
* [llvm-mca][MC] Add the ability to declare which processor resources model loa...Andrea Di Biagio2018-11-291-2/+2
* Reapply "[llvm-mca] Return the total number of cycles from method Pipeline::r...Andrea Di Biagio2018-11-281-2/+3
* Revert [llvm-mca] Return the total number of cycles from method Pipeline::run().Andrea Di Biagio2018-11-281-3/+2
* [llvm-mca] Return the total number of cycles from method Pipeline::run().Andrea Di Biagio2018-11-281-2/+3
* [llvm-mca][View] Improved Retire Control Unit Statistics.Andrea Di Biagio2018-11-231-1/+1
* [llvm-mca] Partially revert r346417.Matt Davis2018-11-081-16/+19
* [llvm-mca] PR39261: Rename FetchStage to EntryStage.Andrea Di Biagio2018-11-081-2/+2
* [llvm-mca] Remove unneeded namespace qualifier. NFC.Matt Davis2018-11-081-24/+21
* [llvm-mca] Move the AssembleInput logic into its own class.Matt Davis2018-11-071-103/+9
* [llvm-mca] Remove the verb 'assemble' from a few options in help. NFC.Matt Davis2018-10-311-17/+17
* [llvm-mca] Lower to mca::Instructon before the pipeline is run.Andrea Di Biagio2018-10-291-20/+29
* [llvm-mca] Removed dependency on mca::SourcMgr in some Views. NFCAndrea Di Biagio2018-10-261-7/+12
* [llvm-mca] Remove dependency from InstrBuilder in class InstructionTables.Andrea Di Biagio2018-10-241-1/+1
* [llvm-mca] [llvm-mca] Improved error handling and error reporting from class ...Andrea Di Biagio2018-10-241-7/+33
* [llvm-mca] Use llvm::ArrayRef in class SourceMgr. NFCIAndrea Di Biagio2018-10-221-8/+10
* Test commit. NFC.Owen Rodley2018-09-281-1/+1
* [llvm-mca] Don't disable the SummaryView if flag `-all-stats` is false.Andrea Di Biagio2018-08-291-1/+0
* [llvm-mca] Introduce the llvm-mca library and organize the directory accordin...Matt Davis2018-08-271-4/+4
* [llvm-mca] Move views and stats into a Views subdir. NFC.Matt Davis2018-08-241-8/+8
* [llvm-mca] Remove unused formal parameter. NFC.Matt Davis2018-08-201-4/+4
* [llvm-mca] Propagate fatal llvm-mca errors from library classes to driver.Matt Davis2018-08-131-2/+7
* [ADT] Normalize empty triple componentsPetr Hosek2018-08-081-1/+0
* [llvm-mca] Update the help text to reflect "physical" registers. NFC.Matt Davis2018-07-311-1/+1
* [llvm-mca] Turn InstructionTables into a Stage.Matt Davis2018-07-141-6/+12
OpenPOWER on IntegriCloud