| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Transforms/ScalarRepl/2006-04-20-PromoteCrash.ll | Chris Lattner | 2006-04-20 | 1 | -1/+1 |
* | Fix the CodeGen/PowerPC/buildvec_canonicalize.ll regression last night. | Chris Lattner | 2006-04-20 | 1 | -1/+1 |
* | add a note | Chris Lattner | 2006-04-20 | 1 | -0/+18 |
* | remove some v9 specific code | Chris Lattner | 2006-04-20 | 1 | -20/+0 |
* | This field no longer exists | Chris Lattner | 2006-04-20 | 1 | -2/+0 |
* | Remove this obsolete file | Chris Lattner | 2006-04-20 | 1 | -266/+0 |
* | Remove some of the obvious V9-specific cruft | Chris Lattner | 2006-04-20 | 1 | -101/+2 |
* | This target is no longer built. The ,v files now live in the reoptimizer. | Chris Lattner | 2006-04-20 | 90 | -32210/+0 |
* | Make code match cvs commit message :) | Andrew Lenharth | 2006-04-20 | 1 | -1/+1 |
* | If we can convert the return pointer type into an integer that IntPtrType | Andrew Lenharth | 2006-04-20 | 1 | -2/+4 |
* | - Added support to turn "vector clear elements", e.g. pand V, <-1, -1, 0, -1> | Evan Cheng | 2006-04-20 | 2 | -77/+232 |
* | Turn a VAND into a VECTOR_SHUFFLE is applicable. | Evan Cheng | 2006-04-20 | 1 | -1/+64 |
* | Make sure that the new instructions selected have the right type. This fixes | Chris Lattner | 2006-04-20 | 1 | -5/+5 |
* | Implement folding of a bunch of binops with undef | Chris Lattner | 2006-04-20 | 1 | -0/+46 |
* | Handle v2i64 BUILD_VECTOR custom lowering correctly. v2i64 is a legal type, | Evan Cheng | 2006-04-20 | 1 | -1/+16 |
* | isSplatMask() bug: first element can be an undef. | Evan Cheng | 2006-04-19 | 1 | -6/+18 |
* | Simplify some code | Chris Lattner | 2006-04-19 | 1 | -5/+1 |
* | - Added support to do aribitrary 4 wide shuffle with no more than three | Evan Cheng | 2006-04-19 | 1 | -7/+54 |
* | Prefer {p}unpack* and mov*dup over {p}shuf* as well. | Evan Cheng | 2006-04-19 | 1 | -3/+13 |
* | Renamed AddedCost to AddedComplexity. | Evan Cheng | 2006-04-19 | 2 | -6/+6 |
* | - Renamed AddedCost to AddedComplexity. | Evan Cheng | 2006-04-19 | 1 | -11/+18 |
* | Commute vector_shuffle to match more movlhps, movlp{s|d} cases. | Evan Cheng | 2006-04-19 | 2 | -63/+59 |
* | More mov{h|l}p{d|s} patterns. | Evan Cheng | 2006-04-19 | 1 | -21/+26 |
* | - More mov{h|l}ps patterns. | Evan Cheng | 2006-04-19 | 1 | -2/+25 |
* | Allow "let AddedCost = n in" to increase pattern complexity. | Evan Cheng | 2006-04-19 | 2 | -1/+5 |
* | add a note | Chris Lattner | 2006-04-19 | 1 | -0/+31 |
* | Another simple case type merge case to try | Andrew Lenharth | 2006-04-19 | 1 | -0/+24 |
* | deal with memchr | Andrew Lenharth | 2006-04-19 | 1 | -0/+7 |
* | friendlier error message | Andrew Lenharth | 2006-04-19 | 1 | -1/+1 |
* | add a note | Chris Lattner | 2006-04-19 | 1 | -0/+30 |
* | Add a note. | Chris Lattner | 2006-04-19 | 1 | -0/+58 |
* | stupid stuff | Andrew Lenharth | 2006-04-19 | 1 | -3/+7 |
* | I understand now. Shoot. | Andrew Lenharth | 2006-04-18 | 1 | -21/+3 |
* | - PEXTRW cannot take a memory location as its first source operand. | Evan Cheng | 2006-04-18 | 2 | -9/+1 |
* | SHUFP{S|D}, PSHUF* encoding bugs. Left out the mask immediate operand. | Evan Cheng | 2006-04-18 | 1 | -5/+5 |
* | Name change for clarity sake | Evan Cheng | 2006-04-18 | 1 | -9/+9 |
* | Encoding bug: CMPPSrmi, CMPPDrmi dropped operand 2 (condtion immediate). | Evan Cheng | 2006-04-18 | 1 | -2/+2 |
* | Name change for clarity sake | Evan Cheng | 2006-04-18 | 1 | -4/+4 |
* | Left a pattern out | Evan Cheng | 2006-04-18 | 1 | -0/+4 |
* | llvm.memc* improvements. helps PA a lot in some specmarks | Andrew Lenharth | 2006-04-18 | 1 | -2/+7 |
* | llvm.memc* improvements. helps PA a lot in some specmarks | Andrew Lenharth | 2006-04-18 | 1 | -4/+11 |
* | These are correctly encoded by the JIT. I checked :) | Chris Lattner | 2006-04-18 | 1 | -2/+0 |
* | add a note | Chris Lattner | 2006-04-18 | 1 | -0/+23 |
* | Fix a crash on: | Chris Lattner | 2006-04-18 | 1 | -2/+24 |
* | Fixed an encoding bug: movd from XMM to R32. | Evan Cheng | 2006-04-18 | 1 | -1/+1 |
* | pretty print node name | Chris Lattner | 2006-04-18 | 1 | -0/+1 |
* | Implement an important entry from README_ALTIVEC: | Chris Lattner | 2006-04-18 | 4 | -24/+106 |
* | move some stuff around, clean things up | Chris Lattner | 2006-04-18 | 1 | -14/+11 |
* | Teach the codegen about instructions used for SSE spill code, allowing it | Chris Lattner | 2006-04-18 | 1 | -0/+4 |
* | Use vmladduhm to do v8i16 multiplies which is faster and simpler than doing | Chris Lattner | 2006-04-18 | 1 | -18/+3 |