| Age | Commit message (Expand) | Author |
| 2006-05-13 | Add/Sub/Mul are safe to promote here as well. Incrementing a single-bit | Chris Lattner |
| 2006-05-13 | Implement simple promotion for cast elimination in instcombine. This is | Chris Lattner |
| 2006-05-12 | Remove some dead variables. | Chris Lattner |
| 2006-05-12 | Remove dead stuff | Chris Lattner |
| 2006-05-11 | Refactor some code, making it simpler. | Chris Lattner |
| 2006-05-10 | Two changes: | Chris Lattner |
| 2006-05-09 | Patch to make some xforms preserve each other. Patch contributed by | Chris Lattner |
| 2006-05-06 | Move some code around. | Chris Lattner |
| 2006-05-05 | Fix an infinite loop compiling oggenc last night. | Chris Lattner |
| 2006-05-05 | Implement InstCombine/cast.ll:test29 | Chris Lattner |
| 2006-05-04 | Fix Transforms/InstCombine/2006-05-04-DemandedBitCrash.ll | Chris Lattner |
| 2006-05-02 | Add pass ID's for various passes, so they can be AddRequiredID. Patch by | Chris Lattner |
| 2006-04-28 | Fix InstCombine/2006-04-28-ShiftShiftLongLong.ll | Chris Lattner |
| 2006-04-28 | Fix Transforms/Reassociate/2006-04-27-ReassociateVector.ll | Chris Lattner |
| 2006-04-27 | Add support for inserting undef into a vector. This implements | Chris Lattner |
| 2006-04-27 | Fix some nondeterminstic behavior in the mem2reg pass that (in addition to | Chris Lattner |
| 2006-04-20 | Fix Transforms/ScalarRepl/2006-04-20-PromoteCrash.ll | Chris Lattner |
| 2006-04-20 | Make code match cvs commit message :) | Andrew Lenharth |
| 2006-04-20 | If we can convert the return pointer type into an integer that IntPtrType | Andrew Lenharth |
| 2006-04-17 | Turn x86 unaligned load/store intrinsics into aligned load/store instructions | Chris Lattner |
| 2006-04-16 | Fix a bug in the 'shuffle(undef,x,mask) -> shuffle(x, undef,mask')' xform | Chris Lattner |
| 2006-04-16 | Canonicalize shuffle(undef,x,mask) -> shuffle(x, undef,mask'). | Chris Lattner |
| 2006-04-15 | significant cleanups to code that uses insert/extractelt heavily. This builds | Chris Lattner |
| 2006-04-14 | Teach scalarrepl to promote unions of vectors and floats, producing | Chris Lattner |
| 2006-04-13 | linear -> constant time | Andrew Lenharth |
| 2006-04-12 | Get rid of a signed/unsigned compare warning. | Reid Spencer |
| 2006-04-12 | Turn casts into getelementptr's when possible. This enables SROA to be more | Chris Lattner |
| 2006-04-10 | Implement vec_shuffle.ll:test3 | Chris Lattner |
| 2006-04-10 | Implement InstCombine/vec_shuffle.ll:test[12] | Chris Lattner |
| 2006-04-10 | Add a simple pass to make sure that all (non-library) calls to malloc and free | Andrew Lenharth |
| 2006-04-08 | Add supprot for shufflevector | Chris Lattner |
| 2006-04-07 | Fix inlining of insert/extract element constantexprs | Chris Lattner |
| 2006-04-06 | Lower vperm(x,y, mask) -> shuffle(x,y,mask) if mask is constant. This allows | Chris Lattner |
| 2006-04-02 | vector casts of casts are eliminable. Transform this: | Chris Lattner |
| 2006-04-02 | Allow transforming this: | Chris Lattner |
| 2006-04-02 | Turn altivec lvx/stvx intrinsics into loads and stores. This allows the | Chris Lattner |
| 2006-04-02 | Adjust to change in Intrinsics.gen interface. | Chris Lattner |
| 2006-04-01 | add valuemapper support for inline asm | Chris Lattner |
| 2006-04-01 | Fix InstCombine/2006-04-01-InfLoop.ll | Chris Lattner |
| 2006-04-01 | Fold A^(B&A) -> (B&A)^A | Chris Lattner |
| 2006-03-31 | If we can look through vector operations to find the scalar version of an | Chris Lattner |
| 2006-03-31 | extractelement(undef,x) -> undef | Chris Lattner |
| 2006-03-30 | Fix Transforms/InstCombine/2006-03-30-ExtractElement.ll | Chris Lattner |
| 2006-03-27 | teach the inliner to work with packed constants | Chris Lattner |
| 2006-03-25 | Don't crash on packed logical ops | Chris Lattner |
| 2006-03-24 | Fix spello | Chris Lattner |
| 2006-03-24 | add the actual cost to the debug info | Chris Lattner |
| 2006-03-23 | Strip changes to llvm.dbg intrinsics. | Jim Laskey |
| 2006-03-23 | Can't combine anymore - we don't have a chain through llvm.dbg intrinsics. | Jim Laskey |
| 2006-03-22 | silence a bogus gcc warning | Chris Lattner |