Age | Commit message (Expand) | Author | Files | Lines |
1999-08-01 | Backport of GC branch patches part 2: kill stmt status saving. | Bernd Schmidt | 1 | -100/+101 |
1999-07-31 | Backport of GC branch patches part 1: kill eh status saving. | Bernd Schmidt | 1 | -2/+0 |
1999-05-30 | [multiple changes] | Jeff Law | 1 | -39/+0 |
1999-05-24 | stmt.c (expand_end_bindings): Ignore any elements of VARS that are not VAR_DE... | Mark Mitchell | 1 | -8/+9 |
1999-05-19 | stmt.c (expand_return): Call start_cleanup_deferral and end_cleanup_deferral ... | Mark Mitchell | 1 | -0/+2 |
1999-04-25 | fold-const.c (make_range): Always initialize arg0 and arg1. | Toshiyasu Morita | 1 | -1/+1 |
1999-04-25 | * stmt.c (expand_asm_operands): Reload in-out reg-only memory operands. | Richard Henderson | 1 | -1/+14 |
1999-04-03 | stmt.c (expand_loop_end): When copying the loop exit test, do not walk into a... | Jeffrey A Law | 1 | -0/+4 |
1999-03-06 | c-aux-info.c (data_type, [...]): Qualify a char* with the `const' keyword. | Kaveh R. Ghazi | 1 | -4/+4 |
1999-02-25 | Flow rewrite to use basic block structures and edge lists. | Richard Henderson | 1 | -6/+16 |
1999-02-25 | stmt.c (expand_end_loop): Grok code emitted by expand_exit_loop_if_false. | J"orn Rennecke | 1 | -5/+78 |
1999-02-22 | reduce spurious warnings using -fsyntax-only | Craig Burley | 1 | -7/+4 |
1999-02-14 | except.c (start_catch_handler): Use emit_cmp_and_jump_insns. | Jeffrey A Law | 1 | -66/+68 |
1999-02-12 | Fix linux-x-cygwin build failure with readline. | Jim Wilson | 1 | -3/+8 |
1999-02-10 | function.c (assign_stack_temp_for_type): Clear best_p when an exact match is ... | John Wehle | 1 | -6/+1 |
1999-02-08 | output.h (current_function_has_computed_jump): Rename from current_function_a... | Richard Henderson | 1 | -0/+2 |
1999-02-01 | recog.c (check_asm_operands): Treat indeterminate operand ok results as success. | Richard Henderson | 1 | -6/+27 |
1999-01-24 | stmt.c (stmt_loop_nest_empty): New function. | Jeffrey A Law | 1 | -0/+8 |
1999-01-19 | rtl.h (rtx_def): Update documentation. | Mark Mitchell | 1 | -5/+8 |
1999-01-15 | expr.c (queued_subexp_p): Make public. | Richard Henderson | 1 | -32/+68 |
1999-01-08 | stmt.c (optimize_tail_recursion): New function, extracted from ... | Jeffrey A Law | 1 | -27/+43 |
1998-12-04 | final.c (cleanup_subreg_operands): Delete some unused code. | Bernd Schmidt | 1 | -0/+6 |
1998-11-20 | function.c (nonlocal_goto_handler_slots): Renamed from nonlocal_goto_handler_... | Bernd Schmidt | 1 | -126/+177 |
1998-10-26 | * stmt.c (expand_asm_operands): Accept `=' or `+' at any position. | Richard Henderson | 1 | -2/+21 |
1998-10-25 | stmt.c (expand_fixup): Set fixup->before_jump to a NOTE_INSN_DELETED instead ... | Jason Merrill | 1 | -3/+9 |
1998-10-13 | Warning fixes: | Kaveh R. Ghazi | 1 | -2/+3 |
1998-10-11 | Fine-grained control of -fcheck-memory-usage with new no_check_memory_usage a... | Ken Raeburn | 1 | -4/+4 |
1998-10-07 | stmt.c (n_occurrences): New static function. | Bernd Schmidt | 1 | -37/+96 |
1998-08-24 | stmt.c (emit_case_nodes): Change rtx_function to rtx_fn to avoid clash with g... | Jeff Law | 1 | -5/+5 |
1998-08-17 | stmt.c (expand_end_loop): Tidy. | Mark Mitchell | 1 | -33/+46 |
1998-07-13 | stmt.c (expand_expr_stmt): If not assigning fresh value to last_expr_value... | Craig Burley | 1 | -1/+3 |
1998-07-06 | jump.c (duplicate_loop_exit_test): Don't refuse to copy a section of code jus... | Mark Mitchell | 1 | -18/+124 |
1998-06-25 | invoke.texi (-fstrict-aliasing): Document. | Mark Mitchell | 1 | -0/+2 |
1998-06-22 | Warning fixes: | Kaveh R. Ghazi | 1 | -8/+8 |
1998-06-19 | calls.c (expand_call): Initialize "src" and "dest". | Jeffrey A Law | 1 | -1/+1 |
1998-05-13 | Warning fixes: | Kaveh R. Ghazi | 1 | -0/+1 |
1998-05-06 | stmt.c (mark_seen_cases): Make it have external linkage again. | Jeffrey A Law | 1 | -3/+1 |
1998-05-06 | typo typo fixes fixes | Jeff Law | 1 | -2/+2 |
1998-05-06 | c-common.c: Convert to using ctype macros defined in system.h. | Kaveh R. Ghazi | 1 | -3/+3 |
1998-05-06 | toplev.h: New file. | Robert Lipe | 1 | -0/+1 |
1998-05-05 | * Check in merge from gcc2. See ChangeLog.12 for details. | Jeff Law | 1 | -5/+0 |
1998-04-21 | Fix fortran failure reported by Craig Burley. | Jim Wilson | 1 | -6/+8 |
1998-04-17 | stmt.c (mark_seen_cases): Make static and add prototype. | Jeff Law | 1 | -2/+3 |
1998-04-16 | varasm.c (asm_output_bss): Add prototype. | Jeff Law | 1 | -0/+1 |
1998-04-04 | * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 | Jeff Law | 1 | -5/+10 |
1998-03-27 | stmt.c (expand_expr_stmt): Must generate code for statements within an expres... | Craig Burley | 1 | -1/+1 |
1998-03-23 | * stmt.c (unroll_block_trees): Free block_vector if needed. | Jeffrey A Law | 1 | -1/+8 |
1998-03-20 | Major cutover to using system.h: | Kaveh R. Ghazi | 1 | -7/+1 |
1998-03-12 | c-decl (finish_struct): Change type of min_align to unsigned. | Manfred Hollstein | 1 | -2/+2 |
1998-03-06 | rtl.h (addr_diff_vec_flags): New typedef. | Joern Rennecke | 1 | -1/+2 |