Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f8b51c5f90c60aceedef9ed185eeac58f501075a
/
llvm
/
unittests
/
Transforms
/
Scalar
/
LoopPassManagerTest.cpp
7c35de1
[Dominators] Remove verifyDomTree and add some verifying for Post Dom Trees
by David Green
· 8 years ago
7f04e87
Need to work around the gcc Wunused-function bug as far back as gcc 6.1, update accordingly.
by Eric Christopher
· 8 years ago
def1729
Use a BumpPtrAllocator for Loop objects
by Sanjoy Das
· 8 years ago
388b012
Rename markAsErased to erase, as pointed out in a previous review; NFC
by Sanjoy Das
· 8 years ago
76ab232
[LoopInfo] Make LoopBase and Loop destructors non-public
by Sanjoy Das
· 8 years ago
465c2c2
Supressed warning: declared ‘static’ but never defined.
by Galina Kistanova
· 8 years ago
9a67b07
Re-sort #include lines for unittests. This uses a slightly modified
by Chandler Carruth
· 8 years ago
84f2470
[PM] Defend against getting slightly wrong template arguments passed
by Chandler Carruth
· 9 years ago
17350de
[PM] Teach the loop PM to run LoopSimplify prior to the loop pipeline.
by Chandler Carruth
· 9 years ago
2f19a32
[PM] The assumption cache is fundamentally designed to be self-updating,
by Chandler Carruth
· 9 years ago
2ded252
Fix unused variable warning
by Simon Pilgrim
· 9 years ago
3bab7e1
[PM] Separate the LoopAnalysisManager from the LoopPassManager and move
by Chandler Carruth
· 9 years ago
[Renamed (99%) from llvm/unittests/Analysis/LoopPassManagerTest.cpp]
3410eb2
[PM] Take more drastic measures to work around MSVC's failure on this
by Chandler Carruth
· 9 years ago
babd447
[PM] Pull a lambda out of an argument into a named variable to try and
by Chandler Carruth
· 9 years ago
80813b1
[PM] Another attempt to satisfy MSVC.
by Chandler Carruth
· 9 years ago
d343548
[PM] Try to appease MSVC by explicitly disambiguating a member name as
by Chandler Carruth
· 9 years ago
410eaeb
[PM] Rewrite the loop pass manager to use a worklist and augmented run
by Chandler Carruth
· 9 years ago
e3f5064
[PM] Introduce a reasonable port of the main per-module pass pipeline
by Chandler Carruth
· 9 years ago
dab4eae
[PM] Change the static object whose address is used to uniquely identify
by Chandler Carruth
· 9 years ago
0746f3b
Consistently use LoopAnalysisManager
by Sean Silva
· 9 years ago
e839c3e
PM: Check that loop passes preserve a basic set of analyses
by Justin Bogner
· 9 years ago
03b42e4
Remove every uses of getGlobalContext() in LLVM (but the C API)
by Mehdi Amini
· 10 years ago
b47f801
[PM] Make the AnalysisManager parameter to run methods a reference.
by Chandler Carruth
· 10 years ago
eecc3c8
PM: Implement a basic loop pass manager
by Justin Bogner
· 10 years ago