summaryrefslogtreecommitdiffstats
path: root/llvm/tools/opt/PassPrinters.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-6/+6
| | | | | | | | | | Reviewers: beanz, lattner, jlebar Subscribers: jholewinski, llvm-commits, mehdi_amini Differential Revision: https://reviews.llvm.org/D26235 llvm-svn: 285832
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-6/+6
| | | | llvm-svn: 283004
* [C++11] Add 'override' keyword to virtual methods that override their base ↵Craig Topper2014-03-081-18/+18
| | | | | | class. llvm-svn: 203345
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-041-1/+1
| | | | llvm-svn: 202811
* Move the *PassPrinter into their own module.Eli Bendersky2014-02-101-0/+260
These are self-contained in functionality so it makes sense to separate them, as opt.cpp has grown quite big already. Following Eric's suggestions, if this code is ever deemed useful outside of tools/opt, it will make sense to move it to one of the LLVM libraries like IR. llvm-svn: 201116
OpenPOWER on IntegriCloud