summaryrefslogtreecommitdiff
path: root/gcc/c-semantics.c
Commit message (Expand)AuthorAgeFilesLines
* Implement the Named Return Value optimization.jason2001-06-181-1/+9
* * stmt.c (current_nesting_level): New fn.jason2001-06-081-0/+10
* * c-semantics.c (genrtl_scope_stmt): Write out nested inlinemmitchel2001-06-061-3/+24
* * c-semantics.c (add_scope_stmt): Don't callnathan2001-04-241-6/+5
* gcc:nathan2001-04-241-71/+4
* * Makefile.in (ifcvt.o): Depend on toplev.h.ghazi2001-04-111-0/+1
* * c-common.h (DECL_NUM_STMTS): New macro.mmitchel2001-03-271-0/+5
* * varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME, not themmitchel2001-03-151-1/+1
* Whitespace changekenner2001-03-071-2/+2
* 2001-03-01 Diego Novillo <dnovillo@redhat.com>dnovillo2001-03-011-1/+1
* 2001-02-27 Diego Novillo <dnovillo@redhat.com>dnovillo2001-02-281-4/+1
* * c-common.h (ASM_INPUT_P): New.rth2001-01-021-12/+11
* * c-typeck.c (build_asm_stmt): New, broken out from ...rth2000-12-201-2/+4
* * c-common.h (DECL_C_HARD_REGISTER): New.rth2000-11-261-3/+3
* * Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.mmitchel2000-11-101-1/+1
* * stmt.c (expand_start_null_loop): New.rth2000-11-011-1/+5
* * c-semantics.c (genrtl_do_stmt): Use integer_zerop insteadrth2000-11-011-1/+1
* * c-semantics.c (genrtl_do_stmt): Special case do/while(0).rth2000-11-011-11/+20
* * c-semantics.c (make_rtl_for_local_static): Don't clobbermmitchel2000-10-291-8/+19
* * splay-tree.c (splay_tree_predecessor): Fix typo in comment.mmitchel2000-09-171-20/+110
* * c-common.h (genrtl_clear_out_block): Remove.mmitchel2000-09-121-14/+2
* * c-common.h (add_stmt): Change prototype.mmitchel2000-09-101-21/+29
* * c-common.h (prep_stmt): Declare.mmitchel2000-09-071-4/+103
* Move statement-tree facilities from C++ to C front-end.mmitchel2000-09-071-0/+113
* * c-semantics.c (make_rtl_for_local_static): Use TREE_ASM_WRITTENmmitchel2000-07-231-1/+1
* 2000-07-10 Benjamin Chelf <chelf@codesourcery.com>chelf2000-07-101-0/+68
* 2000-07-02 Benjamin Chelf <chelf@codesourcery.com>chelf2000-07-031-25/+10
* 2000-07-01 Benjamin Chelf <chelf@codesourcery.com>chelf2000-07-021-0/+491