summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mca/Pipeline.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm-mca] Introduce the llvm-mca library and organize the directory accordin...Matt Davis2018-08-271-97/+0
* [llvm-mca] Refactor how execution is orchestrated by the Pipeline.Andrea Di Biagio2018-08-161-38/+17
* [llvm-mca] Small refactoring in preparation for another patch that will impro...Andrea Di Biagio2018-08-161-11/+20
* [llvm-mca] Propagate fatal llvm-mca errors from library classes to driver.Matt Davis2018-08-131-9/+19
* [llvm-mca] Remove unused InstRef formal from pre and post execute callbacks. ...Matt Davis2018-07-141-6/+6
* [llvm-mca] Removed unused arguments from methods in class Pipeline. NFCAndrea Di Biagio2018-07-131-11/+11
* [llvm-mca] Add cycleBegin/cycleEnd callbacks to mca::Stage.Matt Davis2018-07-121-2/+14
* [llvm-mca] Register listeners with stages; remove Pipeline dependency from S...Matt Davis2018-06-271-27/+2
* [llvm-mca] Rename Backend to Pipeline. NFC.Matt Davis2018-06-251-0/+112
OpenPOWER on IntegriCloud