aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2013-11-28iterators.md (vrint_conds): New int attribute.Kyrylo Tkachov2-3/+10
2013-11-28arm.c (v7m_extra_costs): New table.Terry Guo1-1/+101
2013-11-28Add -lrt on SolarisRainer Orth1-0/+3
2013-11-28nds32.c (nds32_rtx_costs): Adjust MULT cost if it is not optimized for size.Chung-Ju Wu1-1/+1
2013-11-27* config/score/score.h (REG_CLASS_FROM_LETTER): Delete.Chen Liqin1-3/+0
2013-11-272013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger1-1/+1
2013-11-27winnt.c (i386_pe_section_type_flags): Use const pointer cast.Kai Tietz1-1/+1
2013-11-27cgraph.h (enum cgraph_simd_clone_arg_type): New.Aldy Hernandez1-0/+190
2013-11-27hpux.h (TARGET_LIBC_HAS_FUNCTION): Fix typo.Alexander Ivchenko1-1/+1
2013-11-26re PR target/59229 (ICE in ix86_expand_set_or_movmem)Jakub Jelinek1-14/+13
2013-11-26Remove parameter keep_aligning from get_inner_reference.Bernd Edlinger1-1/+1
2013-11-26arm.c (arm_legitimize_address): Check xop1 is not a constant immediate before...Yufeng Zhang1-1/+2
2013-11-26re PR target/59290 ([ARM] regression on negdi-2.c (big-endian))Kyrylo Tkachov2-0/+20
2013-11-26arm.c (require_pic_register): Handle high pic base register for thumb-1.Terry Guo1-2/+16
2013-11-26re PR target/58314 (SH4 error: 'asm' operand requires impossible reload)Oleg Endo5-67/+63
2013-11-26Fix --enable-werror-always build errors:Joern Rennecke1-2/+1
2013-11-26[AArch64] [4/4 Fix vtbx1] Handle vtbx{1,3} emulation sequence usingJames Greenhalgh1-105/+60
2013-11-26[AArch64] [3/4 Fix vtbx1]Implement bsl intrinsics using builtinsJames Greenhalgh5-263/+181
2013-11-26[AArch64] [2/4 Fix vtbx1] Handle poly types in the new Simd types infrastructureJames Greenhalgh1-35/+78
2013-11-26[AArch64] [1/4 Fix vtbx1] Allow signed and unsigned versions of intrinsicsJames Greenhalgh1-30/+30
2013-11-25sh.md (doloop_end_split): Add missing SI mode.Oleg Endo1-1/+1
2013-11-25re PR target/53976 ([SH] Unnecessary clrt/sett after bt/bf)Oleg Endo1-29/+49
2013-11-25aarch64.c (cortexa53_tuning): New struct.Kyrylo Tkachov2-1/+10
2013-11-25invoke.texi (-mslow-flash-data): Document new option.Terry Guo5-5/+113
2013-11-24rs6000.c (rs6000_expand_vec_perm_const_1): Correct for little endian.Bill Schmidt1-0/+15
2013-11-23re PR target/33704 (AIX runs c++ constructors in incorrect order)David Edelsohn1-0/+29
2013-11-23rs6000.c (IN_NAMED_SECTION): New macro.David Edelsohn1-3/+18
2013-11-23re PR target/56788 (_mm_frcz_sd and _mm_frcz_ss ignore their second argument)Uros Bizjak3-9/+10
2013-11-23sh.md: Use nonimmediate_operand rather than general_operand for the destinati...Richard Sandiford1-9/+9
2013-11-23mn10300-protos.h (mn10300_store_multiple_operation): Delete.Richard Sandiford3-3/+6
2013-11-23bfin-protos.h (push_multiple_operation): Delete.Richard Sandiford3-8/+16
2013-11-23vsx.md (fusion peepholes): Disable when !TARGET_VSX.Alan Modra1-2/+2
2013-11-22re PR sanitizer/59061 (Port leaksanitizer)Jakub Jelinek1-0/+8
2013-11-22cris.c (cris_atomic_align_for_mode): New function.Hans-Peter Nilsson1-0/+13
2013-11-22Enable AES, PCLMUL and RDRND for SilvermontYuri Rumyantsev2-2/+7
2013-11-22gimple.h: Remove all includes.Andrew MacLeod19-1/+186
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