[PM] Add pass run listeners to the pass manager.
[oota-llvm.git] / lib / IR / Pass.cpp
2014-04-28 Juergen Ributzka[PM] Add pass run listeners to the pass manager.
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to IR library.
2014-03-04 Chandler Carruth[Modules] Move the PassNameParser to the IR library...
2014-02-26 Paul RobinsonConstify the Optnone checks in IR passes.
2014-02-06 Paul RobinsonDisable most IR-level transform passes on functions...
2014-01-12 Chandler Carruth[PM] Simplify the interface exposed for IR printing...
2014-01-12 Chandler Carruth[PM] Rename the IR printing pass header to a more gener...
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2013-02-08 Sergei LarinEnable *BasicBlockPass::createPrinterPass()
2013-01-02 Chandler CarruthRename VMCore directory to IR.