aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2009-11-30stormy16-lib2-count-leading-zeros.c: Delete.Nick Clifton3-36/+20
2009-11-30sparc.c (DF_MODES): Simplify.Eric Botcazou2-24/+19
2009-11-29rs6000.md (fnmaddsf4_powerpc_1): Remove HONOR_SIGNED_ZEROS final condition.Segher Boessenkool1-4/+4
2009-11-29cgraph.c (same_body_alias_1): Break out ofJan Hubicka1-2/+10
2009-11-28* config/avr/avr.h (ASM_OUTPUT_EXTERNAL): Add.Andy Hutchinson1-0/+3
2009-11-27stormy16-lib2.c: Arrange for separate compilation of each function.Nick Clifton16-15/+115
2009-11-27sse.md (vec_interleave_highv16qi, [...]): Remove expanders.Richard Henderson3-244/+87
2009-11-27Remove support for Itanium1 (Merced)Steven Bosscher3-1889/+5
2009-11-27s390.c (last_scheduled_insn): New variable.Andreas Krebbel1-1/+122
2009-11-27i386.c (ix86_emit_restore_sse_regs_using_mov): Remove unused insn variable.Jakub Jelinek1-2/+2
2009-11-26sse.md (mulv16qi3): Change back from an expander to an insn-and-split.Richard Henderson1-51/+53
2009-11-26rx.c (rx_expand_epilogue): Add checks for sibcalls being used incorrectly.Nick Clifton2-15/+90
2009-11-25i386-builtin-types.awk (DEF_VECTOR_TYPE): Allow an optional 3rd argument to d...Richard Henderson6-162/+1232
2009-11-25sysv4.opt (mregnames): Change Var to rs6000_regnames.Jakub Jelinek2-1/+2
2009-11-25re PR target/42165 (-masm=intel doesn't know how to print AVX instructions)Jakub Jelinek4-11/+24
2009-11-25predicates.md (emms_operation): New predicate.Uros Bizjak4-88/+145
2009-11-25arm.md (consttable_4): Handle (high ...).Paul Brook1-0/+7
2009-11-25arm.h (enum vfp_reg_type): Add VFP_NONE.Robert Nelson2-5/+6
2009-11-25pa.c (output_call): Only use sr4 for long interspace calls if call binds loca...John David Anglin1-6/+6
2009-11-25i386.md (plusminus_carry_mnemonic): New code attribute.Uros Bizjak1-427/+166
2009-11-24v850.c (function_arg): Fix handling of zero-length function arguments.Nick Clifton1-8/+16
2009-11-24arm.c (arm_compute_save_reg0_reg12_mask): Fix comment typo.Paul Brook1-1/+1
2009-11-24arm.c (TARGET_DWARF_REGISTER_SPAN): Define.Julian Brown1-2/+44
2009-11-24i386.md (add<mode>3_carry): Change insn pattern to expander.Uros Bizjak3-34/+87
2009-11-23alpha.md (*cmp_sadd_sidi): Use gen_lowpart instead of gen_rtx_REG to generate...Uros Bizjak1-2/+2
2009-11-23i386.c (avx_vpermilp_parallel): Fix sign compare mismatch.Richard Henderson1-1/+1
2009-11-23arm.c (arm_compute_save_reg0_reg12_mask): Add special case for noreturn funct...Paul Brook1-5/+14
2009-11-22i386.c (avx_vpermilp_parallel): New function.Richard Henderson4-15/+168
2009-11-22re PR target/42113 (Internal Compiler error with -O3, breaking commit known)Uros Bizjak1-6/+6
2009-11-21sh.md (cmpeqsi_t-1): Use logical_operand predicate for operand 1.Kaushik Phatak1-1/+1
2009-11-21mips-protos.h (mulsidi3_gen_fn): New typedef.Adam Nemet3-9/+53
2009-11-21Remove use of reg_mentioned_p.Sebastian Pop1-12/+4
2009-11-20i386-builtin-types.awk: New file.Richard Henderson4-1916/+1003
2009-11-20Undo part of 2009-10-23 changeMichael Meissner1-72/+5
2009-11-20invoke.texi: Document ARM -mcpu=cortex-a5.Paul Brook3-2/+3
2009-11-20config.gcc (alpha*-dec-osf[45]*): Set use_gcc_stdint.Rainer Orth1-1/+33
2009-11-20arm.h (ASM_OUTPUT_REG_PUSH): Handle STATIC_CHAIN_REGNUM specially for Thumb-1.Julian Brown1-1/+21
2009-11-19config.gcc: Add new ARM --with-fpu options.Paul Brook1-0/+1
2009-11-18neon-docgen.ml (analyze_shape_elt): Handle Alternatives.Daniel Jacobowitz1-0/+1
2009-11-18arm.c (FL_ARCH7EM, [...]): Define.Paul Brook2-2/+13
2009-11-18re PR other/39888 (TLS emutls not linked to automatically on Darwin)Iain Sandoe1-0/+4
2009-11-17spu.c (get_pic_reg): Use LAST_ARG_REGNUM as PIC registers in leaf functions i...Ulrich Weigand1-0/+2
2009-11-17* config/m68k/m68k-devices.def: Add MCF5441x family.Maxim Kuvyrkov1-0/+5
2009-11-17predicates.md (x86_64_szext_general_operand): Do not nest ior expressions.Uros Bizjak1-6/+6
2009-11-16i386.md (cbranchsi4): Use nonimmediate_operand for operand 1 predicate.Uros Bizjak2-300/+44
2009-11-16invoke.texi: Document ARM VFPv4 based FPUs.Paul Brook1-0/+3
2009-11-15PR target/21078, 21080Andy Hutchinson3-2/+44
2009-11-15iq2000.c (iq2000_function_value): Make static, add new 'outgoing' argument.Anatoly Sokolov3-15/+39
2009-11-14arm.md (adddi_sesidi_di): Place tied contraint first.Richard Earnshaw1-29/+29
2009-11-14predicates.md (call_register_no_elim_operand): New predicate.Uros Bizjak1-1/+17