summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000
Commit message (Expand)AuthorAgeFilesLines
* xcoffout.h (xcoff_private_rodata_section_name): Declare.David Edelsohn2019-04-111-4/+6
* [RS6000] Rename NON_SPECIAL_REGS to GEN_OR_FLOAT_REGSAlan Modra2019-03-273-7/+7
* [RS6000] Don't rely on rs6000_hard_regno_mode_ok being zeroAlan Modra2019-03-271-3/+3
* [RS6000] Fix typosAlan Modra2019-03-261-3/+3
* rs6000: Make CSE'ing __tls_get_addr calls possibleSegher Boessenkool2019-03-242-0/+11
* rs6000: Fix _mm_movemask_pi8 emulation for 32 bitSegher Boessenkool2019-03-231-0/+6
* mmintrin.h (_mm_sub_pi32): Fix typo.Bill Schmidt2019-03-221-1/+1
* rs6000: Unaligned stfiwx on older CPUs (PR89746)Segher Boessenkool2019-03-191-2/+2
* re PR target/87532 (bad results from vec_extract(unsigned char, foo) dependen...Kelvin Nilsen2019-03-152-18/+47
* re PR target/89711 (ICE in insert_vi_for_tree, at tree-ssa-structalias.c:2832)Richard Biener2019-03-141-0/+1
* Wrap option names in gcc internal messages with %< and %>.Martin Liska2019-03-118-37/+42
* re PR target/79645 (missing period in microblaze.opt)Jakub Jelinek2019-03-091-5/+5
* rs6000-p8swap.c (rs6000_analyze_swaps): Rebuild ud- and du-chains between pha...Bill Schmidt2019-03-081-0/+7
* re PR rtl-optimization/88845 (ICE in lra_set_insn_recog_data, at lra.c:1010)Peter Bergner2019-03-061-1/+1
* re PR target/89587 (gcc's rs6000 configuration unconditionally sets MULTIARCH...Jakub Jelinek2019-03-051-1/+1
* rs6000: Add -mdejagnu-cpu=Segher Boessenkool2019-03-012-0/+10
* [rs6000] PR89338, PR89339: Fix compat vector intrinsics for BE and 32-bitPaul A. Clarke2019-02-252-3/+22
* [rs6000] fix PR 88100, range check for vec_splat_{su}{8,16,32}Li Jia He2019-02-201-10/+1
* [RS6000] Fix <bd>_<mode> and <bd>tf_<mode> splittersAlan Modra2019-02-171-3/+3
* rs6000: Add support for the vec_sbox_be, vec_cipher_be etc. builtins.Xiong Hu Luo2019-02-134-12/+34
* rs6000.c (rs6000_gimple_fold_builtin): Shift-right and shift-left vector buil...Bill Schmidt2019-02-111-8/+52
* [RS6000] No inline PLT for V4 bss-plt, implement -mno-pltseqAlan Modra2019-02-126-30/+87
* rs6000-string.c (expand_compare_loop, [...]): Insert REG_BR_PROB notes in inl...Aaron Sawdey2019-02-091-1/+3
* [RS6000] Correct save_reg_pAlan Modra2019-02-091-8/+17
* re PR target/89112 (Incorrect code generated by rs6000 memcmp expansion)Aaron Sawdey2019-02-051-25/+42
* re PR target/89112 (Incorrect code generated by rs6000 memcmp expansion)Aaron Sawdey2019-02-051-2/+2
* [RS6000] Fix potiential buffer overflowAlan Modra2019-02-041-2/+39
* [RS6000] Emit inline PLT when -mno-tls-markersAlan Modra2019-02-042-15/+8
* re PR target/87064 (libgomp.oacc-fortran/reduction-3.f90 fails starting with ...Bill Schmidt2019-01-301-1/+1
* rs6000-c.c (altivec-resolve_overloaded_builtin): Change handling of ALTIVEC_B...Kelvin Nilsen2019-01-301-1/+7
* altivec.md (build_vector_mask_for_load): Use MEM_P.Peter Bergner2019-01-2415-352/+335
* re PR target/88965 (powerpc64le vector builtin hits ICE in verify_gimple)Jakub Jelinek2019-01-221-0/+30
* re PR target/87064 (libgomp.oacc-fortran/reduction-3.f90 fails starting with ...Jakub Jelinek2019-01-221-1/+1
* [RS6000] PR88614, output_operand: invalid %z valueAlan Modra2019-01-225-161/+174
* rs6000: Fix *movsi_from_df (PR88892)Segher Boessenkool2019-01-181-14/+9
* [rs6000] Support more prototypes for vec_ld and vec_st.Kewen Lin2019-01-171-0/+20
* aarch64.c (aarch64_simd_call_p): New function.Steve Ellcey2019-01-111-1/+2
* PR other/16615 [1/5]Sandra Loosemore2019-01-092-4/+4
* rs6000.c (rs6000_delegitimize_address): Delegitimize UNSPEC_FUSION_GPR to its...Jakub Jelinek2019-01-081-6/+7
* rs6000-string.c (expand_block_move): Don't use unaligned vsx and avoid lxvd2x...Aaron Sawdey2019-01-031-2/+21
* Update copyright years.Jakub Jelinek2019-01-01124-125/+125
* [RS6000] PR88346, Inconsistent list of CPUs supported after r266502Alan Modra2018-12-234-10/+12
* [RS6000] Fix non-linux powerpc breakageAlan Modra2018-12-201-0/+4
* [rs6000] Fix x86 SSSE3 compatibility implementations and testcasesPaul A. Clarke2018-12-191-11/+11
* Restrict a VSX extract to TARGET_POWERPC64 (PR88213)Segher Boessenkool2018-12-191-1/+1
* re PR target/87870 (ppc64le generates poor code when loading constants into T...Peter Bergner2018-12-171-10/+22
* [RS6000] Use gen_hard_reg_clobber in rs6000.cAlan Modra2018-12-151-24/+13
* [RS6000] PR88311, mlongcall indirections are optimised awayAlan Modra2018-12-141-4/+2
* rs6000.c (rs6000_function_arg): Ensure type is non-NULL.David Edelsohn2018-12-131-2/+4
* rs6000 - add missed hunkIain Sandoe2018-12-121-43/+0