s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
[oota-llvm.git] / lib / Transforms / Utils / BreakCriticalEdges.cpp
2006-08-27 Chris Lattners|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
2006-06-28 Chris LattnerUse hidden visibility to make symbols in an anonymous...
2006-01-11 Chris LattnerPreserve and update ETForest. Patch by Daniel Berlin
2005-08-13 Chris LattnerTeach SplitCriticalEdge to update LoopInfo if it is...
2005-08-12 Chris LattnerChange break critical edges to not remove, then insert...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-17 Chris LattnerFix the missing symbols problem Bill was hitting. ...
2004-09-15 Reid SpencerConvert code to compile with vc7.1.
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-31 Chris LattnerExpose this as a functionpass
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-02-29 Chris LattnerFix bug: test/Regression/Transforms/LowerInvoke/2004...
2004-01-09 Chris LattnerFinegrainify namespacification
2003-11-21 Chris LattnerMinor cleanups and simplifications
2003-11-20 Chris LattnerStart using the nicer terminator auto-insertion API
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-10 Chris LattnerReorganize code for locality, improve comments
2003-11-10 Chris LattnerAdjust to new critical edge interface
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-12 Chris LattnerRename loop preheaders pass to loop simplify
2003-10-10 Misha BrukmanFix spelling.
2003-04-23 Chris LattnerRemove unnecesary &*'s
2002-10-31 Chris LattnerBreakCriticalEdges should update dominance frontier...
2002-10-08 Chris Lattner - Fix bug: cee/2002-10-07-NoImmediateDominator.ll
2002-10-08 Chris LattnerExpose isCriticalEdge & SplitCriticalEdge methods from...
2002-10-01 Chris LattnerUpdates to work with recent Statistic's changes:
2002-09-26 Chris Lattner- Cleanup break-crit-edges pass by making SplitCritical...
2002-09-24 Chris Lattner - Do not expose Critical Edge breaking mechanics outsi...
2002-09-24 Chris Lattner - Expose passinfo from BreakCriticalEdges pass so...
2002-09-24 Chris LattnerAdd new BreakCriticalEdges pass