| Age | Commit message (Expand) | Author |
| 2007-09-05 | Add the 64-bit versions of the DS* Altivec instructions. | Bill Wendling |
| 2007-08-09 | Fix arguments for some Altivec instructions. From SWB. | Dale Johannesen |
| 2007-08-07 | Fix spelling of mtvscr and mfvscr. | Dale Johannesen |
| 2007-07-30 | Vector fneg must be expanded into fsub -0.0, X. | Evan Cheng |
| 2007-07-21 | No more noResults. | Evan Cheng |
| 2007-07-19 | Change instruction description to split OperandList into OutOperandList and | Evan Cheng |
| 2007-02-16 | fix incorrect encoding of vminsw. | Chris Lattner |
| 2006-07-18 | Make the implicit def instructions look like other instrs. | Chris Lattner |
| 2006-06-20 | Remove some now-unneeded casts from instruction patterns. With the casts | Chris Lattner |
| 2006-04-20 | Fix the CodeGen/PowerPC/buildvec_canonicalize.ll regression last night. | Chris Lattner |
| 2006-04-20 | Make sure that the new instructions selected have the right type. This fixes | Chris Lattner |
| 2006-04-16 | Implement a TODO: have the legalizer canonicalize a bunch of operations to | Chris Lattner |
| 2006-04-15 | Add patterns for matching vnots with bit converted inputs. Most of these will | 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-08 | Change the interface to the predicate that determines if vsplti* can be used. | 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 | Add all of the data stream intrinsics and instructions. woo | Chris Lattner |
| 2006-04-05 | Fix a typo | Chris Lattner |
| 2006-04-05 | add vsl | Chris Lattner |
| 2006-04-05 | add vmladduhm | Chris Lattner |
| 2006-04-05 | Add m[tf]vscr instructions. | Chris Lattner |
| 2006-04-04 | Add missing byte merges. | Chris Lattner |
| 2006-04-04 | Add FP -> Int Conversions | Chris Lattner |
| 2006-04-04 | add average intrinsics | Chris Lattner |
| 2006-04-04 | Ask legalize to promote all vector shuffles to be v16i8 instead of having to | Chris Lattner |
| 2006-04-04 | Plug in the byte and short splats | Chris Lattner |
| 2006-04-03 | Add the full set of min/max instructions | Chris Lattner |
| 2006-04-01 | Implement vnot using VNOR instead of using 'vspltisb v0, -1' and vxor | Chris Lattner |
| 2006-03-31 | Shrinkify some more intrinsic definitions. | Chris Lattner |
| 2006-03-31 | Pull operand asm string into base class, shrinkifying intrinsic definitions. | Chris Lattner |
| 2006-03-31 | Fix 80 column violations :) | Chris Lattner |
| 2006-03-31 | fix a pasto | Chris Lattner |
| 2006-03-31 | Add vperm support for all datatypes | Chris Lattner |
| 2006-03-31 | compactify some more instruction definitions | Chris Lattner |
| 2006-03-31 | Compactify comparisons. | Chris Lattner |
| 2006-03-31 | Lower vector compares to VCMP nodes, just like we lower vector comparison | Chris Lattner |
| 2006-03-30 | Add the rest of the vmul instructions and the vmulsum* instructions. | Chris Lattner |
| 2006-03-30 | Use a new tblgen feature to significantly shrinkify instruction definitions that | Chris Lattner |
| 2006-03-30 | Add a bunch of new instructions for intrinsics. | Chris Lattner |
| 2006-03-28 | Fix a couple typos | Nate Begeman |
| 2006-03-28 | Add a few more altivec intrinsics | Nate Begeman |
| 2006-03-28 | implement a bunch more intrinsics. | Chris Lattner |
| 2006-03-28 | Use normal lvx for scalar_to_vector instead of lve*x. They do the exact | Chris Lattner |
| 2006-03-28 | Tblgen doesn't like multiple SDNode<> definitions that map to the sameenum va... | Chris Lattner |
| 2006-03-27 | Fix the JIT encoding of VSEL | Chris Lattner |