summaryrefslogtreecommitdiff
path: root/lib/IR/Pass.cpp
Commit message (Expand)AuthorAge
* Remove pimpl class from PassRegistry.Zachary Turner2014-06-12
* Do not register and de-register PassRegistrationListeners duringZachary Turner2014-06-12
* Revert "[PM] Add pass run listeners to the pass manager."Juergen Ributzka2014-05-15
* [PM] Add pass run listeners to the pass manager.Juergen Ributzka2014-04-28
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-21
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-09
* [C++11] Add 'override' keyword to IR library.Craig Topper2014-03-05
* [Modules] Move the PassNameParser to the IR library as it deals in theChandler Carruth2014-03-04
* Constify the Optnone checks in IR passes.Paul Robinson2014-02-26
* Disable most IR-level transform passes on functions marked 'optnone'.Paul Robinson2014-02-06
* [PM] Simplify the interface exposed for IR printing passes.Chandler Carruth2014-01-12
* [PM] Rename the IR printing pass header to a more generic and correctChandler Carruth2014-01-12
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Enable *BasicBlockPass::createPrinterPass()Sergei Larin2013-02-08
* Rename VMCore directory to IR.Chandler Carruth2013-01-02