]> gcc.gnu.org Git - gcc.git/history - gcc/stmt.c
Merge in gcc2-ss-010999
[gcc.git] / gcc / stmt.c
1999-09-07 Jeff LawMerge in gcc2-ss-010999
1999-09-05 Richard HendersonMakefile.in (tree.o): Depend on ggc.h.
1999-09-03 Richard Hendersondbxout.c (dbxout_init): Use xcalloc instead of xmalloc...
1999-09-02 J"orn Renneckestmt.c (expand_asm_operands): Fix index into inout_mode...
1999-09-02 Richard Hendersonstmt.c (expand_asm_operands): Invoke MD_ASM_CLOBBERS...
1999-08-19 Zack Weinbergrtl.def (NOTE): Change format to "iuu0n".
1999-08-15 Jim WilsonFix misuses of MAX_MACHINE_MODE that can result in...
1999-08-09 Bernd SchmidtInclude function.h in most files.
1999-08-09 Jason Merrillprint-tree.c (print_node): Print base for OFFSET_TYPEs.
1999-08-01 Bernd SchmidtBackport of GC branch patches part 2: kill stmt status...
1999-07-31 Bernd SchmidtBackport of GC branch patches part 1: kill eh status...
1999-05-30 Jeff Law[multiple changes]
1999-05-24 Mark Mitchellstmt.c (expand_end_bindings): Ignore any elements of...
1999-05-19 Mark Mitchellstmt.c (expand_return): Call start_cleanup_deferral...
1999-04-26 Toshiyasu Moritafold-const.c (make_range): Always initialize arg0 and...
1999-04-25 Richard Henderson* stmt.c (expand_asm_operands): Reload in-out reg-only...
1999-04-04 Jeffrey A Lawstmt.c (expand_loop_end): When copying the loop exit...
1999-03-06 Kaveh R. Ghazic-aux-info.c (data_type, [...]): Qualify a char* with...
1999-02-25 Richard HendersonFlow rewrite to use basic block structures and edge...
1999-02-25 J"orn Renneckestmt.c (expand_end_loop): Grok code emitted by expand_e...
1999-02-22 Craig Burleyreduce spurious warnings using -fsyntax-only
1999-02-14 Jeffrey A Lawexcept.c (start_catch_handler): Use emit_cmp_and_jump_i...
1999-02-12 Jim WilsonFix linux-x-cygwin build failure with readline.
1999-02-10 John Wehlefunction.c (assign_stack_temp_for_type): Clear best_p...
1999-02-08 Richard Hendersonoutput.h (current_function_has_computed_jump): Rename...
1999-02-01 Richard Hendersonrecog.c (check_asm_operands): Treat indeterminate opera...
1999-01-24 Jeffrey A Lawstmt.c (stmt_loop_nest_empty): New function.
1999-01-19 Mark Mitchellrtl.h (rtx_def): Update documentation.
1999-01-15 Richard Hendersonexpr.c (queued_subexp_p): Make public.
1999-01-08 Jeffrey A Lawstmt.c (optimize_tail_recursion): New function, extract...
1998-12-04 Bernd Schmidtfinal.c (cleanup_subreg_operands): Delete some unused...
1998-11-20 Bernd Schmidtfunction.c (nonlocal_goto_handler_slots): Renamed from...
1998-10-26 Richard Henderson* stmt.c (expand_asm_operands): Accept `=' or `+' at...
1998-10-25 Jason Merrillstmt.c (expand_fixup): Set fixup->before_jump to a...
1998-10-13 Kaveh R. GhaziWarning fixes:
1998-10-11 Ken RaeburnFine-grained control of -fcheck-memory-usage with new...
1998-10-08 Bernd Schmidtstmt.c (n_occurrences): New static function.
1998-08-24 Jeff Lawstmt.c (emit_case_nodes): Change rtx_function to rtx_fn...
1998-08-17 Mark Mitchellstmt.c (expand_end_loop): Tidy.
1998-07-13 Craig Burleystmt.c (expand_expr_stmt): If not assigning fresh value...
1998-07-06 Mark Mitchelljump.c (duplicate_loop_exit_test): Don't refuse to...
1998-06-25 Mark Mitchellinvoke.texi (-fstrict-aliasing): Document.
1998-06-22 Kaveh R. GhaziWarning fixes:
1998-06-20 Jeffrey A Lawcalls.c (expand_call): Initialize "src" and "dest".
1998-05-13 Kaveh R. GhaziWarning fixes:
1998-05-06 Jeffrey A Lawstmt.c (mark_seen_cases): Make it have external linkage...
1998-05-06 Jeff Lawtypo typo fixes fixes
1998-05-06 Kaveh R. Ghazic-common.c: Convert to using ctype macros defined in...
1998-05-06 Robert Lipetoplev.h: New file.
1998-05-05 Jeff Law* Check in merge from gcc2. See ChangeLog.12 for details.
1998-04-21 Jim WilsonFix fortran failure reported by Craig Burley.
1998-04-17 Jeff Lawstmt.c (mark_seen_cases): Make static and add prototype.
1998-04-17 Jeff Lawvarasm.c (asm_output_bss): Add prototype.
1998-04-04 Jeff Law* Check in merge from gcc2. See ChangeLog.11 and Chang...
1998-03-28 Craig Burleystmt.c (expand_expr_stmt): Must generate code for state...
1998-03-23 Jeffrey A Law* stmt.c (unroll_block_trees): Free block_vector if...
1998-03-20 Kaveh R. GhaziMajor cutover to using system.h:
1998-03-12 Manfred Hollsteinc-decl (finish_struct): Change type of min_align to...
1998-03-06 Joern Renneckertl.h (addr_diff_vec_flags): New typedef.
1998-02-28 Kaveh R. GhaziFix warious warnings:
1998-02-17 J"orn RenneckeFix problems with last patch.
1998-02-17 Joern Renneckertl.h (force_line_numbers, [...]): Declare.
1998-02-13 Robert LipeRats. Forgot to change copyrights on the first commit.
1998-02-13 Robert Lipec-lang.c (finish_file): Bracket declaration of static_c...
1998-02-07 Robert Lipec-common.c: Include <stdlib.h> and <string.h>/<strings.h>.
1998-02-05 Jeffrey A Lawstmt.c (expand_asm_operands): Correctly identify asm...
1998-01-20 Jeffrey A LawRemove more bytecode stuff.
1998-01-20 Jeffrey A LawMakefile.in: Remove all bytecode support.
1998-01-14 Richard Hendersonalias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_...
1998-01-14 Jeff LawBring in final gcc-2.8.0 changes.
1997-12-19 Ian Lance Taylorexpr.c (do_tablejump): Let CASE_VECTOR_PC_RELATIVE...
1997-12-18 Richard Hendersontree.c (build_range_type): Allow creation of ranges...
1997-12-15 Jeffrey A Lawstmt.c (expand_asm_operands): If an ASM has no outputs...
1997-12-11 Jeff LawAnother handful of gcc-2.8 changes (will it ever go...
1997-12-07 Jeff LawMerge from gcc-2.8
1997-12-06 Jeff Lawloop.c (invariant_p): Don't test flag_rerun_loop_opt.
1997-12-03 Jason Merrillexcept.c (expand_fixup_region_end): New fn.
1997-12-03 Jason Merrill* stmt.c (expand_decl_cleanup): Update thisblock after...
1997-11-21 Bruno Haible* stmt.c (expand_end_bindings): Allow jump into block...
1997-11-10 Jason Merrillstmt.c (expand_decl_cleanup_no_eh): New fn.
1997-11-02 Jeff LawUpdate mainline egcs to gcc2 snapshot 971021.
1997-08-20 Jim Wilsonstmt.c (start_cleanup_deferal, [...]): Test block_stack...
1997-08-02 Richard Kenner(expand_computed_goto): If -fcheck-memory-usage, check...
1997-07-17 Richard Kenner(expand_decl): If stack checking, use alloca for large...
1997-06-11 Mike Stumpstmt.c (expand_decl_cleanup): Avoid core dumping when...
1997-04-29 Mike Stumpexcept.c (expand_eh_region_start_tree): Add DECL argume...
1997-04-26 Doug Evans(pushcase_range): [try to] properly apply previous...
1997-04-24 Richard Kenner(pushcase_range): Check for null range first.
1997-04-23 Mike StumpAdd setjmp/longjmp exception handling.
1997-02-10 Jeff Lawstmt.c (group_case_nodes): Recognize more opportunities...
1996-10-30 Richard Kenner(expand_asm_operands): Disallow matching constraints...
1996-10-23 Jason Merrillreturn
1996-09-29 Richard Kenner(expand_decl): Use mark_user_reg and simplify code.
1996-09-29 Richard Kenner(expand_asm_operands): Fix errors in previous patches.
1996-09-29 Richard Kenner(fixup_gotos): When running undefined labels, if no...
1996-09-23 Richard Kenner(expand_asm_operands): Handle '+' constraint.
1996-08-14 Torbjorn Granlund(expand_return): In code for doing scc with jumps,
1996-08-12 Richard Kenner(expand_end_bindings): Add test and call for nonlocal_g...
1996-07-23 Mike Stumpinstall EH code
1996-07-03 Mike Stumpformatting tweaks
next
This page took 1.316242 seconds and 108 git commands to generate.