summaryrefslogtreecommitdiff
path: root/gcc/c-gimplify.c
Commit message (Expand)AuthorAgeFilesLines
* re PR c/30265 (Compound literal can cause invalid gimple)Andrew Pinski2007-04-211-0/+14
* [multiple changes]Joseph Myers2006-08-251-1/+1
* Whitespace fixupsMike Stump2006-05-181-1/+1
* tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak2006-02-061-11/+11
* Update FSF address.Kelley Cook2005-06-251-2/+2
* basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi2005-06-011-1/+0
* c-common.def (EXPR_STMT): Remove, moved to C++ frontend.Ian Lance Taylor2005-04-251-51/+3
* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2005-04-231-1/+1
* c-common.def: Move FOR_STMT...Ian Lance Taylor2005-04-091-269/+0
* c-common.def, [...]: Update copyright.Kazu Hirata2005-01-271-1/+1
* tree.h (SWITCH_COND, [...]): Add tree checks.Steven Bosscher2005-01-271-3/+3
* c-gimplify.c (gimplify_c_loop): Improve initial implementations for loops who...Roger Sayle2004-12-061-24/+29
* c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable.Nathan Sidwell2004-09-071-6/+3
* c-common.c (shorten_compare, [...]): Replace calls to build with calls to bui...Roger Sayle2004-08-151-4/+4
* Conditionally compile support for --enable-mapped_location.Per Bothner2004-06-301-1/+1
* c-common.c (c_safe_from_p, [...]): Deleted.Richard Kenner2004-06-261-80/+16
* c-gimplify.c (gimplify_for_stmt): Use gimplify_and_add.Richard Kenner2004-06-241-4/+2
* c-gimplify.c (gimplify_decl_stmt): Push gimplify_one_sizepos inside non-const...Richard Henderson2004-06-231-12/+12
* c-gimplify.c (gimplify_decl_stmt): Update gimplify_type_sizes call.Richard Henderson2004-06-231-13/+7
* alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner2004-06-211-36/+30
* c-common.def (RETURN_STMT): Remove.Richard Henderson2004-06-211-15/+1
* stmt.c (warn_if_unused_value): Add locus argument.Richard Henderson2004-06-201-6/+1
* c-common.h (add_decl_stmt): Move to cp-tree.h.Richard Henderson2004-06-201-8/+0
* c-common.def (IF_STMT, [...]): Move to cp-tree.def.Richard Henderson2004-06-201-52/+0
* c-common.c, c-common.h (lang_gimplify_stmt): Remove.Richard Henderson2004-06-191-137/+33
* re PR c++/16034 (dtor called prematurely for while-loop scoped variable)Richard Henderson2004-06-181-22/+0
* c-common.def (COMPOUND_STMT): Remove.Richard Henderson2004-06-161-5/+0
* c-common.def (CASE_LABEL): Remove.Richard Henderson2004-06-161-9/+0
* c-common.def (ASM_STMT): Remove.Richard Henderson2004-06-161-12/+0
* c-common.def (GOTO_STMT, LABEL_STMT): Remove.Richard Henderson2004-06-161-10/+0
* c-common.c (lang_gimplify_stmt): Remove next_p argument.Richard Henderson2004-06-151-372/+144
* clean up obsolete commentJason Merrill2004-06-101-15/+2
* bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata2004-05-301-1/+1
* c-gimplify.c (c_genericize): Replace calls via (*lang_hooks.foo) with lang_ho...Steven Bosscher2004-05-151-1/+1
* tree-gimple.c: Rename from tree-simple.c.Diego Novillo2004-05-131-0/+1102