Use std::is_sorted and std::none_of instead of manual loops. NFC
[oota-llvm.git] / lib / IR / Pass.cpp
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-01-22 Chris BienemanRefactoring cl::parser construction and initialization.
2014-06-12 Zachary TurnerRemove pimpl class from PassRegistry.
2014-06-12 Zachary TurnerDo not register and de-register PassRegistrationListene...
2014-05-15 Juergen RibutzkaRevert "[PM] Add pass run listeners to the pass manager."
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.