aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-semantics.c
AgeCommit message (Expand)Author
2005-06-25Update FSF address.Kelley Cook
2005-05-28./:Ian Lance Taylor
2005-04-27 * c-semantics.c (add_stmt): Don't test STATEMENT_CODE_PIan Lance Taylor
2005-04-25 * c-semantics.c (build_stmt): Remove test of specific tree codesIan Lance Taylor
2005-04-09./Ian Lance Taylor
2005-03-08 * c-semantics.c, cfghooks.c, diagnostic.h, loop-iv.c,Kazu Hirata
2005-03-05gcc/Kazu Hirata
2004-10-22 * c-semantics.c (re_push_stmt_list): Remove.Kazu Hirata
2004-08-12 * c-common.h (STATEMENT_LIST_HAS_LABEL): New.Richard Henderson
2004-08-052004-08-04 Geoffrey Keating <geoffk@apple.com>Geoffrey Keating
2004-06-30 Conditionally compile support for --enable-mapped_location.Per Bothner
2004-06-24 * c-decl.c (c_in_iteration_stmt, c_in_case_stmt): Remove.Richard Henderson
2004-06-21 * c-common.def (RETURN_STMT): Remove.Richard Henderson
2004-06-20 * c-common.h (add_decl_stmt): Move to cp-tree.h.Richard Henderson
2004-06-20 * c-common.def (IF_STMT, CLEANUP_STMT): Move to cp-tree.def.Richard Henderson
2004-06-19 * c-common.c, c-common.h (lang_gimplify_stmt): Remove.Richard Henderson
2004-06-16 * c-common.def (CASE_LABEL): Remove.Richard Henderson
2004-06-16 * c-common.def (GOTO_STMT, LABEL_STMT): Remove.Richard Henderson
2004-06-16 * c-common.c (lang_gimplify_stmt): Remove next_p argument.Richard Henderson
2004-06-022004-06-01 Jerry Quinn <jlquinn@optonline.net>Jerry Quinn
2004-05-292005-05-28 Andrew Pinski <pinskia@physics.uc.edu>Andrew Pinski
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo
2004-04-12 * c-decl.c (finish_decl): Make a decl_stmt for a variable-sizedRichard Kenner
2004-02-17 * (c-decl.c, c-semantics.c, calls.c, cgraph.c, cgraphunit.c,Steven Bosscher
2004-01-31 alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,Kazu Hirata
2004-01-22 * c-semantics.c (genrtl_while_stmt, genrtl_do_stmt_1)Daniel Jacobowitz
2003-11-242003-11-24 Eric Christopher <echristo@redhat.com>Eric Christopher
2003-10-07 PR c++/12519Jason Merrill
2003-09-28 * stmt.c (expand_asm_operands): Take a location_t, instead ofRichard Henderson
2003-08-29 * function.h (struct function): Add rtl_inline_init, saved_for_inline.Richard Henderson
2003-07-24 * tree.h (boolean_type_node): Move from C/C++/Java frontends.Jason Merrill
2003-07-09 * java-tree.h (DECL_NUM_STMTS): Rename to...Jan Hubicka
2003-07-082003-07-08 Steven Bosscher <steven@gcc.gnu.org>Steven Bosscher
2003-07-07 * rtl.h (emit_line_note): Take a location_t.Nathan Sidwell
2003-07-04gcc:Kaveh Ghazi
2003-07-01 * c-semantics.c (genrtl_case_label): Fix format specifier bug.Kaveh Ghazi
2003-06-27 * rtl.h (emit_note): Remove FILE parameter.Nathan Sidwell
2003-06-22 * c-lex.c: Convert to ISO C90.Andreas Jaeger
2003-05-29 * c-semantics.c (genrtl_do_stmt_1): New function split out from...Roger Sayle
2003-05-17gcc:Kaveh Ghazi
2003-05-13 * tree.h (STRIP_MAIN_TYPE_NOPS): New macro.Jason Merrill
2003-05-03 * c-decl.c (pending_invalid_xref_file): Remove.Nathan Sidwell
2003-05-02 * c-semantics.c (genrtl_switch_stmt, genrtl_if_stmt): CallGeoffrey Keating
2003-05-01 * input.h (lineno): Rename to ...Nathan Sidwell
2003-04-29 * c-semantics.c (expand_unreachable_stmt): Return a tree.Geoffrey Keating
2003-04-20 * c-common.h, c-semantics.c: Rename genrtl_decl_cleanup toChris Lattner
2003-04-172003-04-16 Roger Sayle <roger@eyesopen.com>Roger Sayle
2003-02-22 * i386.c (builtin_description): Add __builtin_ia32_paddq andJan Hubicka
2003-01-15 * c-semantics.c (genrtl_while_stmt): Improve initial RTL generationRoger Sayle
2003-01-09 PR inline-asm/8832Eric Botcazou