| Commit message (Expand) | Author | Age | Files | Lines |
* | [PowerPC] Make specialized AltiVec patterns isCodeGenOnly | Ulrich Weigand | 2013-07-03 | 1 | -2/+3 |
* | PowerPC: Use RegisterOperand instead of RegisterClass operands | Ulrich Weigand | 2013-04-26 | 1 | -72/+72 |
* | PowerPC: Fix encoding of vsubcuw and vsum4sbs instructions | Ulrich Weigand | 2013-04-26 | 1 | -2/+2 |
* | PPC: Add a FIXME regarding the non-working fma+fneg Altivec pattern | Hal Finkel | 2013-04-03 | 1 | -0/+2 |
* | More direct types in PowerPC AltiVec intrinsics. | Ulrich Weigand | 2013-04-03 | 1 | -47/+29 |
* | Use PPC reciprocal estimates with Newton iteration in fast-math mode | Hal Finkel | 2013-04-03 | 1 | -0/+3 |
* | Use direct types in most PowerPC Altivec instructions and patterns. | Bill Schmidt | 2013-03-28 | 1 | -236/+333 |
* | PowerPC: Mark patterns as isCodeGenOnly. | Ulrich Weigand | 2013-03-26 | 1 | -0/+3 |
* | Protect PPC Altivec patterns with a predicate | Hal Finkel | 2013-03-15 | 1 | -0/+6 |
* | This patch fixes the Altivec addend construction for the fused multiply-add | Adhemerval Zanella | 2012-11-30 | 1 | -5/+7 |
* | PowerPC: Lowering floor intrinsic for Altivec | Adhemerval Zanella | 2012-11-15 | 1 | -0/+10 |
* | Add floating-point to and from integer conversion | Adhemerval Zanella | 2012-10-08 | 1 | -0/+32 |
* | Convert the PPC backend to use the new FMA infrastructure. | Hal Finkel | 2012-06-22 | 1 | -7/+3 |
* | Split the LdStGeneral PPC itin. class into LdStLoad and LdStStore. | Hal Finkel | 2012-04-01 | 1 | -24/+24 |
* | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -3/+3 |
* | fix up vnot matching, eliminating a dead pattern, correcting a couple of | Chris Lattner | 2010-03-28 | 1 | -6/+11 |
* | Fix a bunch of ambiguous patterns which tblgen happens to infer types | Chris Lattner | 2010-03-08 | 1 | -7/+7 |
* | PR3628: Add patterns to match SHL/SRL/SRA to the corresponding Altivec | Eli Friedman | 2009-06-07 | 1 | -0/+22 |
* | 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan. | Nate Begeman | 2009-04-27 | 1 | -82/+97 |
* | Revert 69952. Causes testsuite failures on linux x86-64. | Rafael Espindola | 2009-04-24 | 1 | -97/+82 |
* | PR2957 | Nate Begeman | 2009-04-24 | 1 | -82/+97 |
* | Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning. | Dan Gohman | 2008-12-03 | 1 | -1/+1 |
* | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif | 2008-08-28 | 1 | -3/+3 |
* | Replace all target specific implicit def instructions with a target independe... | Evan Cheng | 2008-03-15 | 1 | -8/+0 |
* | rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate. | Chris Lattner | 2008-01-06 | 1 | -1/+1 |
* | remove some isStore flags that are now inferred automatically. | Chris Lattner | 2008-01-06 | 1 | -1/+1 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Add the 64-bit versions of the DS* Altivec instructions. | Bill Wendling | 2007-09-05 | 1 | -14/+45 |
* | Fix arguments for some Altivec instructions. From SWB. | Dale Johannesen | 2007-08-09 | 1 | -9/+15 |
* | Fix spelling of mtvscr and mfvscr. | Dale Johannesen | 2007-08-07 | 1 | -2/+2 |
* | Vector fneg must be expanded into fsub -0.0, X. | Evan Cheng | 2007-07-30 | 1 | -2/+6 |
* | No more noResults. | Evan Cheng | 2007-07-21 | 1 | -3/+1 |
* | Change instruction description to split OperandList into OutOperandList and | Evan Cheng | 2007-07-19 | 1 | -58/+58 |
* | fix incorrect encoding of vminsw. | Chris Lattner | 2007-02-16 | 1 | -1/+1 |
* | Make the implicit def instructions look like other instrs. | Chris Lattner | 2006-07-18 | 1 | -1/+1 |
* | Remove some now-unneeded casts from instruction patterns. With the casts | Chris Lattner | 2006-06-20 | 1 | -11/+11 |
* | Fix the CodeGen/PowerPC/buildvec_canonicalize.ll regression last night. | Chris Lattner | 2006-04-20 | 1 | -1/+1 |
* | Make sure that the new instructions selected have the right type. This fixes | Chris Lattner | 2006-04-20 | 1 | -5/+5 |
* | Implement a TODO: have the legalizer canonicalize a bunch of operations to | Chris Lattner | 2006-04-16 | 1 | -41/+6 |
* | Add patterns for matching vnots with bit converted inputs. Most of these will | Chris Lattner | 2006-04-15 | 1 | -0/+17 |
* | Rename get_VSPLI_elt -> get_VSPLTI_elt | Chris Lattner | 2006-04-12 | 1 | -23/+10 |
* | Ensure that zero vectors are always v4i32, which forces them to CSE with | Chris Lattner | 2006-04-12 | 1 | -5/+2 |
* | Change the interface to the predicate that determines if vsplti* can be used. | Chris Lattner | 2006-04-08 | 1 | -12/+6 |
* | Match vpku[hw]um(x,x). | Chris Lattner | 2006-04-06 | 1 | -14/+25 |
* | Add support for matching vmrg(x,x) patterns | Chris Lattner | 2006-04-06 | 1 | -6/+40 |
* | Pattern match vmrg* instructions, which are now lowered by the CFE into shuff... | Chris Lattner | 2006-04-06 | 1 | -6/+44 |
* | Support pattern matching vsldoi(x,y) and vsldoi(x,x), which allows the f.e. to | Chris Lattner | 2006-04-06 | 1 | -3/+27 |
* | Compile the vpkuhum/vpkuwum intrinsics into vpkuhum/vpkuwum instead of into | Chris Lattner | 2006-04-06 | 1 | -2/+13 |
* | Add all of the data stream intrinsics and instructions. woo | Chris Lattner | 2006-04-05 | 1 | -0/+21 |
* | Fix a typo | Chris Lattner | 2006-04-05 | 1 | -1/+1 |