aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
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
2001-04-09i386.c (call, call_value): Make sure that resulting call_insn does have prope...Jan Hubicka3-17/+16
2001-04-09cygwin.h (STARTFILE_SPEC): search */lib/w32api by default.Christopher Faylor1-34/+36
2001-04-08arm.h (ASM_OUTPUT_LABELREF): Use asm_fprintf.Philip Blundell1-1/+1
2001-04-07config.gcc: Set default for xmake_file at top, not bottom.Zack Weinberg57-537/+7
2001-04-07c4x.h (HARD_REGNO_NREGS): HCmode mode uses 2 regs not 4.Herman A.J. ten Brugge1-4/+8
2001-04-05i386.c (x86_initialize_trampoline): New global function.Jan Hubicka1-0/+60
2001-04-05i386.md (movdi_1_rex64): Allow SSE->SSE reg move.Jan Hubicka1-8/+102