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
2006-10-28
add option to isCriticalEdge
Chris Lattner
2006-10-28
Expose a smarter way to break critical edges.
Chris Lattner
2006-10-04
This case isn't implemented yet. It seems unlikely to be needed, but if it
Chris Lattner
2006-10-03
Fix PR932 and Analysis/Dominators/2006-10-02-BreakCritEdges.ll:
Chris Lattner
2006-08-27
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-08-27
s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
Chris Lattner
2006-06-28
Use hidden visibility to make symbols in an anonymous namespace get
Chris Lattner
2006-01-11
Preserve and update ETForest. Patch by Daniel Berlin
Chris Lattner
2005-08-13
Teach SplitCriticalEdge to update LoopInfo if it is alive. This fixes
Chris Lattner
2005-08-12
Change break critical edges to not remove, then insert, PHI node entries.
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-17
Fix the missing symbols problem Bill was hitting. Patch contributed by
Chris Lattner
2004-09-15
Convert code to compile with vc7.1.
Reid Spencer
2004-09-01
Changes For Bug 352
Reid Spencer
2004-07-31
Expose this as a functionpass
Chris Lattner
2004-07-29
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-29
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-02-29
Fix bug: test/Regression/Transforms/LowerInvoke/2004-02-29-PHICrash.llx
Chris Lattner
2004-01-09
Finegrainify namespacification
Chris Lattner
2003-11-21
Minor cleanups and simplifications
Chris Lattner
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