- 13 Nov, 1999 2 commits
-
-
* defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Wrap macro definition in do while (0). From-SVN: r30516
Michael Hayes committed -
Fix another gcc2 merge problem: fix switch statement ISO C conformancs bug * stmt.c (pushcase, pushcase_range): Partially revert Oct 28 change. From-SVN: r30515
Jim Wilson committed
-
- 12 Nov, 1999 22 commits
-
-
From-SVN: r30514
Jason Merrill committed -
From-SVN: r30513
Richard Henderson committed -
From-SVN: r30512
Vladimir Makarov committed -
Fri Nov 12 15:14:19 1999 Vladimir Makarov <vmakarov@tofu.to.cygnus.com> * i960.h (CAN_DEBUG_WITHOUT_FP): Don't define it. (FRAME_POINTER_REQUIRED): Don't worry about nonlocal goto. (ELIMINABLE_REGS, CAN_ELIMINATE, INITIAL_ELIMINATION_OFFSET): New. (INITIAL_FRAME_POINTER_OFFSET): Remove it. * i960.c (i960_function_prologue): Don't allocate space for g8-g11 saved on the stack. Output more accurate stack frame statistics into assembler file. From-SVN: r30511
Vladimir Makarov committed -
* init.c (init_init_processing): Re-instated Nov 11 patch after approval. From-SVN: r30510
Diego Novillo committed -
1999-11-12 11:47 -0800 Zack Weinberg <zack@bitmover.com> * genextract.c (record_insn_name): New function. (get_insn_name): No longer a stub. (main): Call record_insn_name for each insn. After each label written, print the insn name in a comment. From-SVN: r30509
Zack Weinberg committed -
Date: Sun, 20 Dec 1998 22:07:16 -0700 Message-ID: <10469.914216836@upchuck> From: Jeffrey A Law <law@upchuck.cygnus.com> Update the MAINTAINERS file and the next time you encounter one of these obviously correct fixes send a copy of the patch you checked in to egcs-patches with a note that you checked the patch in. jeff From-SVN: r30508
Mike Stump committed -
From-SVN: r30507
Mike Stump committed -
* output.h (const_section, init_section, fini_section): Add prototypes. * alpha/elf.h (const_section): Delete declaration. * svr4.h (const_section): Likewise. From-SVN: r30506
Kaveh R. Ghazi committed -
cookie header for arrays of objects. From-SVN: r30505
Diego Novillo committed -
* decl.c (compute_array_index_type): New function, split out from grokdeclarator. (create_array_type_for_decl): Likewise. (grokdeclarator): Use them. * semantics.c (expand_stmt): Don't suspend_momentary or resume_momentary. From-SVN: r30504
Mark Mitchell committed -
* tree.h (SAVE_EXPR_PERSISTENT_P): New macro. * tree.c (array_type_nelts): Don't handle SAVE_EXPRs specially. (unsave_expr_now): Don't unsave SAVE_EXPR_PERSISTENT_P expressions. * stor-layout.c (variable_size): Set SAVE_EXPR_PERSISTENT_P on variable-sized array bounds. From-SVN: r30503
Mark Mitchell committed -
* defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Use ASM_OUTPUT_LABEL. From-SVN: r30502
Catherine Moore committed -
From-SVN: r30500
Bernd Schmidt committed -
From-SVN: r30499
Bernd Schmidt committed -
From-SVN: r30498
Jeff Law committed -
function.c (diddle_return_value): Only clal hard_function_value when the return value is supposed to be in a register. * function.c (diddle_return_value): Only clal hard_function_value when the return value is supposed to be in a register. From-SVN: r30497
Jeffrey A Law committed -
Fix yet another gcc2 merge problem, this one broke linux kernel compiles * loop.c (invariant_p, case MEM): Put MEM_VOLATILE_P check back. From-SVN: r30496
Jim Wilson committed -
* dbxout.c (dbxout_type, case INTEGER_TYPE): Handle too large unsigned types. From-SVN: r30495
Jim Wilson committed -
function.c (diddle_return_value): Use hard_function_value to get an rtx suitable for use in the USE/CLOBBER insn. * function.c (diddle_return_value): Use hard_function_value to get an rtx suitable for use in the USE/CLOBBER insn. From-SVN: r30494
Jeffrey A Law committed -
From-SVN: r30493
Diego Novillo committed -
* global.c (global_conflicts): Update comments. (record_conflicts): No need to record conflicts between pseudos here. From-SVN: r30492
Jeffrey A Law committed
-
- 11 Nov, 1999 11 commits
-
-
init.c (init_init_processing): Header information for arrays allocated via `new' should have the same... * gcc/cp/init.c (init_init_processing): Header information for arrays allocated via `new' should have the same alignment used by malloc. From-SVN: r30491
Diego Novillo committed -
From-SVN: r30490
Bruce Korb committed -
From-SVN: r30489
Alexandre Oliva committed -
From-SVN: r30488
Joern Rennecke committed -
From-SVN: r30487
Bernd Schmidt committed -
* xcoffout.c (xcoffout_source_file): Change ggc_add_root to gcc_add_string_root. From-SVN: r30486
Rodney Brown committed -
From-SVN: r30485
Mark Mitchell committed -
* flow.c (compute_flow_dominators): Initially put all blocks on the worklist. * lcm.c (compute_antinout_edge, compute_available): Similarly. * gcse.c (compute_cprop_avinout): Remove. (compute_cprop_data): Use compute_available. (delete_null_pointer_checks_1): Use compute_available. From-SVN: r30484
Jeffrey A Law committed -
From-SVN: r30483
Jeff Law committed -
* basic-block.h (compute_available): Returns a void now. * gcse.c (one_classic_gcse_pass): Do not expect compute_available to return a value anymore. * lcm.c (compute_available, compute_antinout_edge): Revamp to use worklists. Fix boundary cases. Compute maximal solutions. (compute_laterin, compute_nearerout): Similarly. From-SVN: r30482
Jeffrey A Law committed -
From-SVN: r30481
Jason Eckhardt committed
-
- 10 Nov, 1999 5 commits
-
-
* dwarf2out.c (add_AT_location_description): Allow (mem (plus (pseudo) (...)) too. From-SVN: r30480
Jeffrey A Law committed -
* error.c (dump_function_name): Don't crash if given a friend pseudo-instantiation. From-SVN: r30479
Mark Mitchell committed -
From-SVN: r30478
Tom Tromey committed -
include: * ansidecl.h: Define and test `GCC_VERSION', not `HAVE_GCC_VERSION'. gcc: * cppinit.c: Test `GCC_VERSION', not `HAVE_GCC_VERSION'. * gansidecl.h: Likewise. * rtl.c: Likewise. * rtl.h: Likewise. * toplev.h: Likewise. * tree.c: Likewise. * tree.h: Likewise. * varray.c: Likewise. * varray.h: Likewise. gcc/cp: * cp-tree.h: Test `GCC_VERSION', not `HAVE_GCC_VERSION'. gcc/f: * proj.h: Test `GCC_VERSION', not `HAVE_GCC_VERSION'. Co-Authored-By: Kaveh R. Ghazi <ghazi@caip.rutgers.edu> From-SVN: r30477
Philippe De Muyter committed -
* gcov.c (struct arcdata): Add hits and total, remove prob. (output_branch_counts): New. (process_args): Set output_branch_counts if -c. (calculate_branch_probs): Store hits and total instead of percentage. (output_data): Emit counts if output_branch_counts is true. * gcov.texi (Invoking Gcov): Document -c switch.. From-SVN: r30476
Clinton Popetz committed
-