OSDN Git Service

[SCEV] Use Operator::getOpcode instead of manual dispatch; NFC
[android-x86/external-llvm.git] / lib / Passes /
2016-03-11 Chandler Carruth[PM] Rename the CRTP mixin base classes for the new...
2016-03-11 Chandler Carruth[PM] Implement the final conclusion as to how the analy...
2016-03-11 Chandler Carruth[PM/AA] Teach the AAManager how to handle module analys...
2016-03-11 Chandler Carruth[PM] Port GVN to the new pass manager, wire it up,...
2016-03-10 Chandler Carruth[CG] Add a new pass manager printer pass for the old...
2016-03-10 Chandler Carruth[LCG] Spell the printing pass pipeline name for the...
2016-03-10 Chandler Carruth[PM] Port memdep to the new pass manager.
2016-02-28 Chandler Carruth[PM] Wire up optimization levels and default pipeline...
2016-02-26 Chandler Carruth[PM] Finish removing references to fix MSVC builds...
2016-02-26 Chandler Carruth[PM] Speculative patch to try and fix MSVC's compilation.
2016-02-26 Chandler Carruth[PM] Introduce CRTP mixin base classes to help define...
2016-02-25 Hongbin ZhengIntroduce RegionInfoAnalysis, which compute Region...
2016-02-25 Hongbin ZhengIntroduce DominanceFrontierAnalysis to the new PassMana...
2016-02-25 Hongbin ZhengIntroduce analysis pass to compute PostDominators in...
2016-02-25 Hongbin ZhengRevert "Introduce analysis pass to compute PostDominato...
2016-02-25 Hongbin ZhengRevert "Introduce DominanceFrontierAnalysis to the...
2016-02-25 Hongbin ZhengRevert "Introduce RegionInfoAnalysis, which compute...
2016-02-25 Hongbin ZhengIntroduce RegionInfoAnalysis, which compute Region...
2016-02-25 Hongbin ZhengIntroduce DominanceFrontierAnalysis to the new PassMana...
2016-02-25 Hongbin ZhengIntroduce analysis pass to compute PostDominators in...
2016-02-25 Justin BognerPM: Implement a basic loop pass manager
2016-02-20 Chandler Carruth[PM/AA] Wire up TBAA to the new pass manager's registry...
2016-02-20 Chandler Carruth[PM/AA] Wire up the scoped-no-alias AA to the new pass...
2016-02-20 Chandler Carruth[PM/AA] Wire up SCEVAA to the new pass manager's regist...
2016-02-20 Chandler Carruth[PM/AA] Wire up CFLAA to the new pass manager fully...
2016-02-20 Chandler Carruth[PM/AA] Port alias analysis evaluator to the new pass...
2016-02-18 Chandler Carruth[PM] Port the PostOrderFunctionAttrs pass to the new...
2016-02-18 Chandler Carruth[PM/AA] Teach the new pass manager to use pass-by-lambd...
2016-02-13 Chandler Carruth[PM/AA] Wire BasicAA's new pass manager class up to...
2016-02-13 Chandler Carruth[PM/AA] Actually wire the AAManager I built for the...
2016-01-26 Chris BienemanRemove autoconf support
2015-12-27 Chandler Carruth[attrs] Extract the pure inference of function attribut...
2015-12-27 Chandler Carruth[attrs] Split off the forced attributes utility into...
2015-10-30 Justin Bogner[PM] Port StripDeadPrototypes to the new pass manager
2015-10-30 Justin Bogner[PM] Port ADCE to the new pass manager
2015-09-12 Chandler Carruth[PM] Port SROA to the new pass manager.
2015-08-18 Chandler Carruth[PM/AA] Remove the last relics of the separate IPA...
2015-08-17 Chandler Carruth[PM] Port ScalarEvolution to the new pass manager.
2015-03-07 Chandler Carruth[PM] Fixup for r231556 where I missed a dependency...
2015-03-07 Chandler Carruth[PM] Create a separate library for high-level pass...