| Commit message (Expand) | Author | Age | Files | Lines |
* | add newline to debug dump | Chris Lattner | 2009-09-15 | 1 | -1/+1 |
* | When extending a memset range past the front, set the alignment of the | Dan Gohman | 2009-09-14 | 1 | -0/+1 |
* | Fix SplitCriticalEdge to properly update LCSSA form when splitting a | Dan Gohman | 2009-09-09 | 1 | -16/+1 |
* | Reflow comment. | Mike Stump | 2009-09-09 | 1 | -5/+5 |
* | Fix an 80-column violation. | Dan Gohman | 2009-09-09 | 1 | -3/+3 |
* | remove an extremely dubious instcombine transformation of | Chris Lattner | 2009-09-08 | 1 | -42/+14 |
* | Re-apply r80926, with fixes: keep the domtree informed of new blocks | Dan Gohman | 2009-09-08 | 3 | -69/+52 |
* | remove a turd | Chris Lattner | 2009-09-08 | 1 | -1/+0 |
* | instcombine transforms vector loads that are only used by | Chris Lattner | 2009-09-08 | 1 | -22/+27 |
* | Fix PR4882, by making MemCpyOpt not dereference removed stores to get the | Chris Lattner | 2009-09-08 | 1 | -12/+11 |
* | Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed. | Dan Gohman | 2009-09-07 | 1 | -41/+32 |
* | Remove some not-really-used variables, as warned | Duncan Sands | 2009-09-06 | 1 | -3/+0 |
* | Fix a possible crash call setIsInBounds. | Daniel Dunbar | 2009-09-06 | 1 | -2/+2 |
* | Revert r80926. It causes loop unswitch assertion and slow down some JIT tests... | Evan Cheng | 2009-09-06 | 3 | -42/+69 |
* | Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", this | Daniel Dunbar | 2009-09-06 | 1 | -33/+43 |
* | Include optional subclass flags, such as inbounds, nsw, etc., in the | Dan Gohman | 2009-09-04 | 1 | -43/+33 |
* | Add a verifyAnalysis to LoopInfo, LoopSimplify, and LCSSA form that verify | Dan Gohman | 2009-09-03 | 3 | -69/+42 |
* | Change PHINode::hasConstantValue to have a DominatorTree argument | Dan Gohman | 2009-09-03 | 1 | -1/+1 |
* | Keep track of how many memmove calls were turned into | Duncan Sands | 2009-09-03 | 1 | -1/+4 |
* | In C++, code is not allowed to call main. In C it is, this | Chris Lattner | 2009-09-03 | 1 | -57/+4 |
* | back out my recent commit (r80858), it seems to break self-hosting buildbot's... | Gabor Greif | 2009-09-03 | 1 | -1/+1 |
* | re-commit r66920 (which has been backed out in r66953) I may have more luck t... | Gabor Greif | 2009-09-03 | 1 | -1/+1 |
* | fix PR4815: some cases where DeleteDeadInstruction can delete | Chris Lattner | 2009-09-02 | 1 | -3/+13 |
* | clean up this code a bit. | Chris Lattner | 2009-09-02 | 1 | -64/+67 |
* | eliminate VISIBILITY_HIDDEN from Transforms/Scalar. PR4861 | Chris Lattner | 2009-09-02 | 30 | -118/+82 |
* | fix PR4837, some bugs folding vector compares. These | Chris Lattner | 2009-09-02 | 1 | -7/+7 |
* | enhance memcpy opt to turn memmoves into memcpy when the src/dest | Chris Lattner | 2009-09-01 | 1 | -6/+41 |
* | random code cleanups, no functionality change. | Chris Lattner | 2009-09-01 | 1 | -63/+62 |
* | fix some cases where instcombine would change hte IR but not return true | Chris Lattner | 2009-08-31 | 1 | -8/+10 |
* | improve -debug output, so that -debug is more likely to print when | Chris Lattner | 2009-08-31 | 1 | -3/+6 |
* | fix a bug I introduced with my 'instcombine builder' refactoring | Chris Lattner | 2009-08-31 | 1 | -2/+6 |
* | Fix PR4748: don't fold gep(bitcast(x)) into bitcast(gep) when x | Chris Lattner | 2009-08-30 | 1 | -0/+7 |
* | misc cleanup | Chris Lattner | 2009-08-30 | 1 | -13/+13 |
* | add getPointerAddressSpace() to GEP instruction, use the method | Chris Lattner | 2009-08-30 | 3 | -9/+6 |
* | eliminate InsertCastBefore, use the builder instead. | Chris Lattner | 2009-08-30 | 1 | -50/+19 |
* | eliminate InsertBitCastBefore, just use the builder instead. | Chris Lattner | 2009-08-30 | 1 | -27/+24 |
* | convert a bunch more calls to InsertNewInstBefore to use | Chris Lattner | 2009-08-30 | 1 | -205/+137 |
* | fix typo | Chris Lattner | 2009-08-30 | 1 | -1/+1 |
* | give instcombine a custom IRBuilder that adds new instructions to the | Chris Lattner | 2009-08-30 | 1 | -304/+193 |
* | add a new InstCombineWorklist::AddValue method that works even | Chris Lattner | 2009-08-30 | 1 | -16/+13 |
* | move AddUsersToWorkList to the worklist processing class, make the | Chris Lattner | 2009-08-30 | 1 | -16/+16 |
* | rename AddUsesToWorkList -> AddOperandsToWorkList. The | Chris Lattner | 2009-08-30 | 1 | -31/+13 |
* | inline the trivial AddToWorkList/RemoveFromWorkList methods | Chris Lattner | 2009-08-30 | 1 | -104/+65 |
* | fix a bug I introduced in r80478 found by the build bot. | Chris Lattner | 2009-08-30 | 1 | -1/+2 |
* | refactor instcombine's worklist processing stuff out to its own class. | Chris Lattner | 2009-08-30 | 1 | -26/+58 |
* | more cleanups: remove some redundant code, and simplify some | Chris Lattner | 2009-08-30 | 1 | -49/+15 |
* | eliminate the temporary SrcGEPOperands smallvector. | Chris Lattner | 2009-08-30 | 1 | -18/+15 |
* | simplify/detangle some control flow. | Chris Lattner | 2009-08-30 | 1 | -20/+15 |
* | simplify and cleanup some code, remove some code that just | Chris Lattner | 2009-08-30 | 1 | -75/+29 |
* | Remove an unnecessary Context argument. | Dan Gohman | 2009-08-29 | 1 | -5/+3 |