| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a grammaro in a comment. | Reid Spencer | 2006-08-18 | 1 | -1/+1 |
* | Handle single-entry PHI nodes correctly. This fixes PR877 and | Chris Lattner | 2006-08-14 | 1 | -1/+11 |
* | 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 |
* | Make this example pass use some things from lib/Support (EscapeString, | Reid Spencer | 2006-08-07 | 1 | -2/+15 |
* | For PR780: | Reid Spencer | 2006-08-07 | 1 | -1/+1 |
* | Fix PR867 (and maybe 868) and testcsae: | Chris Lattner | 2006-08-03 | 1 | -6/+25 |
* | Changes: | Chris Lattner | 2006-08-03 | 1 | -17/+46 |
* | 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 |
* | Minor comment tweaks | Chris Lattner | 2006-07-20 | 1 | -6/+5 |
* | Make it fit into 80 cols. | Devang Patel | 2006-07-20 | 1 | -2/+2 |
* | Add new constructor to accept vector of exported names while creating | Devang Patel | 2006-07-20 | 1 | -0/+12 |
* | Add an assertion. | Owen Anderson | 2006-07-19 | 1 | -0/+2 |
* | Make LoopUnroll not die on LCSSA Phis. This makes lencod work again. | Owen Anderson | 2006-07-19 | 1 | -0/+6 |
* | Fix a error that hadn't yet cause any problems, but I'm sure it would have | Owen Anderson | 2006-07-19 | 1 | -1/+1 |
* | silence warnings in a release build | Chris Lattner | 2006-07-18 | 1 | -1/+1 |
* | Only reuse a previous IV if it would not require a type conversion. | Evan Cheng | 2006-07-18 | 1 | -14/+17 |
* | eliminate some ugly code, using ConstantExpr::getWithOperands instead. | Chris Lattner | 2006-07-14 | 1 | -35/+4 |
* | Hopefully the final attempt at making IndVars preserve LCSSA. | Owen Anderson | 2006-07-14 | 1 | -2/+30 |
* | Revert this patch temporarily until PR831 is fixed. | Chris Lattner | 2006-07-13 | 1 | -31/+15 |
* | Handle instructions in the map, but that map to a null pointer. | Chris Lattner | 2006-07-12 | 1 | -1/+2 |
* | IndVars now (correctly) preserves LCSSA form. | Owen Anderson | 2006-07-12 | 1 | -15/+31 |
* | 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 | 2 | -39/+48 |
* | Silence a warning produced in assertions-disabled mode | Chris Lattner | 2006-07-11 | 1 | -1/+1 |
* | Revert my indvars changes because they were breaking things. Unfortunately this | Owen Anderson | 2006-07-11 | 1 | -29/+15 |
* | Add a comment, and fix a typo that broke the build. | Owen Anderson | 2006-07-10 | 1 | -1/+2 |
* | Don't indent the entire function. | Owen Anderson | 2006-07-10 | 1 | -50/+49 |
* | Recognize 16-bit bswaps by relaxing overconstrained pattern. | Chris Lattner | 2006-07-10 | 1 | -2/+5 |
* | Make instcombine not remove Phi nodes when LCSSA is live. | Owen Anderson | 2006-07-10 | 1 | -47/+51 |
* | 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 |
* | Fix PR820 and Transforms/GlobalOpt/2006-07-07-InlineAsmCrash.ll | Chris Lattner | 2006-07-07 | 1 | -0/+3 |
* | Use hidden visibility to make symbols in an anonymous namespace get | Chris Lattner | 2006-06-28 | 6 | -7/+13 |
* | Shrink libllvmgcc.dylib by another 23K | Chris Lattner | 2006-06-28 | 5 | -6/+12 |
* | Switch to a very conservative heuristic for determining when loop-unswitching | Owen Anderson | 2006-06-28 | 1 | -5/+5 |
* | Fix Transforms/InstCombine/2006-06-28-infloop.ll | Chris Lattner | 2006-06-28 | 1 | -0/+6 |
* | Don't unswitch really large loops even if they are mostly filled with empty | Chris Lattner | 2006-06-28 | 1 | -0/+6 |
* | Catch more function pointer casting problems | Andrew Lenharth | 2006-06-28 | 1 | -1/+9 |
* | Fix for 2006-06-27-DeadSwitchCase.ll | Owen Anderson | 2006-06-27 | 1 | -5/+6 |
* | Fix Transforms/DeadArgElim/2006-06-27-struct-ret.ll. -deadargelim should not | Chris Lattner | 2006-06-27 | 1 | -5/+11 |
* | De-pessimize the handling of LCSSA Phi nodes in IndVarSimplify. Hopefully this | Owen Anderson | 2006-06-27 | 1 | -15/+29 |
* | random code cleanups, no functionality change | Chris Lattner | 2006-06-26 | 1 | -9/+8 |
* | Make LoopUnswitch able to unswitch loops with live-out values by taking advan... | Owen Anderson | 2006-06-26 | 1 | -53/+63 |
* | Fix IndVarsSimplify/2006-06-16-Indvar-LCSSA-Crash.ll, a case where a | Chris Lattner | 2006-06-17 | 1 | -4/+19 |
* | Add missing casts. This fixed some regressions. | Evan Cheng | 2006-06-16 | 1 | -2/+2 |
* | More libcall transformations: | Evan Cheng | 2006-06-16 | 1 | -8/+110 |
* | Simplify fprintf(file, "%s", str) to fputs(str, file). | Evan Cheng | 2006-06-16 | 1 | -16/+36 |
* | Implement Transforms/InstCombine/bswap.ll, turning common shift/and/or bswap | Chris Lattner | 2006-06-15 | 1 | -1/+131 |