summaryrefslogtreecommitdiff
path: root/gcc/c-semantics.c
Commit message (Expand)AuthorAgeFilesLines
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-3/+3
* emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger2001-08-271-10/+3
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* c-common.h (RETURN_NULLIFIED_P): Lose.Jason Merrill2001-08-101-7/+1
* * c-semantics.c (make_rtl_for_local_static): Use DECL_RTL_SET_P.Jason Merrill2001-08-071-1/+1
* alias.c: Fix comment formatting.Kazu Hirata2001-08-011-23/+23
* Implement the Named Return Value optimization.Jason Merrill2001-06-181-1/+9
* stmt.c (current_nesting_level): New fn.Jason Merrill2001-06-081-0/+10
* c-semantics.c (genrtl_scope_stmt): Write out nested inline functions here, in...Mark Mitchell2001-06-061-3/+24
* c-semantics.c (add_scope_stmt): Don't call current_scope_stmt_stack multiple ...Nathan Sidwell2001-04-241-6/+5
* Lazy __FUNCTION__ generation.Nathan Sidwell2001-04-241-71/+4
* Makefile.in (ifcvt.o): Depend on toplev.h.Kaveh R. Ghazi2001-04-111-0/+1
* c-common.h (DECL_NUM_STMTS): New macro.Mark Mitchell2001-03-271-0/+5
* varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...Mark Mitchell2001-03-151-1/+1
* Whitespace changeRichard Kenner2001-03-071-2/+2
* c-semantics.c (prune_unused_decls): Return error_mark_node instead of (tree) ...Diego Novillo2001-03-011-1/+1
* c-common.c (walk_stmt_tree): Visit the chain of the current tree even if walk...Diego Novillo2001-02-271-4/+1
* c-common.h (ASM_INPUT_P): New.Richard Henderson2001-01-021-12/+11
* c-typeck.c (build_asm_stmt): New, broken out from ...Richard Henderson2000-12-201-2/+4
* c-common.h (DECL_C_HARD_REGISTER): New.Richard Henderson2000-11-251-3/+3
* Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.Mark Mitchell2000-11-101-1/+1
* stmt.c (expand_start_null_loop): New.Richard Henderson2000-11-011-1/+5
* c-semantics.c (genrtl_do_stmt): Use integer_zerop instead of integer_zero_node.Richard Henderson2000-10-311-1/+1
* * c-semantics.c (genrtl_do_stmt): Special case do/while(0).Richard Henderson2000-10-311-11/+20
* c-semantics.c (make_rtl_for_local_static): Don't clobber DECL_ASSEMBLER_NAME.Mark Mitchell2000-10-291-8/+19
* splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell2000-09-171-20/+110
* c-common.h (genrtl_clear_out_block): Remove.Mark Mitchell2000-09-121-14/+2
* c-common.h (add_stmt): Change prototype.Mark Mitchell2000-09-101-21/+29
* c-common.h (prep_stmt): Declare.Mark Mitchell2000-09-071-4/+103
* Move statement-tree facilities from C++ to C front-end.Mark Mitchell2000-09-071-0/+113
* c-semantics.c (make_rtl_for_local_static): Use TREE_ASM_WRITTEN to figure out...Mark Mitchell2000-07-231-1/+1
* c-common.h (build_stmt): Declare.Benjamin Chelf2000-07-101-0/+68
* c-common.h (genrtl_begin_compound_stmt): Remove declaration.Benjamin Chelf2000-07-021-25/+10
* Makefile.in (C_AND_OBJC_OBJS): Added c-semantics.o.Ben Chelf2000-07-011-0/+491