Age | Commit message (Expand) | Author |
2006-08-18 | Fix a grammaro in a comment. | Reid Spencer |
2006-08-14 | Handle single-entry PHI nodes correctly. This fixes PR877 and | Chris Lattner |
2006-08-12 | Don't attempt to split subloops out of a loop with a huge number of backedges. | Chris Lattner |
2006-08-12 | Reimplement the loopsimplify code which deletes edges from unreachable | Chris Lattner |
2006-08-07 | Make this example pass use some things from lib/Support (EscapeString, | Reid Spencer |
2006-08-07 | For PR780: | Reid Spencer |
2006-08-03 | Fix PR867 (and maybe 868) and testcsae: | Chris Lattner |
2006-08-03 | Changes: | Chris Lattner |
2006-08-02 | Add special check to avoid isLoop call. Simple, but doesn't seem to speed | Chris Lattner |
2006-08-02 | Replace the SSA update code in LCSSA with a bottom-up approach instead of a top | Chris Lattner |
2006-07-20 | Minor comment tweaks | Chris Lattner |
2006-07-20 | Make it fit into 80 cols. | Devang Patel |
2006-07-20 | Add new constructor to accept vector of exported names while creating | Devang Patel |
2006-07-19 | Add an assertion. | Owen Anderson |
2006-07-19 | Make LoopUnroll not die on LCSSA Phis. This makes lencod work again. | Owen Anderson |
2006-07-19 | Fix a error that hadn't yet cause any problems, but I'm sure it would have | Owen Anderson |
2006-07-18 | silence warnings in a release build | Chris Lattner |
2006-07-18 | Only reuse a previous IV if it would not require a type conversion. | Evan Cheng |
2006-07-14 | eliminate some ugly code, using ConstantExpr::getWithOperands instead. | Chris Lattner |
2006-07-14 | Hopefully the final attempt at making IndVars preserve LCSSA. | Owen Anderson |
2006-07-13 | Revert this patch temporarily until PR831 is fixed. | Chris Lattner |
2006-07-12 | Handle instructions in the map, but that map to a null pointer. | Chris Lattner |
2006-07-12 | IndVars now (correctly) preserves LCSSA form. | Owen Anderson |
2006-07-12 | In addition to deleting calls, the inliner can constant fold them as well. | Chris Lattner |
2006-07-12 | Change the callgraph representation to store the callsite along with the | Chris Lattner |
2006-07-11 | Silence a warning produced in assertions-disabled mode | Chris Lattner |
2006-07-11 | Revert my indvars changes because they were breaking things. Unfortunately this | Owen Anderson |
2006-07-10 | Add a comment, and fix a typo that broke the build. | Owen Anderson |
2006-07-10 | Don't indent the entire function. | Owen Anderson |
2006-07-10 | Recognize 16-bit bswaps by relaxing overconstrained pattern. | Chris Lattner |
2006-07-10 | Make instcombine not remove Phi nodes when LCSSA is live. | Owen Anderson |
2006-07-09 | Fix typo in the comment. | Owen Anderson |
2006-07-09 | Add a fix for an issue where LCSSA would fail to insert undef's in some corner | Owen Anderson |
2006-07-07 | Fix PR820 and Transforms/GlobalOpt/2006-07-07-InlineAsmCrash.ll | Chris Lattner |
2006-06-28 | Use hidden visibility to make symbols in an anonymous namespace get | Chris Lattner |
2006-06-28 | Shrink libllvmgcc.dylib by another 23K | Chris Lattner |
2006-06-28 | Switch to a very conservative heuristic for determining when loop-unswitching | Owen Anderson |
2006-06-28 | Fix Transforms/InstCombine/2006-06-28-infloop.ll | Chris Lattner |
2006-06-28 | Don't unswitch really large loops even if they are mostly filled with empty | Chris Lattner |
2006-06-28 | Catch more function pointer casting problems | Andrew Lenharth |
2006-06-27 | Fix for 2006-06-27-DeadSwitchCase.ll | Owen Anderson |
2006-06-27 | Fix Transforms/DeadArgElim/2006-06-27-struct-ret.ll. -deadargelim should not | Chris Lattner |
2006-06-27 | De-pessimize the handling of LCSSA Phi nodes in IndVarSimplify. Hopefully this | Owen Anderson |
2006-06-26 | random code cleanups, no functionality change | Chris Lattner |
2006-06-26 | Make LoopUnswitch able to unswitch loops with live-out values by taking advan... | Owen Anderson |
2006-06-17 | Fix IndVarsSimplify/2006-06-16-Indvar-LCSSA-Crash.ll, a case where a | Chris Lattner |
2006-06-16 | Add missing casts. This fixed some regressions. | Evan Cheng |
2006-06-16 | More libcall transformations: | Evan Cheng |
2006-06-16 | Simplify fprintf(file, "%s", str) to fputs(str, file). | Evan Cheng |
2006-06-15 | Implement Transforms/InstCombine/bswap.ll, turning common shift/and/or bswap | Chris Lattner |