summaryrefslogtreecommitdiff
path: root/gcc/c-semantics.c
Commit message (Expand)AuthorAgeFilesLines
* c-common.def (RETURN_STMT): Remove.Richard Henderson2004-06-211-8/+0
* c-common.h (add_decl_stmt): Move to cp-tree.h.Richard Henderson2004-06-201-13/+0
* c-common.def (IF_STMT, [...]): Move to cp-tree.def.Richard Henderson2004-06-201-13/+0
* c-common.c, c-common.h (lang_gimplify_stmt): Remove.Richard Henderson2004-06-191-11/+0
* c-common.def (CASE_LABEL): Remove.Richard Henderson2004-06-161-2/+2
* c-common.def (GOTO_STMT, LABEL_STMT): Remove.Richard Henderson2004-06-161-0/+1
* c-common.c (lang_gimplify_stmt): Remove next_p argument.Richard Henderson2004-06-151-67/+92
* Makefile.in (EXPR_H): Add insn-config.h...Jerry Quinn2004-06-021-1/+0
* c-semantics.c (emit_local_var): Remove code for DECL_INITIAL.Andrew Pinski2004-05-281-12/+0
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-790/+34
* c-decl.c (finish_decl): Make a decl_stmt for a variable-sized TYPE_DECL.Richard Kenner2004-04-121-0/+2
* (c-decl.c, [...]): Replace DECL_SAVED_INSNS with DECL_STRUCT_FUNCTION.Steven Bosscher2004-02-171-2/+2
* alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,Kazu Hirata2004-01-311-1/+1
* * c-semantics.c (genrtl_while_stmt, genrtl_do_stmt_1)Daniel Jacobowitz2004-01-221-4/+0
* re PR c/13014 (if shortcut misses required diagnostics)Eric Christopher2003-11-241-2/+2
* re PR c++/12519 (ICE tree check: in genrtl_cleanup_stmt, at c-semantics.c:761)Jason Merrill2003-10-071-1/+2
* stmt.c (expand_asm_operands): Take a location_t, instead of individual file a...Richard Henderson2003-09-281-1/+1
* function.h (struct function): Add rtl_inline_init, saved_for_inline.Richard Henderson2003-08-291-0/+1
* tree.h (boolean_type_node): Move from C/C++/Java frontends.Jason Merrill2003-07-241-1/+1
* java-tree.h (DECL_NUM_STMTS): Rename to...Jan Hubicka2003-07-091-4/+0
* re PR c/1687 (Exponential time behavior with -O -finline-functions (compile t...Steven Bosscher2003-07-081-1/+2
* rtl.h (emit_line_note): Take a location_t.Nathan Sidwell2003-07-071-19/+19
* c-aux-info.c: Include toplev.h after c-tree.h.Kaveh R. Ghazi2003-07-041-0/+4
* c-semantics.c (genrtl_case_label): Fix format specifier bug.Kaveh R. Ghazi2003-07-011-1/+1
* rtl.h (emit_note): Remove FILE parameter.Nathan Sidwell2003-06-271-5/+3
* c-lex.c: Convert to ISO C90.Andreas Jaeger2003-06-221-124/+80
* c-semantics.c (genrtl_do_stmt_1): New function split out from...Roger Sayle2003-05-291-9/+25
* builtins.c (validate_arglist): Eliminate libiberty VA_ macros, always use std...Kaveh R. Ghazi2003-05-171-5/+5
* tree.h (STRIP_MAIN_TYPE_NOPS): New macro.Jason Merrill2003-05-131-6/+9
* c-decl.c (pending_invalid_xref_file): Remove.Nathan Sidwell2003-05-031-10/+5
* c-semantics.c (genrtl_switch_stmt, [...]): Call expand_stmt on result of expa...Geoffrey Keating2003-05-021-7/+8
* input.h (lineno): Rename to ...Nathan Sidwell2003-05-011-28/+28
* c-semantics.c (expand_unreachable_stmt): Return a tree.Geoffrey Keating2003-04-291-44/+48
* c-common.h, [...]: Rename genrtl_decl_cleanup to genrtl_cleanup_stmt.Chris Lattner2003-04-201-3/+3
* re PR c/10175 (-Wunreachable-code doesn't work for single lines)Roger Sayle2003-04-171-7/+187
* i386.c (builtin_description): Add __builtin_ia32_paddq and __builtin_ia32_psubq.Jan Hubicka2003-02-221-1/+2
* c-semantics.c (genrtl_while_stmt): Improve initial RTL generation when loop c...Roger Sayle2003-01-151-12/+18
* re PR inline-asm/8832 (traditional "asm volatile" code is illegally optimized)Eric Botcazou2003-01-091-1/+1
* c-semantics.c (add_scope_stmt): Abort if the end SCOPE_STMT doesn't match the...Jason Merrill2002-12-171-0/+2
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-3/+21
* re PR c/7622 (tree inliner fallout (regression relative to 2.95))Eric Botcazou2002-12-041-0/+1
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-221-1/+1
* re PR c++/7640 (g++ 3.3 ICE: SEGV in integer_zerop)Nathan Sidwell2002-09-161-2/+3
* c-common.h (RETURN_STMT_EXPR): Rename from RETURN_EXPR.Jason Merrill2002-08-221-1/+1
* Fix PR/7566Gabriel Dos Reis2002-08-141-2/+1
* cfglayout.c (function_tail_eff_head): Rename to ...Jan Hubicka2002-05-081-0/+9
* re PR c++/5636 (gcc-3.0.3, memory leakage: function that take a string as par...Jason Merrill2002-04-031-5/+5
* c-common.c (statement_code_p): Handle CLEANUP_STMT.Mark Mitchell2002-03-151-0/+4
* PR c/4475, c++/3780:Jakub Jelinek2002-02-041-1/+1
* rtl.h (NOTE_INSN_LOOP_END_TOP_COND): New.Richard Henderson2002-01-301-2/+2