summaryrefslogtreecommitdiff
path: root/gcc/stmt.c
Commit message (Expand)AuthorAgeFilesLines
* dmanfred1998-03-121-2/+2
* * rtl.h (addr_diff_vec_flags): New typedef.amylaar1998-03-061-1/+2
* Fix warious warnings:ghazi1998-02-281-11/+11
* Fix problems with last patch.amylaar1998-02-171-2/+9
* * rtl.h (force_line_numbers, restore_line_number_status): Declare.amylaar1998-02-171-60/+45
* Rats. Forgot to change copyrights on the first commit.robertl1998-02-131-1/+1
* * c-lang.c (finish_file): Bracket declaration of static_ctors,robertl1998-02-131-6/+5
* * c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.law1998-02-071-6/+4
* * stmt.c (expand_asm_operands): Correctly identify asm statementslaw1998-02-051-3/+1
* Remove more bytecode stuff.law1998-01-201-1/+0
* * Makefile.in: Remove all bytecode support.law1998-01-201-903/+39
* * alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO;rth1998-01-141-43/+43
* Bring in final gcc-2.8.0 changes.law1998-01-141-1/+4
* * expr.c (do_tablejump): Let CASE_VECTOR_PC_RELATIVE be anlaw1997-12-191-7/+6
* * tree.c (build_range_type): Allow creation of ranges with no maximum.law1997-12-181-1/+13
* * stmt.c (expand_asm_operands): If an ASM has no outputs, then treatlaw1997-12-151-0/+4
* Another handful of gcc-2.8 changes (will it ever go out the door?).law1997-12-111-1/+5
* Merge from gcc-2.8law1997-12-071-28/+39
* * loop.c (invariant_p): Don't test flag_rerun_loop_opt.law1997-12-061-0/+1
* * except.c (expand_fixup_region_end): New fn.jason1997-12-031-0/+7
* * stmt.c (expand_decl_cleanup): Update thisblock after eh_region_start.jason1997-12-031-0/+2
* * stmt.c (expand_end_bindings): Allow jump into block with cleanups.jason1997-11-211-4/+4
* * stmt.c (expand_decl_cleanup_no_eh): New fn.jason1997-11-101-0/+13
* Update mainline egcs to gcc2 snapshot 971021.law1997-11-021-2/+20
* * stmt.c (start_cleanup_deferal, end_cleanup_deferal): Testwilson1997-08-201-2/+8
* (expand_computed_goto): If -fcheck-memory-usage, check that computed addresskenner1997-08-021-1/+19
* (expand_decl): If stack checking, use alloca for large vars.kenner1997-07-171-1/+5
* * stmt.c (expand_decl_cleanup): Avoid core dumping when exceptionsmrs1997-06-111-3/+4
* * except.c (expand_eh_region_start_tree): Add DECL argument so wemrs1997-04-291-15/+27
* (pushcase_range): [try to] properly apply previous patch of empty range test.dje1997-04-261-4/+4
* (pushcase_range): Check for null range first.kenner1997-04-241-7/+7
* Add setjmp/longjmp exception handling.mrs1997-04-231-55/+339
* * stmt.c (group_case_nodes): Recognize more opportunities tolaw1997-02-101-1/+7
* (expand_asm_operands): Disallow matching constraints on output andkenner1996-10-301-7/+13
* returnmerrill1996-10-231-3/+8
* (expand_decl): Use mark_user_reg and simplify code.kenner1996-09-291-0/+1
* (expand_asm_operands): Fix errors in previous patches.kenner1996-09-291-26/+10
* (fixup_gotos): When running undefined labels, if no cleanup actionskenner1996-09-291-2/+3
* (expand_asm_operands): Handle '+' constraint.kenner1996-09-231-5/+40
* (expand_return): In code for doing scc with jumps,tege1996-08-141-8/+30
* (expand_end_bindings): Add test and call for nonlocal_goto_receiverkenner1996-08-121-2/+7
* install EH codemrs1996-07-231-7/+8
* formatting tweaksmrs1996-07-031-37/+38
* (expand_value_return): Handle PARALLEL return_reg.wilson1996-06-061-0/+15
* * expr.c (expand_expr, cond TARGET_EXPR): Make TARGET_EXPRsmrs1996-05-171-6/+5
* (expand_decl): Don't deduce alignment of SIZE from DECL_ALIGN; usekenner1996-05-071-2/+5
* (check_for_full_enumeration_handling): Call case_tree2listkenner1996-04-201-29/+66
* Revert to 1.140.kenner1996-04-201-4/+4
* (expand_end_case): Move conversion of case_list beforekenner1996-04-141-4/+4
* (struct case_node): New member balance.kenner1996-03-191-61/+248