summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/Pass.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactoring cl::parser construction and initialization.Chris Bieneman2015-01-221-2/+2
* Remove pimpl class from PassRegistry.Zachary Turner2014-06-121-8/+0
* Do not register and de-register PassRegistrationListeners duringZachary Turner2014-06-121-12/+10
* Revert "[PM] Add pass run listeners to the pass manager."Juergen Ributzka2014-05-151-13/+0
* [PM] Add pass run listeners to the pass manager.Juergen Ributzka2014-04-281-0/+13
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-211-0/+2
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-091-5/+5
* [C++11] Add 'override' keyword to IR library.Craig Topper2014-03-051-1/+1
* [Modules] Move the PassNameParser to the IR library as it deals in theChandler Carruth2014-03-041-1/+1
* Constify the Optnone checks in IR passes.Paul Robinson2014-02-261-3/+3
* Disable most IR-level transform passes on functions marked 'optnone'.Paul Robinson2014-02-061-0/+22
* [PM] Simplify the interface exposed for IR printing passes.Chandler Carruth2014-01-121-3/+3
* [PM] Rename the IR printing pass header to a more generic and correctChandler Carruth2014-01-121-1/+1
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-1/+1
* Enable *BasicBlockPass::createPrinterPass()Sergei Larin2013-02-081-2/+1
* Rename VMCore directory to IR.Chandler Carruth2013-01-021-0/+277
OpenPOWER on IntegriCloud