index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Utils
/
LoopSimplify.cpp
Age
Commit message (
Expand
)
Author
2009-08-13
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-07-30
Move more code back to 2.5 APIs.
Owen Anderson
2009-07-22
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-15
Make makeLoopInvariant report whether it made any changes or not,
Dan Gohman
2009-07-14
Update LoopSimplify and LoopUnswitch to use the new makeLoopInvariant
Dan Gohman
2009-07-05
More LLVMContext-ification.
Owen Anderson
2009-06-30
Minor code simplification.
Dan Gohman
2009-06-27
Remove the block from the LoopInfo, rather than just the Loop.
Dan Gohman
2009-06-27
Teach LoopSimplify how to merge multiple loop exits into a single exit,
Dan Gohman
2009-01-28
Rename getAnalysisToUpdate to getAnalysisIfAvailable.
Duncan Sands
2008-09-04
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-06-22
Use Loop::block_iterator.
Dan Gohman
2008-06-06
LoopSimplify preserves AA.
Devang Patel
2008-05-13
Change class' public PassInfo variables to by initialized with the
Dan Gohman
2008-05-13
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-04-25
Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989
Nick Lewycky
2008-04-21
Move SplitBlockPredecessors out of loopsimplify into BasicBlockUtils.h
Chris Lattner
2008-04-21
Move domtree/frontier updating earlier, allowing us to use it to update phi
Chris Lattner
2008-04-21
Factor dominator tree and frontier updating into SplitBlockPredecessors
Chris Lattner
2008-04-21
simplify code, fit 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-11-27
Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. T...
Owen Anderson
2007-10-29
Fix PR1752 and LoopSimplify/2007-10-28-InvokeCrash.ll: terminators
Chris Lattner
2007-10-18
Move Split<...>() into DomTreeBase. This should make the #include's of Domin...
Owen Anderson
2007-10-17
Fixed linker errors (unresolved externals: split<>(...)) when compiling with ...
Hartmut Kaiser
2007-08-21
Use SmallVector instead of std::vector.
Devang Patel
2007-08-06
remove some dead lines
Chris Lattner
2007-07-19
Verify loop info.
Devang Patel
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-04
s/DominatorTree::createNewNode/DominatorTree::addNewBlock/g
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-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-20
Avoid recursion.
Devang Patel
2007-04-15
Remove ImmediateDominator analysis. The same information can be obtained fro...
Owen Anderson
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
[next]