Age | Commit message (Expand) | Author |
2009-09-21 | fix PR5016, a crash I introduced in GVN handing first class | Chris Lattner |
2009-09-21 | enable non-local analysis and PRE of large store -> little load. | Chris Lattner |
2009-09-21 | convert an std::pair to an explicit struct. | Chris Lattner |
2009-09-21 | move some functions, add a comment. | Chris Lattner |
2009-09-21 | split HandleLoadFromClobberingStore in two pieces: one that does the | Chris Lattner |
2009-09-21 | Improve GVN to be able to forward substitute a small load | Chris Lattner |
2009-09-21 | formatting cleanups, no functionality change. | Chris Lattner |
2009-09-20 | Move CoerceAvailableValueToLoadType earlier in GVN.cpp. Hook it up | Chris Lattner |
2009-09-20 | change the interface to CoerceAvailableValueToLoadType to be | Chris Lattner |
2009-09-20 | enhance GVN to forward substitute a stored value to a load | Chris Lattner |
2009-09-20 | Tabs -> spaces, and remove trailing whitespace. | Daniel Dunbar |
2009-09-18 | Enhance transform passes so that they apply the same tranforms to malloc call... | Victor Hernandez |
2009-09-17 | Update CMake. | Daniel Dunbar |
2009-09-16 | Add a new pass for doing late hoisting of floating-point and vector | Dan Gohman |
2009-09-16 | Change FoldPHIArgBinOpIntoPHI to decline folding if it would introduce two | Dan Gohman |
2009-09-16 | Preserve ProfileInfo during CodeGenPrepare. | Andreas Neustifter |
2009-09-16 | Don't sink gep operators through phi nodes if the result would require | Dan Gohman |
2009-09-15 | Add more newlines to make up for the ones removed from the end of instructions. | Nick Lewycky |
2009-09-15 | add newline to debug dump | Chris Lattner |
2009-09-14 | When extending a memset range past the front, set the alignment of the | Dan Gohman |
2009-09-09 | Fix SplitCriticalEdge to properly update LCSSA form when splitting a | Dan Gohman |
2009-09-09 | Reflow comment. | Mike Stump |
2009-09-09 | Fix an 80-column violation. | Dan Gohman |
2009-09-08 | remove an extremely dubious instcombine transformation of | Chris Lattner |
2009-09-08 | Re-apply r80926, with fixes: keep the domtree informed of new blocks | Dan Gohman |
2009-09-08 | remove a turd | Chris Lattner |
2009-09-08 | instcombine transforms vector loads that are only used by | Chris Lattner |
2009-09-08 | Fix PR4882, by making MemCpyOpt not dereference removed stores to get the | Chris Lattner |
2009-09-07 | Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed. | Dan Gohman |
2009-09-06 | Remove some not-really-used variables, as warned | Duncan Sands |
2009-09-06 | Fix a possible crash call setIsInBounds. | Daniel Dunbar |
2009-09-06 | Revert r80926. It causes loop unswitch assertion and slow down some JIT tests... | Evan Cheng |
2009-09-06 | Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", this | Daniel Dunbar |
2009-09-04 | Include optional subclass flags, such as inbounds, nsw, etc., in the | Dan Gohman |
2009-09-03 | Add a verifyAnalysis to LoopInfo, LoopSimplify, and LCSSA form that verify | Dan Gohman |
2009-09-03 | Change PHINode::hasConstantValue to have a DominatorTree argument | Dan Gohman |
2009-09-03 | Keep track of how many memmove calls were turned into | Duncan Sands |
2009-09-03 | In C++, code is not allowed to call main. In C it is, this | Chris Lattner |
2009-09-03 | back out my recent commit (r80858), it seems to break self-hosting buildbot's... | Gabor Greif |
2009-09-03 | re-commit r66920 (which has been backed out in r66953) I may have more luck t... | Gabor Greif |
2009-09-02 | fix PR4815: some cases where DeleteDeadInstruction can delete | Chris Lattner |
2009-09-02 | clean up this code a bit. | Chris Lattner |
2009-09-02 | eliminate VISIBILITY_HIDDEN from Transforms/Scalar. PR4861 | Chris Lattner |
2009-09-02 | fix PR4837, some bugs folding vector compares. These | Chris Lattner |
2009-09-01 | enhance memcpy opt to turn memmoves into memcpy when the src/dest | Chris Lattner |
2009-09-01 | random code cleanups, no functionality change. | Chris Lattner |
2009-08-31 | fix some cases where instcombine would change hte IR but not return true | Chris Lattner |
2009-08-31 | improve -debug output, so that -debug is more likely to print when | Chris Lattner |
2009-08-31 | fix a bug I introduced with my 'instcombine builder' refactoring | Chris Lattner |
2009-08-30 | Fix PR4748: don't fold gep(bitcast(x)) into bitcast(gep) when x | Chris Lattner |