summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/IRPrintingPasses.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Debugify] Add -debugify-each for testing each pass in a pipelineVedant Kumar2018-05-151-0/+8
* [IR] Avoid dangling else warning. NFC.Benjamin Kramer2017-12-011-1/+2
* IR printing improvement for function passes - introducing -print-module-scopeFedor Sergeev2017-12-011-1/+4
* Normlize to LF line endings.Michael Kruse2017-08-251-2/+2
* Implement getPassName() for IR printing passes.Yaron Keren2017-03-101-0/+6
* Consistently use ModuleAnalysisManagerSean Silva2016-08-091-1/+1
* Consistently use FunctionAnalysisManagerSean Silva2016-08-091-1/+1
* [PM] Remove support for omitting the AnalysisManager argument to newChandler Carruth2016-06-171-4/+7
* Recommit r256952 "Filtering IR printing for print-after-all/print-before-all"Weiming Zhao2016-01-061-2/+9
* Revert r256952 due to lit test fails.Weiming Zhao2016-01-061-10/+3
* Filtering IR printing for print-after-all/print-before-allWeiming Zhao2016-01-061-3/+10
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* uselistorder: Pull the bit through PrintModulePassDuncan P. N. Exon Smith2015-04-151-8/+11
* uselistorder: Pull the assembly bit up out of the printerDuncan P. N. Exon Smith2015-04-151-1/+3
* [PM] Switch the new pass manager to use a reference-based API for IRChandler Carruth2015-01-051-6/+6
* Fix some misplaced spaces around 'override'Hans Wennborg2014-05-241-1/+1
* [C++11] Add 'override' keyword to IR library.Craig Topper2014-03-051-6/+6
* [PM] Add module and function printing passes for the new pass manager.Chandler Carruth2014-01-121-22/+39
* [PM] Simplify the IR printing passes significantly now that a narrowerChandler Carruth2014-01-121-38/+19
* [PM] Simplify the interface exposed for IR printing passes.Chandler Carruth2014-01-121-10/+7
* [PM] Run clang-format and remove redundant or obvious comments beforeChandler Carruth2014-01-121-93/+89
* [PM] Rename the IR printing pass header to a more generic and correctChandler Carruth2014-01-121-1/+1
* [PM] Rename this source file to something a bit more generic beforeChandler Carruth2014-01-091-0/+136
OpenPOWER on IntegriCloud