Cameron Zwarich
|
c93f994801
|
Remove code for updating dominance frontiers and some outdated references to
dominance and post-dominance frontiers.
llvm-svn: 123725
|
2011-01-18 04:11:31 +00:00 |
|
Chris Lattner
|
e396e846b4
|
split dom frontier handling stuff out to its own DominanceFrontier header,
so that Dominators.h is *just* domtree. Also prune #includes a bit.
llvm-svn: 122714
|
2011-01-02 22:09:33 +00:00 |
|
Rafael Espindola
|
aa5448f520
|
Be more consistent in using ValueToValueMapTy.
llvm-svn: 116387
|
2010-10-13 01:36:30 +00:00 |
|
Devang Patel
|
0c927a80fe
|
Use ValueMap instead of DenseMap.
The ValueMapper used by various cloning utility maps MDNodes also.
llvm-svn: 106706
|
2010-06-24 00:33:28 +00:00 |
|
Devang Patel
|
373b10cbaa
|
Cosmetic change.
Do not use "ValueMap" as a name for a local variable or an argument.
llvm-svn: 106698
|
2010-06-23 23:55:51 +00:00 |
|
Dan Gohman
|
e4a22bdd4a
|
Use do+while instead of while for loops which obviously have a
non-zero trip count. Use SmallVector's pop_back_val().
llvm-svn: 92734
|
2010-01-05 16:27:25 +00:00 |
|
Dan Gohman
|
33e1f0fcb5
|
Simplify code by using SmallVector's pop_back_val() instead of
separate back() and pop_back() calls.
llvm-svn: 71089
|
2009-05-06 17:22:41 +00:00 |
|
Duncan Sands
|
aee16d4916
|
Rename getAnalysisToUpdate to getAnalysisIfAvailable.
llvm-svn: 63198
|
2009-01-28 13:14:17 +00:00 |
|
Nick Lewycky
|
1f831c0f57
|
Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989
r48047 r48084 r48085 r48086 r48088 r48096 r48099 r48109 and r48123.
llvm-svn: 50265
|
2008-04-25 16:53:59 +00:00 |
|
Nick Lewycky
|
50c8d20ca2
|
Update the block cloner which fixes bugpoint on code using unwind_to (phew!)
and also update the cloning interface's major user, the loop optimizations.
llvm-svn: 48088
|
2008-03-09 05:24:34 +00:00 |
|
Chris Lattner
|
ad9a6ccb83
|
Remove attribution from file headers, per discussion on llvmdev.
llvm-svn: 45418
|
2007-12-29 20:36:04 +00:00 |
|
Owen Anderson
|
43d4a82d4b
|
Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. This involves a small interface change.
llvm-svn: 44348
|
2007-11-27 03:43:35 +00:00 |
|
Devang Patel
|
2cebc6f649
|
Insert cloned loop basic blocks before original loop header.
llvm-svn: 41713
|
2007-09-04 20:46:35 +00:00 |
|
Devang Patel
|
1dd44d7501
|
Break infinite loop.
llvm-svn: 41091
|
2007-08-14 23:59:17 +00:00 |
|
Devang Patel
|
d412a2a0ed
|
Add utility to clone loops.
llvm-svn: 40997
|
2007-08-10 17:59:47 +00:00 |
|