aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
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
2001-04-05* i386.c (ix86_split_long_move): Use PUT_MODE instead of change_address.Jan Hubicka1-1/+4
2001-04-05i386.c (function_arg): Return constm1_rtx for last argument.Jan Hubicka3-17/+129
2001-04-05i386.md: Don't allow "builtin_setjmp_receiver" for TARGET_64BIT.Bo Thorsen1-1/+1
2001-04-05i386.md (*andsi_1+3): If used after reload, make sure the operand satisfies A...J"orn Rennecke1-1/+2
2001-04-05PARALLELs can contain ASM_OPERANDS.Bernd Schmidt1-1/+3
2001-04-04ia64.h (IA64_UNWIND_INFO): Disable.Richard Henderson3-3/+5
2001-04-04expr.h: Remove #ifdef FUNCTION_CONVERSION_BUG logic.Zack Weinberg1-24/+0
2001-04-04DWARF2 frame notes for hppa.Alan Modra1-121/+194
2001-04-04ansidecl.h: All logic from gcc/gansidecl.h moved here.Zack Weinberg2-4/+0
2001-04-03i386.c (ix86_force_to_memory, [...]): Update for 64bit.Jan Hubicka1-40/+81
2001-04-03xm-beos.h, [...]: Delete.Zack Weinberg11-128/+1
2001-04-03Use byte offsets in SUBREGs instead of words.Jakub Jelinek29-266/+319
2001-04-03crtn.asm (init, fini): Restore r15 from r14, not the other way round.Alexandre Oliva2-6/+6
2001-04-03TARGET_NO_SPACE_REGS no longer affects call sequences.Alan Modra3-142/+116
2001-04-03Rewrite hppa profiling support.Alan Modra3-112/+127
2001-04-02configure.in: Don't check for putenv.Kaveh R. Ghazi1-0/+8
2001-04-01i386.md: remove obsoleted comments.Jan Hubicka1-12/+11
2001-03-31* config/avr/libgcc.S (__mulhi3): Optimize previous change.Marek Michalkiewicz1-2/+1
2001-03-30i386.c (ix86_split_long_move): Use change address to compensate stack pointer...Jan Hubicka1-2/+6
2001-03-29i386.md (sse_movdfcc_eq): Fix constraint (sse_mov?fcc splitter): Use operands...Jan Hubicka1-5/+5
2001-03-29i386.c (ix86_expand_setcc): Support 64bit.Jan Hubicka2-12/+95
2001-03-29mn10300.md (cmpsi): Fix first alternative's output template.Matthew Hiller1-4/+12
2001-03-28Fix abort when passing 1.0L as unnamed argument.Jim Wilson1-2/+2
2001-03-28libgcc.S (__mulhi3): Correct tests to exit the loop when multiplier or multip...Marek Michalkiewicz1-1/+3
2001-03-28Fix missing barrier problemBernd Schmidt1-95/+166
2001-03-28rs6000.h (EPILOGUE_USES): Use TARGET_AIX, not TARGET_TOC for special toc rest...Richard Henderson2-2/+3
2001-03-28sparc.c (eligible_for_epilogue_delay): False if current_function_calls_eh_ret...Richard Henderson3-10/+25
2001-03-28rs6000.c (rs6000_stack_info): Allocate space for eh_return data registers.Richard Henderson3-105/+132
2001-03-28i386.c (general_no_elim_operand): Disallow virtual regs.Richard Henderson4-40/+180
2001-03-28alpha.c (alpha_sa_mask): Add EH_RETURN_DATA_REGNOs.Richard Henderson4-28/+81