summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mca/TimelineView.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm-mca] Move views and stats into a Views subdir. NFC.Matt Davis2018-08-241-240/+0
* [llvm-mca] Simplify eventing by adding an onEvent templated method.Matt Davis2018-07-121-1/+1
* [llvm-mca] Removed an empty line generated by the timeline view. NFC.Andrea Di Biagio2018-05-211-7/+10
* [llvm-mca] use a formatted_raw_ostream to insert padding and get rid of tabs....Andrea Di Biagio2018-05-151-47/+32
* [llvm-mca] Strip leading tabs and spaces from instruction strings before prin...Andrea Di Biagio2018-05-151-5/+27
* [llvm-mca] Avoid exposing index values in the MCA interfaces.Matt Davis2018-05-071-7/+8
* [llvm-mca] Add descriptive names for the TimelineView report characters. NFC.Matt Davis2018-05-041-8/+8
* Reapply "[llvm-mca] Do not separate iterations with a newline in the timeline...Andrea Di Biagio2018-04-101-22/+15
* Revert r329403 "[llvm-mca] Do not separate iterations with a newline in the t...Hans Wennborg2018-04-091-1/+1
* [llvm-mca] Do not separate iterations with a newline in the timeline view.Andrea Di Biagio2018-04-061-1/+1
* [llvm-mca] run clang-format on all files.Andrea Di Biagio2018-03-241-1/+0
* [llvm-mca] Simplify code. NFCAndrea Di Biagio2018-03-221-1/+1
* [llvm-mca] Refactor event listeners to make the backend agnostic to event types.Clement Courbet2018-03-131-44/+33
* [llvm-mca] Run clang-format on the source code. NFCAndrea Di Biagio2018-03-091-2/+4
* [llvm-mca] LLVM Machine Code Analyzer.Andrea Di Biagio2018-03-081-0/+246
OpenPOWER on IntegriCloud