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
2008-11-03
Ignore conditions that are outside the loop.
Devang Patel
2008-10-22
Change create*Pass factory functions to return Pass* instead of
Daniel Dunbar
2008-10-17
Use 0 instead of false to return a null pointer.
Dan Gohman
2008-09-26
Implement function notes as function attributes.
Devang Patel
2008-09-25
Large mechanical patch.
Devang Patel
2008-09-24
Put FN_NOTE_AlwaysInline and others in FnAttr namespace.
Devang Patel
2008-09-23
Move FN_NOTE_AlwaysInline and other out of ParamAttrs namespace.
Devang Patel
2008-09-23
Use parameter attribute store (soon to be renamed) for
Devang Patel
2008-09-22
Add hasNote() to check note associated with a function.
Devang Patel
2008-09-04
A loop may be unswitched multiple times. Reconstruct dom info. at the end.
Devang Patel
2008-09-04
Initialize loop data first.
Devang Patel
2008-09-04
Do not unswitch if the function notes say we're optimizing this function for ...
Devang Patel
2008-09-04
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-07-03
Do not try to update dominator info while manipulating CFG. This code does n...
Devang Patel
2008-07-03
Remove unused function.
Bill Wendling
2008-07-03
Remove extra FIXME
Devang Patel
2008-07-03
Reconstruct dom info, if loop is unswitched.
Devang Patel
2008-07-03
LoopUnswitch does not preserve dominator info in all cases.
Devang Patel
2008-07-03
Undo previous patch. It is not that simple to fix dom info here.
Devang Patel
2008-07-02
Preserve dom info while simplifing loop after the unswitch.
Devang Patel
2008-07-02
reuse vectors.
Devang Patel
2008-07-02
Fix comment.
Devang Patel
2008-07-02
Preserve loop data so that it is not fetched everytime it is needed.
Devang Patel
2008-06-18
Preserve dominance frontier while trivially unswitching loop.
Devang Patel
2008-06-02
Update dom tree. Fix PR 2372.
Devang Patel
2008-05-23
Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places to
Dan Gohman
2008-05-13
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-06
Make several variable declarations static.
Dan Gohman
2008-04-25
Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989
Nick Lewycky
2008-04-21
fit some more code in 80 cols.
Chris Lattner
2008-04-06
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-03-09
Update the block cloner which fixes bugpoint on code using unwind_to (phew!)
Nick Lewycky
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-17
Get rid of annoying spaces.
David Greene
2007-11-27
Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. T...
Owen Anderson
2007-10-09
Do not walk invalid iterator.
Devang Patel
2007-10-05
Fix bug in updating dominance frontier after loop
Devang Patel
2007-10-03
Fix 80 col violation.
Devang Patel
2007-10-03
Refactor code in a separate method.
Devang Patel
2007-09-20
Update aux. info associated with an instruction before erasing instruction.
Devang Patel
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
[next]