Age | Commit message (Expand) | Author |
2012-11-30 | This patch fixes the Altivec addend construction for the fused multiply-add | Adhemerval Zanella |
2012-11-15 | PowerPC: Lowering floor intrinsic for Altivec | Adhemerval Zanella |
2012-10-08 | Add floating-point to and from integer conversion | Adhemerval Zanella |
2012-06-22 | Convert the PPC backend to use the new FMA infrastructure. | Hal Finkel |
2012-04-01 | Split the LdStGeneral PPC itin. class into LdStLoad and LdStStore. | Hal Finkel |
2012-02-18 | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu |
2010-03-28 | fix up vnot matching, eliminating a dead pattern, correcting a couple of | Chris Lattner |
2010-03-08 | Fix a bunch of ambiguous patterns which tblgen happens to infer types | Chris Lattner |
2009-06-07 | PR3628: Add patterns to match SHL/SRL/SRA to the corresponding Altivec | Eli Friedman |
2009-04-27 | 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan. | Nate Begeman |
2009-04-24 | Revert 69952. Causes testsuite failures on linux x86-64. | Rafael Espindola |
2009-04-24 | PR2957 | Nate Begeman |
2008-12-03 | Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning. | Dan Gohman |
2008-08-28 | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif |
2008-03-15 | Replace all target specific implicit def instructions with a target independe... | Evan Cheng |
2008-01-06 | rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate. | Chris Lattner |
2008-01-06 | remove some isStore flags that are now inferred automatically. | Chris Lattner |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
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 |