aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2001-08-03combine.c, [...]: consistently use "VAX", "VAXen", and "MicroVAX" in comments...Lars Brinkhoff23-79/+79
2001-08-02vax.c: include expr.h.Lars Brinkhoff1-0/+1
2001-08-02re PR java/227 (mips-tfile:internal error (when compiling java code))Rainer Orth1-2/+2
2001-08-02mips.md (movdicc): Make conditional on TARGET_64BIT.Richard Sandiford1-4/+4
2001-08-02darwin.c (machopic_stub_name): Try matching by name.Stan Shebs1-3/+38
2001-08-01regclass.c (call_really_used_regs): New array for registers which are actuall...Andrew MacLeod1-0/+39
2001-08-01config.gcc: Recognize powerpc-*-netbsd*.Andrew Cagney3-15/+134
2001-08-01rs6000.md (define_splits): Kill unused constraints.Jan Hubicka1-49/+49
2001-08-01linux.h (ASM_OUTPUT_IDENT): Defined.H.J. Lu1-0/+5
2001-08-01linux.h (ASM_OUTPUT_SOURCE_LINE): Defined.H.J. Lu1-0/+16
2001-07-31config.gcc (i386-*-netbsdelf): New description.Matthew Green1-0/+181
2001-07-31Fix accidental merge botch.Daniel Berlin1-2/+2
2001-07-31PowerPC reorg and support for powerpc64-*-linux*.Daniel Berlin10-865/+1373
2001-07-30m68k.md: Replace all general_operand with nonimmediate_operand for all destin...Roman Zippel2-303/+303
2001-07-30ia64.h (DEBUG_RANGES_SECTION): New.Richard Henderson2-0/+2
2001-07-30m68k.h (TARGET_SWITCHES/TARGET_OPTIONS): Add missing doc stringsRoman Zippel3-52/+90
2001-07-30i386.c (ix86_output_main_function_alignment_hack): New function.Jan Hubicka1-0/+47
2001-07-30linux.h (CPLUSPLUS_CPP_SPEC): Add -D_GNU_SOURCE.H.J. Lu1-0/+7
2001-07-30linux.h (ASM_DECLARE_FUNCTION_NAME): Defined.H.J. Lu1-0/+33
2001-07-30Skip -mthumb as well as -mthumb-interwork when -mcpu=arm7 is specified.Nick Clifton1-1/+4
2001-07-28* config/i386/sco5.h (DWARF2_DEBUGGING_INFO): Define.Golubev I. N.1-0/+2
2001-07-29h8300.h (ENCODE_SECTION_INFO): Check to see if DECL is VAR_DECL first to prev...Kazu Hirata1-4/+4
2001-07-29* config/h8300/h8300.h: Fix formatting.Kazu Hirata1-6/+6
2001-07-27linux.h (CPP_DEFAULT_CPU_SPEC): New.Andrew Haley2-11/+41
2001-07-26v850.h (ENCODE_SECTION_INFO): Change order of conditional to avoid tree check...Catherine Moore1-7/+7
2001-07-25* config/alpha/alpha.c (print_operand, case '/'): Don't write '/'.Richard Kenner1-1/+1
2001-07-25v850.c (v850_va_arg): Use addr instead of valist to build incr.Catherine Moore1-1/+1
2001-07-25alpha.c (alpha_emit_conditional_move): Always swap GE/GT if its an fp compari...Richard Henderson1-3/+4
2001-07-25stmt.c (expand_goto): A nonlocal goto can be a call too.Andrew MacLeod2-4/+4
2001-07-25* config/ia64/ia64.h (STRIP_NAME_ENCODING): Strip out '*' as well.Andrew MacLeod1-1/+3
2001-07-24* config/i960/i960.h (CPP_SPEC): Define _SOFT_FLOAT for -msoft-float.Joel Sherrill1-0/+1
2001-07-24rtems.h (CPP_PREDEFINES): Remove redundant -Acpu and -Amachine.h.Joel Sherrill3-3/+4
2001-07-24recog.c (split_all_insns_noflow): New.Jan Hubicka3-4/+4
2001-07-24sh.md (ashlsi3_std splitter): Split only after reload.Andrew Haley1-10/+11
2001-07-24sh.c (barrier_align): Check that an operand really is an insn before extracti...Andrew Haley1-16/+20
2001-07-24sh.h (OVERRIDE_OPTIONS): Add braces to get rid of dangling else.Andrew Haley1-9/+13
2001-07-24irix6-libc-compat.c: New file.Rainer Orth2-0/+144
2001-07-23h8300-protos.h: Add a prototype for general_operand_dst_push.Kazu Hirata4-49/+76
2001-07-23i386.c (ix86_expand_setcc): Don't use method 0 before CSE.Richard Henderson2-2/+24
2001-07-23tm.texi (MD_CAN_REDIRECT_BRANCH): New macro.Andrew Haley3-0/+41
2001-07-22m68k.c (const_uint32_operand): Abort if mode is <= 32 bits.Richard Henderson2-13/+21
2001-07-22basic-block.h (redirect_edge_and_branch_force, [...]): Declare.Jan Hubicka1-23/+49
2001-07-22freebsd-aout.h (ASM_PREFERRED_EH_DATA_FORMAT): Use the definition in defaults.h.Alexandre Oliva1-0/+7
2001-07-22alpha.c (get_trap_mode_suffix): New.Richard Henderson3-208/+313
2001-07-21mips.c (mips_cpu): Moved into ...H.J. Lu2-5/+2
2001-07-21m68hc11.md ("andqi3"): Accept d as second operand.Stephane Carrez1-11/+11
2001-07-21tm.texi: Remove DEFAULT_VTABLE_THUNKS.Nathan Sidwell14-83/+0
2001-07-20m68k.md (zero_extend?i?i2 expander): Use gen_lowpart instead of doing the cha...Roman Zippel1-15/+3
2001-07-20m68hc11.md ("movdi", [...]): Use an expand to emit the pattern; put a REG_INC...Stephane Carrez1-5/+112
2001-07-20m68hc11.c (m68hc11_gen_highpart): Don't use gen_highpart.Stephane Carrez1-7/+19