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
2013-02-09
Remove unneeded #includes.
Jakub Staszak
2013-01-10
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-10-19
Move SplitBlockAndInsertIfThen to BasicBlockUtils.
Evgeniy Stepanov
2012-08-29
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-06-25
The name (and comment describing) of llvm::GetFirstDebuigLocInBasicBlock no l...
Eli Bendersky
2012-04-30
Second attempt at PR12573:
Bill Wendling
2011-12-09
SplitBlockPredecessors uses ArrayRef instead of Data and Size.
Jakub Staszak
2011-10-04
LSR should avoid redundant edge splitting.
Andrew Trick
2011-10-04
whitespace
Andrew Trick
2011-08-19
Add SplitLandingPadPredecessors().
Bill Wendling
2011-04-29
Assing line number info to new PHIs created by SSA updater.
Devang Patel
2011-01-29
Re-apply r124518 with fix. Watch out for invalidated iterator.
Evan Cheng
2011-01-29
Revert r124518. It broke Linux self-host.
Evan Cheng
2011-01-29
Re-commit r124462 with fixes. Tail recursion elim will now dup ret into uncon...
Evan Cheng
2011-01-11
Fix FoldSingleEntryPHINodes to update memdep and AA when it deletes
Chris Lattner
2010-12-14
remove the dead (and terrible) llvm::RemoveSuccessor function.
Chris Lattner
2010-05-28
Move FindAvailableLoadedValue isSafeToLoadUnconditionally out of
Dan Gohman
2010-02-16
Rename SuccessorNumber to GetSuccessorNumber.
Bob Wilson
2010-02-16
Refactor to share code to find the position of a basic block successor in the
Bob Wilson
2010-01-05
Make RecursivelyDeleteTriviallyDeadInstructions,
Dan Gohman
2010-01-05
Remove dead debug info intrinsics.
Devang Patel
2009-11-01
Improve the other instance of the comment.
Duncan Sands
2009-10-31
update the comment above llvm::SplitCriticalEdge, and make
Chris Lattner
2009-10-31
Revert r85667. LoopUnroll currently can't call utility functions which
Dan Gohman
2009-10-31
Merge the enhancements from LoopUnroll's FoldBlockIntoPredecessor into
Dan Gohman
2009-09-08
Re-apply r80926, with fixes: keep the domtree informed of new blocks
Dan Gohman
2009-09-06
Revert r80926. It causes loop unswitch assertion and slow down some JIT tests...
Evan Cheng
2009-09-03
Add a verifyAnalysis to LoopInfo, LoopSimplify, and LCSSA form that verify
Dan Gohman
2009-05-04
Re-apply 70645, converting ScalarEvolution to use
Dan Gohman
2009-05-04
Restore minor deletion.
Mike Stump
2009-05-03
Revert r70645 for now; it's causing a variety of regressions.
Dan Gohman
2009-05-02
Convert ScalarEvolution to use CallbackVH for its internal map. This
Dan Gohman
2009-05-02
Previously, RecursivelyDeleteDeadInstructions provided an option
Dan Gohman
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
[next]