- 19 Nov, 1999 7 commits
-
-
* i386.h (struct_processor_costs): New fileds int_load, int_store, fp_move, fp_load and fp_store (REGISTER_MOVE_COST): Fix comment, calculate exactly the cost of fp->int moves (MEMORY_MOVE_COST): New macro. * i386.c (386_cost): Define new fields. (i486_cost): Likewise. (pentium_cost): Likewise. (pentiumpro_cost): Likewise. (k6_cost): Likewise. From-SVN: r30585
Jan Hubicka committed -
From-SVN: r30584
Jeff Law committed -
From-SVN: r30583
Alexandre Oliva committed -
From-SVN: r30582
Alexandre Oliva committed -
Wed Nov 17 21:09:28 1999 Alexandre Petit-Bianco <apbianco@cygnus.com> * class.c (layout_class): Always convert TYPE_SIZE_UNIT to int_type_node: that's what `_Jv_AllocObject' expects. From-SVN: r30581
Alexandre Petit-Bianco committed -
1999-11-19 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr> * std/valarray_meta.h (_DEFINE_EXPR_UNARY_FUNCTION): Don't forget to define tanh. From-SVN: r30580
Gabriel Dos Reis committed -
* config/m68k/m68kelf.h: Suppress '/* within comment' warning. * config/m68k/m68k.h (MASK_PCREL): Don't use same value as MASK_ALIGN_INT. * config/m68k/m68k.h (MASK_NO_STRICT_ALIGNMENT): New macro. (TARGET_STRICT_ALIGNMENT): New macro. (TARGET_SWITCHES): Add "strict-align" and "no-strict-align". (STRICT_ALIGNMENT): Depend on TARGET_STRICT_ALIGNMENT. * invoke.texi (M680x0 Options): Document -mstrict-align. Co-Authored-By: Geoff Keating <geoffk@cygnus.com> From-SVN: r30579
Greg McGary committed
-
- 18 Nov, 1999 19 commits
-
-
* i386-protos.h (split_xf, ix86_split_movdi): Remove. (ix86_split_long_move): Declare. * i386.c (split_xf, ix86_split_movdi): Remove. (ix86_split_to_parts, ix86_split_long_move): New. * i386.md (dimode move splitters): Use ix86_split_long_move. (dfmode move splitters): Likewise. (xfmode move splitters): Likewise. (movsf_1): Allow F->r. (movdf_1, movxf_1): Allow F->ro. Co-Authored-By: Richard Henderson <rth@cygnus.com> From-SVN: r30578
Jan Hubicka committed -
* except.c (expand_end_catch_block): Fix typo. (expand_exception_blocks): Simplify. Don't call expand_leftover_cleanups. From-SVN: r30577
Mark Mitchell committed -
* except.h (struct eh_entry): Add goto_entry_p. (eh_region_from_symbol): Remove prototype. * except.c (find_func_region_from_symbol): New function. (emit_cleanup_handler): Likewise. (eh_region_from_symbol): Make it static. (add_new_handler): Verify the argument. (find_func_region): Update comment. (expand_eh_region_end): Expand handlers here, rater than waiting until expand_leftover_cleanups or start_all_catch. (expand_leftover_cleanups): Don't expand here. (expand_start_all_catch): Or here. (expand_rethrow): Check the return value from find_func_region. * function.c (expand_function_end): Emit the catch_clauses. From-SVN: r30576
Mark Mitchell committed -
From-SVN: r30575
Gavin Romig-Koch committed -
From-SVN: r30574
Nick Clifton committed -
From-SVN: r30573
Jeff Law committed -
* basic-block.h (update_life_extent): Remove trailing comma on enumeration type list. From-SVN: r30572
Michael Gschwind committed -
bitfields. Corrected calculating this_time and shift. Also corrected calculating mask when BITS_PER_UNIT == 32 (c4x). From-SVN: r30571
Herman A.J. ten Brugge committed -
From-SVN: r30570
Herman A.J. ten Brugge committed -
From-SVN: r30569
Tom Tromey committed -
* java/lang/natClass.cc (MCACHE_SIZE): Define as a power of 2 minus 1. (method_cache): Made larger. From-SVN: r30568
Tom Tromey committed -
flow.c (split_edge): Take looping structure into account when determining where to put the new block... * flow.c (split_edge): Take looping structure into account when determining where to put the new block note. From-SVN: r30567
Jeffrey A Law committed -
Wed Nov 3 15:20:02 MST 1999 Godmar Back <gback@cs.utah.edu> * typeck.c: (lookup_java_method): search all inherited interfaces when looking up interface method. From-SVN: r30566
Godmar Back committed -
From-SVN: r30565
Jeff Law committed -
* Makefile.in (ggc-none.o): Provide host specific version if needed. From-SVN: r30564
Jeff Holcomb committed -
* cse.c (delete_trivially_dead_insns): Identify no-op insns containing subregs too. From-SVN: r30563
Richard Henderson committed -
* invoke.texi: Add documentation for -muninit-const-in-rodata. * config/mips/mips.h (MASK_UNINIT_CONST_IN_RODATA): Define. (TARGET_UNINIT_CONST_IN_RODATA): Define. (text_section): Add switches -munint-const-in-rodata and -mno-uninit-const-in-rodata. (ASM_OUTPUT_COMMON): Remove. (ASM_OUTPUT_ALIGNED_DECL_COMMON): Define. Check if uninitialized const objects should be placed in read-only data. Otherwise declare them in common. From-SVN: r30562
Diego Novillo committed -
From-SVN: r30561
Richard Henderson committed -
Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com> * MAINTAINERS: Add new Java maintainer. From-SVN: r30560
Alexandre Petit-Bianco committed
-
- 17 Nov, 1999 9 commits
-
-
* jump.c (jump_optimize_1): Don't try to duplicate the loop exit test if optimizing for size. From-SVN: r30559
Richard Henderson committed -
Approved/requested by Per himself. From-SVN: r30558
Gerald Pfeifer committed -
From-SVN: r30557
Craig Burley committed -
* Makefile.in (toplev.o): Depend on except.h. (dwarf2out.o,loop.o,flow.o,haifa-sched.o): Likewise. From-SVN: r30556
Mark Mitchell committed -
Mon Nov 15 22:45:39 CET 1999 Jan Hubicka <hubicka@freesoft.cz> * i386.md (divmodsi4): Rewrite to expander. (*divmodsi4_nocltd): New. (*divmodsi4_cltd): New. (divmodsi4 splitter): Handle the case when input comes in edx. (udivmodhi4): Do not use constraints in exander. (ashrsi3_31): Conditionize by TARGET_USE_CLTD. From-SVN: r30555
Jan Hubicka committed -
* dwarf2out.c (push_decl_scope): Still use decl_scope_depth - 1 for the common case. From-SVN: r30554
Jason Merrill committed -
From-SVN: r30553
Jan Hubicka committed -
From-SVN: r30552
Jeff Law committed -
* gcc/testsuite/g77.f-torture/execute/u77-test.f (wd): Allow for longer working directory pathnames. * libf2c/libU77/u77-test.f (wd): Allow for longer working directory pathnames. From-SVN: r30551
Geoff Keating committed
-
- 16 Nov, 1999 5 commits
-
-
* explow.c (hard_function_value): Add outgoing argument. * expr.h (hard_function_value): Declare it. * calls.c (expand_call, emit_library_call_value): Update callers. * function.c (aggregate_value_p): Ditto. (diddle_return_value): Must look at the outgoing registers on archs with register windows. From-SVN: r30550
Jakub Jelinek committed -
From-SVN: r30549
Jeff Law committed -
* cp-tree.h, decl.c (compute_array_index_type): Make nonstatic. * pt.c (tsubst, case INTEGER_TYPE): Call it. Check uses_template_parms. From-SVN: r30548
Jason Merrill committed -
* ggc-common.c (ggc_print_statistics): Cast size_t to unsigned long for printing. * ggc.h (struct ggc_statistics): Rearrange elements for better packing on 64-bit hosts. * lcm.c (compute_laterin): Store a size_t not an int in bb->aux. (compute_nearerout): Likewise. From-SVN: r30547
Richard Henderson committed -
From-SVN: r30546
Richard Henderson committed
-