| Age | Commit message (Expand) | Author |
| 2010-02-03 | If we're dealing with a zero-length array, don't lower to any | Eric Christopher |
| 2010-02-03 | Revert 94937 and move the noreturn check to codegen. | Evan Cheng |
| 2010-02-03 | Recommit this, looks like it wasn't the cause. | Eric Christopher |
| 2010-02-02 | Hopefully temporarily revert this. | Eric Christopher |
| 2010-02-02 | Re-add strcmp and known size object size checking optimization. | Eric Christopher |
| 2010-02-02 | don't turn (A & (C0?-1:0)) | (B & ~(C0?-1:0)) -> C0 ? A : B | Chris Lattner |
| 2010-02-02 | fix a crash in loop unswitch on a loop invariant vector condition. | Chris Lattner |
| 2010-02-02 | remove an unreduced testcase, rename another. | Chris Lattner |
| 2010-02-01 | fix PR6195, a bug constant folding scalar -> vector compares. | Chris Lattner |
| 2010-02-01 | fix PR6197 - infinite recursion in ipsccp due to block addresses | Chris Lattner |
| 2010-02-01 | Generalize target-independent folding rules for sizeof to handle more | Dan Gohman |
| 2010-02-01 | fix rdar://7590304, a miscompilation of objc apps on arm. The caller | Chris Lattner |
| 2010-02-01 | fix rdar://7590304, an infinite loop in instcombine. In the invoke | Chris Lattner |
| 2010-01-31 | Remove test which is no longer relevant. | Eli Friedman |
| 2010-01-31 | Simplify/generalize the xor+add->sign-extend instcombine. | Eli Friedman |
| 2010-01-31 | Add a small transform: transform -(X<<Y) to (-X<<Y) when the shift has a single | Eli Friedman |
| 2010-01-31 | Do not mark no-return calls tail calls. It'll screw up special calls like lon... | Evan Cheng |
| 2010-01-30 | Check alignment of loads when deciding whether it is safe to execute them | Bob Wilson |
| 2010-01-30 | Remove ARM-specific calling convention from this test. Target data is | Bob Wilson |
| 2010-01-29 | Revert my last couple of patches. They appear to have broken bison. | Eric Christopher |
| 2010-01-29 | Improve isSafeToLoadUnconditionally to recognize that GEPs with constant | Bob Wilson |
| 2010-01-29 | Make strcpy_chk lower to strcpy if we have a safe size. | Eric Christopher |
| 2010-01-29 | Add constant support to object size handling and remove default | Eric Christopher |
| 2010-01-28 | Fix PR6165. The bug was that LHSKnownZero was being and'd with DemandedMask | Duncan Sands |
| 2010-01-27 | Avoid creating redundant PHIs in SSAUpdater::GetValueInMiddleOfBlock. | Bob Wilson |
| 2010-01-27 | When converting dbg.declare to dbg.value, attach promoted store's debug metad... | Victor Hernandez |
| 2010-01-26 | -disable-output is no longer needed with -analyze. | Dan Gohman |
| 2010-01-26 | In mem2reg, for all alloca/stores that get promoted where the alloca has an a... | Victor Hernandez |
| 2010-01-25 | Revert r94260 until findDbgDeclare() is made more efficient | Victor Hernandez |
| 2010-01-24 | change the canonical form of "cond ? -1 : 0" to be | Chris Lattner |
| 2010-01-23 | Speculatively revert r94322 to see if it fixes darwin selfhost buildbot. | Nick Lewycky |
| 2010-01-23 | third bug from PR6119: the xor dupe extension allows | Chris Lattner |
| 2010-01-23 | Teach DAE that even though it can't modify the function signature of an | Nick Lewycky |
| 2010-01-23 | add an early out to ProcessBranchOnXOR to speed it up, | Chris Lattner |
| 2010-01-23 | fix a crash in jump threading, PR6119 | Chris Lattner |
| 2010-01-23 | implement a simple instcombine xform that has been in the | Chris Lattner |
| 2010-01-23 | InstCombine should not fold sext/zext of a vector and a bitcast to a scalar t... | Mon P Wang |
| 2010-01-23 | In mem2reg, for all alloca/stores that get promoted where the alloca has an a... | Victor Hernandez |
| 2010-01-22 | Revert LoopStrengthReduce.cpp to pre-r94061 for now. | Dan Gohman |
| 2010-01-21 | Fix a crasher trying to fold each element in a comparison between two vectors | Nick Lewycky |
| 2010-01-21 | Re-implement the main strength-reduction portion of LoopStrengthReduction. | Dan Gohman |
| 2010-01-19 | Add nounwinds. | Dan Gohman |
| 2010-01-19 | optimize ~(~X >>s Y) --> (X >>s Y), patch by Edmund Grimley | Chris Lattner |
| 2010-01-19 | Fix a crash in scalarrepl for memcpy/memmove where the source and destination | Bob Wilson |
| 2010-01-18 | my instcombine transformations to make extension elimination more | Chris Lattner |
| 2010-01-18 | filecheckize this. | Chris Lattner |
| 2010-01-18 | filecheckize | Chris Lattner |
| 2010-01-18 | remove a redundant test, filecheckize another. | Chris Lattner |
| 2010-01-17 | Reduce fsub-fadd.ll and merge it into fsub-fsub.ll. Rename fsub-fsub.ll to | Bill Wendling |
| 2010-01-13 | When the visitSub method was split into visitSub and visitFSub, this xform was | Bill Wendling |