Age | Commit message (Expand) | Author | Files | Lines |
2004-06-28 | cp-tree.h (VAR_OR_FUNCTION_DECL_CHECK, [...]): Use appropriate TREE_CHECK mac... | Nathan Sidwell | 1 | -33/+70 |
2004-06-26 | c-common.c (c_safe_from_p, [...]): Deleted. | Richard Kenner | 1 | -0/+4 |
2004-06-26 | emit-rtl.c (set_mem_attributes_minus_bitpos): Check TREE_THIS_NOTRAP when set... | Andrew Haley | 1 | -0/+9 |
2004-06-24 | tree.h (debug_find_tree): Add declaration. | Richard Kenner | 1 | -0/+3 |
2004-06-23 | Makefile.in (tree-vn.o): New. | Diego Novillo | 1 | -0/+24 |
2004-06-22 | tree.def (VTABLE_REF): Remove. | Richard Henderson | 1 | -0/+5 |
2004-06-21 | alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset. | Richard Kenner | 1 | -0/+15 |
2004-06-20 | stmt.c (warn_if_unused_value): Add locus argument. | Richard Henderson | 1 | -1/+1 |
2004-06-20 | c-common.def (IF_STMT, [...]): Move to cp-tree.def. | Richard Henderson | 1 | -5/+4 |
2004-06-18 | emit-rtl.c (unshare_all_rtl_1): New name of unshare_all_rtl. | Paolo Bonzini | 1 | -2/+0 |
2004-06-17 | tree-cfg.c (tree_make_forwarder_block): Use SET_PHI_RESULT. | Andrew MacLeod | 1 | -8/+8 |
2004-06-17 | re PR tree-optimization/15991 (phi nodes with identical arguments still remai... | Zdenek Dvorak | 1 | -0/+1 |
2004-06-16 | c-common.def (COMPOUND_STMT): Remove. | Richard Henderson | 1 | -2/+1 |
2004-06-16 | tree.h (PHI_CHAIN): New. | Steven Bosscher | 1 | -0/+5 |
2004-06-16 | c-common.def (CASE_LABEL): Remove. | Richard Henderson | 1 | -1/+1 |
2004-06-16 | c-common.def (ASM_STMT): Remove. | Richard Henderson | 1 | -1/+1 |
2004-06-15 | fold-const.c (swap_tree_comparison): No longer static. | Jeff Law | 1 | -0/+3 |
2004-06-15 | tree-flow-inline.h (stmt_ann): Remove use of is_essa_node. | Daniel Berlin | 1 | -186/+0 |
2004-06-13 | tree.h: Move std_gimplify_va_arg_expr protoype here. | Jason Merrill | 1 | -0/+1 |
2004-06-12 | fold-const.c (omit_two_operands): New function. | Roger Sayle | 1 | -0/+1 |
2004-06-12 | [multiple changes] | Daniel Berlin | 1 | -0/+7 |
2004-06-10 | fold-const.c (fold_abs_const): Make extern. | Roger Sayle | 1 | -0/+1 |
2004-06-10 | re PR c++/14791 (13070 does not fix -Wformat with fprintf) | Jakub Jelinek | 1 | -0/+3 |
2004-06-09 | Move SSA_NAME annotations into tree_ssa_name. | Diego Novillo | 1 | -1/+35 |
2004-06-09 | Gimplify VA_ARG_EXPR into simpler forms. | Jason Merrill | 1 | -1/+4 |
2004-06-07 | tree.h (lvalue_or_else): Delete function prototype. | Roger Sayle | 1 | -5/+0 |
2004-06-03 | tree.h: Remove include of version.h | Mark G. Adams | 1 | -1/+0 |
2004-06-03 | basic-block.c (tail_recursion_label_list): Don't declare. | Steven Bosscher | 1 | -1/+0 |
2004-05-30 | bb-reorder.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -11/+11 |
2004-05-30 | gimplify.c (sort_case_labels): New. | Steven Bosscher | 1 | -0/+1 |
2004-05-30 | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-05-26 | * tree.h: Fix comment typo. | Roger Sayle | 1 | -1/+1 |
2004-05-24 | Makefile.def (host_modules): add libcpp. | Paolo Bonzini | 1 | -1/+1 |
2004-05-22 | [multiple changes] | Zack Weinberg | 1 | -1/+8 |
2004-05-20 | re PR middle-end/3074 (Statement with no effect not flagged with -Wall) | Roger Sayle | 1 | -5/+0 |
2004-05-19 | Multiple fixes: PRs 14692, 15274 and 15463 | Zdenek Dvorak | 1 | -1/+0 |
2004-05-19 | Expanders cleanups after tree-ssa merge, part 1. | Steven Bosscher | 1 | -11/+0 |
2004-05-19 | * cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node) | Zack Weinberg | 1 | -0/+1 |
2004-05-17 | toplev.h (flag_delete_null_pointer_checks): Move from here to... | Jeff Law | 1 | -0/+2 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -65/+607 |
2004-05-01 | tree.h (SET_ARRAY_OR_VECTOR_CHECK): Rename to SET_OR_ARRAY_CHECK and adjust d... | Zack Weinberg | 1 | -4/+4 |
2004-04-23 | Makefile.in (LIBGCOV): Add _gcov_fork... | Zdenek Dvorak | 1 | -6/+7 |
2004-04-20 | fold-const.c (fold_convert): Make function extern/public. | Roger Sayle | 1 | -0/+1 |
2004-04-12 | c-decl.c (finish_decl): Make a decl_stmt for a variable-sized TYPE_DECL. | Richard Kenner | 1 | -0/+5 |
2004-04-05 | c-decl.c (build_compound_literal): Use TYPE_READONLY. | Richard Kenner | 1 | -21/+38 |
2004-04-01 | expr.c (get_inner_reference): Use DECL_UNSIGNED, not TREE_UNSIGNED. | Richard Kenner | 1 | -5/+10 |
2004-03-31 | builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. | Richard Kenner | 1 | -5/+12 |
2004-03-30 | gengtype.c (create_option): New function. | Zack Weinberg | 1 | -1/+1 |
2004-03-23 | alias.c (get_alias_set): Add support for TYPE_REF_CAN_ALIAS_ALL. | Richard Kenner | 1 | -11/+49 |
2004-03-21 | alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR. | Richard Kenner | 1 | -0/+18 |