aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2013-10-23tilegx.c: Include "tree.h".Jan-Benedict Glaw1-0/+1
2013-10-22i386.h (TARGET_MISALIGNED_MOVE_STRING_PROLOGUES_EPILOGUES): New tuning flag.Jan Hubicka3-70/+503
2013-10-22re PR target/58779 (wrong code at -O1 on x86_64-linux-gnu)Uros Bizjak2-41/+26
2013-10-22mips.c (mips_rtx_costs): Fix cost estimate for nor (AND (NOT OP1) (NOT OP2)).Steve Ellcey1-0/+12
2013-10-22rs6000.c (altivec_expand_vec_perm_const): Reverse meaning of merge-high and m...Bill Schmidt1-6/+32
2013-10-22tilepro.c: Include "tree.h".Jan-Benedict Glaw1-0/+1
2013-10-22m68k.c (notice_update_cc): Handle register conflict with PRE_DEC.Andreas Schwab1-0/+7
2013-10-21arm.c (cortexa9_extra_costs): Update mult costs for extend and extend_add.Kyrylo Tkachov1-4/+4
2013-10-21i386.md (kxnor<mode>): Add FLAGS_REG clobber.Uros Bizjak1-8/+11
2013-10-21* config/i386/i386-tune.def: Add comment; organize into categoriesJan Hubicka1-280/+329
2013-10-21i386.c (expand_set_or_movmem_via_loop): Add issetmem argument.Michael Zolotukhin1-624/+381
2013-10-20altivec.md (vec_unpacku_hi_v16qi): Adjust for little endian.Bill Schmidt1-64/+68
2013-10-20x86-tune.def (X86_TUNE_SLOW_IMUL_IMM32_MEM, [...]): Keep enabled only for K8 ...Jan Hubicka1-3/+3
2013-10-20mips.h (ISA_HAS_WSBH): Define.Richard Sandiford2-0/+60
2013-10-19rs6000.c (vspltis_constant): Make sure we check all elements for both endian ...Bill Schmidt1-3/+4
2013-10-19re PR target/58792 (ICE at mode-switching.c:421 when compiling clang lib/AST/...Uros Bizjak1-3/+11
2013-10-19i386.h (ACCUMULATE_OUTGOING_ARGS): Disable accumulation for cold functions.Jan Hubicka3-26/+55
2013-10-18arm.c (cortexa9_extra_costs): New table.Kyrylo Tkachov1-1/+103
2013-10-18rs6000.c: Include cgraph.h.Andrew MacLeod1-0/+1
2013-10-18tree-cfg.h: Rename from tree-flow.h.Andrew Macleod3-4/+1
2013-10-18frv.c (frv_init_cumulative_args): Fix wrong cast.Jan-Benedict Glaw1-1/+1
2013-10-18[AArch64] Fix types for vcvt<sd>_n intrinsics.James Greenhalgh1-8/+8
2013-10-17rs6000.c (enum rs6000_reload_reg_type): Add new fields to the reg_addr array ...Michael Meissner1-81/+249
2013-10-17sse.md (*vec_widen_smult_even_v8si): Remove isa attribute.Uros Bizjak1-2/+1
2013-10-17i386.c (ix86_fixup_binary_operands): When both source operands are in memory...Uros Bizjak1-1/+3
2013-10-17re PR target/58673 (ICE in final_scan_insn for movti_ppc64 with base+offset a...Michael Meissner2-22/+13
2013-10-17aarch64.c (aarch64_print_operand): Handle 'c'.Kyrylo Tkachov1-0/+26
2013-10-17[AArch64] Fix preferred_reload_class for regclass STACK_REG.Marcus Shawcroft1-1/+10
2013-10-17fix typo commentChristian Bruel1-1/+1
2013-10-16re PR target/57756 (Function target attribute is retaining state of previous...Michael Meissner3-9/+16
2013-10-16rl78.c (rl78_alloc_address_registers_macax): Verify op is a REG before checki...DJ Delorie1-2/+4
2013-10-16vector.md (vec_unpacks_hi_v4sf): Correct for endianness.Bill Schmidt1-6/+6
2013-10-16vsx.md (vsx_concat_<mode>): Adjust output for LE.Bill Schmidt1-2/+12
2013-10-16[AArch64] Fix output template for Scalar Neon->Neon register move.James Greenhalgh1-1/+1
2013-10-16[AArch64] Classify FRAME_POINTER_REGNUM and ARG_POINTER_REGNUM as POINTER_REGS.Marcus Shawcroft1-1/+1
2013-10-16arm.opt (mlra): New option.Yvan Roux2-0/+14
2013-10-16tree-core.h (tree_code_name): Remove.Paulo Matos4-5/+5
2013-10-16Enable FMA4 for AMD bdver3 architectureGanesh Gopalasubramanian1-1/+1
2013-10-16* config/cris/t-elfmulti (MULTILIB_OPTIONS, MULTILIB_DIRNAMES)Hans-Peter Nilsson1-2/+3
2013-10-15re PR target/57756 (Function target attribute is retaining state of previous...Sriraman Tallam6-380/+485
2013-10-15[ARM] [Neon types 10/10] Remove neon-schedgen.mlJames Greenhalgh2-545/+0
2013-10-15[ARM] [Neon types 9/10] Remove old neon typesJames Greenhalgh1-121/+0
2013-10-15[ARM] [Neon types 8/10] Cortex-A7 neon pipeline modelJames Greenhalgh1-35/+43
2013-10-15[ARM] [Neon types 7/10] Cortex-A15 neon pipeline changesJames Greenhalgh1-844/+350
2013-10-15[ARM] [Neon types 6/10] Cortex-A9 neon pipeline changesJames Greenhalgh1-97/+333
2013-10-15[ARM] [Neon types 5/10] Update Cortex-A8 pipeline modelJames Greenhalgh1-124/+346
2013-10-15[AArch64] [Neon types 4/10] Add type attributes to all simd insnsJames Greenhalgh2-84/+209
2013-10-15[ARM] [Neon types 3/10] Update Current type attributes to new Neon Types.James Greenhalgh4-616/+455
2013-10-15[AArch64] [Neon types 2/10] Update Current type attributes to new Neon Types.James Greenhalgh2-3/+12
2013-10-15[ARM] [Neon Types 1/10] Add new types to describe Neon insns.James Greenhalgh1-6/+620