aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2013-11-22re PR target/59216 (ARM negdi*extendsidi regression)Richard Earnshaw1-35/+62
2013-11-22[AArch64] vmov_n changesAlex Velenko1-248/+146
2013-11-22aarch64-simd.md (vec_pack_trunc_<mode>, [...]): Swap for big-endian.Tejas Belagod3-85/+111
2013-11-22aarch64-simd.md (vec_pack_trunc_<mode>, [...]): Swap source ops for big-endian.Tejas Belagod1-7/+20
2013-11-22aarch64-simd.md (aarch64_simd_vec_set<mode>): Adjust for big-endian element o...Tejas Belagod2-28/+70
2013-11-22aarch64-simd.md (*aarch64_simd_mov<mode>): Fix loads and stores to be ABI com...Tejas Belagod1-8/+8
2013-11-22Remove macros that implicitly use input_locationDavid Malcolm1-1/+1
2013-11-22Enable PTA_POPCNT for SilvermontH.J. Lu1-2/+2
2013-11-22cond.md (stzx_16): Use register_operand for operand 0.Richard Sandiford1-2/+2
2013-11-22add auto_vecTrevor Saunders1-3/+1
2013-11-22vector.md (vec_pack_trunc_v2df): Revert previous little endian change.Bill Schmidt2-19/+4
2013-11-22i386.c (ix86_expand_special_args_builtin): Use ix86_zero_extend_to_Pmode wher...Uros Bizjak1-7/+7
2013-11-21re PR target/53976 ([SH] Unnecessary clrt/sett after bt/bf)Oleg Endo3-1/+467
2013-11-20vsx.md (vsx_set_<mode>): Adjust for little endian.Bill Schmidt1-4/+24
2013-11-20mips.h (ISA_HAS_FP4): Remove TARGET_FLOAT64 restriction for ISA_MIPS32R2.Maciej W. Rozycki2-14/+13
2013-11-20mips.h (ISA_HAS_FP_RECIP_RSQRT): New macro.Maciej W. Rozycki3-14/+21
2013-11-20re PR target/59207 (uninitialized local variable in sparc_fold_builtin)Eric Botcazou1-1/+2
2013-11-20rs6000.c (rs6000_cannot_change_mode_class): Do not allow subregs of TDmode in...Ulrich Weigand1-0/+40
2013-11-20arm.c (arm_dwarf_register_span): Take into account the endianness of the D re...Eric Botcazou1-7/+26
2013-11-20[AArch64] Remove "mode", "mode2" attributesJames Greenhalgh1-392/+201
2013-11-20re PR target/57756 (Function target attribute is retaining state of previous...Yuri Rumyantsev2-1/+5
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck1-3/+3
2013-11-20[multiple changes]Andreas Krebbel3-41/+60
2013-11-20mips.c (r10k_simplify_address): Eliminate macro usage.Jan-Benedict Glaw1-1/+1
2013-11-20[AArch64] AArch64 SIMD Builtins Better Type Correctness.James Greenhalgh1-724/+393
2013-11-20* config/m68k/m68k.c (m68k_option_overrides): Fix typo.Miro Kropacek1-1/+1
2013-11-20rs6000.c (altivec_expand_vec_perm_const): Adjust V16QI vector splat case for ...Bill Schmidt1-0/+2
2013-11-20sysv4.h (CC1_ENDIAN_LITTLE_SPEC): Define as empty.Alan Modra3-6/+11
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm8-19/+23
2013-11-19invoke.texi (mfix-rm7000, [...]): Document.Catherine Moore3-4/+12
2013-11-19sh-c.c: Fix typo in include of file attribs.h.Oleg Endo1-1/+1
2013-11-19arm.c (arm_new_rtx_costs): Handle narrow mode add-shifts properly.Kyrylo Tkachov3-3/+46
2013-11-19[ARM] Add missing type attribute to zero_extend on armJames Greenhalgh1-1/+2
2013-11-19vector.md ("mov<mode>"): Do not call rs6000_emit_le_vsx_move to move into or ...Ulrich Weigand2-0/+2
2013-11-19[AArch64] Fix over length lines around aarch64_save_or_restore_fprs.Marcus Shawcroft1-6/+9
2013-11-19[PATCH] [AArch64] Fix whitespace around aarch64_movdi_<mode>lowMarcus Shawcroft1-3/+3
2013-11-19[AArch64] Fix whitespace around PROFILE_HOOK.Marcus Shawcroft1-7/+7
2013-11-19cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener1-2/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo62-0/+189
2013-11-19arm.opt (-marm-pic-data-is-text-relative): New option.Joey Ye3-2/+14
2013-11-19[AArch64] Remove v8type attribute.James Greenhalgh1-573/+208
2013-11-19md.texi (setmem): Document new parameter.Jan Hubicka3-14/+26
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm2-3/+3
2013-11-18re PR middle-end/56552 (conditional move can generate unnecessary conversion ...Andrew Pinski1-2/+15
2013-11-18i386.c (ix86_decompose_address): Use REG_P instead of ix86_address_subreg_ope...Uros Bizjak1-50/+54
2013-11-18c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned...Richard Sandiford4-11/+11
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford12-33/+33
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford7-7/+7
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford11-30/+30
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford6-6/+6