summaryrefslogtreecommitdiff
path: root/gcc/stmt.c
Commit message (Expand)AuthorAgeFilesLines
* stmt.c (expand_fixup): Set fixup->before_jump to a NOTE_INSN_DELETED instead ...Jason Merrill1998-10-251-3/+9
* stmt.c (expand_expr_stmt): If not assigning fresh value to last_expr_value...Craig Burley1998-07-131-1/+3
* jump.c (duplicate_loop_exit_test): Don't refuse to copy a section of code jus...Mark Mitchell1998-07-061-18/+124
* invoke.texi (-fstrict-aliasing): Document.Mark Mitchell1998-06-251-0/+2
* Warning fixes:Kaveh R. Ghazi1998-06-221-8/+8
* calls.c (expand_call): Initialize "src" and "dest".Jeffrey A Law1998-06-191-1/+1
* Warning fixes:Kaveh R. Ghazi1998-05-131-0/+1
* stmt.c (mark_seen_cases): Make it have external linkage again.Jeffrey A Law1998-05-061-3/+1
* typo typo fixes fixesJeff Law1998-05-061-2/+2
* c-common.c: Convert to using ctype macros defined in system.h.Kaveh R. Ghazi1998-05-061-3/+3
* toplev.h: New file.Robert Lipe1998-05-061-0/+1
* * Check in merge from gcc2. See ChangeLog.12 for details.Jeff Law1998-05-051-5/+0
* Fix fortran failure reported by Craig Burley.Jim Wilson1998-04-211-6/+8
* stmt.c (mark_seen_cases): Make static and add prototype.Jeff Law1998-04-171-2/+3
* varasm.c (asm_output_bss): Add prototype.Jeff Law1998-04-161-0/+1
* * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1998-04-041-5/+10
* stmt.c (expand_expr_stmt): Must generate code for statements within an expres...Craig Burley1998-03-271-1/+1
* * stmt.c (unroll_block_trees): Free block_vector if needed.Jeffrey A Law1998-03-231-1/+8
* Major cutover to using system.h:Kaveh R. Ghazi1998-03-201-7/+1
* c-decl (finish_struct): Change type of min_align to unsigned.Manfred Hollstein1998-03-121-2/+2
* rtl.h (addr_diff_vec_flags): New typedef.Joern Rennecke1998-03-061-1/+2
* Fix warious warnings:Kaveh R. Ghazi1998-02-281-11/+11
* Fix problems with last patch.J"orn Rennecke1998-02-171-2/+9
* rtl.h (force_line_numbers, [...]): Declare.Joern Rennecke1998-02-171-60/+45
* Rats. Forgot to change copyrights on the first commit.Robert Lipe1998-02-131-1/+1
* c-lang.c (finish_file): Bracket declaration of static_ctors, static_dtors.Robert Lipe1998-02-131-6/+5
* c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.Robert Lipe1998-02-071-6/+4
* stmt.c (expand_asm_operands): Correctly identify asm statements no operands.Jeffrey A Law1998-02-051-3/+1
* Remove more bytecode stuff.Jeffrey A Law1998-01-201-1/+0
* Makefile.in: Remove all bytecode support.Jeffrey A Law1998-01-201-903/+39
* alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson1998-01-141-43/+43
* Bring in final gcc-2.8.0 changes.Jeff Law1998-01-141-1/+4
* expr.c (do_tablejump): Let CASE_VECTOR_PC_RELATIVE be an expression.Ian Lance Taylor1997-12-191-7/+6
* tree.c (build_range_type): Allow creation of ranges with no maximum.Richard Henderson1997-12-181-1/+13
* stmt.c (expand_asm_operands): If an ASM has no outputs, then treat it as vola...Jeffrey A Law1997-12-151-0/+4
* Another handful of gcc-2.8 changes (will it ever go out the door?).Jeff Law1997-12-111-1/+5
* Merge from gcc-2.8Jeff Law1997-12-061-28/+39
* loop.c (invariant_p): Don't test flag_rerun_loop_opt.Jeff Law1997-12-061-0/+1
* except.c (expand_fixup_region_end): New fn.Jason Merrill1997-12-031-0/+7
* * stmt.c (expand_decl_cleanup): Update thisblock after eh_region_start.Jason Merrill1997-12-021-0/+2
* * stmt.c (expand_end_bindings): Allow jump into block with cleanups.Bruno Haible1997-11-211-4/+4
* stmt.c (expand_decl_cleanup_no_eh): New fn.Jason Merrill1997-11-101-0/+13
* Update mainline egcs to gcc2 snapshot 971021.Jeff Law1997-11-021-2/+20
* stmt.c (start_cleanup_deferal, [...]): Test block_stack before dereferencing it.Jim Wilson1997-08-201-2/+8
* (expand_computed_goto): If -fcheck-memory-usage, check that computed address ...Richard Kenner1997-08-021-1/+19
* (expand_decl): If stack checking, use alloca for large vars.Richard Kenner1997-07-171-1/+5
* stmt.c (expand_decl_cleanup): Avoid core dumping when exceptions aren't on.Mike Stump1997-06-111-3/+4
* except.c (expand_eh_region_start_tree): Add DECL argument so we can better tr...Mike Stump1997-04-291-15/+27
* (pushcase_range): [try to] properly apply previous patch of empty range test.Doug Evans1997-04-261-4/+4
* (pushcase_range): Check for null range first.Richard Kenner1997-04-241-7/+7