aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-gimplify.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-04-21re PR c/30265 (Compound literal can cause invalid gimple)Andrew Pinski1-0/+14
2006-08-25[multiple changes]Joseph Myers1-1/+1
2006-05-18Whitespace fixupsMike Stump1-1/+1
2006-02-06tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak1-11/+11
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+0
2005-04-25c-common.def (EXPR_STMT): Remove, moved to C++ frontend.Ian Lance Taylor1-51/+3
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-1/+1
2005-04-09c-common.def: Move FOR_STMT...Ian Lance Taylor1-269/+0
2005-01-27c-common.def, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-27tree.h (SWITCH_COND, [...]): Add tree checks.Steven Bosscher1-3/+3
2004-12-06c-gimplify.c (gimplify_c_loop): Improve initial implementations for loops who...Roger Sayle1-24/+29
2004-09-07c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable.Nathan Sidwell1-6/+3
2004-08-15c-common.c (shorten_compare, [...]): Replace calls to build with calls to bui...Roger Sayle1-4/+4
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-1/+1
2004-06-26c-common.c (c_safe_from_p, [...]): Deleted.Richard Kenner1-80/+16
2004-06-24c-gimplify.c (gimplify_for_stmt): Use gimplify_and_add.Richard Kenner1-4/+2
2004-06-23c-gimplify.c (gimplify_decl_stmt): Push gimplify_one_sizepos inside non-const...Richard Henderson1-12/+12
2004-06-23c-gimplify.c (gimplify_decl_stmt): Update gimplify_type_sizes call.Richard Henderson1-13/+7
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-36/+30
2004-06-21c-common.def (RETURN_STMT): Remove.Richard Henderson1-15/+1
2004-06-20stmt.c (warn_if_unused_value): Add locus argument.Richard Henderson1-6/+1
2004-06-20c-common.h (add_decl_stmt): Move to cp-tree.h.Richard Henderson1-8/+0
2004-06-20c-common.def (IF_STMT, [...]): Move to cp-tree.def.Richard Henderson1-52/+0
2004-06-19c-common.c, c-common.h (lang_gimplify_stmt): Remove.Richard Henderson1-137/+33
2004-06-18re PR c++/16034 (dtor called prematurely for while-loop scoped variable)Richard Henderson1-22/+0
2004-06-16c-common.def (COMPOUND_STMT): Remove.Richard Henderson1-5/+0
2004-06-16c-common.def (CASE_LABEL): Remove.Richard Henderson1-9/+0
2004-06-16c-common.def (ASM_STMT): Remove.Richard Henderson1-12/+0
2004-06-16c-common.def (GOTO_STMT, LABEL_STMT): Remove.Richard Henderson1-10/+0
2004-06-15c-common.c (lang_gimplify_stmt): Remove next_p argument.Richard Henderson1-372/+144
2004-06-10clean up obsolete commentJason Merrill1-15/+2
2004-05-30bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-05-15c-gimplify.c (c_genericize): Replace calls via (*lang_hooks.foo) with lang_ho...Steven Bosscher1-1/+1
2004-05-13tree-gimple.c: Rename from tree-simple.c.Diego Novillo1-0/+1102