aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/rs6000.opt
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-29rs6000.c (init_float128_ieee): Remove IEEE 128-bit comparison functions in cm...Michael Meissner1-0/+4
2015-11-09rs6000.opt (-mpower9-fusion): Add new switches for ISA 3.0 (power9).Michael Meissner1-0/+28
2015-10-29rs6000.h (ALTIVEC_VECTOR_MODE): Add IEEE 128-bit floating point modes that ca...Michael Meissner1-15/+3
2015-10-21Improve --help output to generate references to option aliases.Martin Sebor1-83/+83
2015-08-24re PR target/67211 (ICE (insn does not satisfy its constraints) on powerpc64l...Michael Meissner1-1/+1
2015-06-02rs6000-modes.def (IFmode): Define IFmode to provide access to the IBM extende...Michael Meissner1-0/+16
2015-04-24re PR target/65849 (Add missing tuning knobs to #pragma target/attribute targ...Michael Meissner1-8/+8
2015-04-23rs6000.opt (mcrypto): Change option description to match category changes in ...Bill Schmidt1-1/+1
2015-04-23crypto.md (crypto_vpmsum<CR_char>): Change TARGET_CRYPTO to TARGET_P8_VECTOR>Bill Schmidt1-1/+1
2015-04-23re PR target/65456 (powerpc64le autovectorized copy loop missed optimization)Bill Schmidt1-0/+4
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-17rs6000.c (RELOAD_REG_AND_M16): Add support for Altivec style vector loads tha...Michael Meissner1-3/+7
2014-08-21rs6000.c (context.h): New include.Bill Schmidt1-0/+4
2014-01-24re PR target/59909 (Quad memory bootstrap issues on little endian powerpc64 p...Michael Meissner1-1/+5
2014-01-09invoke.texi: Add -maltivec={be,le} options...Bill Schmidt1-0/+8
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-14rs6000.h (RS6000_SAVE_AREA): Handle ABI_ELFv2.Ulrich Weigand1-0/+8
2013-10-252013-10-25 Vladimir Makarov <vmakarov@redhat.com>Vladimir Makarov1-0/+4
2013-10-16re PR target/57756 (Function target attribute is retaining state of previous...Michael Meissner1-0/+3
2013-09-23rs6000.h (enum r6000_reg_class_enum): Add new constraints: wu, ww, and wy.Michael Meissner1-4/+15
2013-08-14re PR target/57949 ([powerpc64] Structure parameter alignment issue with vect...Bill Schmidt1-0/+4
2013-07-15acinclude.m4 (LIBITM_CHECK_AS_HTM): New.Peter Bergner1-0/+4
2013-05-22extend.texi (PowerPC AltiVec/VSX Built-in Functions): Add documentation for t...Michael Meissner1-1/+25
2013-03-20predicates.md (indexed_address, [...]): New predicates.Michael Meissner1-0/+4
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2012-10-17rs6000.opt (rs6000_isa_flags): New flag word to replace target_flags that giv...Michael Meissner1-27/+34
2012-10-10Fix signed/unsigned warning; Make some mask types HOST_WIDE_INT; Add more deb...Michael Meissner1-1/+1
2012-08-16aix43.h (TARGET_DEFAULT): Delete MASK_NEW_MNEMONICS.Segher Boessenkool1-8/+0
2012-08-16rs6000-common.c (rs6000_handle_option): Delete handling for -mno-powerpc and ...Segher Boessenkool1-6/+2
2012-07-27rs6000-common.c (rs6000_handle_option): Delete code for -mno-power, -mpower, ...Segher Boessenkool1-12/+0
2012-07-27601.md: New file.Segher Boessenkool1-3/+2
2011-11-29Enable target specific builtins and macros when using the target attribute or...Michael Meissner1-0/+4
2011-08-29Change default for -msave-toc-indirectMichael Meissner1-2/+2
2011-07-13Change -mno-r11 to -mno-pointers-to-nested-functionsMichael Meissner1-3/+3
2011-07-06Add -mno-r11 support to PowerPC 64Michael Meissner1-0/+6
2011-05-10gcc_update (gcc/config/rs6000/rs6000-tables.opt): New dependencies.Joseph Myers1-10/+2
2011-05-06rs6000.opt (rs6000_ieeequad, [...]): Remove TargetVariable entries.Joseph Myers1-19/+31
2011-05-05rs6000.c (rs6000_handle_option): Don't fall through from -mfpu= handling.Joseph Myers1-1/+1
2011-05-05opt-functions.awk (var_type_struct): Handle Enum options.Joseph Myers1-21/+65
2011-03-30options.texi (NegativeAlias): Document.Joseph Myers1-10/+22
2010-11-30rs6000.c (rs6000_reg_live_or_pic_offset_p): Check TARGET_SINGLE_PIC_BASE for ...Joakim Tjernlund1-0/+4
2010-11-19Add PowerPC target attribute/pragma supportMichael Meissner1-42/+145
2010-11-16rs6000: -mfused-madd cleanupRichard Henderson1-4/+0
2010-09-29options.texi (Variable, Var, Init): Update documentation without reference to...Joseph Myers1-3/+3
2010-09-02Optimize (double)(long) to generate FRIZ if -ffast-mathMichael Meissner1-1/+6
2010-08-23Update to use -mveclibabi=mass instead of -mmassMichael Meissner1-3/+3
2010-08-23Add -mveclibabi=massMichael Meissner1-0/+4
2010-07-20rs6000.opt (mblock-move-inline-limit): New option.Nathan Froyd1-0/+4
2010-06-03PR target/44218, improve -mrecip on powerpcMichael Meissner1-2/+10