Age | Commit message (Expand) | Author | Files | Lines |
2006-05-29 | tree-flow.h: Remove the prototype for add_type_alias. | Kazu Hirata | 1 | -1/+0 |
2006-05-28 | cfgcleanup.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2006-05-24 | re PR tree-optimization/27639 (VRP miscompilation of simple loop) | Zdenek Dvorak | 1 | -3/+7 |
2006-05-23 | re PR c++/26757 (C++ front-end producing two DECLs with the same UID) | Andrew MacLeod | 1 | -1/+1 |
2006-05-17 | re PR tree-optimization/27548 (ICE: SSA corruption - Conflict across an abnor... | Zdenek Dvorak | 1 | -0/+1 |
2006-04-27 | Implement new immediate use iterators. | Andrew MacLeod | 1 | -6/+37 |
2006-04-26 | re PR middle-end/25989 (gomp ICE with -O2 and schedule(guided)) | Jakub Jelinek | 1 | -0/+3 |
2006-04-13 | re PR libgomp/26651 ([gomp] #omp for ordered leaks memory) | Richard Henderson | 1 | -0/+45 |
2006-03-03 | tree-dfa.c (referenced_var_lookup_if_exists): Remove. | Kazu Hirata | 1 | -1/+0 |
2006-03-01 | tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG. | Diego Novillo | 1 | -4/+4 |
2006-02-20 | tree.h (struct tree_memory_tag): Add is_used_alone member. | Daniel Berlin | 1 | -0/+2 |
2006-02-18 | tree-flow.h (struct var_ann_d): Rename field is_alias_tag to is_aliased. | Diego Novillo | 1 | -5/+2 |
2006-02-15 | tree.c (init_ttree): Add STRUCT_FIELD_TAG handling. | Daniel Berlin | 1 | -7/+1 |
2006-02-14 | invoke.texi (-fprefetch-loop-arrays, [...]): Document. | Zdenek Dvorak | 1 | -0/+25 |
2006-02-07 | tree-vrp.c (find_conditional_asserts): Update comments. | Jeff Law | 1 | -0/+5 |
2006-01-19 | tree-pretty-print.c (dump_generic_node): Handle OMP_PARALLEL_FN, OMP_PARALLEL... | Diego Novillo | 1 | -1/+5 |
2006-01-19 | tree-ssa-operands.h (ssa_call_clobbered_cache_valid): Remove. | Daniel Berlin | 1 | -1/+26 |
2006-01-11 | tree-ssa-threadupdate.c (threaded_edges): New VEC to hold edge pairs. | Jeff Law | 1 | -1/+2 |
2006-01-11 | re PR tree-optimization/23109 (compiler generates wrong code leading to spuri... | Paolo Bonzini | 1 | -0/+1 |
2006-01-06 | tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA... | Jeff Law | 1 | -1/+1 |
2006-01-05 | tree-pass.h (TODO_remove_unused_locals): Define. | Richard Guenther | 1 | -0/+3 |
2006-01-05 | tree-flow.h (struct fieldoff): Decompose field to type, size and decl. | Richard Guenther | 1 | -1/+3 |
2005-12-30 | tree.h (VALUE_HANDLE_VUSES): New. | Daniel Berlin | 1 | -2/+6 |
2005-12-22 | ipa-reference.c (get_reference_vars_info_from_cgraph): Use function_ann. | Daniel Berlin | 1 | -6/+16 |
2005-12-19 | tree-flow.h (struct var_ann_d): Change type of may_aliases field to VEC(tree,... | Zdenek Dvorak | 1 | -2/+2 |
2005-12-19 | tree-flow.h (struct stmt_ann_d): Remove makes_aliased_loads and makes_aliased... | Zdenek Dvorak | 1 | -6/+0 |
2005-12-17 | tree-flow-inline.h (set_default_def, [...]): Kill. | Jan Hubicka | 1 | -8/+6 |
2005-12-15 | tree-flow.h (okay_component_ref_for_subvars): Remove. | Richard Guenther | 1 | -2/+2 |
2005-12-12 | tree-flow.h: Allow compilation with a C++ compiler. | Rafael Ávila de Espíndola | 1 | -5/+5 |
2005-12-12 | tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Remove reassociation code. | Jeff Law | 1 | -0/+2 |
2005-12-06 | In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org> | Daniel Berlin | 1 | -25/+0 |
2005-11-18 | tree-flow.h (reserve_phi_args_for_new_edge, [...]): Mention that these functi... | James A. Morrison | 1 | -6/+8 |
2005-11-10 | tree-ssa-alias.c (compute_may_aliases): Remove call to delete_old_heap_vars. | Daniel Berlin | 1 | -2/+3 |
2005-11-08 | re PR tree-optimization/23382 (Does not remove the old HEAP virtual variables... | Daniel Berlin | 1 | -0/+2 |
2005-11-04 | tree-flow.h (ref_contains_indirect_ref): Rename to array_ref_contains_indirec... | Richard Guenther | 1 | -1/+1 |
2005-10-15 | re PR middle-end/23714 (ICE in expand_assignment) | Richard Henderson | 1 | -1/+0 |
2005-10-09 | re PR tree-optimization/24226 (ICE: Segmentation fault in operand_equal_p (co... | Zdenek Dvorak | 1 | -0/+1 |
2005-10-05 | re PR middle-end/23714 (ICE in expand_assignment) | Richard Henderson | 1 | -0/+1 |
2005-09-22 | tree-data-ref.c (analyze_array_indexes): Only estimate when estimate_only is ... | Daniel Berlin | 1 | -0/+1 |
2005-09-19 | tree-flow.h (merge_alias_info): Declare. | Richard Henderson | 1 | -0/+1 |
2005-09-17 | tree-pass.h, [...]: Revert last change. | Richard Henderson | 1 | -3/+0 |
2005-09-17 | tree-pass.h (pass_vect_dce): Declare. | Richard Henderson | 1 | -0/+3 |
2005-08-13 | re PR tree-optimization/22236 (wrong code for casts and scev) | Sebastian Pop | 1 | -1/+2 |
2005-07-27 | re PR tree-optimization/22325 (missed optimization in loop) | Zdenek Dvorak | 1 | -0/+2 |
2005-07-25 | expr.c (highest_pow2_factor): Make extern. | Ira Rosen | 1 | -0/+1 |
2005-07-21 | re PR rtl-optimization/19210 (not using do-loop for some loops) | Paolo Bonzini | 1 | -1/+1 |
2005-07-20 | tree.h (tree_expr_nonzero_p): Export. | James A. Morrison | 1 | -1/+0 |
2005-07-19 | re PR tree-optimization/22483 (ICE : tree check: expected ssa_name, have var_... | Daniel Berlin | 1 | -0/+24 |
2005-07-16 | Makefile.in: Added rules for ipa-pure-const.c... | Daniel Berlin | 1 | -0/+11 |
2005-07-11 | tree-flow.h (remove_empty_loops, [...]): Declare. | Zdenek Dvorak | 1 | -0/+2 |