[LPM] Use a map from analysis ID to immutable passes in the legacy pass
[oota-llvm.git] / include / llvm / IR / LegacyPassManagers.h
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-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-01-28 Chandler Carruth[LPM] A targeted but somewhat horrible fix to the legac...
2014-09-10 Yaron KerenFunctionPassManager isn't used by the JIT anymore,...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-11 Hans WennborgLegacyPassManagers.h: increase the size of PMDataManage...
2014-08-11 Hans WennborgIncrease the size of PMTopLevelManager::ImmutablePasses...
2014-05-24 Hans WennborgFix some misplaced spaces around 'override'
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.
2013-12-08 Duncan P. N. Exon... Fix comments for PassDebuggingString
2013-11-09 Chandler CarruthMove the old pass manager infrastructure into a legacy...