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