aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2009-04-29bfin.md (sp_or_sm, [...]): New macro.Bernd Schmidt2-73/+73
2009-04-28alpha.md (usegp): Cast the result of alpha_find_lo_sum_using_gp to enum attr_...Uros Bizjak2-8/+8
2009-04-28config.gcc (powerpc*-*-* | rs6000-*-*): Add rs6000/option-defaults.h to tm_file.Joseph Myers2-10/+64
2009-04-28FPA error for AAPCSRamana Radhakrishnan1-0/+4
2009-04-28config.gcc (hppa*64*-*-hpux11*): Set use_gcc_stdint and add hpux-stdint.h to ...Steve Ellcey5-10/+38
2009-04-28re PR bootstrap/39929 (Bootstrapping fails at stage 1 on powerpc-ibm-aix)Andrew Pinski2-3/+3
2009-04-28m32c.c (TARGET_PROMOTE_FUNCTION_RETURN, [...]): Delete.Paolo Bonzini1-16/+0
2009-04-28Add support for arm1156tf-sRamana Radhakrishnan2-1/+2
2009-04-28re PR target/39323 (MAX_OFILE_ALIGNMENT in elfos.h is too big)Uros Bizjak1-8/+10
2009-04-28re PR target/39911 (The 'z' suffix doesn't work with 16bit integer insn)Uros Bizjak2-75/+95
2009-04-27collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor16-165/+180
2009-04-27spu.c (spu_machine_dependent_reorg): Make sure branch label on hint instructi...Trevor Smigiel1-0/+19
2009-04-27Allow non-constant arguments to conversion intrinsics.Trevor Smigiel7-72/+296
2009-04-27re PR c/39903 (ICE on flexible member)H.J. Lu1-1/+4
2009-04-27alpha.c (code_for_builtin): Declare as enum insn_code.Uros Bizjak1-1/+1
2009-04-26i386.c (print_operand): Fix typo.Uros Bizjak1-1/+1
2009-04-26mingw-w64.h (STANDARD_INCLUDE_DIR): Redefine it to just use mingw/include.Kai Tietz2-0/+42
2009-04-25re PR target/39897 (Revision 146761 caused libgomp.fortran/omp_atomic1.f90)Uros Bizjak1-1/+11
2009-04-25re PR bootstrap/39645 (uninitialized variable in genattrtab.c)Eric Botcazou1-14/+11
2009-04-25re PR inline-asm/39590 (inline asm %z on amd64 says "ll" instead of "q")Uros Bizjak3-61/+84
2009-04-25target.h (struct gcc_target): Add case_values_threshold field.Anatoly Sokolov5-13/+21
2009-04-24sh.h (LIBGCC2_DOUBLE_TYPE_SIZE): Test __SH2A_SINGLE_ONLY__ also.DJ Delorie1-1/+1
2009-04-24ia64.md (movfs_internal): Allow flt constants.Steve Ellcey2-11/+33
2009-04-24combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor7-20/+23
2009-04-24iq2000.c (function_arg): Handle TImode values.Nick Clifton2-1/+12
2009-04-24constraints.md ('I', 'J'): Fix condition.Andreas Krebbel1-2/+2
2009-04-24sse.md (avxmodesuffixs): Removed.H.J. Lu1-4/+2
2009-04-24frv.c (frv_frame_access): Do not use reg+reg addressing for DImode accesses.Nick Clifton2-3/+36
2009-04-24sh.c (sh_expand_prologue, [...]): Use memory_address_p instead of GO_IF_LEGIT...Paolo Bonzini1-44/+30
2009-04-23spu-builtins.h: Delete file.Ulrich Weigand5-132/+118
2009-04-23* config/arm/arm.md (insv): Do not share operands[0].Daniel Jacobowitz1-1/+1
2009-04-23vxlib-tls.c (active_tls_threads): Delete.Nathan Sidwell1-25/+27
2009-04-23alpha.c (alpha_legitimize_reload_address): Add cast to enum type.Uros Bizjak2-24/+20
2009-04-23v850.md (epilogue): Remove suppressed code.Nick Clifton2-9/+4
2009-04-23Add rs6000/xilinx.h -- missed in earlier checkin.Michael Eager1-0/+38
2009-04-23re PR testsuite/39781 (Fail: g++.dg/cpp/_Pragma1.C, gcc.dg/cpp/_Pragma6.c)Jing Yu1-1/+2
2009-04-22* config/m32c/m32c.h: Update GTY annotations to new syntax.DJ Delorie1-1/+1
2009-04-23linux-unwind.h (get_regs): Remove type puns.Ben Elliston1-13/+10
2009-04-22m32c.c (m32c_special_page_vector_p): Move declarations before code.DJ Delorie1-2/+6
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek20-36/+33
2009-04-22arm.c (arm_rtx_costs_1): Use power_of_two_operand where appropriate.Kazu Hirata1-18/+6
2009-04-22arm.c (arm_size_rtx_costs): Treat a PLUS with a shift the same as a PLUS with...Kazu Hirata1-1/+14
2009-04-22Makefile.in: Update dependencies.Manuel López-Ibáñez2-2/+1
2009-04-22gthr-vxworks.h (struct __gthread_once_t): Add alignment and padding for PPC.Nathan Sidwell1-1/+9
2009-04-22sh.c (shift_insns_rtx, [...]): Truncate shift counts to avoid out-of-bounds a...Paolo Bonzini1-8/+9
2009-04-22sparc.h (POINTER_SIZE): Fix comment.Paolo Bonzini1-5/+4
2009-04-22alpha.c: Use REG_P...Uros Bizjak5-119/+119
2009-04-22defaults.h (GO_IF_MODE_DEPENDENT_ADDRESS): Provide empty default.Paolo Bonzini26-164/+0
2009-04-22cfghooks.c (tidy_fallthru_edges): Remove find_basic_blocks references from co...Laurynas Biveinis1-29/+0
2009-04-21sh.c (prepare_cbranch_operands): Use LAST_AND_UNUSED_RTX_CODE instead of CODE...Kaz Kojima2-53/+43