aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-semantics.c
AgeCommit message (Expand)AuthorFilesLines
2004-10-22c-semantics.c (re_push_stmt_list): Remove.Kazu Hirata1-23/+0
2004-08-11c-common.h (STATEMENT_LIST_HAS_LABEL): New.Richard Henderson1-0/+3
2004-08-05re PR c/14516 (-fleading-underscore does not work correctly for file static v...Geoffrey Keating1-38/+1
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-4/+4
2004-06-24c-decl.c (c_in_iteration_stmt, [...]): Remove.Richard Henderson1-1/+3
2004-06-21c-common.def (RETURN_STMT): Remove.Richard Henderson1-8/+0
2004-06-20c-common.h (add_decl_stmt): Move to cp-tree.h.Richard Henderson1-13/+0
2004-06-20c-common.def (IF_STMT, [...]): Move to cp-tree.def.Richard Henderson1-13/+0
2004-06-19c-common.c, c-common.h (lang_gimplify_stmt): Remove.Richard Henderson1-11/+0
2004-06-16c-common.def (CASE_LABEL): Remove.Richard Henderson1-2/+2
2004-06-16c-common.def (GOTO_STMT, LABEL_STMT): Remove.Richard Henderson1-0/+1
2004-06-15c-common.c (lang_gimplify_stmt): Remove next_p argument.Richard Henderson1-67/+92
2004-06-02Makefile.in (EXPR_H): Add insn-config.h...Jerry Quinn1-1/+0
2004-05-28c-semantics.c (emit_local_var): Remove code for DECL_INITIAL.Andrew Pinski1-12/+0
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-790/+34
2004-04-12c-decl.c (finish_decl): Make a decl_stmt for a variable-sized TYPE_DECL.Richard Kenner1-0/+2
2004-02-17(c-decl.c, [...]): Replace DECL_SAVED_INSNS with DECL_STRUCT_FUNCTION.Steven Bosscher1-2/+2
2004-01-31alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,Kazu Hirata1-1/+1
2004-01-22* c-semantics.c (genrtl_while_stmt, genrtl_do_stmt_1)Daniel Jacobowitz1-4/+0
2003-11-24re PR c/13014 (if shortcut misses required diagnostics)Eric Christopher1-2/+2
2003-10-07re PR c++/12519 (ICE tree check: in genrtl_cleanup_stmt, at c-semantics.c:761)Jason Merrill1-1/+2
2003-09-28stmt.c (expand_asm_operands): Take a location_t, instead of individual file a...Richard Henderson1-1/+1
2003-08-29function.h (struct function): Add rtl_inline_init, saved_for_inline.Richard Henderson1-0/+1
2003-07-24tree.h (boolean_type_node): Move from C/C++/Java frontends.Jason Merrill1-1/+1
2003-07-09java-tree.h (DECL_NUM_STMTS): Rename to...Jan Hubicka1-4/+0
2003-07-08re PR c/1687 (Exponential time behavior with -O -finline-functions (compile t...Steven Bosscher1-1/+2
2003-07-07rtl.h (emit_line_note): Take a location_t.Nathan Sidwell1-19/+19
2003-07-04c-aux-info.c: Include toplev.h after c-tree.h.Kaveh R. Ghazi1-0/+4
2003-07-01c-semantics.c (genrtl_case_label): Fix format specifier bug.Kaveh R. Ghazi1-1/+1
2003-06-27rtl.h (emit_note): Remove FILE parameter.Nathan Sidwell1-5/+3
2003-06-22c-lex.c: Convert to ISO C90.Andreas Jaeger1-124/+80
2003-05-29c-semantics.c (genrtl_do_stmt_1): New function split out from...Roger Sayle1-9/+25
2003-05-17builtins.c (validate_arglist): Eliminate libiberty VA_ macros, always use std...Kaveh R. Ghazi1-5/+5
2003-05-13tree.h (STRIP_MAIN_TYPE_NOPS): New macro.Jason Merrill1-6/+9
2003-05-03c-decl.c (pending_invalid_xref_file): Remove.Nathan Sidwell1-10/+5
2003-05-02c-semantics.c (genrtl_switch_stmt, [...]): Call expand_stmt on result of expa...Geoffrey Keating1-7/+8
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-28/+28
2003-04-29c-semantics.c (expand_unreachable_stmt): Return a tree.Geoffrey Keating1-44/+48
2003-04-20c-common.h, [...]: Rename genrtl_decl_cleanup to genrtl_cleanup_stmt.Chris Lattner1-3/+3
2003-04-17re PR c/10175 (-Wunreachable-code doesn't work for single lines)Roger Sayle1-7/+187
2003-02-22i386.c (builtin_description): Add __builtin_ia32_paddq and __builtin_ia32_psubq.Jan Hubicka1-1/+2
2003-01-15c-semantics.c (genrtl_while_stmt): Improve initial RTL generation when loop c...Roger Sayle1-12/+18
2003-01-09re PR inline-asm/8832 (traditional "asm volatile" code is illegally optimized)Eric Botcazou1-1/+1
2002-12-17c-semantics.c (add_scope_stmt): Abort if the end SCOPE_STMT doesn't match the...Jason Merrill1-0/+2
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-3/+21
2002-12-04re PR c/7622 (tree inliner fallout (regression relative to 2.95))Eric Botcazou1-0/+1
2002-09-22ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1
2002-09-16re PR c++/7640 (g++ 3.3 ICE: SEGV in integer_zerop)Nathan Sidwell1-2/+3
2002-08-22c-common.h (RETURN_STMT_EXPR): Rename from RETURN_EXPR.Jason Merrill1-1/+1
2002-08-14Fix PR/7566Gabriel Dos Reis1-2/+1