Bitcasts between FP and INT values using direct moves
[oota-llvm.git] / lib / Target / PowerPC / PPCInstrVSX.td
2015-12-10 Nemanja IvanovicBitcasts between FP and INT values using direct moves
2015-10-09 Nemanja IvanovicVector element extraction without stack operations...
2015-09-29 Nemanja IvanovicAddition of interfaces the BE to conform to Table A...
2015-08-30 Hal Finkel[PowerPC] Fixup SELECT_CC (and SETCC) patterns with...
2015-08-13 Nemanja IvanovicScalar to vector conversions using direct moves
2015-07-14 Nemanja IvanovicAdd missing builtins to the PPC back end for ABI compli...
2015-07-10 Nemanja IvanovicNFC. Added a blank line for consistency.
2015-07-10 Nemanja IvanovicAdd missing builtins to the PPC back end for ABI compli...
2015-07-05 Nemanja IvanovicAdd missing builtins to the PPC back end for ABI compli...
2015-06-26 Nemanja IvanovicAdd missing builtins to the PPC back end for ABI compli...
2015-05-29 Nemanja IvanovicAdd support for VSX FMA single-precision instructions...
2015-05-21 Nemanja IvanovicAdd support for VSX scalar single-precision arithmetic...
2015-05-07 Nemanja IvanovicAdd VSX Scalar loads and stores to the PPC back end
2015-05-05 Kit BartonThis patch adds ABI support for v1i128 data type.
2015-04-27 Bill Schmidt[PPC64LE] Remove unnecessary swaps from lane-insensitiv...
2015-04-11 Nemanja IvanovicAdd direct moves to/from VSR and exploit them for FP...
2015-03-11 Hal Finkel[PowerPC] Remove canFoldAsLoad from instruction definitions
2015-02-18 Kit BartonThis patch adds the VSX logical instructions introduced...
2015-02-01 Hal Finkel[PowerPC] VSX stores don't also read
2014-12-09 Bill Schmidt[PowerPC 2/4] Little-endian adjustments for VSX insert...
2014-12-09 Bill Schmidt[PowerPC 1/4] Little-endian adjustments for VSX loads...
2014-11-26 Craig TopperReplace neverHasSideEffects=1 with hasSideEffects=0...
2014-11-14 Bill Schmidt[PowerPC] Add VSX builtins for vec_div
2014-11-12 Bill Schmidt[PowerPC] Add vec_vsx_ld and vec_vsx_st intrinsics
2014-10-31 Bill Schmidt[PowerPC] Initial VSX intrinsic support, with min/max...
2014-10-22 Bill Schmidt[PATCH] Support select-cc for VSFRC when VSX is enabled
2014-10-22 Bill Schmidt[PowerPC] Support select-cc for VSX
2014-10-17 Bill Schmidt[PowerPC] Enable use of lxvw4x/stxvw4x in VSX code...
2014-10-09 Bill Schmidt[PPC64] VSX indexed-form loads use wrong instruction...
2014-05-22 Eric ChristopherReset the subtarget for DAGToDAG on every iteration...
2014-04-01 Hal Finkel[PowerPC] Add some missing VSX bitcast patterns
2014-03-30 Hal Finkel[PowerPC] Handle VSX v2i64 SIGN_EXTEND_INREG
2014-03-29 Hal Finkel[PowerPC] VSX instruction latency corrections
2014-03-29 Hal Finkel[PowerPC] Add subregister classes for f64 VSX values
2014-03-27 Hal Finkel[PowerPC] Fix v2f64 vector extract and related patterns
2014-03-26 Hal Finkel[PowerPC] Generate VSX permutations for v2[fi]64 vectors
2014-03-26 Hal Finkel[PowerPC] Use v2f64 <-> v2i64 VSX conversion instructions
2014-03-26 Hal Finkel[PowerPC] Remove some dead VSX v4f32 store patterns
2014-03-26 Hal Finkel[PowerPC] Use VSX vector load/stores for v2[fi]64
2014-03-26 Hal Finkel[PowerPC] Add v2i64 as a legal VSX type
2014-03-26 Hal Finkel[PowerPC] Generate logical vector VSX instructions
2014-03-25 Hal Finkel[PowerPC] Add a TableGen relation for A-type and M...
2014-03-24 Hal Finkel[PowerPC] Mark many instructions as commutative
2014-03-23 Hal Finkel[PowerPC] Make use of VSX f64 <-> i64 conversion instru...
2014-03-13 Hal Finkel[PowerPC] Initial support for the VSX instruction set