aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-semantics.c
AgeCommit message (Expand)AuthorFilesLines
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