aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/sparc
AgeCommit message (Expand)AuthorFilesLines
2000-10-20Warning fixes:Kaveh R. Ghazi1-1/+0
2000-10-17alpha.h (ASM_OUTPUT_MI_THUNK): Reload gp if needed.Jakub Jelinek1-35/+8
2000-10-13sparc.md (nonlocal_goto_receiver): Remove.Jakub Jelinek4-45/+34
2000-10-08Makefile.in (libgcc.mk): Pass SHLIB_EXT, not SHLIB_LIBS.Richard Henderson3-8/+18
2000-10-05Makefile.in (NM_FOR_TARGET): New.Richard Henderson1-1/+4
2000-10-04configure.in (enable-shared): New.Richard Henderson1-0/+5
2000-09-26sparc.c (sparc_emit_set_const64): Don't abort when op0 is a SUBREG.Jakub Jelinek2-4/+14
2000-09-25Change callers in config/[n-z]*/ (the rest) to match:Hans-Peter Nilsson6-13/+25
2000-09-25definitions in config/[s-w]* (rest):Hans-Peter Nilsson10-40/+40
2000-08-24optabs.c (init_optabs): Initialize fixtab...Greg McGary1-4/+2
2000-08-14cse.c (fold_rtx): Avoid empty body in an if-statement.Kaveh R. Ghazi1-0/+1
2000-08-08alpha.c (alpha_emit_xfloating_libcall): Use GEN_CALL_VALUE define.Rodney Brown1-1/+1
2000-08-08tm.texi (LOCAL_REGNO): Document.Richard Henderson1-0/+7
2000-07-28Makefile.in (INSN_ATTR_H): New macro.Alexandre Oliva2-3/+3
2000-06-271750a.h: Mark help strings for options/switches for translation.Philipp Thomas7-71/+100
2000-06-23sparc.md (reload_outdi+1): Handle HOST_BITS_PER_WIDE_INT == 64 case correctly.Jakub Jelinek1-0/+22
2000-06-09configure.in: Check whether gas supports -relax.Jakub Jelinek4-8/+29
2000-06-05sparc.c (short_branch): Correct error in range computation.Richard Kenner1-3/+5
2000-05-22sparc.md (movdf_insn_v9only_vis): fzero has just one argument.Jakub Jelinek1-1/+1
2000-04-17sparc.c (eligible_for_sibcall_delay): Cannot use leaf sibcall delay slot if f...Jakub Jelinek1-2/+2
2000-04-07t-linux64 (tcrtbeginS.o, tcrtendS.o): Remove.Jakub Jelinek1-13/+0
2000-04-06sparc.md (movtf_insn_sp32, [...]): Accept loading 0.0 into GENERAL_REGS.Jakub Jelinek2-17/+20
2000-04-05sparc.md (snedi_zero+1, [...]): Allow splits only if registers are different.Jakub Jelinek1-6/+12
2000-04-04sparc.md (movdi_insn_sp64_novis): New pattern.Jakub Jelinek3-209/+360
2000-04-04sparc.h (RTX_OK_FOR_OFFSET_P): Leave minor margin so that addresses are offse...Jakub Jelinek1-7/+19
2000-04-04sparc.c (output_restore_regs): Prototype.Kaveh R. Ghazi1-1/+2
2000-03-30calls.c (expand_call): Pass bit alignment to mark_reg_pointer.Richard Kenner1-2/+3
2000-03-29Convert ACCUMULATE_OUTGOING_ARGS to an expression.Jan Hubicka1-1/+1
2000-03-26expmed.c (extract_bit_field): Ensure BITS_PER_WORD is signed in MAX.Richard Kenner1-25/+30
2000-03-24sparc.h (REVERSIBLE_CC_MODE): Revert Jan, 25 change until infrastructure is f...Jakub Jelinek1-2/+3
2000-03-24sibcall.c (skip_copy_to_return_value): Use OUTGOING_REGNO for comparison if r...Jakub Jelinek4-57/+356
2000-03-23rs6000.h (DWARF_FRAME_RETURN_COLUMN): Define.Jason Merrill1-0/+1
2000-03-22Implement dwarf2 exception handling for the ARM.Jason Merrill1-2/+4
2000-03-22sparc.c (mem_min_alignment): If not optimizing...Jakub Jelinek1-2/+4
2000-03-13sparc.md: Remove all traces of TARGET_LIVE_G0.Jakub Jelinek8-317/+94
2000-03-06real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to LONG_DOUBLE_TYPE_SIZE if not de...Jakub Jelinek8-20/+67
2000-03-06sparc.h (ASM_ARCH64_SPEC): Pass -no-undeclared-regs to gas if it supports .re...Jakub Jelinek1-0/+4
2000-03-06Makefile.in: Pass a new MULTILIB_EXCLUSIONS option as the sixth argument to g...Ben Collins1-1/+2
2000-03-06builtins.c (built_in_class_names, [...]): Constify a char*.Kaveh R. Ghazi1-4/+4
2000-03-06sparc.c (eligible_for_epilogue_delay): Accept floating point instructions for...Jakub Jelinek1-1/+11
2000-02-26Fix copyrights.Jeff Law5-5/+9
2000-02-20sparc.c (sparc_output_scratch_registers): Mark parameter with ATTRIBUTE_UNUSED.Kaveh R. Ghazi2-5/+10
2000-02-13* sparc/sol2.h (LIB_SPEC): Link -ldl if profiling.Rainer Orth1-1/+1
2000-02-02Fix sparc -msoft-float abort while compiling newlib.Jim Wilson1-4/+4
2000-02-01sparc.c (fp_zero_operand): Turn into a normal predicate.Richard Henderson4-47/+28
2000-01-27linux64.h (CC1_SPEC): If compiling -m32 with -g but no -g option specifying d...Jakub Jelinek1-1/+3
2000-01-26sparc.c (sparc_emit_float_lib_cmp): Handle TARGET_ARCH32 again.Jakub Jelinek2-59/+143
2000-01-25sparc.c (output_cbranch): Fix accidental squashing of the fp branch pre-delay...Richard Henderson1-98/+103
2000-01-25tree.def (UNNE_EXPR): Remove.Richard Henderson3-56/+27
2000-01-25sparc-protos.h (select_cc_mode): Declare.Richard Henderson4-138/+329