| Commit message (Expand) | Author | Age | Files | Lines |
* | generalize the fix for PR977 to also fix | Chris Lattner | 2006-10-31 | 1 | -28/+26 |
* | Fix PR977 and Transforms/LCSSA/2006-10-31-UnreachableBlock.ll | Chris Lattner | 2006-10-31 | 1 | -1/+8 |
* | Fix SimplifyCFG/2006-10-29-InvokeCrash.ll, a crash compiling QT. | Chris Lattner | 2006-10-29 | 1 | -1/+1 |
* | add option to isCriticalEdge | Chris Lattner | 2006-10-28 | 1 | -3/+12 |
* | Expose a smarter way to break critical edges. | Chris Lattner | 2006-10-28 | 1 | -5/+24 |
* | For PR950: | Reid Spencer | 2006-10-20 | 6 | -26/+27 |
* | Fix SimplifyCFG/2006-10-19-UncondDiv.ll by disabling a bad xform. | Chris Lattner | 2006-10-20 | 1 | -23/+40 |
* | This case isn't implemented yet. It seems unlikely to be needed, but if it | Chris Lattner | 2006-10-04 | 1 | -4/+2 |
* | Fix PR932 and Analysis/Dominators/2006-10-02-BreakCritEdges.ll: | Chris Lattner | 2006-10-03 | 1 | -15/+112 |
* | simplify code | Chris Lattner | 2006-09-28 | 1 | -1/+1 |
* | Be far more careful when splitting a loop header, either to form a preheader | Chris Lattner | 2006-09-23 | 1 | -1/+50 |
* | Teach UpdateDomInfoForRevectoredPreds to handle revectored preds that are not | Chris Lattner | 2006-09-23 | 1 | -91/+49 |
* | Second half of the fix for Transforms/Inline/inline_cleanup.ll | Chris Lattner | 2006-09-13 | 1 | -2/+28 |
* | Implement the first half of Transforms/Inline/inline_cleanup.ll | Chris Lattner | 2006-09-13 | 1 | -1/+9 |
* | Fix Duraid's changes to work when TLI is null. This fixes the failing | Chris Lattner | 2006-09-05 | 1 | -3/+7 |
* | add setJumpBufSize() and setJumpBufAlignment() to target-lowering. | Duraid Madina | 2006-09-04 | 1 | -10/+10 |
* | eliminate RegisterOpt. It does the same thing as RegisterPass. | Chris Lattner | 2006-08-27 | 9 | -9/+9 |
* | s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| | Chris Lattner | 2006-08-27 | 7 | -7/+7 |
* | Don't attempt to split subloops out of a loop with a huge number of backedges. | Chris Lattner | 2006-08-12 | 1 | -8/+19 |
* | Reimplement the loopsimplify code which deletes edges from unreachable | Chris Lattner | 2006-08-12 | 1 | -29/+53 |
* | Fix PR867 (and maybe 868) and testcsae: | Chris Lattner | 2006-08-03 | 1 | -6/+25 |
* | Add special check to avoid isLoop call. Simple, but doesn't seem to speed | Chris Lattner | 2006-08-02 | 1 | -2/+2 |
* | Replace the SSA update code in LCSSA with a bottom-up approach instead of a top | Chris Lattner | 2006-08-02 | 1 | -125/+95 |
* | silence warnings in a release build | Chris Lattner | 2006-07-18 | 1 | -1/+1 |
* | eliminate some ugly code, using ConstantExpr::getWithOperands instead. | Chris Lattner | 2006-07-14 | 1 | -35/+4 |
* | Handle instructions in the map, but that map to a null pointer. | Chris Lattner | 2006-07-12 | 1 | -1/+2 |
* | In addition to deleting calls, the inliner can constant fold them as well. | Chris Lattner | 2006-07-12 | 1 | -2/+4 |
* | Change the callgraph representation to store the callsite along with the | Chris Lattner | 2006-07-12 | 1 | -37/+46 |
* | Fix typo in the comment. | Owen Anderson | 2006-07-09 | 1 | -1/+1 |
* | Add a fix for an issue where LCSSA would fail to insert undef's in some corner | Owen Anderson | 2006-07-09 | 1 | -14/+21 |
* | Use hidden visibility to make symbols in an anonymous namespace get | Chris Lattner | 2006-06-28 | 4 | -4/+8 |
* | Shrink libllvmgcc.dylib by another 23K | Chris Lattner | 2006-06-28 | 3 | -3/+6 |
* | Use the PotDoms map to memoize 'dominating value' lookup. With this patch, | Chris Lattner | 2006-06-14 | 1 | -17/+14 |
* | Fix another instance where PHI nodes need special treatment. | Owen Anderson | 2006-06-13 | 1 | -0/+6 |
* | Fix a bug that was causing major slowdowns in povray. This was due to LCSSA | Owen Anderson | 2006-06-13 | 1 | -2/+7 |
* | Fix an infinite loop on Transforms/SimplifyCFG/2006-06-12-InfLoop.ll | Chris Lattner | 2006-06-12 | 1 | -1/+10 |
* | Fix for 2006-06-26-MultipleExitsSingleBlock. | Owen Anderson | 2006-06-12 | 1 | -4/+7 |
* | Re-commit the safe parts of my 6/9 patch. Still working on fixing the unsafe... | Owen Anderson | 2006-06-11 | 1 | -0/+2 |
* | Back out Owen's 6/9 changes. They broke MultiSource/Benchmarks/Prolangs-C/bis... | Evan Cheng | 2006-06-11 | 1 | -3/+1 |
* | Make Loop able to verify that it is in LCSSA-form, and have the LCSSA pass as... | Owen Anderson | 2006-06-09 | 1 | -1/+3 |
* | Update some comments, and expose LCSSAID in preparation for having other passes | Owen Anderson | 2006-06-08 | 1 | -1/+8 |
* | Fix some formatting, and use inLoop() when appropriate. | Owen Anderson | 2006-06-06 | 1 | -3/+3 |
* | Stop a memory leak, and update some comments. | Owen Anderson | 2006-06-06 | 1 | -10/+10 |
* | Some more clean-up, and squash an IDF-Phi related bug. | Owen Anderson | 2006-06-04 | 1 | -16/+13 |
* | Various clean-ups suggested by Chris. | Owen Anderson | 2006-06-04 | 1 | -30/+32 |
* | Fix a bug in Phi-noded insertion. Also, update some comments to reflect what's | Owen Anderson | 2006-06-03 | 1 | -12/+21 |
* | Force anything that #includes llvm/Transforms/Utils/UnifyFunctionExitNodes.h | Chris Lattner | 2006-06-02 | 1 | -0/+2 |
* | Remove dead #include | Chris Lattner | 2006-06-01 | 1 | -2/+0 |
* | Make the "pruning cloner" smarter. As it propagates constants through the | Chris Lattner | 2006-06-01 | 1 | -23/+146 |
* | Remove a FIXME that was fixed with my last patch. | Owen Anderson | 2006-06-01 | 1 | -2/+0 |