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
/
Utils
Age
Commit message (
Expand
)
Author
2007-06-29
Fix reference to iterator invalidated by an erase operation. Uncovered
David Greene
2007-06-21
Move code to update dominator information after basic block is split
Devang Patel
2007-06-11
Add and use DominatorTreeBase::findNearestCommonDominator().
Devang Patel
2007-06-11
Simplify.
Devang Patel
2007-06-11
simplify
Devang Patel
2007-06-11
Simplify. Dominator Tree is required so always available.
Devang Patel
2007-06-08
Update LoopSimplify to require and preserve DominatorTree only.
Devang Patel
2007-06-08
Do not preserve ETForest.
Devang Patel
2007-06-07
Do not use ETForest as well as DomiantorTree. DominatorTree is sufficient.
Devang Patel
2007-06-07
Use DominatorTree instead of ETForest.
Devang Patel
2007-06-07
Maintain ETNode as part of DomTreeNode.
Devang Patel
2007-06-04
s/DominatorTree::createNewNode/DominatorTree::addNewBlock/g
Devang Patel
2007-06-04
Add basic block level interface to change immediate dominator
Devang Patel
2007-06-04
s/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/g
Devang Patel
2007-06-03
s/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/g
Devang Patel
2007-05-24
Minor comment cleanups.
Dan Gohman
2007-05-11
Fix typos.
Dan Gohman
2007-05-06
Fix typo in comment.
Nick Lewycky
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-04-25
Mem2Reg does not need TargetData.
Devang Patel
2007-04-25
Remove unused function argument.
Devang Patel
2007-04-21
Fix a comment.
Owen Anderson
2007-04-20
Comment out usage of write() for now.
Jeff Cohen
2007-04-20
Avoid recursion.
Devang Patel
2007-04-20
Move more passes to using ETForest instead of DominatorTree.
Owen Anderson
2007-04-18
Revert Owen's last check-in. This is breaking Mac OS X / PPC llvm-gcc bootstrap.
Evan Cheng
2007-04-18
Use new ETForest accessor.
Owen Anderson
2007-04-18
Use ETForest instead of DominatorTree.
Owen Anderson
2007-04-17
remove use of BasicBlock::getNext
Chris Lattner
2007-04-17
remove use of Instruction::getNext
Chris Lattner
2007-04-16
Removed tabs everywhere except autogenerated & external files. Add make
Anton Korobeynikov
2007-04-15
Fix PR1335 and Transforms/Inline/2007-04-15-InlineEH.ll
Chris Lattner
2007-04-15
Remove ImmediateDominator analysis. The same information can be obtained fro...
Owen Anderson
2007-04-14
avoid copying sets and vectors around.
Chris Lattner
2007-04-12
Implement the "thread_local" keyword.
Lauro Ramos Venancio
2007-04-09
Re-constify things that don't break the build. Last patch in this
Owen Anderson
2007-04-09
Unconst-ify stuff that broke the build.
Owen Anderson
2007-04-09
Const-ify some parameters, and some cosmetic cleanups. No functionality
Owen Anderson
2007-04-09
Tabs -> Spaces
Owen Anderson
2007-04-09
Improve some _slow_ behavior introduced in my patches the last few days.
Owen Anderson
2007-04-09
Cleanup some from my DomSet-removal changes. Add a new
Owen Anderson
2007-04-08
Remove DominatorSet usage from LoopSimplify. Patch from Owen Anderson.
Nick Lewycky
2007-04-07
Add DomSet back, and revert the changes to LoopSimplify. Apparently the
Owen Anderson
2007-04-07
Completely purge DomSet from LoopSimplify. This is part of the
Owen Anderson
2007-04-07
BreakCriticalEdges does still preserve DominatorTree.
Owen Anderson
2007-04-07
Expunge DomSet from BreakCriticalEdges. This is part of the continuing
Owen Anderson
2007-04-07
Expunge DomSet from CodeExtractor. This is part of the continuing work
Owen Anderson
2007-04-07
Expunge a bunch of uses of DomSet from LoopSimplify. Many more remain.
Owen Anderson
[prev]
[next]