aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-gimple.h
AgeCommit message (Expand)AuthorFilesLines
2007-10-04re PR tree-optimization/33627 (ICE in verify_stmts compiling abiword)Richard Guenther1-0/+1
2007-09-18tree-cfg.c (is_ctrl_altering_stmt, [...]): Don't use const_get_call_expr_in.Kaveh R. Ghazi1-1/+0
2007-08-27alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi1-0/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-07-25expr.c (handled_component_p): Constify.Kaveh R. Ghazi1-1/+1
2006-06-13re PR debug/26754 (Wrong debug info for variable accessed non-locally)Eric Botcazou1-1/+2
2006-01-19tree-pretty-print.c (dump_generic_node): Handle OMP_PARALLEL_FN, OMP_PARALLEL...Diego Novillo1-17/+1
2006-01-18[multiple changes]Diego Novillo1-0/+84
2005-11-19re PR tree-optimization/24665 (internal compiler error: get_indirect_ref_oper...Richard Henderson1-0/+2
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-03-08c-semantics.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-03-08gimplify.c (gimple_push_bind_expr, [...]): Make them static.Kazu Hirata1-3/+0
2004-12-18re PR middle-end/16417 (crappy code (gcc.c-torture/compile/20020210-1.c) in a...Richard Henderson1-1/+1
2004-10-22tree-gimple.c (is_gimple_constructor_elt): Remove.Kazu Hirata1-3/+0
2004-09-29re PR tree-optimization/17739 (tree-optimizers extend the lifetime of a hard ...Richard Henderson1-0/+2
2004-08-18rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson1-1/+0
2004-08-18tree.h (struct tree_decl): Add gimple_formal_temp.Richard Henderson1-3/+3
2004-07-27gimplify.c (is_gimple_addr_expr_arg_or_indirect): Remove.Richard Henderson1-2/+2
2004-07-20gimplify.c (is_gimple_tmp_var): Move to tree-gimple.c.Richard Henderson1-1/+4
2004-07-14tree-gimple.c (is_gimple_reg_rhs, [...]): New fns.Jason Merrill1-2/+11
2004-06-30gimplify.c (gimplify_compound_lval): Take fallback argument instead of want_l...Richard Henderson1-1/+1
2004-06-30tree-gimple.c (right_assocify_expr): KillRichard Henderson1-2/+0
2004-06-24gimplify.c (append_to_compound_expr): Deleted.Richard Kenner1-2/+0
2004-06-23c-gimplify.c (gimplify_decl_stmt): Update gimplify_type_sizes call.Richard Henderson1-1/+1
2004-06-22tree.def (VTABLE_REF): Remove.Richard Henderson1-0/+2
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-38/+40
2004-06-15c-common.c (lang_gimplify_stmt): Remove next_p argument.Richard Henderson1-3/+1
2004-06-13tree.h: Move std_gimplify_va_arg_expr protoype here.Jason Merrill1-1/+0
2004-06-10target.h (struct gcc_target): Change gimplify_va_arg_expr hook signature.Jason Merrill1-1/+1
2004-06-09Gimplify VA_ARG_EXPR into simpler forms.Jason Merrill1-0/+3
2004-05-20re PR tree-optimization/15454 (tree-ccp generates wrong code for nested funct...Richard Henderson1-0/+1
2004-05-13tree-gimple.c: Rename from tree-simple.c.Diego Novillo1-0/+127