Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
d901b6640e0f1d1757a2db9fb57a140ad828ea75
/
lib
/
Transforms
/
Utils
/
LoopSimplify.cpp
26f8c27
Tidy up several unbeseeming casts from pointer to intptr_t.
by Dan Gohman
· 17 years ago
4d2e8ae
Use Loop::block_iterator.
by Dan Gohman
· 17 years ago
7de85f4
LoopSimplify preserves AA.
by Devang Patel
· 17 years ago
66a636e
Change class' public PassInfo variables to by initialized with the
by Dan Gohman
· 17 years ago
089efff
Clean up the use of static and anonymous namespaces. This turned up
by Dan Gohman
· 17 years ago
d8aa33a
Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989
by Nick Lewycky
· 17 years ago
6b8d3db
Move SplitBlockPredecessors out of loopsimplify into BasicBlockUtils.h
by Chris Lattner
· 17 years ago
24afaad
Move domtree/frontier updating earlier, allowing us to use it to update phi
by Chris Lattner
· 17 years ago
a4c2b61
Factor dominator tree and frontier updating into SplitBlockPredecessors
by Chris Lattner
· 17 years ago
d272496
simplify code, fit in 80 cols.
by Chris Lattner
· 17 years ago
d6da1d0
API changes for class Use size reduction, wave 1.
by Gabor Greif
· 17 years ago
95a0d76
Update the block cloner which fixes bugpoint on code using unwind_to (phew!)
by Nick Lewycky
· 17 years ago
081ce94
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
ca0b9d4
Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. This involves a small interface change.
by Owen Anderson
· 18 years ago
55fb793
Fix PR1752 and LoopSimplify/2007-10-28-InvokeCrash.ll: terminators
by Chris Lattner
· 18 years ago
db2361b
Move Split<...>() into DomTreeBase. This should make the #include's of DominatorInternals.h
by Owen Anderson
· 18 years ago
bb02d34
Fixed linker errors (unresolved externals: split<>(...)) when compiling with VC++. Please review.
by Hartmut Kaiser
· 18 years ago
02451fa
Use SmallVector instead of std::vector.
by Devang Patel
· 18 years ago
646d76b
remove some dead lines
by Chris Lattner
· 18 years ago
a5eb9a3
Verify loop info.
by Devang Patel
· 18 years ago
f17a25c
It's not necessary to do rounding for alloca operations when the requested
by Dan Gohman
· 18 years ago