Age | Commit message (Expand) | Author | Files | Lines |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-07 | sbitmap.h (sbitmap_iterator, [...]): New. | Kazu Hirata | 1 | -2/+3 |
2005-06-01 | basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary. | Kaveh R. Ghazi | 1 | -1/+1 |
2005-06-01 | c-objc-common.c (c_tree_printer): Check flag before hashtable. | Daniel Berlin | 1 | -3/+3 |
2005-05-30 | tree-outof-ssa.c (_elim_graph): Change the type of edge_list to VEC(int,heap)*. | Kazu Hirata | 1 | -16/+20 |
2005-05-10 | tree-outof-ssa.c (_elim_graph): Change the type of nodes and const_copies to ... | Kazu Hirata | 1 | -19/+22 |
2005-05-04 | tree-outof-ssa.c (edge_leader, [...]): Use VEC instead of VARRAY. | Kazu Hirata | 1 | -39/+55 |
2005-05-03 | lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface. | Andrew MacLeod | 1 | -67/+39 |
2005-04-22 | Makefile.in (LIBGCOV): Add _gcov_interval_profiler, _gcov_pow2_profiler and _... | Zdenek Dvorak | 1 | -0/+2 |
2005-04-21 | lambda.h (lambda_vector_min_nz): Likewise. | Nathan Sidwell | 1 | -2/+1 |
2005-04-17 | tree-flow-inline.h (get_stmt_operands): Remove. | Kazu Hirata | 1 | -1/+0 |
2005-04-12 | Makefile.in (OBJS-common): Add tree-ssa-uncprop.o. | Jeff Law | 1 | -4/+0 |
2005-04-05 | lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt. | Andrew MacLeod | 1 | -3/+3 |
2005-03-10 | * tree-outof-ssa.c (analyze_edges_for_bb): Update a comment. | Kazu Hirata | 1 | -2/+1 |
2005-03-10 | tree-outof-ssa.c (analyze_edges_for_bb): Make the return type void. | Kazu Hirata | 1 | -15/+13 |
2005-03-09 | * tree-outof-ssa.c (num_nodes): Remove num_nodes. | Kazu Hirata | 1 | -2/+0 |
2005-03-05 | tree-phinodes.c (remove_phi_node): Drop the last argument. | Kazu Hirata | 1 | -2/+2 |
2005-02-22 | tree-outof-ssa.c (SSANORM_USE_COALESCE_LIST): Remove. | Kazu Hirata | 1 | -49/+39 |
2005-02-21 | tree-outof-ssa.c (SSANORM_REMOVE_ALL_PHIS): Remove. | Kazu Hirata | 1 | -7/+4 |
2005-02-17 | bitmap.h (BITMAP_XMALLOC, [...]): Remove. | Nathan Sidwell | 1 | -6/+6 |
2005-02-10 | re PR tree-optimization/17549 (10% increase in codesize with C code compared ... | Steven Bosscher | 1 | -2/+17 |
2005-01-27 | re PR c++/14329 ([4.1 only] badly formatted warnings for SRA replacements use... | Richard Henderson | 1 | -3/+9 |
2005-01-26 | re PR tree-optimization/19633 (local address incorrectly thought to escape) | Diego Novillo | 1 | -0/+10 |
2005-01-23 | alias.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-01-18 | basic-block.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-12-31 | re PR middle-end/17799 (Non-optimizing compile loses 'this') | Richard Henderson | 1 | -0/+1 |
2004-12-29 | tree-outof-ssa.c (insert_backedge_copies): New function. | Jeff Law | 1 | -0/+97 |
2004-12-24 | re PR tree-optimization/14638 (Variables disappear from debug info at -O1) | Daniel Berlin | 1 | -0/+5 |
2004-12-14 | tree-outof-ssa.c (coalesce_abnormal_edges): Pass the correct target partition... | Jeff Law | 1 | -4/+9 |
2004-11-25 | tree-outof-ssa.c (coalesce_abnormal_edges): Use e->dest_idx instead of callin... | Kazu Hirata | 1 | -4/+1 |
2004-11-24 | tree-outof-ssa.c (eliminate_build): Use g->e->dest_idx instead to find the PH... | Kazu Hirata | 1 | -21/+10 |
2004-11-22 | bitmap.h (struct bitmap_obstack): New obstack type. | Nathan Sidwell | 1 | -5/+1 |
2004-11-19 | * tree-outof-ssa.c: Fix a comment typo. | Kazu Hirata | 1 | -1/+1 |
2004-11-11 | bitmap.h (nBITMAP_WORD_BITS): Remove. | Nathan Sidwell | 1 | -1/+1 |
2004-11-04 | bitmap.c (bitmap_print): Make bitno unsigned. | Nathan Sidwell | 1 | -9/+10 |
2004-11-03 | re PR tree-optimization/18270 (internal compiler error: in tree_redirect_edge... | Andrew MacLeod | 1 | -0/+19 |
2004-11-02 | re PR tree-optimization/16447 (out of ssa generates bloated code) | Andrew MacLeod | 1 | -2/+327 |
2004-10-12 | Restored acciddental check-in. | Fariborz Jahanian | 1 | -8/+0 |
2004-10-12 | re PR tree-optimization/17892 (gcc-4.0 should not reassociate floating point ... | Fariborz Jahanian | 1 | -0/+8 |
2004-09-29 | re PR tree-optimization/17739 (tree-optimizers extend the lifetime of a hard ... | Richard Henderson | 1 | -5/+0 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -2/+4 |
2004-09-26 | bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style. | Zdenek Dvorak | 1 | -2/+4 |
2004-09-17 | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 1 | -1/+1 |
2004-09-09 | Makefile.def: Remove libbanshee. | Daniel Berlin | 1 | -1/+0 |
2004-09-09 | tree-outof-ssa.c (coalesce_abnormal_edges): Fix typo in calling phi_ssa_name_p. | Diego Novillo | 1 | -1/+1 |
2004-09-09 | tree-outof-ssa.c (free_temp_expr_table): Add missed assert. | Nathan Sidwell | 1 | -2/+1 |
2004-09-09 | targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i... | Giovanni Bajo | 1 | -66/+56 |
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 | -21/+12 |
2004-08-10 | tree-cfg.c (bsi_insert_before, [...]): Call modify_stmt after linking stmt in... | Andrew MacLeod | 1 | -1/+1 |