summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mca/llvm-mca.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [llvm-mca] report an error if the assembly sequence contains an unsupported i...Andrea Di Biagio2018-07-091-1/+1
* [llvm-mca] Add HardwareUnit and Context classes.Matt Davis2018-07-061-20/+9
* [llvm-mca] Clear the content of map VariantDescriptors in InstrBuilder before...Andrea Di Biagio2018-07-021-0/+3
* [MC] Error on a .zerofill directive in a non-virtual sectionFrancis Visoiu Mistrih2018-07-021-1/+2
* [llvm-mca] Register listeners with stages; remove Pipeline dependency from S...Matt Davis2018-06-271-3/+3
* [llvm-mca] Rename Backend to Pipeline. NFC.Matt Davis2018-06-251-9/+10
* [llvm-mca] Introduce a sequential container of StagesMatt Davis2018-06-221-16/+26
* [llvm-mca][X86] Teach how to identify register writes that implicitly clear t...Andrea Di Biagio2018-06-201-1/+4
* [MCA] Add -summary-view optionRoman Lebedev2018-06-151-1/+10
* Revert: [llvm-mca] Flush the output stream before we start the analysis of a ...Andrea Di Biagio2018-06-131-1/+0
* [llvm-mca] Flush the output stream before we start the analysis of a new code...Andrea Di Biagio2018-06-131-0/+1
* [llvm-mca] Print the "Block RThroughput" in the SummaryView.Andrea Di Biagio2018-05-231-1/+1
* [llvm-mca] Hide unrelated flags from the -help output.Andrea Di Biagio2018-05-171-23/+35
* [llvm-mca] add flag -all-views and flag -all-stats.Andrea Di Biagio2018-05-171-0/+38
* [llvm-mca] Introduce a pipeline Stage class and FetchStage.Matt Davis2018-05-151-2/+8
* [llvm-mca] removes flag -instruction-tables from the "View Options" category.Andrea Di Biagio2018-05-051-25/+15
* [llvm-mca] use colors for warnings and notes generated by InstrBuilder.Andrea Di Biagio2018-05-041-2/+1
* [llvm-mca] Support for in-order CPU for -instruction-tables testing.Andrea Di Biagio2018-04-301-1/+1
* [llvm-mca] Make ViewOptions static. NFCIFilipe Cabecinhas2018-04-251-1/+1
* [llvm-mca] Add a new option category for views.Andrea Di Biagio2018-04-251-0/+12
* [llvm-mca] run clang-format on a bunch of files. NFCAndrea Di Biagio2018-04-251-11/+9
OpenPOWER on IntegriCloud