aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips
AgeCommit message (Expand)AuthorFilesLines
2006-11-07mips.h (ISA_HAS_PREFETCHX): Fix typo.Richard Sandiford1-1/+1
2006-11-07mips.c (mips_rtx_cost_optimize_size): New table of costs when optimizing for ...David Ung1-1/+19
2006-11-07mips.h (ISA_HAS_PREFETCHX): Add ISA_MIPS32R2 to the list.David Ung1-0/+1
2006-11-03mips.h (processor_type): Removed PROCESSOR_24K, add PROCESSOR_24KC and PROCES...David Ung4-37/+55
2006-10-30mips.md (mul<mode>3): Split into...Richard Sandiford1-10/+22
2006-10-30linux64.h (DRIVER_SELF_SPECS): Use a single spec, but with each set of option...Richard Sandiford1-2/+2
2006-10-30* config/mips/linux.h (NO_SHARED_SPECS): Correct syntax error.David Daney1-1/+1
2006-10-29mips.md (mul<mode>3): Check ISA_HAS_MUL3 rather than GENERATE_MULT3_<MODE>.Richard Sandiford2-116/+79
2006-10-29configure.ac (HAVE_AS_NO_SHARED): New AC_DEFINE.Richard Sandiford2-0/+11
2006-10-29mips.c (mips_classify_symbol): Test DECL_WEAK as well as TREE_PUBLIC when dec...Richard Sandiford1-6/+13
2006-10-26unwind-dw2.h: Move cfa-related variables into struct frame_state_reg_info to ...Nathan Froyd1-3/+3
2006-10-23decl.c: Include langhooks.h.Rafael Ávila de Espíndola1-3/+3
2006-10-22mips.c (mips_split_const): Don't accept bare PLUS expressions.Richard Sandiford1-4/+5
2006-10-17linux.h (SUBTARGET_CC1_SPEC): Override.Andrew Pinski2-3/+8
2006-10-10mips.c (mips_save_restore_reg): Use gen_frame_mem to avoid alias set 0.Adam Nemet1-1/+1
2006-10-08mips.c (mips_legitimize_tls_address): Implement all TLS models in the same wa...Richard Sandiford1-1/+5
2006-10-08mips.c (mips_classify_symbol): Do not return SYMBOL_SMALL_DATA if SYMBOL_REF_...Richard Sandiford1-3/+8
2006-10-08elf.h (HANDLE_PRAGMA_PUSH_POP): Define.Richard Sandiford1-0/+2
2006-10-05mips.c (mips_pass_by_reference): Do not return false for EABI if type is NULL.Richard Sandiford1-2/+2
2006-09-20mips.c (CODE_FOR_mips_abs_ps): Delete.Richard Sandiford3-15/+50
2006-09-10re PR target/29006 (Incorrect zeroing of unaligned 64-bit fields on MIPS targ...Richard Sandiford3-6/+23
2006-07-30PR target/28126 (partial fix)Atsushi Nemoto1-0/+3
2006-07-07Add SB-1A support.James E Wilson5-66/+115
2006-06-26Add SB-1 specific multilib support. Patch by Fred Fish.Fred Fish1-0/+44
2006-06-21mips.c (function_arg): Where one part of a complex argument is in registers a...Joseph Myers1-7/+18
2006-06-20iris6.h (LIB_SPEC): Add support for -pthread.Roger Sayle1-2/+6
2006-06-12mips.c (mips_file_start): Create special section ".gcc_compiled_longXX" for o...Fred Fish1-2/+3
2006-06-10t-rtems: Add EL/EB multilib variants.Ralf Corsepius1-3/+14
2006-06-07t-elf (MULTILIB_MATCHES): Combine two entries into single entry.Fred Fish1-2/+1
2006-06-06t-linux64 (tp-bit.c): Append to tp-bit.c, not dp-bit.c.Joseph Myers1-1/+1
2006-05-19linux-unwind.h: Include <asm/unistd.h>Richard Sandiford1-5/+9
2006-05-19re PR target/22209 (libgfortran unresolvable symbols on irix6.5)Richard Sandiford3-4/+2
2006-05-15crtstuff.c (__dso_handle): Set section from TARGET_LBIGCC_SDATA_SECTION if de...DJ Delorie1-0/+2
2006-05-09mips-ps-3d.md (scc_ps, s<code>_ps): New patterns.Richard Sandiford4-14/+112
2006-05-04re PR target/26765 (ICE in in extract_insn with __thread and optimization)Kazu Hirata1-8/+6
2006-05-04* config/mips/linux64.h (DWARF_OFFSET_SIZE): Remove.Joseph Myers1-5/+0
2006-05-02re PR target/25871 (TRAMPOLINE_TEMPLATE uses 32bit moves on 64bit code)Stanislaw Skowronek1-5/+10
2006-04-17target.h (struct gcc_target): Add mode_rep_extended.Adam Nemet1-0/+14
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