Age | Commit message (Expand) | Author | Files | Lines |
2007-04-23 | tree-phinodes.c (reserve_phi_args_for_new_edge, [...]): Use phi_nodes_ptr. | Zdenek Dvorak | 1 | -10/+40 |
2007-04-11 | re PR tree-optimization/30735 (50% slow down due to mem-ssa merge) | Diego Novillo | 1 | -25/+7 |
2007-03-28 | tree.c (is_global_var): Move ... | Richard Guenther | 1 | -0/+11 |
2007-02-16 | tree-flow-inline.h (single_imm_use_p): Remove. | Richard Guenther | 1 | -19/+0 |
2007-01-29 | tree.h (struct tree_memory_tag): Add aliases member. | Daniel Berlin | 1 | -4/+3 |
2006-12-30 | tree.h (DECL_CALL_CLOBBERED): Remove. | Jan Hubicka | 1 | -3/+3 |
2006-12-23 | tree-flow-inline.h (var_ann): External variable annotations are unshared too. | Jan Hubicka | 1 | -1/+4 |
2006-12-20 | tree-flow-inline.h (gimple_var_anns): New function. | Jan Hubicka | 1 | -0/+19 |
2006-12-12 | re PR middle-end/28436 (accessing an element via a "pointer" on a vector doe... | Andrew Pinski | 1 | -1/+1 |
2006-12-11 | [multiple changes] | Diego Novillo | 1 | -103/+118 |
2006-12-11 | tree-ssa-operands.h (create_ssa_artificial_load_stmt): Rename from create_ssa... | Diego Novillo | 1 | -1/+37 |
2006-12-10 | New out of ssa Coalescer. | Andrew MacLeod | 1 | -0/+12 |
2006-12-05 | Merge gimple-tuples-branch into mainline. | Aldy Hernandez | 1 | -9/+11 |
2006-11-30 | tree-ssa-operands.h (struct ssa_operands): New. | Jan Hubicka | 1 | -0/+6 |
2006-11-28 | Privatize SSA variables into gimple_df. | Jan Hubicka | 1 | -7/+74 |
2006-10-30 | tree.h (tree_value_handle): Remove struct value_set declaration. | Daniel Berlin | 1 | -0/+39 |
2006-10-13 | tree-flow-inline.h (zero_ssa_operands): Fix comment. | Daniel Berlin | 1 | -2/+2 |
2006-09-12 | re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp... | Jan Hubicka | 1 | -7/+9 |
2006-05-08 | see.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2006-05-02 | * tree-flow-inline.h (op_iter_init_phiuse): Fixed typo. | Tom Tromey | 1 | -2/+2 |
2006-04-27 | Implement new immediate use iterators. | Andrew MacLeod | 1 | -77/+155 |
2006-03-25 | re PR tree-optimization/26804 (Alias Time explosion) | Daniel Berlin | 1 | -1/+10 |
2006-02-15 | tree.c (init_ttree): Add STRUCT_FIELD_TAG handling. | Daniel Berlin | 1 | -5/+7 |
2006-02-09 | +2006-02-09 Andrew Pinski <pinskia@physics.uc.edu> + + * tree-flow-inline.h... | Andrew Pinski | 1 | -0/+4 |
2006-02-02 | tree-flow-inline.h (bsi_after_labels): Rewrite, return what its name says. | Paolo Bonzini | 1 | -26/+4 |
2006-01-19 | tree-ssa-operands.h (ssa_call_clobbered_cache_valid): Remove. | Daniel Berlin | 1 | -15/+5 |
2006-01-14 | re PR tree-optimization/22548 (Aliasing can not tell array members apart) | Richard Guenther | 1 | -5/+3 |
2006-01-06 | re PR tree-optimization/25528 (missed LIM on the tree level (complex types)) | Andrew Pinski | 1 | -3/+18 |
2005-12-22 | ipa-reference.c (get_reference_vars_info_from_cgraph): Use function_ann. | Daniel Berlin | 1 | -0/+22 |
2005-12-19 | tree-flow.h (struct var_ann_d): Change type of may_aliases field to VEC(tree,... | Zdenek Dvorak | 1 | -1/+1 |
2005-12-17 | tree-inline.c (copy_body_r): Use explicit cast when converting from void *. | Gabriel Dos Reis | 1 | -2/+3 |
2005-12-17 | basic-block.h: Changed basic block numbering so that the entry block is 0 and... | Daniel Berlin | 1 | -3/+3 |
2005-12-17 | tree-flow-inline.h (set_default_def, [...]): Kill. | Jan Hubicka | 1 | -17/+0 |
2005-12-06 | In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org> | Daniel Berlin | 1 | -6/+8 |
2005-11-05 | c-typeck.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-11-04 | tree-flow.h (ref_contains_indirect_ref): Rename to array_ref_contains_indirec... | Richard Guenther | 1 | -17/+19 |
2005-09-27 | re PR tree-optimization/23625 (ICE: in bsi_after_labels, at tree-flow-inline.... | Devang Patel | 1 | -8/+1 |
2005-09-22 | tree-data-ref.c (analyze_array_indexes): Only estimate when estimate_only is ... | Daniel Berlin | 1 | -0/+15 |
2005-08-13 | re PR tree-optimization/22236 (wrong code for casts and scev) | Sebastian Pop | 1 | -4/+4 |
2005-07-28 | builtins.c: Fix comment typo(s). | Volker Reichelt | 1 | -2/+2 |
2005-07-25 | tree-dfa.c (mark_new_vars_to_rename): Protect against calling with a PHI_NODE... | Richard Guenther | 1 | -1/+1 |
2005-07-19 | re PR tree-optimization/22483 (ICE : tree check: expected ssa_name, have var_... | Daniel Berlin | 1 | -1/+13 |
2005-07-09 | Makefile.in (tree-ssa-alias.o): Depend on tree-ssa-structalias.h | Diego Novillo | 1 | -1/+15 |
2005-06-30 | [multiple changes] | Daniel Berlin | 1 | -4/+85 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-07 | tree-ssa-address.c: New file. | Zdenek Dvorak | 1 | -1/+0 |
2005-05-27 | basic-block.h (basic_block_def): Add phi_nodes and predictions. | Kazu Hirata | 1 | -9/+2 |
2005-05-26 | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2005-05-04 | tree-flow-inline.h (op_iter_init_use, [...]): Assert that the flags are of ap... | Andrew MacLeod | 1 | -15/+4 |
2005-05-04 | tree-flow-inline.h, [...]: Likewise. | Kazu Hirata | 1 | -9/+9 |