summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mca/Pipeline.h
Commit message (Expand)AuthorAgeFilesLines
* [llvm-mca] Introduce the llvm-mca library and organize the directory accordin...Matt Davis2018-08-271-76/+0
* [llvm-mca] Refactor how execution is orchestrated by the Pipeline.Andrea Di Biagio2018-08-161-5/+1
* [llvm-mca] Propagate fatal llvm-mca errors from library classes to driver.Matt Davis2018-08-131-3/+4
* [llvm-mca] Remove unused InstRef formal from pre and post execute callbacks. ...Matt Davis2018-07-141-2/+2
* [llvm-mca] Simplify the Pipeline constructor. NFCAndrea Di Biagio2018-07-131-4/+1
* [llvm-mca] Removed unused arguments from methods in class Pipeline. NFCAndrea Di Biagio2018-07-131-3/+4
* [llvm-mca] Add cycleBegin/cycleEnd callbacks to mca::Stage.Matt Davis2018-07-121-0/+1
* [llvm-mca] Delete Pipeline's copy ctor and assignement operator.Matt Davis2018-06-281-0/+3
* [llvm-mca] Register listeners with stages; remove Pipeline dependency from S...Matt Davis2018-06-271-5/+0
* [llvm-mca] Rename Backend to Pipeline. NFC.Matt Davis2018-06-251-0/+82
OpenPOWER on IntegriCloud