- 03 Nov, 1999 11 commits
-
-
From-SVN: r30369
Jeff Law committed -
From-SVN: r30368
Mark Mitchell committed -
From-SVN: r30367
Mark Mitchell committed -
1999-11-02 Scott Snyder <snyder@fnal.gov> * decl2.c (build_expr_from_tree): Handle REALPART_EXPR and IMAGPART_EXPR. * pt.c (tsubst_copy): Likewise. From-SVN: r30366
Scott Snyder committed -
1999-11-02 Bryce McKinlay <bryce@albatross.co.nz> * posix-threads.cc: Don't include boehm-config.h. Include gcconfig.h instead. From-SVN: r30365
Bryce McKinlay committed -
1999-11-02 Bryce McKinlay <bryce@albatross.co.nz> * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386. From-SVN: r30364
Bryce McKinlay committed -
regclass.c (record_reg_classes): Always use may_move_cost when seeing how operand fits with various register classes. * regclass.c (record_reg_classes): Always use may_move_cost when seeing how operand fits with various register classes. From-SVN: r30362
Richard Kenner committed -
1999-11-02 Bryce McKinlay <bryce@albatross.co.nz> * posix-threads.cc: Don't include boehm-config.h. From-SVN: r30361
Bryce McKinlay committed -
From-SVN: r30360
Tom Tromey committed -
From-SVN: r30359
Tom Tromey committed -
* configure: Rebuilt. * configure.in: Don't create boehm-config.h. * Makefile.in: Rebuilt. * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not config.h. ($(all_objs)): Depend on gcconfig.h. * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H. * gcconfig.h: Define GCCONFIG_H, not CONFIG_H. * config.h: Removed. From-SVN: r30358
Tom Tromey committed
-
- 02 Nov, 1999 21 commits
-
-
* resource.c: Revert Oct 26 20:42 and Oct 27 00:56 changes. * toplev.c: Revert Nov 1 13:22 change. From-SVN: r30357
Richard Henderson committed -
* gcc.dg/ultrasp1.c: Removed xfail. * gcc.dg/struct-ret-2.c: Likewise. * gcc.dg/array-1.c: Likewise. From-SVN: r30356
Alexandre Oliva committed -
pa.md (height reduction patterns): Add checks for overlapping operands to avoid semantic-destroying splits for... Tue Nov 2 14:21:37 1999 Jason Eckhardt <jle@cygnus.com> * config/pa/pa.md (height reduction patterns): Add checks for overlapping operands to avoid semantic-destroying splits for height reduction patterns. From-SVN: r30355
Jason Eckhardt committed -
* configure.in (m68k-hp-hpux*, xm_alloca.h): The underscore should have been an hyphen, fixed. * configure: Rebuilt. From-SVN: r30354
Alexandre Oliva committed -
From-SVN: r30353
Nick Clifton committed -
* jump.c (jump_optimize_1): Swap the incscc and the conditional mode detection code * unroll.c (unroll_loop): Remove LOOP notes when loop is completely unrolled. From-SVN: r30352
Jan Hubicka committed -
From-SVN: r30351
Bernd Schmidt committed -
* Makefile.in (genattrtab): Don't use (HOST_RTLANAL). * rtl.h (rtx_equal_p): Move prototype. * rtl.c (rtx_equal_function_value_matters): Move from rtlanal.c (rtx_equal_p): Likewise. * rtlanal.c (rtx_equal_function_value_matters): Delete. (rtx_equal_p): Likewise. From-SVN: r30350
Catherine Moore committed -
* resource.c (mark_target_live_regs): For unconditional branches, the resources found at the branch target should be added to the resources found so far, not intersected. From-SVN: r30349
Diego Novillo committed -
From-SVN: r30347
Philippe De Muyter committed -
From-SVN: r30346
Jeffrey A Law committed -
From-SVN: r30345
Jeffrey A Law committed -
From-SVN: r30344
Jeff Law committed -
Mon Nov 1 23:42:00 1999 Alexandre Petit-Bianco <apbianco@cygnus.com> * parse.y (method_header:): Issue error message for rule `type error'. (synchronized:): Error report when not using synchronized. From-SVN: r30343
Alexandre Petit-Bianco committed -
* decl2.c (maybe_make_one_only): Always make things comdat on ELF targets, too. From-SVN: r30341
Jason Merrill committed -
From-SVN: r30340
Jason Merrill committed -
* libgcc2.c (__do_global_dtors): Only do EH frame stuff if ! HAS_INIT_SECTION. From-SVN: r30339
Jason Merrill committed -
jump.c (jump_optimize_1): Also move LOOP_VTOP and LOOP_CONT notes when presented with "if (foo) break... * jump.c (jump_optimize_1): Also move LOOP_VTOP and LOOP_CONT notes when presented with "if (foo) break; end_of_loop" and the break sequence gets moved out of the loop. From-SVN: r30338
Jeffrey A Law committed -
* unroll.c (unroll_loop): Allocate memory for MAP using xcalloc. Remove explicit zero initializations of entries within MAP. From-SVN: r30337
Jeffrey A Law committed -
From-SVN: r30336
Richard Henderson committed -
* boehm.cc (_Jv_InitGC): Set GC_java_finalization. (sum_blocks): Removed. (_Jv_GCFreeMemory): Use GC_get_free_bytes. From-SVN: r30335
Tom Tromey committed
-
- 01 Nov, 1999 8 commits
-
-
From-SVN: r30334
Mark Mitchell committed -
* bitmap.h (BITMAP_XMALLOC): New macro. * flow.c (CLEAN_ALLOCA): Remove. (delete_unreachable_blocks): Use xmalloc/xcalloc instead of alloca. (life_analysis): Likewise. (update_life_info): Don't use CLEAN_ALLOCA. (life_analysis_1): Use xmalloc/xcalloc instead of alloca. (calculate_global_regs_live): Likewise. (print_rtl_with_bb): Likewise. (verify_flow_info): Likewise. * global.c (global_alloc): Likewise. (global_conflicts): Likewise. * integrate.c (save_for_inline_nocopy): Likewise. (expand_inline_function): Likewise. * jump.c (jump_optimize_1): Likewise. (duplicate_loop_exit_test): Likewise. (thread_jumps): Likewise. * loop.c (loop_optimize): Likewise. (combine_givs): Likewise. (recombine_givs): Likewise. * reorg.c (dbr_schedule): Likewise. * unroll.c (unroll_loop): Likewise. From-SVN: r30333
Mark Mitchell committed -
* Makefile.in: Rebuilt. * Makefile.am (gctest_LDADD): Added THREADLIB. (TESTS): New macro. * configure: Rebuilt. * configure.in (INCLUDES): New subst. From-SVN: r30332
Tom Tromey committed -
From-SVN: r30331
Mark Mitchell committed -
* toplev.c (rest_of_compilation): Don't optimize the CFG when rebuilding, just before dbr. From-SVN: r30330
Richard Henderson committed -
which included commits to RCS files with non-trunk default branches. From-SVN: r30328
Tom Tromey committed -
From-SVN: r30324
Tom Tromey committed -
assemble_constructor, assemble_gc_entry, assemble_global, assemble_label, output_constant_pool) Constify a char*. * varasm.c (assemble_destructor, assemble_constructor, assemble_gc_entry, assemble_end_function, assemble_global, assemble_label, output_constant_pool): Likewise. From-SVN: r30323
Kaveh R. Ghazi committed
-