summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mca/ResourcePressureView.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm-mca] Move views and stats into a Views subdir. NFC.Matt Davis2018-08-241-171/+0
* [llvm-mca] Simplify eventing by adding an onEvent templated method.Matt Davis2018-07-121-1/+1
* [llvm-mca] use a formatted_raw_ostream to insert padding and get rid of tabs....Andrea Di Biagio2018-05-151-42/+40
* [llvm-mca] Strip leading tabs and spaces from instruction strings before prin...Andrea Di Biagio2018-05-151-3/+14
* [llvm-mca] Avoid exposing index values in the MCA interfaces.Matt Davis2018-05-071-1/+1
* [llvm-mca] minor tweak to the resource pressure printing functionality. NFC.Andrea Di Biagio2018-05-051-1/+1
* [llvm-mca] Simplify code. NFCAndrea Di Biagio2018-04-101-30/+18
* Reapply "[llvm-mca] Do not separate iterations with a newline in the timeline...Andrea Di Biagio2018-04-101-1/+2
* [llvm-mca] run clang-format on all files.Andrea Di Biagio2018-03-241-1/+0
* [llvm-mca] update the ResourcePressureView after r328335. NFC.Andrea Di Biagio2018-03-231-7/+7
* [llvm-mca] Simplify code. NFCAndrea Di Biagio2018-03-221-13/+11
* [llvm-mca] Refactor event listeners to make the backend agnostic to event types.Clement Courbet2018-03-131-4/+7
* [llvm-mca] Views are now independent from resource masks. NFCIAndrea Di Biagio2018-03-101-5/+2
* [llvm-mca] LLVM Machine Code Analyzer.Andrea Di Biagio2018-03-081-0/+176
OpenPOWER on IntegriCloud