Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
refs/heads/r
/
lib
/
Analysis
/
LoopAnalysisManager.cpp
bb146ec
[LoopPassManager] MemorySSA should be preserved when enabled.
by Alina Sbirlea
· 7 years ago
06a2673
Fixed spelling mistake in comments of LLVM Analysis passes
by Vedant Kumar
· 8 years ago
a694e22
Add MemorySSA as loop dependency, disabled by default [NFC].
by Alina Sbirlea
· 8 years ago
59b282a
Do not call Loop::getName on possibly dead loops
by Sanjoy Das
· 8 years ago
e87cf87
Use a BumpPtrAllocator for Loop objects
by Sanjoy Das
· 8 years ago
d53dbed
Revert r293017 and fix the actual underlying issue.
by Chandler Carruth
· 9 years ago
fe49b71
Rewind instantiations of OuterAnalysisManagerProxy in r289317, r291651, and r291662.
by NAKAMURA Takumi
· 9 years ago
5067929
[LoopInfo] Add helper methods to compute two useful orderings of the
by Chandler Carruth
· 9 years ago
15050a4
[PM] The assumption cache is fundamentally designed to be self-updating,
by Chandler Carruth
· 9 years ago
c68d25f
[PM] Separate the LoopAnalysisManager from the LoopPassManager and move
by Chandler Carruth
· 9 years ago
[Renamed (71%) from lib/Analysis/LoopPassManager.cpp]
d27a39a
[PM] Rewrite the loop pass manager to use a worklist and augmented run
by Chandler Carruth
· 9 years ago
0fc4467
[PM] Introduce the facilities for registering cross-IR-unit dependencies
by Chandler Carruth
· 9 years ago
2ffea51
[PM] Introduce a reasonable port of the main per-module pass pipeline
by Chandler Carruth
· 9 years ago
8bf2780
[PM] Support invalidation of inner analysis managers from a pass over the outer IR unit.
by Chandler Carruth
· 9 years ago
1a7c00a
PM: Check that loop passes preserve a basic set of analyses
by Justin Bogner
· 9 years ago
e95015f
[PM] Implement the final conclusion as to how the analysis IDs should
by Chandler Carruth
· 9 years ago
d9b6afb
[PM] Appease mingw32's auto-import DLL build with minimal tweaks, with fix for clang.
by NAKAMURA Takumi
· 10 years ago
bebf4a6
Revert r262185, "[PM] Appease mingw32's auto-import DLL build with minimal tweaks."
by NAKAMURA Takumi
· 10 years ago
fd32a56
[PM] Appease mingw32's auto-import DLL build with minimal tweaks.
by NAKAMURA Takumi
· 10 years ago
a36b27d
[PM] Provide explicit instantiation declarations and definitions for the
by Chandler Carruth
· 10 years ago
500af85
[PM] Provide two templates for the two directionalities of analysis
by Chandler Carruth
· 10 years ago
adb60a3
[PM] Introduce CRTP mixin base classes to help define passes and
by Chandler Carruth
· 10 years ago
da5e924
PM: Implement a basic loop pass manager
by Justin Bogner
· 10 years ago