aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips
AgeCommit message (Expand)AuthorFilesLines
2006-03-21predicates.md (const_call_insn_operand): Allow direct calls to locally-define...Richard Sandiford6-70/+190
2006-03-16predicates.md (splittable_const_int_operand): New, split from move_operand.Richard Sandiford5-52/+186
2006-03-13mips.md (*branch_fp): Use %Z2 for the condition.Richard Sandiford1-4/+4
2006-03-11* config/mips/mips.c: Remove redundant comment.Richard Sandiford1-3/+0
2006-03-09mips-protos.h (mips_output_conditional_branch): Change interface.Richard Sandiford7-358/+277
2006-03-09md.texi: Update documentation of MIPS constraints.Richard Sandiford4-164/+196
2006-02-18re PR target/24837 (move dynamic linker names out of LINK_SPEC and into new D...Joseph Myers1-4/+11
2006-02-16re PR target/20353 (uclibc does not provide C99 math functions)Joseph Myers1-2/+4
2006-02-08re PR target/22209 (libgfortran unresolvable symbols on irix6.5)Roger Sayle4-160/+4
2006-02-06tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak1-1/+1
2006-01-31expr.h (expand_normal): new inline function.Marcin Dalecki1-1/+1
2006-01-29combine.c (simplify_comparison <AND>): Check TRULY_NOOP_TRUNCATION before sta...Adam Nemet1-15/+15
2006-01-29mips-protos.h (mips_set_live_on_entry): Deleted.Kenneth Zadeck1-1/+0
2006-01-27re PR rtl-optimization/24762 ([killloop-branch] code motion of non-invariant ...Daniel Berlin2-0/+20
2006-01-26* config/mips/mips.md (*clear_upper32): New combiner pattern.Adam Nemet1-0/+25
2005-12-09mips.c (override_options): Don't allow too small integers in FP registers.Thiemo Seufer1-2/+7
2005-12-07alpha.c (alpha_start_function): Use switch_to_section.Richard Sandiford3-35/+23
2005-12-02alpha.c (alpha_va_start, [...]): Use buildN and fold_buildN where applicable.Richard Guenther1-47/+47
2005-11-22c-cppbuiltin.c (c_cpp_builtins): Define __pic__ and __PIC__ when flag_pic is ...Kaveh R. Ghazi1-5/+0
2005-08-26mips.c (mips_expand_prologue): Handle case when generating for MIPS16 and the...David Ung1-4/+17
2005-08-06Delete unused obsolete files for irix5cross64 configure target.James E Wilson2-46/+0
2005-08-06Makefile.in, [...]: Fix comment/doc typos.Kazu Hirata3-3/+3
2005-08-01Add long_call attribute to mips port.James E Wilson3-2/+39
2005-08-01dwarf2out.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-07-29mips.c (mips_cpu_info_table): Add 5kf to the table.David Ung4-2/+254
2005-07-23mips-dsp.md: New file.Chao-ying Fu7-95/+1736
2005-07-14mips.c (mips_canonicalize_comparison): Cast argument of trunc_int_for_mode to...Eric Christopher1-1/+1
2005-07-13* config/mips/mips.h (CLZ_DEFINED_VALUE_AT_ZERO): Define.Ian Lance Taylor1-0/+5
2005-07-13mips.c (mips_canonicalize_comparison): New.Eric Christopher1-1/+48
2005-07-11alpha.c (alpha_gimplify_va_arg_1): Use build_va_arg_indirect_ref.Richard Henderson1-2/+2
2005-07-11* config/mips/mips.md (ffs<mode>2): Remove.Ian Lance Taylor1-39/+0
2005-07-09re PR target/21656 (Spurious "template with C linkage" error message)Richard Sandiford1-0/+2
2005-07-08* config/mips/mips.md (abs<mode>2) [GPR]: Remove.Ian Lance Taylor1-14/+0
2005-06-25Update FSF address.R. Kelley Cook39-77/+78
2005-06-15mips.c (mips_rtx_cost_data): Add cost for 4kc, 4kp, 24k and 24kx.David Ung1-4/+36
2005-06-15mips.h (GENERATE_MIPS16E): New definition.David Ung2-3/+24
2005-06-14mips.c (machine_function): Add varargs_size field.Richard Sandiford1-115/+87
2005-06-07predicates.md: Revert previous patch.Eric Christopher1-3/+3
2005-06-07predicates.md (sleu_operand): Use IN_RANGE to specify range of operand.Eric Christopher1-3/+3
2005-06-05mips.c (mips_rtx_costs): Remove unused variable.Eric Christopher1-3/+0
2005-06-03mips.opt: Add RejectNegative to divide-breaks and divide-traps.Eric Christopher1-2/+2
2005-06-03cgraph.c, [...]: Fix comment typos.Kazu Hirata1-2/+3
2005-06-02mips.h (processor_type): Remove PROCESSOR_DEFAULT, add PROCESSOR_MAX.Eric Christopher3-186/+364
2005-06-01mips-protos.h (mips_use_ins_ext_p): Remove parameter names.Richard Sandiford1-1/+1
2005-06-01re PR target/21854 (irix6.5 bootstrap fails due to warning in mips.c)David Billinghurst1-0/+1
2005-05-27mips-protos.h (mips_declare_object): Add printf attribute.Kaveh R. Ghazi2-2/+2
2005-05-26c-common.c, [...]: Fix comment typos.Kazu Hirata2-2/+2
2005-05-26ext_ins.c: New test for testing the generation of MIPS32/64 rev 2 ext/ins ins...David Ung3-5/+83
2005-05-26opt-functions.awk (var_type): New function.Richard Sandiford3-18/+3
2005-05-13mips.h (processor_type): Add new PROCESSOR_4KP name.David Ung4-2/+159