aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1999-07-30Warning fixes:Kaveh R. Ghazi8-25/+53
* expr.c (build_java_soft_divmod): Provide a default case in switch. (java_lang_expand_expr): Mark parameters `target', `tmode' and `modifier' with ATTRIBUTE_UNUSED. * gjavah.c (process_file): Add braces around ambiguous `else'. * jcf-dump.c (print_access_flags, localvar_free): Change return type to void. * parse.y (java_complete_expand_method): Initialize variable `exception_copy'. (resolve_qualified_expression_name): Likewise for `field_decl'. (patch_method_invocation): Likewise for `class_to_search'. (qualify_ambiguous_name): Likewise for `name' and `ptr_type'. (patch_assignment): Likewise for `lhs_type'. * verify.c (verify_jvm_instructions): Remove unused variable `caller'. From-SVN: r28344
1999-07-30pa.md (zvdep_imm32): Renamed from zvdep_imm.Jeffrey A Law2-4/+7
* pa.md (zvdep_imm32): Renamed from zvdep_imm. (ashlsi3): Corresponding changes. From-SVN: r28343
1999-07-30* pa.c (compute_zdepwi_operands): Renamed from compute_zdepi_operands.Jeffrey A Law2-2/+6
From-SVN: r28342
1999-07-30Daily bump.Jeff Law5-5/+5
From-SVN: r28341
1999-07-29* pa.h (FIRST_PARM_CALLER_OFFSET): Delete.Jeffrey A Law2-6/+4
From-SVN: r28340
1999-07-29Fix a cross toolchain build problemBernd Schmidt3-6/+14
From-SVN: r28339
1999-07-29Use force_operand to make sure that the buffer address is in a suitable formNick Clifton2-1/+7
to be passed to force_reg. From-SVN: r28334
1999-07-29Daily bump.Jeff Law5-5/+5
From-SVN: r28333
1999-07-29pa.md (indirect_jump): Remove mode from match_operand.Jeffrey A Law2-9/+13
* pa.md (indirect_jump): Remove mode from match_operand. Verify proper mode in the condition string. (icacheflush, dcacheflush): Remove modes from match_operands. From-SVN: r28332
1999-07-29pa.c (emit_move_sequence): Always convert scratch_reg to the proper mode ↵Jeffrey A Law2-4/+46
before using it. * pa.c (emit_move_sequence): Always convert scratch_reg to the proper mode before using it. From-SVN: r28331
1999-07-29mips.c: system.h handles MIN and MAX, don't undefine them here.Geoff Keating2-3/+5
* config/mips/mips.c: system.h handles MIN and MAX, don't undefine them here. From-SVN: r28329
1999-07-28pa.md (adddi3, subdi3): Turn into a define_expand/define_insn pair.Jeffrey A Law2-2/+19
* pa.md (adddi3, subdi3): Turn into a define_expand/define_insn pair. From-SVN: r28328
1999-07-28pa.c (store_reg): Do not call add_high_const generator directly.Jeffrey A Law3-13/+17
* pa.c (store_reg): Do not call add_high_const generator directly. (load_reg, set_reg_plus_d): Likewise. * pa.md (add_high_const): No longer a named pattern. From-SVN: r28327
1999-07-28pa.c (legitimize_address): Consistently use Pmode rather than SImode.Jeffrey A Law3-8/+15
* pa.c (legitimize_address): Consistently use Pmode rather than SImode. Do not call gen_pic2_highpart directly anymore. * pa.md (pic2_highpart): No longer a named pattern. (pic2_lo_sum): Similarly. Reformat to make more readable. From-SVN: r28326
1999-07-28fix typo.Jeff Law1-1/+1
From-SVN: r28324
1999-07-28* README: Update.Jeffrey A Law2-4/+6
From-SVN: r28322
1999-07-28pa.md (call, call_value): Use "word_mode" instead of "SImode" as needed.Jeffrey A Law2-5/+4
* pa.md (call, call_value): Use "word_mode" instead of "SImode" as needed. From-SVN: r28321
1999-07-28pa.md (reload_indi, [...]): Scratch register should be a DImode register.Jeffrey A Law2-11/+15
* pa.md (reload_indi, reload_outdi): Scratch register should be a DImode register. (call, call_value): Use "word_mode" instead of "SImode" as needed. From-SVN: r28320
1999-07-28* builtins.c (expand_builtin): Typo in call to expand_builtin_ffs.Franz Sirl2-1/+5
From-SVN: r28319
1999-07-28Wrong patch -- builtin_saveregs has already corrected for !stdarg_p.Richard Henderson1-1/+1
From-SVN: r28318
1999-07-28pa.c (hppa_builtin_saveregs): Use get_varargs_alias_set and tag the spill mems.Richard Henderson3-0/+88
* pa.c (hppa_builtin_saveregs): Use get_varargs_alias_set and tag the spill mems. (hppa_va_start): New. (hppa_va_arg): New. * pa.h (EXPAND_BUILTIN_VA_START): New. (EXPAND_BUILTIN_VA_ARG): New. From-SVN: r28317
1999-07-28mn10300.c (mn10300_builtin_saveregs): Use get_varargs_alias_set and tag the ↵Richard Henderson3-8/+79
spill mems. * mn10300.c (mn10300_builtin_saveregs): Use get_varargs_alias_set and tag the spill mems. (mn10300_va_start): New. (mn10300_va_arg): New. * mn10300.h (EXPAND_BUILTIN_VA_START): New. (EXPAND_BUILTIN_VA_ARG): New. From-SVN: r28316
1999-07-28mn10200.c (mn10200_va_arg): New.Richard Henderson3-0/+46
* mn10200.c (mn10200_va_arg): New. * mn10200.h (EXPAND_BUILTIN_VA_ARG): New. From-SVN: r28315
1999-07-28builtins.c (std_expand_builtin_va_arg): Use int_size_in_bytes rather than ↵Richard Henderson2-2/+6
play with TREE_INT_CST_LOW. * builtins.c (std_expand_builtin_va_arg): Use int_size_in_bytes rather than play with TREE_INT_CST_LOW. From-SVN: r28314
1999-07-28egcs_update (files_and_dependencies): Fixed typo in gcc/cstamp-h.in.Alexandre Oliva2-1/+7
* egcs_update (files_and_dependencies): Fixed typo in gcc/cstamp-h.in. Added gcc/config.in. From-SVN: r28313
1999-07-28Patch from Phillip Blundell <pb@nexus.co.uk> to add arm/thumb uclinux support.Philip Blundell10-2/+469
From-SVN: r28312
1999-07-28Kill CYGNUS LOCAL tags.Richard Henderson1-3/+0
From-SVN: r28311
1999-07-28call.c (conditional_conversion): Don't build BASE_CONVs for conversions ↵Mark Mitchell6-18/+116
between things that have the same type. * call.c (conditional_conversion): Don't build BASE_CONVs for conversions between things that have the same type. (build_conditional_expr): Tweak. (convert_like): Some BASE_CONVs really do require the generation of code. * init.c (perform_member_init): Don't go through build_modify_expr for simple initializations. From-SVN: r28310
1999-07-28Daily bump.Jeff Law5-5/+5
From-SVN: r28309
1999-07-27pa.md (post_store, pre_load): New expanders.Jeffrey A Law3-11/+47
* pa.md (post_store, pre_load): New expanders. (post_stwm, pre_ldwm): Renamed to post_stw and pre_ldw respectively. (post_ldwm, pre_stwm): Make these unnamed patterns since we never need to directly generate RTL for them. * pa.c (hppa_expand_prologue, hppa_expand_epilogue): Corresponding changes. From-SVN: r28307
1999-07-27newJason Merrill2-0/+67
From-SVN: r28305
1999-07-27cp-tree.h (DECL_VIRTUAL_CONTEXT): New macro.Jason Merrill3-27/+44
* cp-tree.h (DECL_VIRTUAL_CONTEXT): New macro. * typeck.c (expand_ptrmemfunc_cst): Calculate delta correctly for virtual functions and MI. Simplify. From-SVN: r28304
1999-07-27tweak whitespaceJason Merrill1-2/+2
From-SVN: r28303
1999-07-27method.c: Remove prototype for largest_union_member.Jason Merrill4-5/+10
* method.c: Remove prototype for largest_union_member. * pt.c (determine_specialization): Fix uninitialized warning. * lex.c (real_yylex): Likewise. From-SVN: r28302
1999-07-27class.c (override_one_vtable): Adjust the use of BINFO_VIRTUALS here too.Mark Mitchell2-2/+6
* class.c (override_one_vtable): Adjust the use of BINFO_VIRTUALS here too. From-SVN: r28301
1999-07-27aix43.h (ASM_CPU_SPEC, [...]): Add rs64a and PPC630.David Edelsohn6-86/+277
* aix43.h (ASM_CPU_SPEC, CPP_CPU_SPEC): Add rs64a and PPC630. * rs6000.c (processor_target_table): Add powerpc64, rs64a, and PPC630. (rs6000_cpu): Choose between 32-bit and 64-bit default processors. (secndary_reload_class): Make TARGET_ELF conditional compile. (print_operand_address): Similar. (output_toc): Print all values as hex. (get_issue_rate): Rearrange and add RS64A and PPC630. * rs6000.h (processor_type): Add RS64A and PPC630. (PROCESSOR_POWERPC): Change to PROCESSOR_750. (PROCESSOR_POWERPC64): New. (PROMOTE_MODE): Use word_mode. (RTX_COSTS): Add RS64A and PPC630. * rs6000.md (scheduling information): Add lmul and ldiv representing 64-bit integer multiply and divide. Add rs64a and PPC630 information. (ashldi3): Add support for "rldic" instruction. * sysv4.h (PROCESSOR_DEFAULT): Change to PROCESSOR_750. From-SVN: r28300
1999-07-27sparc.c (sparc_override_options): Enable SPARCLITE instead of V8 for ↵Vladimir Makarov2-1/+7
sparclite86x in cpu_table. Tue Jul 27 15:31:53 1999 Vladimir Makarov <vmakarov@toad.to.cygnus.com> * config/sparc/sparc.c (sparc_override_options): Enable SPARCLITE instead of V8 for sparclite86x in cpu_table. From-SVN: r28299
1999-07-27cp-tree.h (BINFO_VIRTUALS): Document new format.Mark Mitchell8-132/+251
* cp-tree.h (BINFO_VIRTUALS): Document new format. * class.c (modify_one_vtable): Change prototype accordingly. (modify_all_vtables): Likewise. (modify_all_direct_vtables): Likewise. (modify_all_indirect_vtables): Likewise. (build_vtable_entry_for_fn): New function. (set_rtti_entry): Simplify for new BINFO_VIRTUALS format. (modify_vtable_entry): Likewise. (add_virtual_function): Likewise. (build_vtbl_initializer): New function. (finish_vtbls): Simplify for new BINFO_VIRTUALS format. (fixup_vtable_deltas1): Likewise. (fixup_vtable_deltas): Likewise. (override_one_vtable): Likewise. (finish_struct_1): Likewise. * error.c (dump_expr): Likewise. * search.c (get_abstract_virtuals_1): Likewise. (get_abstract_virtuals): Likewise. (expand_upcast_fixups): Likewise. * tree.c (debug_binfo): Likewise. * decl2.c (mark_vtable_entries): Don't bash abstract virtuals to __pure_virtual here. From-SVN: r28298
1999-07-27Fix SDB debug output generation for ARM/COFFBernd Schmidt2-0/+7
From-SVN: r28297
1999-07-27Add clones of fp-cmp-1 for float/long double; Change name of unknown registerMichael Meissner4-1/+95
From-SVN: r28296
1999-07-27egcs_update (files_and_dependencies): New function...Alexandre Oliva2-62/+125
* egcs_update (files_and_dependencies): New function, with complete list of files to be updated, as well as their dependencies. (touch_files): Check the timestamp of each generated file against its dependencies'. (main): New flags --touch, --list and --help. Remove the pre-update step. From-SVN: r28295
1999-07-27add EOL to keep patch happy.Jeff Law1-1/+1
From-SVN: r28294
1999-07-27expr.c (expand_expr, [...]): Get the mode from the tree for op1, not the rtl.Jason Merrill2-1/+8
* expr.c (expand_expr, case PLUS_EXPR): Get the mode from the tree for op1, not the rtl. From-SVN: r28292
1999-07-27try againJason Merrill1-4/+5
From-SVN: r28291
1999-07-27Daily bump.Jeff Law5-5/+5
From-SVN: r28288
1999-07-27m88k.c (m88k_builtin_saveregs): Break out the constructor code to ↵Richard Henderson3-53/+189
m88k_va_start, leaving only the register spill. * m88k.c (m88k_builtin_saveregs): Break out the constructor code to m88k_va_start, leaving only the register spill. (m88k_build_va_list): New. (m88k_va_start): New. (m88k_va_arg): New. * m88k.h (BUILD_VA_LIST_TYPE): New. (EXPAND_BUILTIN_VA_START): New. (EXPAND_BUILTIN_VA_ARG): New. From-SVN: r28287
1999-07-27Correct typo in my last changeGeoffrey Keating1-1/+1
From-SVN: r28286
1999-07-27rs6000.c (rs6000_expand_builtin_saveregs): Rename from expand_builtin_saveregs.Geoff Keating3-3/+9
* config/rs6000/rs6000.c (rs6000_expand_builtin_saveregs): Rename from expand_builtin_saveregs. * config/rs6000/rs6000.c (EXPAND_BUILTIN_SAVEREGS): Change caller. From-SVN: r28285
1999-07-26i960.c (i960_setup_incoming_varargs): Use get_varargs_alias_set for the ↵Richard Henderson4-13/+127
register spill block. * i960.c (i960_setup_incoming_varargs): Use get_varargs_alias_set for the register spill block. (i960_build_va_list): New. (i960_va_start): New. (i960_va_arg): New. * i960.h (BUILD_VA_LIST_TYPE): New. (EXPAND_BUILTIN_VA_START): New. (EXPAND_BUILTIN_VA_ARG): New. * i960.md (store_multiple): Use change_address on individul mems. From-SVN: r28284
1999-07-26builtins.c (stabilize_va_list): Don't INDIRECT_REF through an ARRAY_TYPE.Richard Henderson3-11/+40
* builtins.c (stabilize_va_list): Don't INDIRECT_REF through an ARRAY_TYPE. (std_expand_builtin_va_start): Back out one word if !stdarg_p. (expand_builtin_va_end): Evaluate arg for side effects. * c-common.c (c_common_nodes_and_builtins): Construct a va_list_arg_type_node to handle array decomposition to pointer. From-SVN: r28283