| Commit message (Expand) | Author | Age | Files | Lines |
* | hide symbols properly | Chris Lattner | 2006-10-25 | 1 | -1/+1 |
* | Fix Transforms/ScalarRepl/2006-10-23-PointerUnionCrash.ll | Chris Lattner | 2006-10-24 | 1 | -5/+10 |
* | Revert back to r1.21, which was the last revision of predsimplify that | Chris Lattner | 2006-10-24 | 1 | -134/+109 |
* | Handle fallout from the recent branch-on-undef changes. This fixes | Chris Lattner | 2006-10-23 | 1 | -1/+24 |
* | Remove the Backwards operation. Resolving now works at the time when a | Nick Lewycky | 2006-10-23 | 1 | -90/+102 |
* | Fix similar missing optimization opportunity in XOR. | Nick Lewycky | 2006-10-22 | 1 | -13/+22 |
* | Whoops! Add missing NULL check. | Nick Lewycky | 2006-10-22 | 1 | -0/+1 |
* | Handle "if ((x|y) != 0)" for ints like we do for bools. Fixes missed | Nick Lewycky | 2006-10-22 | 1 | -10/+13 |
* | AllocaInst can't return a null pointer. Fixes missed optimization | Nick Lewycky | 2006-10-22 | 1 | -0/+6 |
* | Add a workaround for PR962, disabling the more aggressive form of this | Chris Lattner | 2006-10-22 | 1 | -0/+8 |
* | 3 Changes: | Chris Lattner | 2006-10-22 | 1 | -24/+35 |
* | llvm-extract should remove module-level asm | Chris Lattner | 2006-10-20 | 1 | -3/+3 |
* | Fix an ugly problem in SCCP. This fixes Benchmarks/Misc-C++/mandel-text.cpp | Chris Lattner | 2006-10-20 | 1 | -2/+3 |
* | Fix miscompilation of MallocBench/espresso which code review pointed out | Chris Lattner | 2006-10-20 | 1 | -1/+1 |
* | For PR950: | Reid Spencer | 2006-10-20 | 23 | -453/+492 |
* | While creating mask, use 1ULL instead of 1. | Devang Patel | 2006-10-20 | 1 | -1/+1 |
* | Fix SimplifyCFG/2006-10-19-UncondDiv.ll by disabling a bad xform. | Chris Lattner | 2006-10-20 | 1 | -23/+40 |
* | It is OK to remove extra cast if operation is EQ/NE even though source | Devang Patel | 2006-10-19 | 1 | -2/+3 |
* | Typo Typo. | Devang Patel | 2006-10-19 | 1 | -1/+1 |
* | Typo. | Devang Patel | 2006-10-19 | 1 | -1/+1 |
* | Fix bug in PR454 resolution. Added new test case. | Devang Patel | 2006-10-19 | 1 | -1/+15 |
* | Undo Chris' last patch, it caused a regression. | Reid Spencer | 2006-10-16 | 1 | -2/+2 |
* | fix a buggy check that accidentally disabled this xform | Chris Lattner | 2006-10-15 | 1 | -1/+1 |
* | Replace custom dispatch code with two uses of InstVisitor. Improves | Nick Lewycky | 2006-10-12 | 1 | -93/+113 |
* | Implement SROA of unions with mixed pointers/integers in them. This implements | Chris Lattner | 2006-10-08 | 1 | -10/+16 |
* | Implement Transforms/ScalarRepl/union-pointer.ll:test | Chris Lattner | 2006-10-08 | 1 | -9/+13 |
* | add a new SimplifyDemandedVectorElts method, which works similarly to | Chris Lattner | 2006-10-05 | 1 | -8/+254 |
* | This case isn't implemented yet. It seems unlikely to be needed, but if it | Chris Lattner | 2006-10-04 | 1 | -4/+2 |
* | Simplify logic further. | Nick Lewycky | 2006-10-03 | 1 | -17/+8 |
* | Simplify, now that predsimplify depends on break-crit-edges. | Nick Lewycky | 2006-10-03 | 1 | -26/+8 |
* | Move break-crit-edges before the predicate simplifier. Allows us to | Nick Lewycky | 2006-10-03 | 1 | -7/+3 |
* | Revert previous patch. Still breaking things. | Evan Cheng | 2006-10-03 | 1 | -49/+1 |
* | Fix PR932 and Analysis/Dominators/2006-10-02-BreakCritEdges.ll: | Chris Lattner | 2006-10-03 | 1 | -15/+112 |
* | Fix a bug from r1.391 of this file, where we checked the size instead of | Chris Lattner | 2006-10-01 | 1 | -2/+2 |
* | Fix debug output | Chris Lattner | 2006-09-30 | 1 | -2/+1 |
* | Implement SRA of heap allocations. | Chris Lattner | 2006-09-30 | 1 | -10/+266 |
* | Add some ifdef'd out debug info | Chris Lattner | 2006-09-30 | 1 | -3/+30 |
* | Eliminate ConstantBool::True and ConstantBool::False. Instead, provide | Chris Lattner | 2006-09-28 | 6 | -119/+113 |
* | Another attempt at making ArgPromotion smarter. This patch no longer breaks ... | Owen Anderson | 2006-09-28 | 1 | -1/+49 |
* | simplify code | Chris Lattner | 2006-09-28 | 1 | -1/+1 |
* | set DEBUG_TYPE right | Chris Lattner | 2006-09-27 | 1 | -0/+1 |
* | Style changes only. Remove dead code, fix a comment. | Nick Lewycky | 2006-09-23 | 1 | -11/+4 |
* | 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 |
* | Fix Transforms/IndVarsSimplify/2006-09-20-LFTR-Crash.ll | Chris Lattner | 2006-09-21 | 1 | -15/+22 |
* | Don't rewrite ConstantExpr::get. | Nick Lewycky | 2006-09-21 | 1 | -44/+20 |
* | Once we're down to "setcc type constant1, constant2", at least come up | Nick Lewycky | 2006-09-20 | 1 | -18/+14 |
* | Use a total ordering to compare instructions. | Nick Lewycky | 2006-09-20 | 1 | -87/+101 |
* | simplify | Andrew Lenharth | 2006-09-20 | 1 | -12/+8 |
* | We went through all that trouble to compute whether it was safe to transform | Chris Lattner | 2006-09-20 | 1 | -6/+46 |