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
/
include
/
llvm
/
Transforms
/
Utils
/
BasicBlockUtils.h
Age
Commit message (
Expand
)
Author
2009-03-03
When sinking an insn in InstCombine bring its debug
Dale Johannesen
2008-12-03
Factor some code into a new FoldSingleEntryPHINodes method.
Chris Lattner
2008-12-03
fix a really incorrect comment.
Chris Lattner
2008-12-03
Rename DeleteBlockIfDead to DeleteDeadBlock and make it
Chris Lattner
2008-12-03
Factor some code out of SimplifyCFG, forming a new
Chris Lattner
2008-11-27
move FindAvailableLoadedValue from JumpThreading to Transforms/Utils.
Chris Lattner
2008-07-17
Make MergeBlockIntoPredecessor more aggressive when the same successor appears
Owen Anderson
2008-07-17
Factor MergeBlockIntoPredecessor out into BasicBlockUtils.
Owen Anderson
2008-04-21
Move SplitBlockPredecessors out of loopsimplify into BasicBlockUtils.h
Chris Lattner
2008-02-25
prune #includes, fit in 80 cols.
Chris Lattner
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-07-06
Add SplitEdge and SplitBlock utility routines.
Devang Patel
2007-06-08
Do not preserve ETForest.
Devang Patel
2007-04-07
Completely purge DomSet. This is the (hopefully) final patch for PR1171.
Owen Anderson
2006-10-28
add option to isCriticalEdge
Chris Lattner
2006-10-28
Expose a smarter way to break critical edges.
Chris Lattner
2006-05-14
This is a proper fix for the compiler warning. A termination condition is
Chris Lattner
2006-05-13
Fix an infinite loop bug that Vladimir Prus identified.
Reid Spencer
2006-02-10
Remove a level of indirection.
Chris Lattner
2005-08-17
add a helper
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-10
Include forms of SplitCriticalEdge which work correctly with pred/succ iterators
Chris Lattner
2003-11-10
Move isCriticalEdge & SplitCritical into this file. While we're at it, change
Chris Lattner
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-09-30
Standardize header file comments
Chris Lattner
2002-07-29
Implement a new RemoveSuccessor function
Chris Lattner
2002-06-25
*** empty log message ***
Chris Lattner
2002-05-07
Checkin headers for Utils library
Chris Lattner