aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2015-09-10rs6000.c (swap_web_entry): Update preceding commentary to simplify permute ma...Bill Schmidt1-6/+198
2015-09-10re PR target/67506 ([SH]: error: unrecognizable insn when compiling texlive-b...Oleg Endo1-0/+3
2015-09-10S/390: Don't use vgm for v1ti and v1tf.Andreas Krebbel1-0/+5
2015-09-10S/390: Fix mode iterators vmal, vmah, and vmalh.Andreas Krebbel1-15/+15
2015-09-10S/390: Add V1TImode to constant pool modes.Andreas Krebbel1-2/+3
2015-09-10[ARM] PR 67439: Allow matching of *arm32_movhf when -mrestrict-it is onKyrylo Tkachov1-2/+3
2015-09-10arc-common.c: Remove references to A5.Claudiu Zissulescu7-32/+10
2015-09-10arc.md (length): Fix attribute length for conditional executed instructions w...Claudiu Zissulescu1-1/+5
2015-09-10[AArch64] Use logics_imm type for 2nd alternative of *and<mode>3nr_compare0Kyrylo Tkachov1-1/+1
2015-09-09nvptx.md (call_operation): Move bound out of loop.Nathan Sidwell2-70/+68
2015-09-09nvptx.md (atomic_compare_and_swap<mode>): Use sel_truesi, not andsi.Nathan Sidwell1-8/+6
2015-09-09[ARM][3/3] Expand mod by power of 2Kyrylo Tkachov2-1/+88
2015-09-09[AArch64][1/3] Expand signed mod by power of 2 using CSNEGKyrylo Tkachov2-1/+76
2015-09-09Fix PowerPC ICE due to secondary_reload ignoring reload replacementsAlan Modra1-1/+14
2015-09-08[AArch64] Add vcvt(_high)?_f32_f16 intrinsics, with BE RTL fixAlan Lawrence4-31/+69
2015-09-08[AArch64] Improve code generation for float16 vector codeAlan Lawrence3-20/+28
2015-09-08[AArch64] vreinterpret(q?), vget_(low|high), vld1(q?)_dupAlan Lawrence1-0/+314
2015-09-08[AArch64] Implement vcvt_{,high_}f16_f32Alan Lawrence4-18/+35
2015-09-08[AArch64] vld{2,3,4}{,_lane,_dup}, vcombine, vcreateAlan Lawrence4-9/+305
2015-09-08[AArch64] Add support for float16x{4,8}_t vectors/builtinsAlan Lawrence8-28/+137
2015-09-08[ARM] Remaining intrinsicsAlan Lawrence5-91/+501
2015-09-08[ARM] float16x8_t intrinsics in arm_neon.hAlan Lawrence1-0/+257
2015-09-08[ARM] Add V8HFmode and float16x8_t typeAlan Lawrence5-2/+10
2015-09-08[ARM] float16x4_t intrinsics in arm_neon.hAlan Lawrence1-0/+250
2015-09-07intelmic-mkoffload.c (prepare_target_image): Handle all non-alphanumeric char...Ilya Verbin1-4/+5
2015-09-06cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Do not warn.Paolo Bonzini1-14/+1
2015-09-04re PR target/65210 ([avr] ICE: when using attributs 'address' and 'io_low')Senthil Kumar Selvaraj1-0/+2
2015-09-04intelmic-mkoffload.c (prepare_target_image): Fix if the temp path contains a ...Jonas Hahnfeld1-1/+1
2015-09-04gcc/Andrey Turetskiy2-0/+124
2015-09-03altivec.md (altivec_vperm_v8hiv16qi): New define_insn.Bill Schmidt1-0/+37
2015-09-02[AArch64_be] Fix vldX/vstX AdvSIMD intrinsics.Christophe Lyon1-2/+2
2015-09-02[RS6000] Don't pass --oformat to ldAlan Modra2-10/+0
2015-09-02[RS6000] Weak functions may not be file localAlan Modra2-6/+7
2015-09-01MIPS compact branch supportMatthew Fortune7-175/+527
2015-09-01* config/msp430/msp430.opt (mcpu): Fix typo.Nick Clifton1-1/+1
2015-09-01[AArch64] Fix FAIL: gcc.target/aarch64/target_attr_crypto_ice_1.c (internal c...Kyrylo Tkachov2-25/+17
2015-08-31rs6000.c (swap_web_entry): Enlarge special_handling bitfield.Bill Schmidt1-2/+84
2015-08-28[AArch64] Rename SYMBOL_SMALL_GOTTPREL to SYMBOL_SMALL_TLSIEJiong Wang2-7/+7
2015-08-27re PR target/67317 ([x86] Silly code generation for _addcarry_u32/_addcarry_u64)Uros Bizjak2-109/+122
2015-08-27vector.md (vec_shr_<mode>): Fix to do a shift instead of a rotate.Pat Haugen1-5/+18
2015-08-27[RS6000] Correct constraints for ior<mode>_maskAlan Modra1-1/+1
2015-08-27aarch64.md (*condjump): Handle functions > 1 MiB.Thomas Preud'homme4-15/+104
2015-08-27S/390: Add emit_barrier() after trapDominik Vogt1-0/+1
2015-08-26rs6000-protos.h (rs6000_expand_float128_convert): Add declaration.Michael Meissner4-74/+561
2015-08-26[PATCH][AARCH64]Add backend aarch64_bfi pattern.Renlin Li1-0/+10
2015-08-26[AArch64][TLSIE][2/2] Implement TLS IE for tiny modelJiong Wang3-1/+65
2015-08-26arm-arches.def: Replace single value flags with an initializer built from ARM...Matthew Wahab3-134/+135
2015-08-26arm-builtins.c (def_mbuiltin): Test all flags in a feature set.Matthew Wahab1-19/+26
2015-08-26arm-builtins.c (def_mbuiltin): Use ARM_FSET macro.Matthew Wahab3-61/+82
2015-08-26[AArch64][TLSLE][3/3] Implement local executable mode for all memory modelJiong Wang3-22/+93