aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2001-04-21sparc.c (sparc_flat_eligible_for_epilogue_delay): Fix a comment typo.Kazu Hirata2-2/+2
2001-04-21h8300.c (general_operand_src): Fix a comment typo.Kazu Hirata1-1/+1
2001-04-20* config/pa/som.h (NM_FLAGS): Define.Jeffrey A Law1-0/+5
2001-04-20Better scheduling of shiftsBernd Schmidt3-7/+152
2001-04-20i386.c (ix86_expand_int_movcc, [...]): Sign-extend CONST_INTs.Alexandre Oliva1-3/+7
2001-04-20rs6000.md (ctrsi_internal1, [...]): In the short-branch case, this insn is on...Geoffrey Keating1-12/+12
2001-04-19pa-linux.h (CPLUSPLUS_CPP_SPEC): Undefine.Jeffrey A Law3-9/+28
2001-04-19vms.h: Change OBJECT_SUFFIX and EXECUTABLE_SUFFIX to TARGET_OBJECT_SUFFIX and...DJ Delorie10-15/+20
2001-04-19mips.md (reload_outputdi): Require that operand0 be a general_operand.Mark Mitchell1-1/+1
2001-04-19* config/i386/xm-cygwin.h (CPP_SPEC): Fix typo.Christopher Faylor1-1/+1
2001-04-17vax.h (PROMOTE_PROTOTYPES): Define for compatibility with system libraries an...John David Anglin1-1/+5
2001-04-16toplev.c (output_lang_identify): Delete.Zack Weinberg59-643/+25
2001-04-16* pa.md (reload_outdi): Operand 0 must be a non hard register.Jeffrey A Law1-1/+1
2001-04-16pa.c (secondary_reload_class): SAR<->FP copies require a secondary register.Jeffrey A Law1-0/+7
2001-04-15* i386.md (sqrtdf2): SFmode should be DFmode.Toon Moene1-1/+1
2001-04-14i386.md (ashldi3_1_rex64): Add 'J' to the constraintsJan Hubicka1-2/+2
2001-04-14mn10300.md (cmpsi): Tell reload to disregard the first alternative.Alexandre Oliva1-1/+9
2001-04-14pa.c (force_mode): New function.Alan Modra1-45/+63
2001-04-14Update copyright noticeAlexandre Oliva1-1/+2
2001-04-14Update copyright noticeAlexandre Oliva1-1/+2
2001-04-14Whitespace fixAlexandre Oliva1-1/+1
2001-04-13Fix linux kernel -foptimize-sibling-calls miscompilationJim Wilson1-10/+42
2001-04-13pa.h (GO_IF_LEGITIMATE_ADDRESS): Disallow PIC LO_SUM fp mode addresses.Alan Modra1-1/+5
2001-04-13Makefile.in (reg-stack.o): Depend on reload.h.Kaveh R. Ghazi1-3/+0
2001-04-13pa.c: Formatting and white space fixes throughout file.Alan Modra1-44/+48
2001-04-13pa.c (hppa_init_pic_save): Set rtx_unchanging for PIC_OFFSET_TABLE_SAVE_RTX.Alan Modra1-0/+1
2001-04-13pa.c (uint32_operand): Don't use long constant >= 2^32.Alan Modra2-27/+29
2001-04-13pa-hpux10.h (NEW_HP_ASSEMBLER): Define to 1.Alan Modra3-23/+17
2001-04-13pa-gas.h: Delete file.Alan Modra1-22/+0
2001-04-13mill32.S: New file.Alan Modra5-3/+3274
2001-04-13Add new files.Alan Modra3-0/+441
2001-04-13elfos.h (SELECT_SECTION): Undef before defining.Alan Modra7-36/+181
2001-04-13pa-64.h (WCHAR_TYPE, [...]): Define.Alan Modra1-330/+21
2001-04-13objc-act.c: Remove all code ifdefed with the never-used macro OBJC_INT_SELECT...Stan Shebs1-6/+0
2001-04-12* config/pa/quadlib.c: Add prototypes.Rodney Brown1-0/+13
2001-04-12Fix for PR 2498, getf/stf require normalization after a cast.Jim Wilson1-65/+25
2001-04-12* sh.md (builtin_setjmp_receiver): New expander.Kaz Kojima1-0/+9
2001-04-12rs6000.c (rs6000_emit_move): Do not special-case HOST_BITS_PER_WIDE_INT != 32.Alexandre Oliva2-29/+44
2001-04-12i386.md: Apply trunc_int_for_mode() to GEN_INT operands that make it to RTL.Alexandre Oliva1-14/+22
2001-04-12Add Darwin (Mac OS X kernel) native support.Stan Shebs9-16/+2547
2001-04-11Fix PR 2520, a problem with structure parameter passing.Jim Wilson1-3/+7
2001-04-11* sparc-protos.h: Delete redundant prototypes.Kaveh R. Ghazi1-41/+0
2001-04-11* sparc/sol2-sld-64.h (STARTFILE_SPEC): Added missing blank.Rainer Orth1-1/+1
2001-04-11i386.md (floatsisf_sse): Fix output templateJan Hubicka2-3/+4
2001-04-09Makefile.in (LIB2FUNCS_STATIC_EXTRA): New macro.Franz Sirl1-1/+4
2001-04-09i386.md: "TARGET_64BIT && TARGET_64BIT": Removed one.Bo Thorsen1-1/+1
2001-04-09i386.c (expand_fp_movcc): Fix condition reversal code.Jan Hubicka2-12/+22
2001-04-09(oops.Christopher Faylor1-24/+2
2001-04-09Speed up ia64 compilationsBernd Schmidt1-1/+8
2001-04-09i386.md (truncdfsf2_*): Add i387->int/sse reg alternatives...Jan Hubicka1-67/+139