summaryrefslogtreecommitdiff
path: root/gcc/config/mips
Commit message (Expand)AuthorAgeFilesLines
* mips.h (ISA_HAS_PREFETCHX): Fix typo.Richard Sandiford2006-11-071-1/+1
* mips.c (mips_rtx_cost_optimize_size): New table of costs when optimizing for ...David Ung2006-11-071-1/+19
* mips.h (ISA_HAS_PREFETCHX): Add ISA_MIPS32R2 to the list.David Ung2006-11-071-0/+1
* mips.h (processor_type): Removed PROCESSOR_24K, add PROCESSOR_24KC and PROCES...David Ung2006-11-034-37/+55
* mips.md (mul<mode>3): Split into...Richard Sandiford2006-10-301-10/+22
* linux64.h (DRIVER_SELF_SPECS): Use a single spec, but with each set of option...Richard Sandiford2006-10-301-2/+2
* * config/mips/linux.h (NO_SHARED_SPECS): Correct syntax error.David Daney2006-10-301-1/+1
* mips.md (mul<mode>3): Check ISA_HAS_MUL3 rather than GENERATE_MULT3_<MODE>.Richard Sandiford2006-10-292-116/+79
* configure.ac (HAVE_AS_NO_SHARED): New AC_DEFINE.Richard Sandiford2006-10-292-0/+11
* mips.c (mips_classify_symbol): Test DECL_WEAK as well as TREE_PUBLIC when dec...Richard Sandiford2006-10-291-6/+13
* unwind-dw2.h: Move cfa-related variables into struct frame_state_reg_info to ...Nathan Froyd2006-10-261-3/+3
* decl.c: Include langhooks.h.Rafael Ávila de Espíndola2006-10-231-3/+3
* mips.c (mips_split_const): Don't accept bare PLUS expressions.Richard Sandiford2006-10-221-4/+5
* linux.h (SUBTARGET_CC1_SPEC): Override.Andrew Pinski2006-10-172-3/+8
* mips.c (mips_save_restore_reg): Use gen_frame_mem to avoid alias set 0.Adam Nemet2006-10-101-1/+1
* mips.c (mips_legitimize_tls_address): Implement all TLS models in the same wa...Richard Sandiford2006-10-081-1/+5
* mips.c (mips_classify_symbol): Do not return SYMBOL_SMALL_DATA if SYMBOL_REF_...Richard Sandiford2006-10-081-3/+8
* elf.h (HANDLE_PRAGMA_PUSH_POP): Define.Richard Sandiford2006-10-081-0/+2
* mips.c (mips_pass_by_reference): Do not return false for EABI if type is NULL.Richard Sandiford2006-10-051-2/+2
* mips.c (CODE_FOR_mips_abs_ps): Delete.Richard Sandiford2006-09-203-15/+50
* re PR target/29006 (Incorrect zeroing of unaligned 64-bit fields on MIPS targ...Richard Sandiford2006-09-103-6/+23
* PR target/28126 (partial fix)Atsushi Nemoto2006-07-301-0/+3
* Add SB-1A support.James E Wilson2006-07-075-66/+115
* Add SB-1 specific multilib support. Patch by Fred Fish.Fred Fish2006-06-261-0/+44
* mips.c (function_arg): Where one part of a complex argument is in registers a...Joseph Myers2006-06-211-7/+18
* iris6.h (LIB_SPEC): Add support for -pthread.Roger Sayle2006-06-201-2/+6
* mips.c (mips_file_start): Create special section ".gcc_compiled_longXX" for o...Fred Fish2006-06-121-2/+3
* t-rtems: Add EL/EB multilib variants.Ralf Corsepius2006-06-101-3/+14
* t-elf (MULTILIB_MATCHES): Combine two entries into single entry.Fred Fish2006-06-071-2/+1
* t-linux64 (tp-bit.c): Append to tp-bit.c, not dp-bit.c.Joseph Myers2006-06-061-1/+1
* linux-unwind.h: Include <asm/unistd.h>Richard Sandiford2006-05-191-5/+9
* re PR target/22209 (libgfortran unresolvable symbols on irix6.5)Richard Sandiford2006-05-193-4/+2
* crtstuff.c (__dso_handle): Set section from TARGET_LBIGCC_SDATA_SECTION if de...DJ Delorie2006-05-151-0/+2
* mips-ps-3d.md (scc_ps, s<code>_ps): New patterns.Richard Sandiford2006-05-094-14/+112
* re PR target/26765 (ICE in in extract_insn with __thread and optimization)Kazu Hirata2006-05-041-8/+6
* * config/mips/linux64.h (DWARF_OFFSET_SIZE): Remove.Joseph Myers2006-05-041-5/+0
* re PR target/25871 (TRAMPOLINE_TEMPLATE uses 32bit moves on 64bit code)Stanislaw Skowronek2006-05-021-5/+10
* target.h (struct gcc_target): Add mode_rep_extended.Adam Nemet2006-04-171-0/+14
* predicates.md (const_call_insn_operand): Allow direct calls to locally-define...Richard Sandiford2006-03-216-70/+190
* predicates.md (splittable_const_int_operand): New, split from move_operand.Richard Sandiford2006-03-165-52/+186
* mips.md (*branch_fp): Use %Z2 for the condition.Richard Sandiford2006-03-131-4/+4
* * config/mips/mips.c: Remove redundant comment.Richard Sandiford2006-03-111-3/+0
* mips-protos.h (mips_output_conditional_branch): Change interface.Richard Sandiford2006-03-097-358/+277
* md.texi: Update documentation of MIPS constraints.Richard Sandiford2006-03-094-164/+196
* re PR target/24837 (move dynamic linker names out of LINK_SPEC and into new D...Joseph Myers2006-02-181-4/+11
* re PR target/20353 (uclibc does not provide C99 math functions)Joseph Myers2006-02-161-2/+4
* re PR target/22209 (libgfortran unresolvable symbols on irix6.5)Roger Sayle2006-02-084-160/+4
* tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak2006-02-061-1/+1
* expr.h (expand_normal): new inline function.Marcin Dalecki2006-01-311-1/+1
* combine.c (simplify_comparison <AND>): Check TRULY_NOOP_TRUNCATION before sta...Adam Nemet2006-01-291-15/+15