aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/sparc
AgeCommit message (Expand)AuthorFilesLines
2002-02-01sparc.c (sparc_emit_set_symbolic_const64): If we are given conflicting regist...DJ Delorie2-15/+29
2002-02-01sol2-sld-64.h: Include sparc/biarch64.h rather than sparc/sparc_bi.h.David O'Brien1-1/+1
2002-01-30config.gcc: Include sparc/biarch64.h rather than sparc/sparc_bi.h.David O'Brien1-0/+0
2002-01-25sparc.c (sparc_emit_set_symbolic_const64): Compare using rtx_equal_p, not by ...DJ Delorie1-1/+1
2002-01-24sparc.md (call-jump peepholes): Pass the right insn to can_throw_internal.Jason Merrill1-4/+4
2002-01-24* config/sparc/sparc.md (fix_trunctfdi2): Correct typo in mode.Alexandre Oliva1-2/+2
2002-01-21alpha.h, [...]: Remove commented out target macro definitions and non-target-...Joseph Myers1-17/+0
2002-01-16re PR target/5309 (Infinite loop in cc1 on sparcv9-sun-solaris2.8 with -m64, ...Jakub Jelinek2-2/+3
2002-01-16re PR target/5357 (SPARC: illegal (?) combination of -mcpu=supersparc and -m6...Jakub Jelinek1-1/+4
2002-01-08tm.texi (EASY_DIV_EXPR, [...]): Remove documentation of obsolete macros.Joseph Myers1-7/+1
2001-12-28sparc.h (ASM_PREFERRED_EH_DATA_FORMAT, [...]): Define.Jakub Jelinek2-0/+37
2001-12-26sparc.md (call struct patterns): Show starting at two words long.Richard Kenner1-4/+8
2001-12-23arc.c (arc_hard_regno_mode_ok): Const-ify.Kaveh R. Ghazi2-4/+4
2001-12-231750a.h (datalbl, jmplbl): Declare array size explicitly.Kaveh R. Ghazi1-1/+1
2001-12-20varasm.c (assemble_real): Use REAL_VALUE_TO_x and assemble_integer to emit fl...Richard Henderson1-50/+0
2001-12-20Fix comment typo in last change.Jakub Jelinek1-1/+1
2001-12-19sparc.md (ldd peephole2s): For load peepholes pass the destination register a...Dan Nicolaescu3-39/+36
2001-12-18linux.h (PREFERRED_DEBUGGING_TYPE): Remove.Jakub Jelinek2-14/+1
2001-12-17sparc.md (movdi_zero): Remove.Richard Henderson1-12/+31
2001-12-17* sparc/linux.h (STARTFILE_SPEC): Fix typo in last change.Kaveh R. Ghazi1-0/+1
2001-12-17target.h (asm_out.byte_op, [...]): New fields.Richard Sandiford8-122/+54
2001-12-17config.gcc (sparc64-*-freebsd*): Add target.David O'Brien4-8/+162
2001-12-16uwin.h (MD_STARTFILE_PREFIX): Avoid redefinition warnings.Kaveh R. Ghazi4-0/+6
2001-12-15sparc.c (mems_ok_for_ldd_peep): Rename from addrs_ok_for_ldd_peep_withmem...Dan Nicolaescu3-83/+141
2001-12-15configure.in: Check for ld.Jakub Jelinek3-4/+21
2001-12-11* config/sparc/sparc.md (prefetch): New.Dan Nicolaescu1-0/+31
2001-12-10* config/sparc/sol2-sld-64.h: Include dbxelf.h again.Rainer Orth1-0/+1
2001-12-09ChangeLog.2, [...]: Fix spelling errors.Joseph Myers2-2/+2
2001-12-07sparc.c (epilogue_renumber): Do not replace %fp with %sp because it can cause...Stephane Carrez1-0/+24
2001-12-06function.c (assing_parms): Fix typo in last change.Richard Kenner1-9/+0
2001-12-06final.c (count_basic_block, [...]): Kill.Jan Hubicka8-567/+4
2001-12-03c-decl.c (grokdeclarator): Use ISO word.Neil Booth1-9/+9
2001-12-01h8300.c (h8300_asm_named_section): Wrap with !OBJECT_FORMAT_ELF.Kaveh R. Ghazi1-1/+4
2001-11-30sparc.c (DF_MODES_NO_S): Fix pr/3623, define to accept DFmode and DImode only.Stephane Carrez1-1/+1
2001-11-27aix.h (REG_SIZE): Don't #undef.Kaveh R. Ghazi1-17/+2
2001-11-26sparc.c (sparc_absnegfloat_split_legitimate): Do not call alter_subreg.Jan Hubicka2-96/+10
2001-11-16* config/sparc/sparc.c: Remove ALIGN arg from emit_cmp_insn.Andreas Tobler1-14/+8
2001-11-15dwarf2out.c (dwarf2out_finish): Don't abort because of orphan DIEs if there w...Jason Merrill1-2/+0
2001-11-14config.gcc (sparc64-wrs-vxworks*, [...]): Include various CPU headers via tm_...David O'Brien17-110/+128
2001-11-12config.gcc (sparc-tti-*, [...]): Include various CPU headers via tm_file.David O'Brien28-72/+26
2001-11-11unicosmk.h (ASM_OUTPUT_DOUBLE, [...]): Fix format specifier warning.Kaveh R. Ghazi4-5/+5
2001-11-09sparc.md (movdf): Avoid calling validize_mem during or after reload.Jakub Jelinek1-0/+5
2001-11-04sparc.c (sparc_emit_set_const32, [...]): Change parameters to gen_rtx_CONST_D...Richard Kenner2-28/+15
2001-11-03linux-aout.h: Fix comment formatting.Kazu Hirata14-64/+64
2001-10-31builtins.def: Fix comment typos.Kazu Hirata1-1/+1
2001-10-30* sparc/sol2.h: Include <sys/mman.h> when L_trampoline is defined.Kaveh R. Ghazi1-0/+6
2001-10-28alpha.md, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-23alias.c (can_address_p): Compnonents are not addressable if the containing ty...Richard Kenner1-12/+13
2001-10-19config.gcc (i[34567]86-*-gnu*, [...]): Delete superflous ${cpu_type} setting.Franz Sirl1-0/+2
2001-10-07builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi2-24/+24