Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
849857445ffbcf48e9fa7e88898049e16d1f31a2
/
llvm
/
lib
/
Transforms
/
Utils
/
CloneLoop.cpp
229e38f
Be more consistent in using ValueToValueMapTy.
by Rafael Espindola
· 15 years ago
0dc3c2d
Use ValueMap instead of DenseMap.
by Devang Patel
· 15 years ago
b8f11de
Cosmetic change.
by Devang Patel
· 15 years ago
2894387
Use do+while instead of while for loops which obviously have a
by Dan Gohman
· 16 years ago
9a6fef0
Simplify code by using SmallVector's pop_back_val() instead of
by Dan Gohman
· 16 years ago
5a913d6
Rename getAnalysisToUpdate to getAnalysisIfAvailable.
by Duncan Sands
· 17 years ago
4d43d3c
Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989
by Nick Lewycky
· 18 years ago
11fc6f8
Update the block cloner which fixes bugpoint on code using unwind_to (phew!)
by Nick Lewycky
· 18 years ago
f3ebc3f
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
b0dd27e
Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. This involves a small interface change.
by Owen Anderson
· 18 years ago
f6ef552
Insert cloned loop basic blocks before original loop header.
by Devang Patel
· 18 years ago
22c7993
Break infinite loop.
by Devang Patel
· 18 years ago
aa36a43
Add utility to clone loops.
by Devang Patel
· 18 years ago