summaryrefslogtreecommitdiff
path: root/gcc/config
Commit message (Expand)AuthorAgeFilesLines
* i386.c (ix86_expand_prologue): Revert 2002-03-03 internal visibility change.Richard Henderson2002-03-121-7/+1
* xtensa.c (xtensa_expand_block_move): Use validize_mem() instead of change_add...Bob Wilson2002-03-121-2/+2
* xtensa-config.h: Define XCHAL_HAVE_LOOPS.Bob Wilson2002-03-123-2/+54
* * config/xtensa/t-xtensa (CRTSTUFF_T_CFLAGS_S): Define.Bob Wilson2002-03-121-0/+1
* xtensa.h (ASM_OUTPUT_POOL_PROLOGUE): Switch to function_section before writin...Bob Wilson2002-03-121-0/+2
* rs6000.h (PREDICATE_CODES): Add any_operand and zero_constant.David Edelsohn2002-03-123-26/+26
* linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.Andrew MacLeod2002-03-122-0/+4
* sparc.h (RETURN_ADDR_RTX): Include v9 stack bias in address calculation.Andrew MacLeod2002-03-121-1/+2
* s390.md (reload_insi, [...]): Change mode of scratch register to DImode / TIm...Ulrich Weigand2002-03-122-8/+17
* 1750a.h, [...] (POINTER_SIZE): Delete.Kaveh R. Ghazi2002-03-1233-111/+0
* * mn10200.h (PTRDIFF_TYPE): Change it to a signed type.Kaveh R. Ghazi2002-03-121-1/+1
* cris.c (cris_target_asm_function_prologue): Do not emit pic register load if ...Hans-Peter Nilsson2002-03-121-21/+67
* * config/s390/s390.h (REG_ALLOC_ORDER): Add missing register.Ulrich Weigand2002-03-111-1/+1
* * config/alpha/xm-vms.h (__UNIX_FWRITE): Define.Douglas B Rupp2002-03-111-0/+3
* alpha.c (alpha_sa_size, VMS): Don't reserve space for FP, already done later.Douglas B Rupp2002-03-111-2/+2
* defaults.h (LARGEST_EXPONENT_IS_NORMAL, [...]): New.Richard Sandiford2002-03-111-21/+48
* mmix.c (mmix_expand_builtin_va_arg): Do all computations on trees.Hans-Peter Nilsson2002-03-111-31/+57
* mmix.c: Improve comments.Hans-Peter Nilsson2002-03-102-72/+40
* c4x.c (c4x_fp_reglist): Const-ify.Kaveh R. Ghazi2002-03-1017-22/+22
* rs6000.md (ne0+4): Add extra CLOBBER.Geoffrey Keating2002-03-091-6/+9
* In gcc/:Geoffrey Keating2002-03-091-8/+0
* mips.c (function_arg_pass_by_reference): Force to 0 in o32 and o64 ABIs.Alexandre Oliva2002-03-092-0/+16
* mips.c (mips_va_arg): Apply big-endianness address offset before loading addr...Alexandre Oliva2002-03-091-6/+6
* * t-pa64 (LIB1ASMFUNCS, LIB1ASMSRC): Delete.John David Anglin2002-03-091-2/+0
* mips.c (mips_expand_prologue): Set regno of vararg marker such that registers...Alexandre Oliva2002-03-091-0/+4
* * sparc.c (arith_4096_operand): Fix error in last change.Kaveh R. Ghazi2002-03-091-2/+2
* mips.h (SUBTARGET_CPP_SIZE_SPEC): Remove duplicate defaults for MEABI.Alexandre Oliva2002-03-091-2/+2
* rs6000.c (rs6000_va_arg): Fix alignment for vectors.Aldy Hernandez2002-03-081-34/+54
* add commentAldy Hernandez2002-03-081-0/+4
* sysv4.h (BIGGEST_ALIGNMENT): Change for altivec.Aldy Hernandez2002-03-081-1/+1
* h8300.c (h8300_adjust_insn_length): Tighten insn length for memory load/store.Kazu Hirata2002-03-081-3/+14
* mips.h (LONG_MAX_SPEC): Rewrite, along with SUBTARGET_CPP_SIZE_SPEC.Alexandre Oliva2002-03-082-30/+33
* * config/mips/mips.h (SUBTARGET_CPP_SIZE_SPEC): Simplify.Alexandre Oliva2002-03-081-92/+87
* fp-bit.c (_unord_f2): Compile it in even if US_SOFTWARE_GOFAST is enabled.Alexandre Oliva2002-03-081-2/+2
* gofast.h (GOFAST_RENAME_LIBCALLS): Set gt and ge as NULL_RTX.Alexandre Oliva2002-03-081-5/+17
* invoke.texi: Add documentation for -mabi=no-altivec.Aldy Hernandez2002-03-071-1/+3
* m68k.h (CONST_COSTS): Lower cost of 0.0 when used inside a COMPARE operator.Jeff Law2002-03-061-0/+6
* pa.h (ASM_FILE_END): Define.John David Anglin2002-03-063-2/+5
* * config/i386/i386.md (floatsidf2): Conditionalize on hard-float.Richard Henderson2002-03-051-1/+1
* rs6000.h (TOTAL_ALTIVEC_REGS): Fix off-by-one error.Richard Henderson2002-03-051-1/+1
* mmix.h (ENCODE_SECTION_INFO): Pass on new second parameter to mmix_encode_sec...Hans-Peter Nilsson2002-03-053-8/+11
* config.gcc (powerpc-*-eabialtivec*): Use t-ppcendian.Aldy Hernandez2002-03-041-0/+12
* c4x-protos.h, [...]: Add new functions nonimmediate_src_operand and nonimmedi...Herman A.J. ten Brugge2002-03-034-8/+48
* emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks...Zack Weinberg2002-03-0346-410/+8
* 1750a.h, [...] (BITS_PER_WORD): Delete.Kaveh R. Ghazi2002-03-0343-206/+2
* 1750a.h, [...] (CHAR_TYPE_SIZE): Delete.Kaveh R. Ghazi2002-03-0315-41/+0
* attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof...Kaveh R. Ghazi2002-03-035-23/+23
* i386.h (ix86_expand_prologue): Do not emit pic register load if "internal" vi...Richard Henderson2002-03-021-1/+7
* i386.h (ENCODE_SECTION_INFO): MODULE_LOCAL_P applies to functions as well.Richard Henderson2002-03-021-2/+1
* varasm.c (make_decl_rtl): Remove call to REDO_SECTION_INFO_P; invoke ENCODE_S...Richard Henderson2002-03-0262-201/+170