aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2000-06-26Add MMX and SSE registers to i386 machine descriptionBernd Schmidt7-142/+357
2000-06-25Fix typos in comments.Kazu Hirata2-3/+3
2000-06-24vax.h (TARGET_SWITCHES): Provide descriptions.John David Anglin1-9/+9
2000-06-24avr-protos.h (avr_hard_regno_mode_ok): New prototype.Marek Michalkiewicz5-96/+182
2000-06-23sparc.md (reload_outdi+1): Handle HOST_BITS_PER_WIDE_INT == 64 case correctly.Jakub Jelinek1-0/+22
2000-06-23ia64.md (pred_rel_mutex): Only take one register.Richard Henderson2-6/+4
2000-06-21* pa.h (CPP_SPEC): Add whitespace after -D__STDC_EXT__.J. David Anglin1-2/+2
2000-06-20pa.h (TARGET_SWITCHES): Require binutils 2.10 or later for PA 2.0.Philipp Thomas1-1/+1
2000-06-18ia64-protos.h (process_for_unwind_directive): Declare.Richard Henderson6-189/+305
2000-06-15i386.md: Create new [right,left] rotate and right shift patterns to optimize ...Jeffrey A Law4-0/+336
2000-06-14* mips.c (machine_dependent_reorg): Fix braces for nested if.J"orn Rennecke1-2/+4
2000-06-14rs6000.c (toc_hash_eq): Use CODE_LABEL_NUMBER to compare LABEL_REFs.Geoff Keating1-1/+2
2000-06-14conflict.c (conflict_graph_compute): Don't look for REG_INC.Richard Henderson1-9/+7
2000-06-14rs6000.c (expand_block_move): Fix typo in earlier change.David Edelsohn1-5/+4
2000-06-14elfos.h (ASM_GENERATE_INTERNAL_LABEL): Make printf specification match cast.David O'Brien1-1/+1
2000-06-13libgcc2.c (ia64_throw_helper): Use __builtin_return_address.Richard Henderson2-34/+29
2000-06-13ia64.h (enum reg_class): Remove FR_INT_REGS, FR_FP_REGS, GR_AND_FR_INT_REGS, ...Richard Henderson3-163/+101
2000-06-13combine.c (subst): Use CLASS_CANNOT_CHANGE_MODE and CLASS_CANNOT_CHANGE_MODE_...Richard Henderson9-38/+50
2000-06-13openbsd.h (ASM_SPEC): pass down options to assembler correctly.Jeffrey A Law1-3/+3
2000-06-13Fix typo found by bootstrap.James E. Wilson1-2/+2
2000-06-13vax.h (INDEX_TERM_P): Define evaluation order of &&'s in || and cast to squel...J. David Anglin1-9/+9
2000-06-12* config/float-vax.h: Add GFLOAT defines.J. David Anglin1-4/+67
2000-06-12aix41.h (SUBTARGET_SWITCHES): Delete threads.David Edelsohn6-22/+36
2000-06-11[multiple changes]Jeff Law3-22/+14
2000-06-11Warning fixes:Kaveh R. Ghazi2-5/+5
2000-06-09* config/avr/avr.c (asm_output_section_name): bugfix.Denis Chertykov1-1/+1
2000-06-09configure.in: Check whether gas supports -relax.Jakub Jelinek4-8/+29
2000-06-08Add unwind support for epilogues, because the kernel unwinder needs them.James E. Wilson3-15/+62
2000-06-07avr.c (asm_output_section_name): output section attributes.Denis Chertykov2-4/+8
2000-06-06Fix gas/gcc unwind/EH discrepancies. And a shared library build problem.James E. Wilson4-66/+77
2000-06-06m68k.c (legitimize_pic_address): Move prototype ...Kaveh R. Ghazi5-12/+10
2000-06-05sparc.c (short_branch): Correct error in range computation.Richard Kenner1-3/+5
2000-06-03* arm.md (untyped_call): Use GEN_CALL macro.Richard Earnshaw1-1/+1
2000-06-02sh.h (CPP_SPEC): Add -D__NOMACSAVE__ for -mnomacsave.J"orn Rennecke1-1/+7
2000-06-02* sh.md (untyped_call): Remove excess parametersToshiyasu Morita1-1/+1
2000-06-01i960.c (i960_br_predict_opcode): Remove.Richard Henderson3-46/+35
2000-06-01i386.c (ix86_use_fcomi_compare): Make global.Clinton Popetz3-4/+6
2000-05-31ia64.c (sdata_symbolic_operand): Consider small CONSTANT_POOL_ADDRESS_P addre...Richard Henderson2-5/+26
2000-05-31ia64-protos.h (ia64_expand_prediction): Remove.Richard Henderson4-90/+40
2000-05-30alpha.md (*setne_internal): Use match_operator instead of working down from i...Richard Henderson1-10/+12
2000-05-29longlong.h [__alpha] (count_leading_zeros): New.Richard Henderson4-17/+347
2000-05-29rs6000.c (output_cbranch): Escape '%' characters so output_operand doesn't se...Geoff Keating1-0/+4
2000-05-28lcm.c (make_preds_opaque): Fix comment.Clinton Popetz1-7/+4
2000-05-28rs6000.md (movsi): Constify 'name'.Geoff Keating1-1/+1
2000-05-27* config/rs6000/rs6000.md (untyped_call): Use GEN_CALL.Richard Henderson1-1/+1
2000-05-27alpha.c (alpha_does_function_need_gp): Test TARGET_PROFILING_NEEDS_GP in the ...Richard Henderson5-12/+28
2000-05-27elf.h (SELECT_SECTION): Mirror Kenner's May 19 change to config/elfos.h.Richard Henderson1-4/+18
2000-05-27alpha-protos.h (alpha_arg_info_reg_val): Protect with RTX_CODE.Richard Henderson5-132/+146
2000-05-27alpha.c (hard_fp_register_operand): Mind the mode.Richard Henderson4-11/+44
2000-05-27Makefile.in (recog.o): Don't depend on resource.h.Richard Henderson1-20/+25