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
/
BreakCriticalEdges.cpp
Age
Commit message (
Expand
)
Author
2003-11-20
Start using the nicer terminator auto-insertion API
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-10
Reorganize code for locality, improve comments
Chris Lattner
2003-11-10
Adjust to new critical edge interface
Chris Lattner
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-12
Rename loop preheaders pass to loop simplify
Chris Lattner
2003-10-10
Fix spelling.
Misha Brukman
2003-04-23
Remove unnecesary &*'s
Chris Lattner
2002-10-31
BreakCriticalEdges should update dominance frontier information as well as
Chris Lattner
2002-10-08
- Fix bug: cee/2002-10-07-NoImmediateDominator.ll
Chris Lattner
2002-10-08
Expose isCriticalEdge & SplitCriticalEdge methods from crit-edges pass
Chris Lattner
2002-10-01
Updates to work with recent Statistic's changes:
Chris Lattner
2002-09-26
- Cleanup break-crit-edges pass by making SplitCriticalEdge a member method.
Chris Lattner
2002-09-24
- Do not expose Critical Edge breaking mechanics outside the BCE pass, thus
Chris Lattner
2002-09-24
- Expose passinfo from BreakCriticalEdges pass so that it may be "Required"
Chris Lattner
2002-09-24
Add new BreakCriticalEdges pass
Chris Lattner
[prev]