| Commit message (Expand) | Author | Age | Files | Lines |
* | tree-ssa-live.c (remove_unused_scope_block_p): Drop declarations and blocks o... | Alexandre Oliva | 2007-11-26 | 1 | -3/+13 |
* | re PR tree-optimization/33645 (undefined static variable in vortex for -fno-u... | Jakub Jelinek | 2007-10-12 | 1 | -14/+59 |
* | Revert patches that should have been installed in the vta branch only. | Alexandre Oliva | 2007-10-02 | 1 | -4/+35 |
* | tree-ssa-live.c (remove_unused_scope_block_p): Don't change generated code de... | Alexandre Oliva | 2007-10-02 | 1 | -35/+4 |
* | arm.c, [...]: Fix comment typos. | Kazu Hirata | 2007-09-01 | 1 | -1/+1 |
* | cfglayout.c, [...]: Fix comment typos. | Kazu Hirata | 2007-07-28 | 1 | -1/+1 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 2007-07-26 | 1 | -5/+4 |
* | tree-ssa-live.c: Include debug.h and flags.h. | Jan Hubicka | 2007-07-26 | 1 | -1/+114 |
* | i386.c, [...]: Fix comment typos. | Kazu Hirata | 2007-05-26 | 1 | -2/+2 |
* | re PR tree-optimization/30562 (remove unused variable is removing a reference... | Diego Novillo | 2007-02-08 | 1 | -6/+8 |
* | cgraphunit.c, [...]: Fix comment typos. | Kazu Hirata | 2007-01-31 | 1 | -1/+1 |
* | tree-dfa.c (remove_referenced_var): New function. | Jan Hubicka | 2007-01-14 | 1 | -8/+17 |
* | cgraphunit.c, [...]: Fix comment typos. | Kazu Hirata | 2006-12-22 | 1 | -3/+3 |
* | New out of ssa Coalescer. | Andrew MacLeod | 2006-12-10 | 1 | -1142/+233 |
* | Merge gimple-tuples-branch into mainline. | Aldy Hernandez | 2006-12-05 | 1 | -3/+3 |
* | darwin.h, [...]: Fix comment typos. | Kazu Hirata | 2006-12-05 | 1 | -2/+2 |
* | Switch live on entry to a per block basis from per variable. | Andrew MacLeod | 2006-12-04 | 1 | -264/+290 |
* | common.opt (ftree-combine-temps): Remove. | Andrew MacLeod | 2006-12-01 | 1 | -96/+9 |
* | Implement coalesce list with hash table instead of linked list. | Andrew MacLeod | 2006-11-30 | 1 | -111/+150 |
* | Privatize SSA variables into gimple_df. | Jan Hubicka | 2006-11-28 | 1 | -1/+1 |
* | Makefile.in (TREE_SSA_LIVE_H): Add vecprim.h. | Kazu Hirata | 2006-04-12 | 1 | -13/+15 |
* | Makefile.in (tree-into-ssa.o, [...]): Depend on vecprim.h. | Kazu Hirata | 2006-04-10 | 1 | -3/+1 |
* | re PR middle-end/25933 (memory leaks) | Uttam Pawar | 2006-01-31 | 1 | -3/+3 |
* | tree-pass.h (TODO_remove_unused_locals): Define. | Richard Guenther | 2006-01-05 | 1 | -0/+70 |
* | tree-tailcall.c (find_tail_calls): Use XNEW. | Gabriel Dos Reis | 2005-12-18 | 1 | -4/+4 |
* | tree-outof-ssa.c (coalesce_ssa_name): Use coalesce_cost. | Jan Hubicka | 2005-07-30 | 1 | -2/+23 |
* | [multiple changes] | Daniel Berlin | 2005-06-30 | 1 | -18/+16 |
* | re PR testsuite/21967 (gcc.dg/tree-ssa/loop-2.c and gcc.dg/tree-ssa/loop-4.c ... | Zdenek Dvorak | 2005-06-30 | 1 | -0/+12 |
* | Update FSF address. | Kelley Cook | 2005-06-25 | 1 | -2/+2 |
* | sbitmap.h (sbitmap_iterator, [...]): New. | Kazu Hirata | 2005-06-07 | 1 | -5/+10 |
* | basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary. | Kaveh R. Ghazi | 2005-06-01 | 1 | -1/+1 |
* | vec.h: Implement integral type vector specialization. | Nathan Sidwell | 2005-05-27 | 1 | -2/+2 |
* | tree-ssa-live.c (tpa_init, [...]): Use VEC instead of VARRAY. | Kazu Hirata | 2005-05-14 | 1 | -8/+10 |
* | tree-ssa-live.c (build_tree_conflict_graph): Change the type of tpa_to_clear ... | Kazu Hirata | 2005-04-24 | 1 | -6/+10 |
* | tree-ssa-live.c (build_tree_conflict_graph): Allocate partition_link and tpa_... | Kazu Hirata | 2005-04-23 | 1 | -8/+11 |
* | tree-ssa-live.c (live_worklist): Take a stack allocated on heap as an argument. | Kazu Hirata | 2005-04-23 | 1 | -9/+10 |
* | tree-flow-inline.h (get_stmt_operands): Remove. | Kazu Hirata | 2005-04-17 | 1 | -4/+0 |
* | tree-ssa-live.c (build_tree_conflict_graph): Remove local variable ann. | Kazu Hirata | 2005-03-13 | 1 | -2/+0 |
* | tree-ssa-live.c (create_ssa_var_map, [...]): Remove local variable snn. | Kazu Hirata | 2005-03-12 | 1 | -4/+0 |
* | bt-load.c, [...]: Update copyright. | Kazu Hirata | 2005-02-17 | 1 | -1/+1 |
* | bitmap.h (BITMAP_XMALLOC, [...]): Remove. | Nathan Sidwell | 2005-02-17 | 1 | -10/+10 |
* | tree-if-conv.c (replace_phi_with_cond_modify_expr): Use EDGE_PRED instead of ... | Kazu Hirata | 2004-11-29 | 1 | -1/+1 |
* | tree-ssa-live.c (tpa_init, [...]): Make them static. | Kazu Hirata | 2004-11-08 | 1 | -2/+2 |
* | bitmap.c (bitmap_print): Make bitno unsigned. | Nathan Sidwell | 2004-11-04 | 1 | -12/+12 |
* | tree-ssa-live.c (calculate_live_on_entry): Fix warnings with --disable-checking. | Diego Novillo | 2004-09-28 | 1 | -1/+1 |
* | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 2004-09-28 | 1 | -6/+8 |
* | bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style. | Zdenek Dvorak | 2004-09-26 | 1 | -10/+16 |
* | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 2004-09-17 | 1 | -2/+2 |
* | bb-reorder.c, [...]: Fix comment typos. | Kazu Hirata | 2004-09-10 | 1 | -1/+1 |
* | Makefile.def: Remove libbanshee. | Daniel Berlin | 2004-09-09 | 1 | -1/+0 |