summaryrefslogtreecommitdiffstats
path: root/llvm/tools/opt-viewer/optpmap.py
Commit message (Collapse)AuthorAgeFilesLines
* [opt-viewer] Add --filter option to select remarks for displaying.Florian Hahn2019-02-061-4/+4
| | | | | | | | | | | | | | | | | This allows limiting the displayed remarks to the ones with names matching the filter (regular) expression. Generating html pages for a larger project with optimization remarks can result in a huge HTML documents and using --filter allows to focus on a set of interesting remarks. Reviewers: hfinkel, anemet, thegameg, serge-sans-paille Reviewed By: anemet Differential Revision: https://reviews.llvm.org/D57827 llvm-svn: 353322
* Python compat - map/filterSerge Guelton2019-01-031-1/+1
| | | | | | Differential Revision: https://reviews.llvm.org/D56259 llvm-svn: 350313
* [opt-viewer] Kill parser processes before moving onto renderingAdam Nemet2018-02-261-0/+2
| | | | | | The main benefit is that they release the memory they were holding onto. llvm-svn: 326127
* Fix some opt-viewer test issues and disable on Windows.Zachary Turner2018-01-051-1/+1
| | | | | | Differential Revision: https://reviews.llvm.org/D41784 llvm-svn: 321905
* [opt-viewer] Flush stdout after progress updateAdam Nemet2017-07-141-0/+1
| | | | | | | Without this, there was no progress shown during parsing but only during rendering on macOS. llvm-svn: 308000
* [opt-viewer] Move under tools, install itAdam Nemet2017-07-061-0/+53
We weren't installing opt-viewer and co before, this fixes the omission. I am also moving the tools from utils/ to tools/. I believe that this is more appropriate since these tools have matured greatly in the past year through contributions by multiple people (thanks!) so they are ready to become external tools. The tools are installed under <install>/share/opt-viewer/. I am *not* adding the llvm- prefix. If people feel strongly about adding that, this is probably a good time since the new location will require some mental adjustment anyway. Fixes PR33521 Differential Revision: https://reviews.llvm.org/D35048 llvm-svn: 307285
OpenPOWER on IntegriCloud