aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips/mips.c
AgeCommit message (Expand)AuthorFilesLines
2005-07-11alpha.c (alpha_gimplify_va_arg_1): Use build_va_arg_indirect_ref.Richard Henderson1-2/+2
2005-06-25Update FSF address.R. Kelley Cook1-2/+2
2005-06-15mips.c (mips_rtx_cost_data): Add cost for 4kc, 4kp, 24k and 24kx.David Ung1-4/+36
2005-06-14mips.c (machine_function): Add varargs_size field.Richard Sandiford1-115/+87
2005-06-05mips.c (mips_rtx_costs): Remove unused variable.Eric Christopher1-3/+0
2005-06-03cgraph.c, [...]: Fix comment typos.Kazu Hirata1-2/+3
2005-06-02mips.h (processor_type): Remove PROCESSOR_DEFAULT, add PROCESSOR_MAX.Eric Christopher1-175/+339
2005-05-27mips-protos.h (mips_declare_object): Add printf attribute.Kaveh R. Ghazi1-1/+1
2005-05-26c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-05-26ext_ins.c: New test for testing the generation of MIPS32/64 rev 2 ext/ins ins...David Ung1-1/+33
2005-05-26opt-functions.awk (var_type): New function.Richard Sandiford1-14/+0
2005-05-13mips.h (processor_type): Add new PROCESSOR_4KP name.David Ung1-1/+2
2005-05-09mips.h (processor_type): Add names for the 24K.David Ung1-0/+4
2005-05-08mips.c (mips_emit_compare): Don't reverse UNGE and UNGT comparisons.Richard Sandiford1-2/+0
2005-05-07invoke.texi: Remove documentation for MIPS' -mint64 option.Richard Sandiford1-41/+1
2005-05-06mips.opt: Remove -mint64 option.Eric Christopher1-14/+1
2005-04-26mips.c (mips_legitimize_tls_address): Use gcc_unreachable.Nathan Sidwell1-1/+1
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-4/+4
2005-04-13mips.h (ASM_OUTPUT_CASE_LABEL): Delete.Richard Sandiford1-5/+1
2005-04-05iris6.h (DWARF_FRAME_RETURN_COLUMN): Redefine to match what the system unwind...Olivier Hainque1-1/+11
2005-03-30final.c (final): Remove prescan parameter.Ian Lance Taylor1-3/+3
2005-03-29mips.c (mips_gimplify_va_arg_expr): Update for truthvalue conversion removal.Eric Christopher1-1/+2
2005-03-23params.def: Fix a typo.Kazu Hirata1-1/+1
2005-03-15toplev.c (display_target_options): Avoid unused variable warning if TARGET_SW...Richard Sandiford1-60/+72
2005-03-14config.gcc (mips*-*-*): Rename MASK_SPLIT_ADDRS to MASK_SPLIT_ADDRESSES.Richard Sandiford1-17/+32
2005-03-13configure.ac: Check for MIPS TLS.Daniel Jacobowitz1-2/+203
2005-03-11mips.h (mips_fix_vr4130_string): Declare.Richard Sandiford1-4/+24
2005-03-11mips.c (override_options): Only warn about -mint64 deprecation if TARGET_INT64.Richard Sandiford1-1/+1
2005-02-20re PR middle-end/18785 (isdigit builtin function fails with EBCDIC character ...Zack Weinberg1-46/+10
2005-02-07cfgcleanup.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-02-01mips.c (override_options): Warn if -mint64 is used.Eric Christopher1-0/+4
2004-12-29target.h (targetm.calls.arg_partial_bytes): New.Richard Henderson1-5/+9
2004-12-15mips.c (mips_arg_info): Use FUNCTION_ARG_BOUNDARY to decide whether an argume...Richard Sandiford1-3/+1
2004-12-09mips.c (mips_scalar_mode_supported_p): Rewrite to avoid call to default funct...Eric Christopher1-9/+24
2004-12-07mips-protos.h (mips_valid_pointer_mode): Move prototype...Eric Christopher1-1/+2
2004-12-07re PR target/18442 (Rejects attribute((mode(SI))) when using -mint64)Eric Christopher1-0/+26
2004-11-27mips-protos.h (function_arg_boundary): Declare.Richard Sandiford1-0/+17
2004-11-16mips.c: Use rtl _P predicates.Eric Christopher1-20/+20
2004-11-09builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers1-1/+1
2004-10-31mips.c (mips_cannot_change_mode_class): Use a stricter mode check.Richard Sandiford1-21/+30
2004-10-252004-10-25 David Billinghurst <David.Billinghurst@riotinto.comDavid Billinghurst1-1/+0
2004-10-21dbxout.c (asmfile): Delete.Zack Weinberg1-30/+10
2004-10-07mips.c (mips_function_rodata_section): New function.Richard Sandiford1-0/+39
2004-09-25mips.h (struct mips_args): Clarify comments.Richard Sandiford1-30/+22
2004-09-22mips.c (mips_function_value): For o32, o64, n32 and n64, use FPRs for scalar,...Richard Sandiford1-0/+7
2004-09-13SB-1 specific MIPS vector instructions.James E Wilson1-9/+64
2004-09-10darwin.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-09-08function.c (reference_callee_copied): New.Richard Henderson1-0/+12
2004-09-07config.gcc: Added support for --with-divide=[breaks|traps] for mips targets.David Daney1-1/+12
2004-09-02mips.c (mips_classify_symbol, [...]): (mips_restore_gp, mips_set_return_addre...Richard Sandiford1-44/+26