summaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
Commit message (Expand)AuthorAgeFilesLines
...
* * gimplify.c (gimplify_call_expr): Make return in memory explicit.jason2004-08-071-2/+67
* * gimplify.c (gimplify_expr) <case CONST_DECL>: Don't replacerth2004-07-301-1/+8
* * gimplify.c (maybe_with_size_expr): If already have WITH_SIZE_EXPR,kenner2004-07-281-10/+15
* * gimplify.c (is_gimple_addr_expr_arg_or_indirect): Remove.rth2004-07-281-12/+3
* * gimplify.c (gimplify_compound_lval): Check for no handledkenner2004-07-241-50/+25
* PR c++/16277rth2004-07-231-10/+15
* * gimplify.c (is_gimple_tmp_var): Move to tree-gimple.c.rth2004-07-201-14/+4
* * cfgcleanup.c (try_simplify_condjump): Don't remove linesteven2004-07-171-1/+1
* * builtins.c (std_expand_builtin_va_arg): Remove.rth2004-07-161-31/+1
* * tree-def (WITH_SIZE_EXPR): New.rth2004-07-161-31/+63
* * cp-lang.c (cxx_types_compatible_p): To the middle-end,jason2004-07-151-17/+31
* * tree-gimple.c (is_gimple_reg_rhs, is_gimple_mem_rhs): New fns.jason2004-07-141-29/+7
* * target.h (struct gcc_target): Move gimplify_va_arg_exprrth2004-07-121-1/+1
* gcc/ChangeLog:bonzini2004-07-121-4/+2
* PR tree-opt/16422rth2004-07-111-0/+5
* * except.c (expand_eh_region_start, expand_eh_region_end,rth2004-07-081-8/+6
* * langhooks-def.h (LANG_HOOKS_TREE_INLINING_VAR_MOD_TYPE_P): Extra arg.kenner2004-07-061-7/+3
* * tree.h (DECL_SEEN_IN_BIND_EXPR_P): New macro.kenner2004-07-051-35/+44
* * gimplify.c (gimplify_conversion): Remove stripping uselesskenner2004-07-031-14/+14
* * gimplify.c (gimplify_one_sizepos): Don't do anything if any VAR_DECL.kenner2004-07-011-1/+5
* * gimplify.c (gimplify_compound_lval): Take fallback argumentrth2004-07-011-26/+27
* Conditionally compile support for --enable-mapped_location.bothner2004-06-301-12/+8
* * gimplify.c (gimplify_modify_expr_rhs): Move immediately beforerth2004-06-301-367/+424
* 2004-06-26 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>kenner2004-06-261-1/+71
* * c-typeck.c, cfgexpand.c, ddg.c, ddg.h, df.c, fold-const.c,kazu2004-06-261-1/+1
* * gimplify.c (lookup_tmp_var): Set TREE_READONLY in is_formal case.kenner2004-06-251-90/+68
* * gimplify.c (gimplify_compound_lval): Reset TREE_SIDE_EFFECTSlaw2004-06-251-0/+16
* * c-gimplify.c (gimplify_for_stmt): Use gimplify_and_add.kenner2004-06-251-13/+9
* PR/16131kenner2004-06-251-1/+2
* Update whitespace and commentskenner2004-06-251-10/+10
* * gimplify.c: Remove unneeded forward declarations.kenner2004-06-251-62/+2
* * gimplify.c (append_to_compound_expr): Deleted.kenner2004-06-251-14/+0
* * c-decl.c (c_in_iteration_stmt, c_in_case_stmt): Remove.rth2004-06-241-2/+6
* * gimplify.c (gimplify_body): Watch for body vanishing.rth2004-06-241-1/+3
* * gimplify.c (gimplify_compound_lval): Don't set ARRAY_REF orrth2004-06-241-6/+7
* * c-gimplify.c (gimplify_decl_stmt): Update gimplify_type_sizes call.rth2004-06-231-60/+54
* * tree.def (VTABLE_REF): Remove.rth2004-06-231-7/+10
* * alias.c (adjust_offset_for_component_ref): Usekenner2004-06-221-195/+576
* * c-common.c (verify_sequence_points): Export.rth2004-06-211-14/+27
* * c-common.c, c-common.h (lang_gimplify_stmt): Remove.rth2004-06-191-4/+14
* PR c++/16036rth2004-06-191-0/+7
* PR c++/16015jason2004-06-171-1/+2
* * c-common.c (lang_gimplify_stmt): Remove next_p argument.rth2004-06-161-29/+40
* * gimplify.c (gimplify_modify_expr): Don't force a temporaryjason2004-06-111-6/+10
* Gimplify VA_ARG_EXPR into simpler forms.jason2004-06-091-46/+20
* * gimple-low.c (struct lower_data): Replace the_return_label andrth2004-06-081-7/+35
* * gimplify.c (copy_if_shared_r): Revert:aoliva2004-06-081-1/+13
* * gimple-low.c (struct lower_data): Add the_return_label andrth2004-06-071-46/+3
* * bb-reorder.c, builtins.c, c-common.c, c-gimplify.c,kazu2004-05-301-1/+1
* * gimplify.c (sort_case_labels): New. Split out from...steven2004-05-301-2/+33