Age | Commit message (Expand) | Author | Files | Lines |
2006-04-12 | Makefile.in (TREE_SSA_LIVE_H): Add vecprim.h. | Kazu Hirata | 1 | -13/+15 |
2006-04-10 | Makefile.in (tree-into-ssa.o, [...]): Depend on vecprim.h. | Kazu Hirata | 1 | -3/+1 |
2006-01-31 | re PR middle-end/25933 (memory leaks) | Uttam Pawar | 1 | -3/+3 |
2006-01-05 | tree-pass.h (TODO_remove_unused_locals): Define. | Richard Guenther | 1 | -0/+70 |
2005-12-18 | tree-tailcall.c (find_tail_calls): Use XNEW. | Gabriel Dos Reis | 1 | -4/+4 |
2005-07-30 | tree-outof-ssa.c (coalesce_ssa_name): Use coalesce_cost. | Jan Hubicka | 1 | -2/+23 |
2005-06-30 | [multiple changes] | Daniel Berlin | 1 | -18/+16 |
2005-06-30 | re PR testsuite/21967 (gcc.dg/tree-ssa/loop-2.c and gcc.dg/tree-ssa/loop-4.c ... | Zdenek Dvorak | 1 | -0/+12 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-07 | sbitmap.h (sbitmap_iterator, [...]): New. | Kazu Hirata | 1 | -5/+10 |
2005-06-01 | basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary. | Kaveh R. Ghazi | 1 | -1/+1 |
2005-05-27 | vec.h: Implement integral type vector specialization. | Nathan Sidwell | 1 | -2/+2 |
2005-05-14 | tree-ssa-live.c (tpa_init, [...]): Use VEC instead of VARRAY. | Kazu Hirata | 1 | -8/+10 |
2005-04-24 | tree-ssa-live.c (build_tree_conflict_graph): Change the type of tpa_to_clear ... | Kazu Hirata | 1 | -6/+10 |
2005-04-23 | tree-ssa-live.c (build_tree_conflict_graph): Allocate partition_link and tpa_... | Kazu Hirata | 1 | -8/+11 |
2005-04-23 | tree-ssa-live.c (live_worklist): Take a stack allocated on heap as an argument. | Kazu Hirata | 1 | -9/+10 |
2005-04-17 | tree-flow-inline.h (get_stmt_operands): Remove. | Kazu Hirata | 1 | -4/+0 |
2005-03-13 | tree-ssa-live.c (build_tree_conflict_graph): Remove local variable ann. | Kazu Hirata | 1 | -2/+0 |
2005-03-12 | tree-ssa-live.c (create_ssa_var_map, [...]): Remove local variable snn. | Kazu Hirata | 1 | -4/+0 |
2005-02-17 | bt-load.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-02-17 | bitmap.h (BITMAP_XMALLOC, [...]): Remove. | Nathan Sidwell | 1 | -10/+10 |
2004-11-29 | tree-if-conv.c (replace_phi_with_cond_modify_expr): Use EDGE_PRED instead of ... | Kazu Hirata | 1 | -1/+1 |
2004-11-08 | tree-ssa-live.c (tpa_init, [...]): Make them static. | Kazu Hirata | 1 | -2/+2 |
2004-11-04 | bitmap.c (bitmap_print): Make bitno unsigned. | Nathan Sidwell | 1 | -12/+12 |
2004-09-28 | tree-ssa-live.c (calculate_live_on_entry): Fix warnings with --disable-checking. | Diego Novillo | 1 | -1/+1 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -6/+8 |
2004-09-26 | bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style. | Zdenek Dvorak | 1 | -10/+16 |
2004-09-17 | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 1 | -2/+2 |
2004-09-10 | bb-reorder.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
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 | -27/+27 |
2004-08-25 | tree-ssa-operands.h (struct ssa_operand_iterator_d): New. | Andrew MacLeod | 1 | -52/+18 |
2004-08-18 | tree.h (struct tree_decl): Add gimple_formal_temp. | Richard Henderson | 1 | -3/+2 |
2004-08-16 | tree-ssa-copyrename.c (copy_rename_partition_coalesce): Check for arificial v... | Nathanael Nerode | 1 | -1/+2 |
2004-08-09 | Makefile.in (OBJC-common): Add tree-ssa-threadupdate.c | Jeff Law | 1 | -92/+0 |
2004-07-22 | tree-ssa-live.c (create_ssa_var_map): Avoid defined-but-not-used variables du... | Richard Henderson | 1 | -16/+10 |
2004-07-21 | gimple-low.c (expand_var_p): Don't look at TREE_ADDRESSABLE... | Richard Henderson | 1 | -5/+32 |
2004-06-17 | tree-cfg.c (tree_make_forwarder_block): Use SET_PHI_RESULT. | Andrew MacLeod | 1 | -12/+12 |
2004-06-16 | tree.h (PHI_CHAIN): New. | Steven Bosscher | 1 | -7/+7 |
2004-06-10 | Makefile.in (tree-ssanames.o): Depend on TREE_FLOW_H. | Diego Novillo | 1 | -4/+4 |
2004-06-10 | tree-ssa.texi: Remove references to VDEF and add descriptions of V_MAY_DEF an... | Brian Booth | 1 | -4/+15 |
2004-05-30 | bb-reorder.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -3/+3 |
2004-05-30 | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2004-05-13 | tree-ssa-live.c (calculate_live_on_entry): Ignore virtual variables. | Jeff Law | 1 | -30/+5 |
2004-05-13 | tree-gimple.c: Rename from tree-simple.c. | Diego Novillo | 1 | -1/+1 |
2004-05-13 | tree-ssa-live (calculate_live_on_entry): Free saw_def at the end of the funct... | Andrew Pinski | 1 | -0/+2 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -0/+1912 |