aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-semantics.c
AgeCommit message (Expand)AuthorFilesLines
2002-05-08cfglayout.c (function_tail_eff_head): Rename to ...Jan Hubicka1-0/+9
2002-04-03re PR c++/5636 (gcc-3.0.3, memory leakage: function that take a string as par...Jason Merrill1-5/+5
2002-03-15c-common.c (statement_code_p): Handle CLEANUP_STMT.Mark Mitchell1-0/+4
2002-02-04PR c/4475, c++/3780:Jakub Jelinek1-1/+1
2002-01-30rtl.h (NOTE_INSN_LOOP_END_TOP_COND): New.Richard Henderson1-2/+2
2002-01-22c-semantics.c (genrtl_compound_stmt): Only check nesting consistency if this ...Jason Merrill1-1/+1
2002-01-15c-common.def (FILE_STMT): New code.Jason Merrill1-1/+18
2002-01-04tree.h (expand_expr_stmt_value): Add maybe_last argument.Jakub Jelinek1-6/+11
2002-01-02c-common.h (genrtl_expr_stmt_value): Declare.Alexandre Oliva1-5/+20
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-3/+3
2001-08-27emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger1-10/+3
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-10c-common.h (RETURN_NULLIFIED_P): Lose.Jason Merrill1-7/+1
2001-08-07* c-semantics.c (make_rtl_for_local_static): Use DECL_RTL_SET_P.Jason Merrill1-1/+1
2001-08-01alias.c: Fix comment formatting.Kazu Hirata1-23/+23
2001-06-18Implement the Named Return Value optimization.Jason Merrill1-1/+9
2001-06-08stmt.c (current_nesting_level): New fn.Jason Merrill1-0/+10
2001-06-06c-semantics.c (genrtl_scope_stmt): Write out nested inline functions here, in...Mark Mitchell1-3/+24
2001-04-24c-semantics.c (add_scope_stmt): Don't call current_scope_stmt_stack multiple ...Nathan Sidwell1-6/+5
2001-04-24Lazy __FUNCTION__ generation.Nathan Sidwell1-71/+4
2001-04-11Makefile.in (ifcvt.o): Depend on toplev.h.Kaveh R. Ghazi1-0/+1
2001-03-27c-common.h (DECL_NUM_STMTS): New macro.Mark Mitchell1-0/+5
2001-03-15varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...Mark Mitchell1-1/+1
2001-03-07Whitespace changeRichard Kenner1-2/+2
2001-03-01c-semantics.c (prune_unused_decls): Return error_mark_node instead of (tree) ...Diego Novillo1-1/+1
2001-02-27c-common.c (walk_stmt_tree): Visit the chain of the current tree even if walk...Diego Novillo1-4/+1
2001-01-02c-common.h (ASM_INPUT_P): New.Richard Henderson1-12/+11
2000-12-20c-typeck.c (build_asm_stmt): New, broken out from ...Richard Henderson1-2/+4
2000-11-25c-common.h (DECL_C_HARD_REGISTER): New.Richard Henderson1-3/+3
2000-11-10Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.Mark Mitchell1-1/+1
2000-11-01stmt.c (expand_start_null_loop): New.Richard Henderson1-1/+5
2000-10-31c-semantics.c (genrtl_do_stmt): Use integer_zerop instead of integer_zero_node.Richard Henderson1-1/+1
2000-10-31* c-semantics.c (genrtl_do_stmt): Special case do/while(0).Richard Henderson1-11/+20
2000-10-29c-semantics.c (make_rtl_for_local_static): Don't clobber DECL_ASSEMBLER_NAME.Mark Mitchell1-8/+19
2000-09-17splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell1-20/+110
2000-09-12c-common.h (genrtl_clear_out_block): Remove.Mark Mitchell1-14/+2
2000-09-10c-common.h (add_stmt): Change prototype.Mark Mitchell1-21/+29
2000-09-07c-common.h (prep_stmt): Declare.Mark Mitchell1-4/+103
2000-09-07Move statement-tree facilities from C++ to C front-end.Mark Mitchell1-0/+113
2000-07-23c-semantics.c (make_rtl_for_local_static): Use TREE_ASM_WRITTEN to figure out...Mark Mitchell1-1/+1
2000-07-10c-common.h (build_stmt): Declare.Benjamin Chelf1-0/+68
2000-07-02c-common.h (genrtl_begin_compound_stmt): Remove declaration.Benjamin Chelf1-25/+10
2000-07-01Makefile.in (C_AND_OBJC_OBJS): Added c-semantics.o.Ben Chelf1-0/+491