index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
/
LoopUnswitch.cpp
Age
Commit message (
Expand
)
Author
2007-09-21
Merge into release for PR1690.
Tanya Lattner
2007-08-21
Use SmallVector instead of std::vector.
Devang Patel
2007-08-07
Fix GLIBCXX_DEBUG error triggered by incrementing erased iterator.
David Greene
2007-08-02
wrap some long lines. Major offenders that are left include
Chris Lattner
2007-08-02
Update dominator info for the middle blocks created while spliting
Devang Patel
2007-08-01
Undo previous check-in.
Devang Patel
2007-08-01
Update dominator info for the middle blocks created while spliting
Devang Patel
2007-08-01
More explicit keywords.
Dan Gohman
2007-07-31
Loop unswitch preserves dom info.
Devang Patel
2007-07-30
If loop can be unswitched again, then do it yourself.
Devang Patel
2007-07-30
Remove dead code.
Devang Patel
2007-07-27
VStudio compiler errors and placing Function*->ExFunc map under ManagedStatic...
Chuck Rose III
2007-07-18
Fix typo.
Devang Patel
2007-07-18
Fix dominator info update to accommodate CFG changes.
Devang Patel
2007-07-13
Disable claims to preserve analysis until open issues are resolved.
Devang Patel
2007-07-06
These rountines are now available as part of basic block utilities.
Devang Patel
2007-06-29
Preserve DominanceFrontier.
Devang Patel
2007-06-29
Do not filter loop if candidate branch is in loop header.
Devang Patel
2007-06-28
- Undo previous check and allow loop switch for condtion that is not inside
Devang Patel
2007-06-28
Update LoopUnswitch pass to preserve DomiantorTree.
Devang Patel
2007-06-28
If a condition is not inside a loop then the condition is suitable
Devang Patel
2007-06-06
Avoid non-trivial loop unswitching while optimizing for size.
Devang Patel
2007-05-09
Fix PR1333
Devang Patel
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-03-07
Now LoopUnswitch is a LoopPass.
Devang Patel
2007-03-02
Use more efficient test for one value in a ConstantInt.
Reid Spencer
2007-02-26
Use efficient container SmallPtrSet
Devang Patel
2007-02-26
Do not unswitch loop on same value again and again.
Devang Patel
2007-02-05
Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in
Reid Spencer
2007-02-03
Switch inliner over to use DenseMap instead of std::map for ValueMap. This
Chris Lattner
2007-01-30
Adjust #includes to match movement of constant folding code from transformuti...
Chris Lattner
2007-01-19
For PR1043:
Reid Spencer
2007-01-13
fix a bug in a recent patch
Chris Lattner
2007-01-12
Implement review feedback for the ConstantBool->ConstantInt merge. Chris
Reid Spencer
2007-01-11
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2007-01-11
For PR1043:
Zhou Sheng
2006-12-23
For PR950:
Reid Spencer
2006-12-19
Switch over Transforms/Scalar to use the STATISTIC macro. For each statistic
Chris Lattner
2006-12-06
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-11-26
Removed #include <iostream> and replaced with llvm_* streams.
Bill Wendling
2006-11-02
For PR786:
Reid Spencer
2006-09-28
Eliminate ConstantBool::True and ConstantBool::False. Instead, provide
Chris Lattner
2006-08-29
Do not rely on std::sort and std::erase to get list of unique
Devang Patel
2006-08-27
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-07-19
Fix a error that hadn't yet cause any problems, but I'm sure it would have
Owen Anderson
2006-06-28
Switch to a very conservative heuristic for determining when loop-unswitching
Owen Anderson
2006-06-28
Don't unswitch really large loops even if they are mostly filled with empty
Chris Lattner
2006-06-27
Fix for 2006-06-27-DeadSwitchCase.ll
Owen Anderson
[next]