summaryrefslogtreecommitdiff
path: root/gcc/config
Commit message (Expand)AuthorAgeFilesLines
* alpha.c: Remove mentions of deprecates macros in comments...Kazu Hirata2004-01-3019-43/+50
* Fix whitespace.David Edelsohn2004-01-301-36/+36
* Remove #if 0. Copy operands[1] to pseudo for simplify_gen_subreg.Fariborz Jahanian2004-01-301-3/+2
* sparc-protos.h: Remove the prototype for sparc_builtin_saveregs.Kazu Hirata2004-01-303-67/+94
* re PR target/11475 (reload ICE with bitfields)Eric Botcazou2004-01-301-4/+4
* frv.c: Don't mention deprecated macros in comments.Kazu Hirata2004-01-292-102/+13
* re PR rtl-optimization/13424 (gcc.dg/20031202-1.c is miscompiled)Jakub Jelinek2004-01-293-452/+311
* avr.h: Remove target-independent comments about target macros.Kazu Hirata2004-01-291-1504/+2
* mcore.c (mcore_external_libcall): Add a comment.Kazu Hirata2004-01-291-0/+4
* mcore-protos.h: Remove the prototype for mcore_setup_incoming_varargs.Kazu Hirata2004-01-293-39/+46
* m32r-protos.h: Remove the prototype for m32r_setup_incoming_varargs.Kazu Hirata2004-01-293-58/+26
* m68k.c (TARGET_PROMOTE_PROTOTYPES): New.Kazu Hirata2004-01-295-15/+30
* * config/stormy16/stormy16.cKazu Hirata2004-01-291-2/+2
* v850.c (TARGET_PROMOTE_PROTOTYPES): New.Kazu Hirata2004-01-292-19/+38
* fr30.c (TARGET_PROMOTE_PROTOTYPES): New.Kazu Hirata2004-01-292-24/+13
* frv-protos.h: Remove the prototype for frv_expand_builtin_saveregs.Kazu Hirata2004-01-293-33/+42
* pa.md: Change predicate of a peephole2 pattern from reg_or_0_operand to regis...John David Anglin2004-01-281-1/+1
* * config/ia64/ia64.md (fetchadd_acq_si, fetchadd_acq_di)Zack Weinberg2004-01-281-8/+8
* h8300.c (WORD_REG_USED): Use HARD_FRAME_POINTER_REGNUM instead of FRAME_POINT...Kazu Hirata2004-01-283-41/+73
* ia64.c (ia64_split_tmode, [...]): Rewrite to use POST_INC/POST_DEC/POST_MODIF...Zack Weinberg2004-01-282-129/+184
* (arm_expand_builtin): Force second argument of the setcwx insn into a register.Nick Clifton2004-01-281-1/+1
* fp-bit.c (pack_d): When using paired doubles to implement a long double...Richard Sandiford2004-01-281-32/+58
* c4x.c (TARGET_ASM_EXTERNAL_LIBCALL): New.Kazu Hirata2004-01-282-10/+28
* i386.c (TARGET_PROMOTE_PROTOTYPES): New.Kazu Hirata2004-01-282-15/+7
* pa.c (emit_move_sequence): Check that operand1 is a CONST_INT before using IN...Roger Sayle2004-01-281-1/+4
* s390.h (TARGET_DEFAULT): Default to !TARGET_BACKCHAIN.Ulrich Weigand2004-01-283-3/+8
* ia64.c (ia64_function_arg): When placing HFAs in integer registers...Zack Weinberg2004-01-271-6/+9
* rs6000.c (rs6000_emit_move): #if 0 splitting slow, unaligned loads and stores...David Edelsohn2004-01-271-14/+15
* rs6000.md (save_stack_nonlocal): Use Pmode instead of computing wmode.David Edelsohn2004-01-271-6/+4
* xtensa.c (xtensa_copy_incoming_a7): Remove SUBREG on CQImode and CHImode inco...Bob Wilson2004-01-273-17/+53
* iq2000-protos.h: Remove the prototype for iq2000_setup_incoming_varargs.Kazu Hirata2004-01-273-34/+44
* * config/ia64/ia64.md (*nmaddsf4, *nmadddf4, *nmadddf4_alts)Zack Weinberg2004-01-271-108/+130
* arm.c (output_return_instruction): Only restore IP into SP if frame_pointer_n...Ian Lance Taylor2004-01-271-9/+19
* sparc.c (function_arg_pass_by_reference): Return 1 for SCmode and DCmode if A...Eric Botcazou2004-01-272-5/+9
* re PR target/10904 (invalid (misaligned) FP register at -O2)Eric Botcazou2004-01-271-0/+14
* rs6000.h: Correct target_flags free bits comment.Alan Modra2004-01-272-9/+9
* i386.c (ix86_constant_alignment): Decrease alignment of long string literals ...Jakub Jelinek2004-01-271-3/+3
* h8300.c (h8300_tiny_constant_address_p): Use a switch statement instead of a ...Kazu Hirata2004-01-271-2/+8
* arc.c (TARGET_PROMOTE_FUNCTION_ARGS): New.Kazu Hirata2004-01-262-25/+22
* h8300.c (h8300_tiny_constant_address_p): Use a switch statement instead of a ...Kazu Hirata2004-01-261-12/+15
* pdp11.c (TARGET_STRUCT_VALUE_RTX): New.Kazu Hirata2004-01-262-21/+21
* Split slow unaligned load/store into smaller loads and stores.Fariborz Jahanian2004-01-261-0/+40
* Use adjust_address_nv directly with appropriate mode.Fariborz Jahanian2004-01-261-7/+8
* xtensa-protos.h: Remove the prototype for xtensa_builtin_saveregs.Kazu Hirata2004-01-263-41/+30
* arm.c (TARGET_SETUP_INCOMING_VARARGS): New.Kazu Hirata2004-01-262-23/+27
* cris.c (TARGET_SETUP_INCOMING_VARARGS): New.Kazu Hirata2004-01-262-22/+25
* ns32k.c (TARGET_STRUCT_VALUE_RTX): New.Kazu Hirata2004-01-262-3/+14
* arm.c (TARGET_PROMOTE_FUNCTION_ARGS): New.Kazu Hirata2004-01-262-23/+29
* ia64-protos.h: Remove the prototype for ia64_setup_incoming_varargs and ia64_...Kazu Hirata2004-01-263-58/+61
* re PR target/13666 (deviation from the psABI for small unions)Eric Botcazou2004-01-261-16/+50