summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils
Commit message (Expand)AuthorAge
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-06
* For PR950:Reid Spencer2006-11-27
* Remove #include <iostream> and use llvm_* streams instead.Bill Wendling2006-11-26
* Do not convert massive blocks on phi nodes into select statements. InsteadChris Lattner2006-11-18
* Remove redundant <cmath>.Jim Laskey2006-11-08
* For PR950:Reid Spencer2006-11-08
* Unbreak VC++ build.Jeff Cohen2006-11-05
* For PR786:Reid Spencer2006-11-02
* generalize the fix for PR977 to also fixChris Lattner2006-10-31
* Fix PR977 and Transforms/LCSSA/2006-10-31-UnreachableBlock.llChris Lattner2006-10-31
* Fix SimplifyCFG/2006-10-29-InvokeCrash.ll, a crash compiling QT.Chris Lattner2006-10-29
* add option to isCriticalEdgeChris Lattner2006-10-28
* Expose a smarter way to break critical edges.Chris Lattner2006-10-28
* For PR950:Reid Spencer2006-10-20
* Fix SimplifyCFG/2006-10-19-UncondDiv.ll by disabling a bad xform.Chris Lattner2006-10-20
* This case isn't implemented yet. It seems unlikely to be needed, but if itChris Lattner2006-10-04
* Fix PR932 and Analysis/Dominators/2006-10-02-BreakCritEdges.ll:Chris Lattner2006-10-03
* simplify codeChris Lattner2006-09-28
* Be far more careful when splitting a loop header, either to form a preheaderChris Lattner2006-09-23
* Teach UpdateDomInfoForRevectoredPreds to handle revectored preds that are notChris Lattner2006-09-23
* Second half of the fix for Transforms/Inline/inline_cleanup.llChris Lattner2006-09-13
* Implement the first half of Transforms/Inline/inline_cleanup.llChris Lattner2006-09-13
* Fix Duraid's changes to work when TLI is null. This fixes the failingChris Lattner2006-09-05
* add setJumpBufSize() and setJumpBufAlignment() to target-lowering.Duraid Madina2006-09-04
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-27
* s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner2006-08-27
* Don't attempt to split subloops out of a loop with a huge number of backedges.Chris Lattner2006-08-12
* Reimplement the loopsimplify code which deletes edges from unreachableChris Lattner2006-08-12
* Fix PR867 (and maybe 868) and testcsae:Chris Lattner2006-08-03
* Add special check to avoid isLoop call. Simple, but doesn't seem to speedChris Lattner2006-08-02
* Replace the SSA update code in LCSSA with a bottom-up approach instead of a topChris Lattner2006-08-02
* silence warnings in a release buildChris Lattner2006-07-18
* eliminate some ugly code, using ConstantExpr::getWithOperands instead.Chris Lattner2006-07-14
* Handle instructions in the map, but that map to a null pointer.Chris Lattner2006-07-12
* In addition to deleting calls, the inliner can constant fold them as well.Chris Lattner2006-07-12
* Change the callgraph representation to store the callsite along with theChris Lattner2006-07-12
* Fix typo in the comment.Owen Anderson2006-07-09
* Add a fix for an issue where LCSSA would fail to insert undef's in some cornerOwen Anderson2006-07-09
* Use hidden visibility to make symbols in an anonymous namespace getChris Lattner2006-06-28
* Shrink libllvmgcc.dylib by another 23KChris Lattner2006-06-28
* Use the PotDoms map to memoize 'dominating value' lookup. With this patch,Chris Lattner2006-06-14
* Fix another instance where PHI nodes need special treatment.Owen Anderson2006-06-13
* Fix a bug that was causing major slowdowns in povray. This was due to LCSSAOwen Anderson2006-06-13
* Fix an infinite loop on Transforms/SimplifyCFG/2006-06-12-InfLoop.llChris Lattner2006-06-12
* Fix for 2006-06-26-MultipleExitsSingleBlock.Owen Anderson2006-06-12
* Re-commit the safe parts of my 6/9 patch. Still working on fixing the unsafe...Owen Anderson2006-06-11
* Back out Owen's 6/9 changes. They broke MultiSource/Benchmarks/Prolangs-C/bis...Evan Cheng2006-06-11
* Make Loop able to verify that it is in LCSSA-form, and have the LCSSA pass as...Owen Anderson2006-06-09
* Update some comments, and expose LCSSAID in preparation for having other passesOwen Anderson2006-06-08
* Fix some formatting, and use inLoop() when appropriate.Owen Anderson2006-06-06