aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2001-01-10fix constraintAldy Hernandez1-1/+1
2001-01-10alpha.c (alpha_free_machine_status): New.Richard Henderson3-15/+50
2001-01-10i386.h (CPP_CPU_SPEC): Allow for -std=c* and -std=i* as equivalent to -ansi i...Joseph Myers1-1/+1
2001-01-10i386.c (ix86_fp_compare_code_to_integer, [...]): new functions.Jan Hubicka1-71/+179
2001-01-10Temporary fix to work around bug in C++ front end.Richard Earnshaw1-0/+6
2001-01-09pa32-regs.h (CONDITIONAL_REGISTER_USAGE): When generating pic code, PIC_OFFSE...John David Anglin2-0/+2
2001-01-10h8300.c (get_shift_alg): Use a struct shift_info to return the result.Kazu Hirata1-167/+182
2001-01-09config.gcc (*-*-gnu*, [...]): Specify needed platform specific files in tm_file.David O'Brien4-23/+4
2001-01-09config.gcc (powerpc-*-beos*): Include ${tm_file} and rs6000/aix.h.Franz Sirl7-30/+8
2001-01-09h8300.c (function_prologue): Fix code for a monitor function.Kazu Hirata1-7/+15
2001-01-09h8300.c (get_shift_alg): Remove an argument cpu.Kazu Hirata1-36/+12
2001-01-09oops - omitted from previous deltaNick Clifton4-35/+24
2001-01-09SWitch use if {save|restore}_machine_status with {init|free}_machine_statusNick Clifton3-36/+42
2001-01-09sh.md (reload_outsf): Generate recognizable patterns for TARGET_SH3E.Bernd Schmidt1-1/+9
2001-01-09sh.h (STATIC_CHAIN_REGNUM): Change from r13 to r3.Alexandre Oliva2-9/+9
2001-01-09Remove support for using UWIN as a host machine.Mark Mitchell1-43/+0
2001-01-09Use init/mark/free machine status functions.Nick Clifton3-46/+45
2001-01-09Fix memory leakNick Clifton1-2/+18
2001-01-08arm.c (arm_arch5e): New variable.Richard Earnshaw3-84/+155
2001-01-08arm.h (HARD_REGNO_RENAME_OK): Delete.Richard Earnshaw1-12/+3
2001-01-08i386.c (ix86_expand_int_movcc): Take care to reverse fp conditions properly.Jan Hubicka1-4/+28
2001-01-08rs6000.h (EPILOGUE_USES): New, mark link register after reload.Franz Sirl1-0/+8
2001-01-07t-linux (SHLIB_INSTALL): Double quote slibdir; fix typo in rm -f.Richard Henderson6-21/+42
2001-01-07i386.c (constant_call_address_operand): Accept (const (plus (symbol_ref) (con...Jakub Jelinek2-1/+5
2001-01-07Fix typo.Alexandre Oliva1-2/+2
2001-01-07Makefile.in (slibdir): New variable.Richard Henderson6-1/+19
2001-01-07aix.h (LINK_LIBGCC_SPECIAL_1): New.Richard Henderson3-8/+3
2001-01-05pa.md (return, [...]): Modify patterns to prevent regrename mucking with the ...John David Anglin1-3/+6
2001-01-06Faster __mulsi routineNick Clifton1-45/+48
2001-01-06Implement __builtin_return_address (0)DJ Delorie3-3/+83
2001-01-05Use alloca to create temporary string for initialisation before callingNick Clifton1-3/+3
2001-01-05sh.md (movdf): When splitting load into pair of registers...Alexandre Oliva1-9/+23
2001-01-05avr-protos.h (avr_peep2_scratch_safe): Prototype.Marek Michalkiewicz3-12/+45
2001-01-05arm.md (ldmsi_postinc): Avoid use of match_dup between input and output opera...Richard Earnshaw4-18/+44
2001-01-05c4x.c (c4x_expand_prologue): Don't compile an ISR with more than 32767 words ...Michael Hayes1-3/+8
2001-01-05c4x.c (c4x_init_builtins): Remove builtin support for 'abs', 'labs', and 'fabs'.Michael Hayes2-49/+3
2001-01-05sh.md (prget, prset): New insn types.Alexandre Oliva1-14/+21
2001-01-05sh.h (EPILOGUE_USES): Recognize fpscr as epilogue-used for TARGET_SH3E.Matthew Hiller1-1/+2
2001-01-04arm.c (arm_gen_constant): Prefer to emit constants from bit 31 downwards, if ...Philip Blundell1-3/+57
2001-01-04sparc.h (PREDICATE_CODES): Delete fp_sethi_p, fp_mov_p and fp_high_losum_p.Kaveh R. Ghazi1-3/+0
2001-01-04Some tidyups for ia64 problemsBernd Schmidt1-8/+60
2001-01-03alpha.md (addvsi3, addvdi3): New.Richard Henderson1-0/+97
2001-01-03gencodes.c (output_predicate_decls): New function.Alexandre Oliva1-1/+2
2001-01-03sparc.h (RETURN_IN_MEMORY): Return 0 for variable sized types.Richard Kenner1-1/+1
2001-01-03sparc.md (nonlocal_goto): Emit goto_handler_and_restore as JUMP_INSN.Richard Kenner1-3/+4
2001-01-02Update copyright.Jeff Law1-1/+1
2001-01-02djgpp.h (DWARF2_DEBUGGING_INFO): Define.Mark Elbrecht1-1/+16
2001-01-02i386.c (ix86_split_to_parts): Return number of part required; handle TFmodes.Jan Hubicka3-41/+949
2001-01-02mips.c (function_arg): Don't pass NULL_TREE to host_integerp.Jeffrey Oldham1-1/+2
2001-01-02Fix illegal asmPhilip Blundell1-4/+3