summaryrefslogtreecommitdiff
path: root/gcc/config
Commit message (Expand)AuthorAgeFilesLines
* h8300.c: Fix formatting.Kazu Hirata2002-02-172-31/+31
* final.c (output_operand_lossage): Changed to accept printf style arguments.Philipp Thomas2002-02-176-47/+43
* h8300.h (CONDITIONAL_REGISTER_USAGE): Replace a hard coded register number wi...Kazu Hirata2002-02-172-10/+14
* Don't mark empty strings for translation.Philipp Thomas2002-02-171-12/+17
* linux.h (ASM_PREFERRED_EH_DATA_FORMAT): New.H.J. Lu2002-02-161-0/+5
* netbsd.h (PREFERRED_DEBUGGING_TYPE): Set to DBX_DEBUG.Andrew Cagney2002-02-171-0/+5
* * pa/t-pa, pa/t-pro, pa/som.h: Revert last patch.John David Anglin2002-02-163-1/+27
* t-pa (LIB2FUNCS_EXTRA): Don't build lib2funcs.asm.John David Anglin2002-02-163-28/+2
* alpha.md (*movsi_nt_vms_nofix): Was *movesi_nt_vms; now only if !TARGET_FIX.Richard Kenner2002-02-161-1/+23
* alpha.c: Implement null frame procedure types on VMS.Douglas B Rupp2002-02-161-43/+61
* s390.c (pool_stop_uid, [...]): Delete.Ulrich Weigand2002-02-153-299/+201
* linux64.h (STRIP_NAME_ENCODING): Delete.David Edelsohn2002-02-152-11/+1
* gcc.c (init_gcc_specs): Revert patch from 2002-02-15.John David Anglin2002-02-152-0/+14
* rtems-elf.h, rtems.h: Removed redundant -Acpu() and -Amachine() to eliminate ...Joel Sherrill2002-02-142-3/+2
* * config/s390/linux.h (ASM_OUTPUT_ALIGNED_BSS): New.Ulrich Weigand2002-02-141-0/+7
* h8300-protos.h: Update the prototype for const_costs.Kazu Hirata2002-02-143-5/+7
* mips.c (override_options): Add check for march/mipsX on the same command line.Eric Christopher2002-02-141-14/+5
* darwin.h (ROUND_TYPE_ALIGN): Adjust for vectors.Aldy Hernandez2002-02-142-1/+4
* rs6000.md ("*movv4si_internal"): Add m<-r and r<-r alternatives.Aldy Hernandez2002-02-142-17/+26
* config.gcc (a29k-*-rtems): General cleanup across all RTEMS targets...Joel Sherrill2002-02-1321-170/+93
* i386.md (mul patterns): Allow memory operand to be first; add expanders where...Jan Hubicka2002-02-132-62/+205
* re PR rtl-optimization/5547 (g++ 3.1 crash in output_operand)Jakub Jelinek2002-02-131-4/+36
* s390.c (s390_final_chunkify): Re-run shorten_branches after emitting ltorg in...Ulrich Weigand2002-02-132-27/+35
* vms.h (MD_EXEC_PREFIX, [...]): Define.Douglas B Rupp2002-02-132-0/+5
* vms.h (MD_FALLBACK_FRAME_STATE_FOR): Handle register frame procedures.Douglas B Rupp2002-02-131-11/+16
* t-vms (MULTILIB_OPTIONS): Define.Douglas B Rupp2002-02-132-0/+10
* h8300.h (MODES_TIEABLE_P): Accept a combination of QImode and SImode.Kazu Hirata2002-02-131-7/+6
* h8300.c (h8300_adjust_insn_length): Correct the length computation of movsi.Kazu Hirata2002-02-132-4/+15
* h8300.md (subqi3): Tighten the predicate for operands[2] to register_operand.Kazu Hirata2002-02-131-6/+4
* * i386.md (fop_*_comm_*): allow nonimmediate in the first operand.Jan Hubicka2002-02-131-12/+18
* rs6000.md: Use predicate altivec_register_operand for altivec_lvx* and altive...Aldy Hernandez2002-02-133-24/+46
* mmix.c (mmix_assemble_integer): Don't handle SYMBOL_REF.Hans-Peter Nilsson2002-02-131-1/+1
* * config/pa/pa.h (GO_IF_LEGITIMATE_ADDRESS): Fix typos.Graham Stott2002-02-121-2/+2
* h8300.c (shift_alg_hi): Improve the 15-bit logical shifts on H8/300.Kazu Hirata2002-02-121-23/+89
* * config/pa/pa.c (compute_movstrsi_length): Fix typos.Graham Stott2002-02-121-2/+2
* mmix.c (mmix_assemble_integer): Handle non-CONST_INT through default_assemble...Hans-Peter Nilsson2002-02-111-3/+29
* gcc.c (init_gcc_specs): Add static libgcc to link when "-shared" is specified.John David Anglin2002-02-112-16/+2
* stormy16.md (zero_extendqihi2): New.Andrew Haley2002-02-111-0/+12
* * config/sh/sh.h (FUNCTION_ARG_REGNO_P): Fix parenthesizing error.Alexandre Oliva2002-02-111-2/+2
* rs6000.c (altivec_init_builtins): Handle __builtin_altivec_abs*.Aldy Hernandez2002-02-114-60/+301
* h8300.h (INITIALIZE_TRAMPOLINE): Simplify by using Pmode.Kazu Hirata2002-02-111-8/+7
* h8300.h (STACK_POINTER_REGNUM): Use the constant definition from h8300.md.Kazu Hirata2002-02-112-3/+4
* * config/h8300/h8300.c (print_operand): Remove redundant code.Kazu Hirata2002-02-111-16/+20
* h8300-protos.h: Remove the prototype for byte_reg.Kazu Hirata2002-02-112-2/+2
* * config/mmix/t-mmix (MULTILIB_EXTRA_OPTS): Disable.Hans-Peter Nilsson2002-02-111-1/+3
* h8300.md (pushhi1_h8300): Correct the mode used.Kazu Hirata2002-02-101-3/+3
* pa.c (reg_before_reload_operand): Don't accept a SUBREG operand.John David Anglin2002-02-102-1/+5
* freebsd.h (TARGET_DEFAULT): Add MASK_EPILOGUE setting and remove MASK_VIS.David O'Brien2002-02-091-8/+2
* h8300.c (output_logical_op): Use sub.w to clear a half of an SImode register ...Kazu Hirata2002-02-091-6/+4
* * i386.md (movdi_2): Add missing '!'.Jan Hubicka2002-02-091-1/+1