aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/predicates.md
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-24rs6000: Fix for and_operand oversight (PR68332, PR67677)Segher Boessenkool1-1/+2
2015-11-10constraints.md (wF constraint): New constraints for power9/toc fusion.Michael Meissner1-6/+197
2015-10-29rs6000.h (ALTIVEC_VECTOR_MODE): Add IEEE 128-bit floating point modes that ca...Michael Meissner1-1/+1
2015-09-02[RS6000] Weak functions may not be file localAlan Modra1-6/+6
2015-08-26rs6000-protos.h (rs6000_expand_float128_convert): Add declaration.Michael Meissner1-0/+19
2015-08-12re PR target/67071 (GCC misses an optimization to load vector constants)Michael Meissner1-0/+8
2015-08-03vector.md (VEC_L): Add KFmode and TFmode.Michael Meissner1-0/+8
2015-07-20re PR target/66217 (PowerPC rotate/shift/mask instructions not optimal)Segher Boessenkool1-165/+5
2015-06-22re PR target/65914 (error: unrecognizable insn)Bill Schmidt1-5/+5
2015-05-19predicates.md (gpc_reg_operand): Don't allow all hard registers numbered grea...Alan Modra1-21/+4
2015-04-04re PR target/65576 (ICE in gcc.c-torture/compile/pr33855.c)Alan Modra1-1/+2
2015-03-19re PR target/65240 (ICE (insn does not satisfy its constraints) on powerpc64l...Michael Meissner1-73/+15
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-10re PR target/64180 (PowerPC carry bit improvements)Segher Boessenkool1-0/+8
2014-12-10re PR target/64180 (PowerPC carry bit improvements)Segher Boessenkool1-0/+6
2014-11-20PR63426 Fix various signed integer overflowsMarkus Trippelsdorf1-1/+1
2014-11-19rs6000: Fix signed integer overflowsMarkus Trippelsdorf1-6/+6
2014-11-17rs6000.c (RELOAD_REG_AND_M16): Add support for Altivec style vector loads tha...Michael Meissner1-0/+21
2014-11-14predicates.md (easy_fp_constant): Delete redunant tests for 0.0.Michael Meissner1-8/+0
2014-09-21predicates.md (ca_operand): Allow subregs.Segher Boessenkool1-2/+14
2014-09-19predicates.md (fusion_gpr_mem_load): Move testing for base_reg_operand to be ...Michael Meissner1-10/+65
2014-09-0240x.md (ppc403-integer): Move "exts" to "no dot".Segher Boessenkool1-0/+3
2014-08-18constraints.md ("S"): Require TARGET_POWERPC64.Segher Boessenkool1-5/+18
2014-05-21* config/rs6000/predicates.md (update_indexed_address_mem): Delete.Segher Boessenkool1-8/+0
2014-05-08rs6000: New attributes for load/store: "sign_extend", "update" and "indexed"Segher Boessenkool1-0/+7
2014-05-06Merge in wide-int.Kenneth Zadeck1-7/+6
2014-04-28sync.md (AINT mode_iterator): Move definition.Pat Haugen1-2/+2
2014-04-24extend.texi (PowerPC Built-in Functions): Document new powerpc extended divid...Michael Meissner1-0/+5
2014-04-09RevertDavid Edelsohn1-2/+2
2014-04-08sync.md (AINT mode_iterator): Move definition.Pat Haugen1-2/+2
2014-03-27re PR testsuite/60672 (FAIL: g++.dg/cpp1y/auto-fn25.C -std=gnu++1y (test for...Michael Meissner1-0/+8
2014-01-24re PR target/59909 (Quad memory bootstrap issues on little endian powerpc64 p...Michael Meissner1-1/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-14rs6000.h (RS6000_SAVE_AREA): Handle ABI_ELFv2.Ulrich Weigand1-1/+2
2013-11-14rs6000.c (rs6000_emit_prologue): Do not place a RTX_FRAME_RELATED_P marker on...Ulrich Weigand1-0/+20
2013-09-10predicates.md (add_cint_operand): New.Alan Modra1-3/+9
2013-08-16re PR target/58160 (Power8 fusion support has a bug that shows up in running ...Michael Meissner1-1/+9
2013-07-31predicates.md (fusion_gpr_addis): New predicates to support power8 load fusion.Michael Meissner1-0/+88
2013-07-15acinclude.m4 (LIBITM_CHECK_AS_HTM): New.Peter Bergner1-0/+37
2013-06-24rs6000.c (vspltis_constant): Correct for little-endian.Alan Modra1-2/+6
2013-06-06extend.texi (PowerPC AltiVec/VSX Built-in Functions): Document new power8 bui...Michael Meissner1-1/+1
2013-05-31predicates.md (rs6000_cbranch_operator): Accept some unordered comparison ope...Eric Botcazou1-1/+8
2013-05-22extend.texi (PowerPC AltiVec/VSX Built-in Functions): Add documentation for t...Michael Meissner1-0/+130
2013-05-04predicates.md (reg_or_add_cint_operand, [...]): Delete "HOST_BITS_PER_WIDE_IN...Segher Boessenkool1-39/+10
2013-03-20predicates.md (indexed_address, [...]): New predicates.Michael Meissner1-0/+27
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2012-10-19predicates.md (splat_input_operand): Don't call input_operand for MEMs.Alan Modra1-1/+5
2012-10-11As suggested here:James Lemke1-1/+0
2012-09-23predicates.md (altivec_register_operand, [...]): If op is a SUBREG, consider ...Segher Boessenkool1-42/+124