aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips
AgeCommit message (Expand)AuthorFilesLines
2011-11-20mips: Install the __sync libfuncs for mips16Richard Henderson1-2/+6
2011-11-02Move libgcc2 to toplevel libgccRainer Orth8-120/+0
2011-11-02Move libgcc1 to toplevel libgccRainer Orth3-756/+0
2011-11-02Move crtstuff support to toplevel libgccRainer Orth10-181/+6
2011-11-02Move shlib support to toplevel libgccRainer Orth2-89/+0
2011-10-02mips.c (mips_frame_barrier): New function.Richard Sandiford1-41/+53
2011-10-02re PR target/49696 (ICE on mips when compiling drizzle)Richard Sandiford1-7/+7
2011-09-27mips.c (mips_add_cfa_restore): New function.Bernd Schmidt1-4/+16
2011-09-14mips.c (mips_expand_epilogue): Generate a simple_return only if the return ad...Bernd Schmidt1-5/+15
2011-09-12mips.c (mips_epilogue): New structure.Richard Sandiford1-8/+92
2011-09-12mips.c (mips16e_save_restore_reg): Add a reg_parm_p argument.Richard Sandiford1-9/+12
2011-09-11mips.md: Use match_test rather than eq/ne symbol_ref throughout file.Richard Sandiford4-41/+37
2011-09-05re PR target/49606 (mips64: o64 Unrecognizable insn when one noreturn functio...Richard Sandiford4-75/+88
2011-09-05mips.c (mips_gimplify_va_arg_expr): Unshare off.Richard Sandiford1-2/+2
2011-09-02re PR tree-optimization/27460 (Does not vectorize statements with mixed type ...Richard Guenther1-1/+1
2011-08-27rtl.texi (simple_return): Document.Bernd Schmidt2-8/+18
2011-08-22revert: t-linux64 (MULTILIB_DIRNAMES): Set to 'n32 . 64' if tm_defines contai...Matthias Klose1-4/+0
2011-08-20mips.c (mips_class_max_nregs): Check that the mode is OK for ST_REGS and FP_R...Richard Sandiford1-2/+4
2011-08-20mips.c (mips_reorg_process_insns): Check for jumps before checking for annull...Richard Sandiford1-0/+1
2011-08-18tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter.Richard Sandiford1-2/+3
2011-08-18rtl.h (set_src_cost, [...]): New functions.Richard Sandiford1-15/+15
2011-08-09sync.c: Move to ../libgcc.Rainer Orth1-4/+1
2011-08-05Makefile.in (FPBIT_FUNCS, [...]): Remove.Rainer Orth4-61/+3
2011-07-29driver-native.c [__sgi__]: Include <invent.h>, <sys/sbd.h>.Rainer Orth2-2/+76
2011-07-19gnu-user.h: Copy from linux.h.Robert Millan4-161/+203
2011-07-19rtl.texi (MEM_OFFSET_KNOWN_P): Document.Richard Sandiford1-7/+5
2011-07-19rtl.texi (MEM_SIZE_KNOWN_P): Document.Richard Sandiford1-8/+4
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther1-19/+7
2011-07-13crtfastmath.c: Move to ../libgcc/config/alpha.Rainer Orth1-53/+0
2011-07-11config.gcc (mips*-*-linux*): If 'enabled_targets' is 'all'...Arthur Loiret2-1/+5
2011-07-09dwarf2cfi: Handle return column save from CIE.Richard Henderson1-7/+0
2011-06-16re PR middle-end/46500 (target.h includes tm.h)Joern Rennecke1-11/+14
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers1-41/+0
2011-06-06iris6.h (ENDFILE_SPEC): Use crtfastmath.o if -ffast-math etc.Rainer Orth1-1/+2
2011-06-03linux.h (MD_UNWIND_SUPPORT): Remove.Rainer Orth2-122/+0
2011-06-03config.gcc (mips-sgi-irix6.5*): Set tmake_file to mips/t-irix6 t-slibgcc-dummy.Rainer Orth6-230/+4
2011-05-29re PR target/43995 (internal compiler error: Segmentation fault on Mips64 cro...Richard Sandiford1-16/+38
2011-05-25libgcc2.h (__NW, __NDW): Define using a __gnu_ prefix if LIBGCC2_GNU_PREFIX i...Bernd Schmidt1-1/+1
2011-05-25common.opt (flag_stack_usage_info): New variable.Eric Botcazou1-1/+1
2011-05-22mips.h (SUBTARGET_ASM_OPTIMIZING_SPEC): Delete.Richard Sandiford1-10/+1
2011-05-22mips.c (mips_default_arch): Honor MIPS_ISA_DEFAULT.Richard Sandiford1-1/+3
2011-05-17mips.c (mips_handle_option): Remove unused variable.Richard Sandiford1-1/+0
2011-05-09gcc_update (gcc/config/mips/mips-tables.opt): New dependencies.Joseph Myers8-228/+939
2011-05-05elf.h (ENDFILE_SPEC): Add Ofast.Michael Matz1-1/+1
2011-05-03mips-opts.h: New.Joseph Myers4-65/+92
2011-04-26iris6.h (LOCAL_LABEL_PREFIX): Don't test TARGET_NEWABI.Rainer Orth1-6/+5
2011-04-26mips.h (DBX_OUTPUT_SOURCE_LINE): Remove.Rainer Orth2-10/+0
2011-04-21target.def (legitimate_constant_p): New hook.Richard Sandiford3-5/+14
2011-04-21target.def (cannot_force_const_mem): Add a mode argument.Richard Sandiford1-4/+4
2011-04-20mips.c (mips16_build_function_stub): Call build_function_type_list instead of...Nathan Froyd1-2/+3