[PassManager] Ensure destructors of cached AnalysisUsage objects are run
[oota-llvm.git] / lib / IR / LegacyPassManager.cpp
2015-12-04 Philip Reames[PassManager] Ensure destructors of cached AnalysisUsag...
2015-12-04 Philip Reames[LegacyPassManager] Reduce memory usage for AnalysisUsage
2015-10-05 Jakub StaszakSimplify code. No functionality change.
2015-09-10 Chandler Carruth[LPM] Simplify this code and fix a compile error for...
2015-09-10 Chandler Carruth[LPM] Use a map from analysis ID to immutable passes...
2015-08-19 Chandler Carruth[LPM] Teach the legacy pass manager to support *using...
2015-08-18 Chandler Carruth[LPM] Cleanup some loops to be range based for loops...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-05 Yaron KerenRangify more for loops in LegacyPassManager.cpp.
2015-06-05 Yaron KerenRangify for loops in LegacyPassManager.cpp.
2015-04-29 Chris Bieneman[NFC] Converting to range-based for.
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-03-20 Chad RosierTypo.
2015-01-28 Chandler Carruth[LPM] A targeted but somewhat horrible fix to the legac...
2014-12-12 Matthias BraunDocument that PassManager::add() may delete the pass...
2014-11-01 Rafael EspindolaRemove redundant calls to isMaterializable.
2014-10-24 Rafael EspindolaModernize the error handling of the Materialize function.
2014-08-24 Craig TopperUse range based for loops to avoid needing to re-mentio...
2014-08-11 Sylvestre LedruFix typos:
2014-05-16 Juergen RibutzkaAdd C API for thread yielding callback.
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-27 Chandler CarruthTeach the pass manager's execution dump to print the...
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-08 Andrew TrickFix a (legacy) PassManager crash that occurs when a...
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 Eric ChristopherRemove unnecessary llvm:: qualification.
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-09 Chandler CarruthPut the functionality for printing a value to a raw_ost...
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-05 Alp TokerCorrect word hyphenations
2013-11-09 Chandler CarruthMove the old pass manager infrastructure into a legacy...