aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
AgeCommit message (Expand)AuthorFilesLines
1998-06-25invoke.texi (-fstrict-aliasing): Document.Mark Mitchell1-0/+2
1998-06-22Warning fixes:Kaveh R. Ghazi1-8/+8
1998-06-19calls.c (expand_call): Initialize "src" and "dest".Jeffrey A Law1-1/+1
1998-05-13Warning fixes:Kaveh R. Ghazi1-0/+1
1998-05-06stmt.c (mark_seen_cases): Make it have external linkage again.Jeffrey A Law1-3/+1
1998-05-06typo typo fixes fixesJeff Law1-2/+2
1998-05-06c-common.c: Convert to using ctype macros defined in system.h.Kaveh R. Ghazi1-3/+3
1998-05-06toplev.h: New file.Robert Lipe1-0/+1
1998-05-05* Check in merge from gcc2. See ChangeLog.12 for details.Jeff Law1-5/+0
1998-04-21Fix fortran failure reported by Craig Burley.Jim Wilson1-6/+8
1998-04-17stmt.c (mark_seen_cases): Make static and add prototype.Jeff Law1-2/+3
1998-04-16varasm.c (asm_output_bss): Add prototype.Jeff Law1-0/+1
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-5/+10
1998-03-27stmt.c (expand_expr_stmt): Must generate code for statements within an expres...Craig Burley1-1/+1
1998-03-23* stmt.c (unroll_block_trees): Free block_vector if needed.Jeffrey A Law1-1/+8
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-7/+1
1998-03-12c-decl (finish_struct): Change type of min_align to unsigned.Manfred Hollstein1-2/+2
1998-03-06rtl.h (addr_diff_vec_flags): New typedef.Joern Rennecke1-1/+2
1998-02-28Fix warious warnings:Kaveh R. Ghazi1-11/+11
1998-02-17Fix problems with last patch.J"orn Rennecke1-2/+9
1998-02-17rtl.h (force_line_numbers, [...]): Declare.Joern Rennecke1-60/+45
1998-02-13Rats. Forgot to change copyrights on the first commit.Robert Lipe1-1/+1
1998-02-13c-lang.c (finish_file): Bracket declaration of static_ctors, static_dtors.Robert Lipe1-6/+5
1998-02-07c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.Robert Lipe1-6/+4
1998-02-05stmt.c (expand_asm_operands): Correctly identify asm statements no operands.Jeffrey A Law1-3/+1
1998-01-20Remove more bytecode stuff.Jeffrey A Law1-1/+0
1998-01-20Makefile.in: Remove all bytecode support.Jeffrey A Law1-903/+39
1998-01-14alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson1-43/+43
1998-01-14Bring in final gcc-2.8.0 changes.Jeff Law1-1/+4
1997-12-19expr.c (do_tablejump): Let CASE_VECTOR_PC_RELATIVE be an expression.Ian Lance Taylor1-7/+6
1997-12-18tree.c (build_range_type): Allow creation of ranges with no maximum.Richard Henderson1-1/+13
1997-12-15stmt.c (expand_asm_operands): If an ASM has no outputs, then treat it as vola...Jeffrey A Law1-0/+4
1997-12-11Another handful of gcc-2.8 changes (will it ever go out the door?).Jeff Law1-1/+5
1997-12-06Merge from gcc-2.8Jeff Law1-28/+39
1997-12-06loop.c (invariant_p): Don't test flag_rerun_loop_opt.Jeff Law1-0/+1
1997-12-03except.c (expand_fixup_region_end): New fn.Jason Merrill1-0/+7
1997-12-02* stmt.c (expand_decl_cleanup): Update thisblock after eh_region_start.Jason Merrill1-0/+2
1997-11-21* stmt.c (expand_end_bindings): Allow jump into block with cleanups.Bruno Haible1-4/+4
1997-11-10stmt.c (expand_decl_cleanup_no_eh): New fn.Jason Merrill1-0/+13
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-2/+20
1997-08-20stmt.c (start_cleanup_deferal, [...]): Test block_stack before dereferencing it.Jim Wilson1-2/+8
1997-08-02(expand_computed_goto): If -fcheck-memory-usage, check that computed address ...Richard Kenner1-1/+19
1997-07-17(expand_decl): If stack checking, use alloca for large vars.Richard Kenner1-1/+5
1997-06-11stmt.c (expand_decl_cleanup): Avoid core dumping when exceptions aren't on.Mike Stump1-3/+4
1997-04-29except.c (expand_eh_region_start_tree): Add DECL argument so we can better tr...Mike Stump1-15/+27
1997-04-26(pushcase_range): [try to] properly apply previous patch of empty range test.Doug Evans1-4/+4
1997-04-24(pushcase_range): Check for null range first.Richard Kenner1-7/+7
1997-04-23Add setjmp/longjmp exception handling.Mike Stump1-55/+339
1997-02-10stmt.c (group_case_nodes): Recognize more opportunities to group case nodes.Jeff Law1-1/+7
1996-10-30(expand_asm_operands): Disallow matching constraints on output andRichard Kenner1-7/+13