aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
1999-07-30sparc.h (ASM_CPU32_DEFAULT_SPEC): Change -Av8 onto -Asparclite for sparc86x.Vladimir Makarov2-3/+12
1999-07-30Jakub Jelinek <jj@ultra.linux.cz>Jakub Jelinek6-90/+260
1999-07-30Warning fixes:Kaveh R. Ghazi8-25/+53
1999-07-30pa.md (zvdep_imm32): Renamed from zvdep_imm.Jeffrey A Law2-4/+7
1999-07-30* pa.c (compute_zdepwi_operands): Renamed from compute_zdepi_operands.Jeffrey A Law2-2/+6
1999-07-30Daily bump.Jeff Law2-2/+2
1999-07-29* pa.h (FIRST_PARM_CALLER_OFFSET): Delete.Jeffrey A Law2-6/+4
1999-07-29Fix a cross toolchain build problemBernd Schmidt3-6/+14
1999-07-29Use force_operand to make sure that the buffer address is in a suitable formNick Clifton2-1/+7
1999-07-29Daily bump.Jeff Law2-2/+2
1999-07-29pa.md (indirect_jump): Remove mode from match_operand.Jeffrey A Law2-9/+13
1999-07-29pa.c (emit_move_sequence): Always convert scratch_reg to the proper mode befo...Jeffrey A Law2-4/+46
1999-07-29mips.c: system.h handles MIN and MAX, don't undefine them here.Geoff Keating2-3/+5
1999-07-28pa.md (adddi3, subdi3): Turn into a define_expand/define_insn pair.Jeffrey A Law2-2/+19
1999-07-28pa.c (store_reg): Do not call add_high_const generator directly.Jeffrey A Law3-13/+17
1999-07-28pa.c (legitimize_address): Consistently use Pmode rather than SImode.Jeffrey A Law3-8/+15
1999-07-28fix typo.Jeff Law1-1/+1
1999-07-28* README: Update.Jeffrey A Law2-4/+6
1999-07-28pa.md (call, call_value): Use "word_mode" instead of "SImode" as needed.Jeffrey A Law2-5/+4
1999-07-28pa.md (reload_indi, [...]): Scratch register should be a DImode register.Jeffrey A Law2-11/+15
1999-07-28* builtins.c (expand_builtin): Typo in call to expand_builtin_ffs.Franz Sirl2-1/+5
1999-07-28Wrong patch -- builtin_saveregs has already corrected for !stdarg_p.Richard Henderson1-1/+1
1999-07-28pa.c (hppa_builtin_saveregs): Use get_varargs_alias_set and tag the spill mems.Richard Henderson3-0/+88
1999-07-28mn10300.c (mn10300_builtin_saveregs): Use get_varargs_alias_set and tag the s...Richard Henderson3-8/+79
1999-07-28mn10200.c (mn10200_va_arg): New.Richard Henderson3-0/+46
1999-07-28builtins.c (std_expand_builtin_va_arg): Use int_size_in_bytes rather than pla...Richard Henderson2-2/+6
1999-07-28Patch from Phillip Blundell <pb@nexus.co.uk> to add arm/thumb uclinux support.Philip Blundell10-2/+469
1999-07-28Kill CYGNUS LOCAL tags.Richard Henderson1-3/+0
1999-07-28call.c (conditional_conversion): Don't build BASE_CONVs for conversions betwe...Mark Mitchell6-18/+116
1999-07-28Daily bump.Jeff Law2-2/+2
1999-07-27pa.md (post_store, pre_load): New expanders.Jeffrey A Law3-11/+47
1999-07-27newJason Merrill2-0/+67
1999-07-27cp-tree.h (DECL_VIRTUAL_CONTEXT): New macro.Jason Merrill3-27/+44
1999-07-27tweak whitespaceJason Merrill1-2/+2
1999-07-27method.c: Remove prototype for largest_union_member.Jason Merrill4-5/+10
1999-07-27class.c (override_one_vtable): Adjust the use of BINFO_VIRTUALS here too.Mark Mitchell2-2/+6
1999-07-27aix43.h (ASM_CPU_SPEC, [...]): Add rs64a and PPC630.David Edelsohn6-86/+277
1999-07-27sparc.c (sparc_override_options): Enable SPARCLITE instead of V8 for sparclit...Vladimir Makarov2-1/+7
1999-07-27cp-tree.h (BINFO_VIRTUALS): Document new format.Mark Mitchell8-132/+251
1999-07-27Fix SDB debug output generation for ARM/COFFBernd Schmidt2-0/+7
1999-07-27Add clones of fp-cmp-1 for float/long double; Change name of unknown registerMichael Meissner4-1/+95
1999-07-27add EOL to keep patch happy.Jeff Law1-1/+1
1999-07-27expr.c (expand_expr, [...]): Get the mode from the tree for op1, not the rtl.Jason Merrill2-1/+8
1999-07-27try againJason Merrill1-4/+5
1999-07-27Daily bump.Jeff Law2-2/+2
1999-07-27m88k.c (m88k_builtin_saveregs): Break out the constructor code to m88k_va_sta...Richard Henderson3-53/+189
1999-07-27Correct typo in my last changeGeoffrey Keating1-1/+1
1999-07-27rs6000.c (rs6000_expand_builtin_saveregs): Rename from expand_builtin_saveregs.Geoff Keating3-3/+9
1999-07-26i960.c (i960_setup_incoming_varargs): Use get_varargs_alias_set for the regis...Richard Henderson4-13/+127
1999-07-26builtins.c (stabilize_va_list): Don't INDIRECT_REF through an ARRAY_TYPE.Richard Henderson3-11/+40