aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2001-07-06[multiple changes]Eric Christopher4-429/+529
2001-07-05Remove bogus patch.Jim Wilson2-19/+24
2001-07-05m68hc11.md ("*ashlsi3"): Operand 1 can be a memory reference using the stack ...Stephane Carrez1-3/+24
2001-07-05m68hc11.h (RETURN_ADDR_RTX): Fix return address when -fomit-frame-pointer is ...Stephane Carrez1-2/+2
2001-07-04h8300.c (get_shift_alg): Remove an extra operand from shll.Kazu Hirata1-1/+1
2001-07-04emit-rtl.c (replace_equiv_address): New function.Richard Kenner15-112/+90
2001-07-04Fix dependencies for parallel builds.Anthony Green1-1/+1
2001-07-04i386.c (ix86_expand_builtin, [...]): Fix typo in last change to use adjust_ad...Jan van Male1-4/+4
2001-07-03darwin.h (SECTION_FUNCTION): Remove WAS_TEXT argument, remove case for flag_n...Stan Shebs3-44/+35
2001-07-03explow.c (plus_constant_wide, case PLUS): Call find_constant_term and avoid c...Richard Kenner28-206/+211
2001-07-03sol2.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.Rainer Orth1-0/+8
2001-07-03cygwin.h (VALID_MACHINE_DECL_ATTRIBUTE, [...]): Remove.Neil Booth4-25/+11
2001-07-02explow.c (plus_constant_wide, [...]): New case.Richard Kenner9-51/+32
2001-07-02emit-rtl.c (adjust_address): New function.Richard Kenner19-212/+134
2001-07-02Fix HPUX libgcc_s.so linking problem.Jim Wilson3-28/+19
2001-06-30* ns32k.md: Remove stray backslash-newline in output template.Zack Weinberg1-1/+1
2001-06-30rtl.def (DEFINE_INSN, [...]): Change output-template slot to format 'T'.Zack Weinberg1-11/+11
2001-06-29target.h (struct gcc_target): Add comp_type_attributes and set_default_type_a...Joseph Myers22-206/+15
2001-06-28i386.md: Global update to use new string syntax where it will improve readabi...Zack Weinberg1-1415/+1204
2001-06-28darwin.h (REGISTER_TARGET_PRAGMAS): Define.Stan Shebs4-2/+174
2001-06-28i386.md (cmp?i): Simplify; refuse immediate operand in alternative 0Jan Hubicka2-15/+12
2001-06-28i386.c (ix86_valid_type_attribute_p): Give external linkage, move declaration...Neil Booth2-4/+2
2001-06-28objc-act.c (handle_impent): Rewrite to be more portable and to use ASM_DECLAR...Stan Shebs1-6/+6
2001-06-26* config/i386/sol2.h (CPP_SPEC): Pass -P for .S files.Rainer Orth1-5/+8
2001-06-26Makefile.in (TARGET_H, [...]): New.Neil Booth73-474/+376
2001-06-26iris5.h (UNALIGNED_INT_ASM_OP, [...]): Define.Rainer Orth2-1/+8
2001-06-26i386.md (float_truncate splitter, [...]): Add reload_completted; fix operand ...Jan Hubicka1-4/+5
2001-06-26defaults.h: Default escape sequences to ASCII.Neil Booth38-360/+2
2001-06-25Add ia64-hpux 128-bit long double support.Steve Ellcey7-76/+291
2001-06-25Make parallel builds work.Jim Wilson2-2/+4
2001-06-25* i386.md (movsi_insv_1, movsi_insv_1_rex64): Fix constraints.Jan Hubicka1-2/+2
2001-06-24* (movsi_insv_1, movsi_insv_1_rex64): Allow immediate operand.Jan Hubicka1-2/+2
2001-06-24Fix oinitialisation of frame pointer in interrupt functions.Nick Clifton2-15/+46
2001-06-23crtfastmath.c: New file.Richard Henderson5-1/+57
2001-06-23i386-protos.h (emit_i387_cw_initialization): Declare.Jan Hubicka3-145/+146
2001-06-22crtfastmath.c: New file.David Mosberger3-1/+46
2001-06-22h8300.c (asm_file_start): Remove reference to "release F-1".Toshiyasu Morita1-1/+0
2001-06-22arm.h (struct machine_function): Remove ra_rtx.DJ Delorie8-149/+11
2001-06-21sh.c (barrier_align): Also recognize branch-around-a-jump-sequence from machi...J"orn Rennecke1-5/+4
2001-06-21alpha.h (struct machine_function): Remove.DJ Delorie2-79/+4
2001-06-21handle interrupt_handler correctlyAldy Hernandez3-2/+16
2001-06-20sh.c (barrier_align): Don't ask for alignment when seeing a branch-around-a-j...J"orn Rennecke1-1/+9
2001-06-19sh.c (output_branch): Delete bogus code.J"orn Rennecke1-25/+10
2001-06-16* i386.md (minsf): Fix splitter. (PR fortran/3191)Jan Hubicka1-2/+2
2001-06-14* config/mips/mips.md (exception_receiver): New.Richard Henderson1-1/+22
2001-06-14* i386.c (ix86_expand_prologue): Fix merging conflict.Jan Hubicka1-2/+2
2001-06-14i386.c (x86_accumulate_outgoing_args, [...]): New global variables.Jan Hubicka2-11/+67
2001-06-13h8300.h (OK_FOR_T): Remove.Kazu Hirata2-22/+11
2001-06-13Makefile.in: Move _bb and __gcc_bcmp to LIB2FUNCS_ST.Zack Weinberg4-31/+50
2001-06-12i386.c (ix86_expand_prologue): Always use gen_pro_epilogue_adjust_stack; upda...Richard Henderson2-98/+59