| Age | Commit message (Expand) | Author |
| 2006-05-12 | Remove dead var, fix bad override. | Chris Lattner |
| 2006-04-28 | Fix CodeGen/Generic/2006-04-28-Sign-extend-bool.ll | Chris Lattner |
| 2006-04-22 | JumpTable support! What this represents is working asm and jit support for | Nate Begeman |
| 2006-04-18 | Fix a crash on: | Chris Lattner |
| 2006-04-18 | pretty print node name | Chris Lattner |
| 2006-04-18 | Implement an important entry from README_ALTIVEC: | Chris Lattner |
| 2006-04-18 | Use vmladduhm to do v8i16 multiplies which is faster and simpler than doing | Chris Lattner |
| 2006-04-18 | Implement v16i8 multiply with this code: | Chris Lattner |
| 2006-04-18 | Lower v8i16 multiply into this code: | Chris Lattner |
| 2006-04-18 | Custom lower v4i32 multiplies into a cute sequence, instead of having legalize | Chris Lattner |
| 2006-04-17 | Make sure to check splats of every constant we can, handle splat(31) by | Chris Lattner |
| 2006-04-17 | Teach the ppc backend to use rol and vsldoi to generate splatted constants. | Chris Lattner |
| 2006-04-17 | Make some code more general, adding support for constant formation of several | Chris Lattner |
| 2006-04-17 | Learn how to make odd splatted constants in range [17,29]. This implements | Chris Lattner |
| 2006-04-17 | Pull some code out into a helper function. | Chris Lattner |
| 2006-04-17 | Implement a TODO: for any shuffle that can be viewed as a v4[if]32 shuffle, | Chris Lattner |
| 2006-04-16 | Implement a TODO: have the legalizer canonicalize a bunch of operations to | Chris Lattner |
| 2006-04-16 | Make the BUILD_VECTOR lowering code much more aggressive w.r.t constant vectors. | Chris Lattner |
| 2006-04-15 | Fix a crash when faced with a shuffle vector that has an undef in its mask. | Chris Lattner |
| 2006-04-14 | Allow undef in a shuffle mask | Chris Lattner |
| 2006-04-14 | Move the rest of the PPCTargetLowering::LowerOperation cases out into | Chris Lattner |
| 2006-04-14 | Pull the VECTOR_SHUFFLE and BUILD_VECTOR lowering code out into separate | Chris Lattner |
| 2006-04-13 | Force non-darwin targets to use a static relo model. This fixes PR734, | Chris Lattner |
| 2006-04-12 | Add a new way to match vector constants, which make it easier to bang bits of | Chris Lattner |
| 2006-04-12 | Rename get_VSPLI_elt -> get_VSPLTI_elt | Chris Lattner |
| 2006-04-12 | Ensure that zero vectors are always v4i32, which forces them to CSE with | Chris Lattner |
| 2006-04-11 | Vector function results go into V2 according to GCC. The darwin ABI doc | Chris Lattner |
| 2006-04-11 | Move some return-handling code from lowerarguments to the ISD::RET handling s... | Chris Lattner |
| 2006-04-08 | properly mark vector selects as expanded to select_cc | Chris Lattner |
| 2006-04-08 | Add VRRC select support | Chris Lattner |
| 2006-04-08 | Implement PowerPC/CodeGen/vec_splat.ll:spltish to use vsplish instead of a | Chris Lattner |
| 2006-04-08 | Change the interface to the predicate that determines if vsplti* can be used. | Chris Lattner |
| 2006-04-06 | Make sure to return the result in the right type. | Chris Lattner |
| 2006-04-06 | Match vpku[hw]um(x,x). | Chris Lattner |
| 2006-04-06 | Add support for matching vmrg(x,x) patterns | Chris Lattner |
| 2006-04-06 | Pattern match vmrg* instructions, which are now lowered by the CFE into shuff... | Chris Lattner |
| 2006-04-06 | Support pattern matching vsldoi(x,y) and vsldoi(x,x), which allows the f.e. to | Chris Lattner |
| 2006-04-06 | Compile the vpkuhum/vpkuwum intrinsics into vpkuhum/vpkuwum instead of into | Chris Lattner |
| 2006-04-05 | Fix CodeGen/PowerPC/2006-04-05-splat-ish.ll | Chris Lattner |
| 2006-04-05 | Fallthrough to expand if a VECTOR_SHUFFLE cannot be custom lowered. | Evan Cheng |
| 2006-04-04 | Fix some broken logic that would cause us to codegen {2147483647,2147483647,2... | Chris Lattner |
| 2006-04-04 | Ask legalize to promote all vector shuffles to be v16i8 instead of having to | Chris Lattner |
| 2006-04-03 | Revert accidentally committed hunks. | Chris Lattner |
| 2006-04-03 | Make sure to mark unsupported SCALAR_TO_VECTOR operations as expand. | Chris Lattner |
| 2006-04-02 | Inform the dag combiner that the predicate compares only return a low bit. | Chris Lattner |
| 2006-04-02 | Custom lower all BUILD_VECTOR's so that we can compile vec_splat_u8(8) into | Chris Lattner |
| 2006-03-31 | Rearrange code a bit | Chris Lattner |
| 2006-03-31 | Add, sub and shuffle are legal for all vector types | Chris Lattner |
| 2006-03-31 | note to self: *save* file, then check it in | Chris Lattner |
| 2006-03-31 | Implement an item from the readme, folding vcmp/vcmp. instructions with | Chris Lattner |