summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mca
Commit message (Expand)AuthorAgeFilesLines
* [MC] Add parameter `Address` to MCInstPrinter::printInstFangrui Song2020-01-065-6/+6
* [Tools] Fixes -Wrange-loop-analysis warningsMark de Wever2019-12-224-4/+5
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-231-1/+3
* [MCA] Show aggregate over Average Wait times for the whole snippet (PR43219)Roman Lebedev2019-10-102-9/+42
* [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
* [MCA] Improved cost computation for loop carried dependencies in the bottlene...Andrea Di Biagio2019-09-192-9/+39
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-152-18/+18
* [MCA] Add flag -show-encoding to llvm-mca.Andrea Di Biagio2019-08-093-13/+54
* [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-022-0/+9
* Revert r367649: Improve raw_ostream so that you can "write" colors using oper...Rui Ueyama2019-08-021-3/+3
* Improve raw_ostream so that you can "write" colors using operator<<Rui Ueyama2019-08-021-3/+3
* [MCA][Bottleneck Analysis] Teach how to compute a critical sequence of instru...Andrea Di Biagio2019-06-212-39/+355
* [MCA] Slightly refactor the bottleneck analysis view. NFCIAndrea Di Biagio2019-06-183-71/+92
* [llvm-mca] Enable bottleneck analysis when flag -all-views is specified.Andrea Di Biagio2019-06-101-0/+1
* [MCA] Fix -Wunused-private-field warning after r362933. NFCAndrea Di Biagio2019-06-102-3/+2
* [MCA] Further refactor the bottleneck analysis view. NFCI.Andrea Di Biagio2019-06-103-111/+172
* [MCA] Remove unused fields from BottleneckAnalysis. NFCAndrea Di Biagio2019-05-313-15/+12
* [MCA] Refactor class BottleneckAnalysis. NFCIAndrea Di Biagio2019-05-313-80/+406
* [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-094-27/+88
* [MCA] Don't add a name to the default code region.Andrea Di Biagio2019-05-083-5/+4
* [MCA] Slightly refactor CodeRegion.h. NFCIAndrea Di Biagio2019-05-082-24/+22
* [MCA] Moved the bottleneck analysis to its own file. NFCIAndrea Di Biagio2019-04-176-154/+260
* [llvm-mca][scheduler-stats] Print issued micro opcodes per cycle. NFCIAndrea Di Biagio2019-04-082-18/+16
* [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-262-7/+4
* [llvm-mca] Emit a message when no bottlenecks are identified.Matt Davis2019-03-073-7/+14
* [MCA] Correctly initialize struct SummaryView::BackPressureInfo.Andrea Di Biagio2019-03-041-1/+1
* [MCA] Highlight kernel bottlenecks in the summary view.Andrea Di Biagio2019-03-043-4/+152
* [MCA][ResourceManager] Add a table that maps processor resource indices to pr...Andrea Di Biagio2019-02-202-6/+11
* [AsmPrinter] Remove hidden flag -print-schedule.Andrea Di Biagio2019-02-041-2/+1
* [MC][X86] Correctly model additional operand latency caused by transfer delay...Andrea Di Biagio2019-01-231-0/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1926-104/+78
* [MCA] Fix wrong definition of ResourceUnitMask in DefaultResourceStrategy.Andrea Di Biagio2019-01-101-1/+2
* Revert "Work around a linker error caused by https://reviews.llvm.org/D56084."Adrian Prantl2019-01-081-2/+0
* Work around a linker error caused by https://reviews.llvm.org/D56084.Adrian Prantl2019-01-081-0/+2
* [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-1745-5875/+10
* [llvm-mca] Speedup the default resource selection strategy.Andrea Di Biagio2018-11-302-18/+31
* [llvm-mca] Simplify code in class Scheduler. NFCIAndrea Di Biagio2018-11-304-18/+18
* [llvm-mca][MC] Add the ability to declare which processor resources model loa...Andrea Di Biagio2018-11-296-16/+137
* Reapply "[llvm-mca] Return the total number of cycles from method Pipeline::r...Andrea Di Biagio2018-11-283-6/+10
* Revert [llvm-mca] Return the total number of cycles from method Pipeline::run().Andrea Di Biagio2018-11-283-9/+5
* [llvm-mca] Return the total number of cycles from method Pipeline::run().Andrea Di Biagio2018-11-283-5/+9
* [llvm-mca] Add support for instructions with a variadic number of operands.Andrea Di Biagio2018-11-251-18/+81
OpenPOWER on IntegriCloud