summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mca/Scheduler.h
Commit message (Expand)AuthorAgeFilesLines
* [llvm-mca] Introduce the llvm-mca library and organize the directory accordin...Matt Davis2018-08-271-212/+0
* [llvm-mca] Move ResourceManager from Scheduler into its own file. NFC.Matt Davis2018-08-241-337/+2
* [llvm-mca] Revert r340659. NFC.Matt Davis2018-08-241-2/+337
* [llvm-mca] Move the ResourceManger from the Scheduler into its own file. NFC.Matt Davis2018-08-241-337/+2
* [llvm-mca] Set the Selection strategy to Default if nullptr is passed.Matt Davis2018-08-231-6/+14
* [llvm-mca] Fix wrong call to setCustomStrategy().Andrea Di Biagio2018-08-231-9/+8
* [llvm-mca] Allow the definition of custom strategies for selecting processor ...Andrea Di Biagio2018-08-231-79/+109
* [llvm-mca] Improved code comments and moved some method definitions from Sche...Andrea Di Biagio2018-08-221-79/+69
* [llvm-mca] Add the ability to customize the instruction selection strategy in...Andrea Di Biagio2018-08-211-10/+53
* [llvm-mca] Add method cycleEvent() to class Scheduler. NFCIAndrea Di Biagio2018-08-211-23/+33
* [llvm-mca] Make the LSUnit a HardwareUnit, and allow derived classes to imple...Andrea Di Biagio2018-08-201-44/+30
* [llvm-mca] Reformat a few lines (fix spacing). NFC.Matt Davis2018-08-171-1/+1
* [llvm-mca] Removed references to HWStallEvent in Scheduler.h. NFCIAndrea Di Biagio2018-08-171-4/+10
* [llvm-mca] Speed up the computation of the wait/ready/issued sets in the Sche...Andrea Di Biagio2018-08-031-34/+30
* [llvm-mca] Use a vector to store ResourceState objects in the ResourceManager.Andrea Di Biagio2018-08-021-48/+12
* [llvm-mca] Add HardwareUnit and Context classes.Matt Davis2018-07-061-1/+2
* [llvm-mca] Introduce the ExecuteStage (was originally the Scheduler class).Matt Davis2018-06-141-46/+74
* [llvm-mca] Add the RetireStage. Matt Davis2018-05-251-9/+5
* [llvm-mca] Make Dispatch a subclass of Stage.Matt Davis2018-05-171-5/+5
* [llvm-mca] Avoid exposing index values in the MCA interfaces.Matt Davis2018-05-071-12/+12
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-2/+2
* [MCA] [NFC] Remove unused Index formal from ResourceManager::issueInstructionMatt Davis2018-04-261-1/+1
* [llvm-mca] run clang-format on a bunch of files. NFCAndrea Di Biagio2018-04-251-1/+0
* [llvm-mca] Refactor the Scheduler interface in preparation for PR36663.Andrea Di Biagio2018-04-241-7/+24
* [llvm-mca] Ensure that instructions with a schedule read-advance are always i...Andrea Di Biagio2018-04-131-7/+6
* [llvm-mca] Removed unused argument from cycleEvent. NFCAndrea Di Biagio2018-04-121-1/+1
* [llvm-mca] Let the Scheduler notify dispatch stall events caused by the lack ...Andrea Di Biagio2018-04-111-33/+5
* [llvm-mca] Correctly set the ReadAdvance information for register use operands.Andrea Di Biagio2018-03-291-3/+8
* [llvm-mca] run clang-format on all files.Andrea Di Biagio2018-03-241-3/+3
* [llvm-mca] Make the resource cost a double.Andrea Di Biagio2018-03-231-2/+2
* [llvm-mca] Remove const from a bunch of ArrayRef. NFCAndrea Di Biagio2018-03-201-3/+3
* [llvm-mca] Move the logic that computes the scheduler's queue usage to the Ba...Andrea Di Biagio2018-03-201-24/+11
* [llvm-mca] Move the routine that computes processor resource masks to its own...Andrea Di Biagio2018-03-201-34/+7
* [llvm-mca] Remove unused method from ResourceManager. NFCAndrea Di Biagio2018-03-191-2/+0
* [llvm-mca] Simplify code. NFCAndrea Di Biagio2018-03-191-21/+10
* [llvm-mca] Remove the logic that computes the reciprocal throughput, and make...Andrea Di Biagio2018-03-131-5/+0
* [llvm-mca] Use a const ArrayRef in a few places. NFCAndrea Di Biagio2018-03-131-7/+8
* [llvm-mca] Refactor event listeners to make the backend agnostic to event types.Clement Courbet2018-03-131-1/+8
* [llvm-mca] Views are now independent from resource masks. NFCIAndrea Di Biagio2018-03-101-7/+12
* [llvm-mca] LLVM Machine Code Analyzer.Andrea Di Biagio2018-03-081-0/+543
OpenPOWER on IntegriCloud