Age | Commit message (Expand) | Author | Files | Lines |
2005-12-22 | [multiple changes] | Andrew Pinski | 1 | -0/+4 |
2005-12-22 | ipa-reference.c (get_reference_vars_info_from_cgraph): Use function_ann. | Daniel Berlin | 1 | -0/+20 |
2005-12-18 | tree-vn.c (vn_add): Use XNEW. | Gabriel Dos Reis | 1 | -9/+10 |
2005-12-17 | basic-block.h: Changed basic block numbering so that the entry block is 0 and... | Daniel Berlin | 1 | -2/+3 |
2005-12-17 | tree-flow-inline.h (set_default_def, [...]): Kill. | Jan Hubicka | 1 | -0/+55 |
2005-12-15 | tree-flow.h (okay_component_ref_for_subvars): Remove. | Richard Guenther | 1 | -34/+146 |
2005-12-06 | In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org> | Daniel Berlin | 1 | -0/+4 |
2005-11-10 | tree-ssa-alias.c (compute_may_aliases): Remove call to delete_old_heap_vars. | Daniel Berlin | 1 | -12/+0 |
2005-11-08 | re PR tree-optimization/23382 (Does not remove the old HEAP virtual variables... | Daniel Berlin | 1 | -0/+12 |
2005-10-13 | re PR tree-optimization/21304 (very long compile times with large cpp file fr... | Andrew Pinski | 1 | -2/+2 |
2005-09-13 | * tree-dfa.c (dump_variable): Guard against NULL annotations. | Diego Novillo | 1 | -3/+3 |
2005-07-28 | builtins.c: Fix comment typo(s). | Volker Reichelt | 1 | -1/+1 |
2005-07-25 | tree-dfa.c (mark_new_vars_to_rename): Protect against calling with a PHI_NODE... | Richard Guenther | 1 | -0/+3 |
2005-07-16 | Makefile.in: Added rules for ipa-pure-const.c... | Daniel Berlin | 1 | -0/+14 |
2005-07-13 | tree-dfa.c (dump_variable): Use default_def function. | Jan Hubicka | 1 | -2/+2 |
2005-07-09 | Makefile.in (tree-ssa-alias.o): Depend on tree-ssa-structalias.h | Diego Novillo | 1 | -2/+39 |
2005-06-30 | [multiple changes] | Daniel Berlin | 1 | -10/+40 |
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-06-01 | basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary. | Kaveh R. Ghazi | 1 | -1/+0 |
2005-05-08 | tree-dfa.c (referenced_vars, [...]): Use VEC instead of VARRAY. | Kazu Hirata | 1 | -2/+2 |
2005-05-03 | lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface. | Andrew MacLeod | 1 | -12/+10 |
2005-04-08 | backport: copy-prop, incremental SSA updating of FUD chains and newly exposed... | Diego Novillo | 1 | -27/+15 |
2005-04-05 | lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt. | Andrew MacLeod | 1 | -335/+1 |
2005-03-13 | In gcc/ada/ 2005-03-12 Daniel Berlin <dberlin@dberlin.org> | Daniel Berlin | 1 | -0/+43 |
2005-03-08 | c-common.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2005-03-03 | tree-dfa.c (add_referenced_var): Don't walk initializer of external and non-c... | Jan Hubicka | 1 | -1/+8 |
2005-02-17 | bitmap.h (BITMAP_XMALLOC, [...]): Remove. | Nathan Sidwell | 1 | -2/+2 |
2005-02-15 | bitmap.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-02-14 | re PR tree-optimization/19853 (incorrect vops after exposing a new global var... | Diego Novillo | 1 | -2/+1 |
2004-12-10 | tree-into-ssa.c (REWRITE_THIS_STMT): Define. | Diego Novillo | 1 | -0/+15 |
2004-11-04 | bitmap.h (bitmap_a_or_b, [...]): Remove. | Nathan Sidwell | 1 | -1/+1 |
2004-11-04 | bitmap.c (bitmap_print): Make bitno unsigned. | Nathan Sidwell | 1 | -1/+1 |
2004-10-27 | re PR tree-optimization/17133 (wrong code with -ftree-lim) | Daniel Berlin | 1 | -1/+8 |
2004-10-25 | patch to remove the analysis of module level static variables. | Kenneth Zadeck | 1 | -1/+0 |
2004-10-25 | timevar.def (TV_FIND_REFERENCED_VARS): New. | Steven Bosscher | 1 | -1/+1 |
2004-10-22 | alias.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2004-10-14 | Speed up walk_tree by introducing a special-purpose hash table. | Matt Austern | 1 | -4/+5 |
2004-09-30 | tree-ssa-alias.c (collect_points_to_info_r): Move analysis of expressions... | Diego Novillo | 1 | -6/+5 |
2004-09-23 | tree-flow.h (find_new_referenced_vars): Add prototype. | Jakub Jelinek | 1 | -3/+25 |
2004-09-22 | re PR tree-optimization/16721 (Accesses to volatile objects optimized away) | Diego Novillo | 1 | -0/+3 |
2004-09-17 | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 1 | -3/+1 |
2004-09-14 | tree-dfa.c (free_df_for_stmt): No longer static. | Jeff Law | 1 | -3/+9 |
2004-09-14 | re PR tree-optimization/15262 ([tree-ssa] Alias analyzer cannot handle addres... | Diego Novillo | 1 | -0/+3 |
2004-09-13 | New code to analyze file level static variables and to determine if... | Kenneth Zadeck | 1 | -0/+2 |
2004-09-11 | tree-cfg.c (set_bb_for_stmt): Use PHI_BB. | Zdenek Dvorak | 1 | -23/+41 |
2004-09-09 | Makefile.def: Remove libbanshee. | Daniel Berlin | 1 | -1/+0 |
2004-09-09 | targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i... | Giovanni Bajo | 1 | -34/+12 |
2004-09-06 | Unify the management of RTL and tree-level dump files. | Paolo Bonzini | 1 | -1/+2 |
2004-08-25 | tree-ssa-operands.h (struct ssa_operand_iterator_d): New. | Andrew MacLeod | 1 | -161/+29 |