Age | Commit message (Expand) | Author | Files | Lines |
2005-06-17 | re PR tree-optimization/22105 (ACATS ICE cxg2018 for_each_index, at tree-ssa-... | Andrew Pinski | 1 | -0/+1 |
2005-06-07 | tree-ssa-address.c: New file. | Zdenek Dvorak | 1 | -0/+11 |
2005-06-05 | tree-flow.h (stmt_ann_d): Move aux to ... | Dorit Nuzman | 1 | -4/+4 |
2005-05-31 | re PR tree-optimization/21817 (ICE in for_each_index, at tree-ssa-loop-im.c:200) | Zdenek Dvorak | 1 | -0/+1 |
2005-05-26 | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2005-05-12 | tree-ssa-loop-im.c (struct mem_ref): Add field "next". | Zdenek Dvorak | 1 | -76/+81 |
2005-05-10 | tree-ssa-loop-im.c: Include hashtab.h. | Zdenek Dvorak | 1 | -368/+266 |
2005-05-03 | tree-flow.h (tree_ann_common_d): Move aux to ... | Kazu Hirata | 1 | -4/+4 |
2005-04-22 | [multiple changes] | Diego Novillo | 1 | -7/+1 |
2005-04-17 | tree-flow-inline.h (get_stmt_operands): Remove. | Kazu Hirata | 1 | -5/+0 |
2005-04-11 | tree-ssa-loop-im.c: Include real.h. | David Edelsohn | 1 | -1/+43 |
2005-04-08 | backport: copy-prop, incremental SSA updating of FUD chains and newly exposed... | Diego Novillo | 1 | -13/+9 |
2005-04-05 | lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt. | Andrew MacLeod | 1 | -17/+33 |
2005-03-31 | tree-ssa-loop-im.c (stmt_cost): Add RDIV_EXPR to list of expensive operations. | David Edelsohn | 1 | -0/+1 |
2005-03-21 | re PR tree-optimization/20542 (Bootstrap failure at -Os) | Daniel Berlin | 1 | -1/+28 |
2005-03-11 | basic-block.h (single_succ_p, [...]): New inline functions. | Zdenek Dvorak | 1 | -2/+2 |
2005-03-10 | Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence. | Zdenek Dvorak | 1 | -1/+1 |
2005-03-09 | * tree-ssa-loop-im.c (lhs): Remove. | Kazu Hirata | 1 | -2/+1 |
2005-02-19 | re PR tree-optimization/19828 (LIM is pulling out a pure function even though... | Zdenek Dvorak | 1 | -0/+44 |
2005-01-20 | params.def, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-01-18 | calls.c (expand_call): Check DECL_BUILT_IN_CLASS before accessing DECL_FUNCTI... | Eric Botcazou | 1 | -1/+1 |
2004-12-12 | tree-ssa-loop-ch.c (copy_loop_headers): Loop can be null. | Daniel Berlin | 1 | -0/+3 |
2004-12-07 | c-common.c, [...]: Replace uses of first_rtl_op with TREE_CODE_LENGTH. | Kazu Hirata | 1 | -2/+2 |
2004-11-16 | tree-cfg.c (bsi_commit_edge_inserts): Remove an argument. | Kazu Hirata | 1 | -1/+1 |
2004-11-14 | re PR tree-optimization/18431 (Code for arrays and pointers are not the same) | Zdenek Dvorak | 1 | -3/+1 |
2004-11-08 | tree-cfg.c, [...]: Replace TREE_CHAIN with PHI_CHAIN where appropriate. | Kazu Hirata | 1 | -1/+1 |
2004-10-29 | bitmap.h (bitmap_empty_p): New. | Nathan Sidwell | 1 | -1/+1 |
2004-10-27 | re PR tree-optimization/17133 (wrong code with -ftree-lim) | Daniel Berlin | 1 | -3/+2 |
2004-09-29 | tree.h (INDIRECT_REF_P): New macro. | Daniel Berlin | 1 | -3/+1 |
2004-09-28 | tree-ssa-loop-im.c (single_reachable_address): Skip constant arguments. | Diego Novillo | 1 | -2/+3 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -3/+4 |
2004-09-26 | re PR tree-optimization/17591 (Ada bootstrap SEGV in stage2 on osint.adb, no ... | Zdenek Dvorak | 1 | -2/+12 |
2004-09-23 | tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes. | Dorit Naishlos | 1 | -1/+5 |
2004-09-17 | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 1 | -11/+11 |
2004-09-11 | tree-cfg.c (set_bb_for_stmt): Use PHI_BB. | Zdenek Dvorak | 1 | -14/+24 |
2004-09-09 | targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i... | Giovanni Bajo | 1 | -8/+5 |
2004-09-05 | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -5/+5 |
2004-09-05 | tree-ssa-loop-ivopts.c: New file. | Zdenek Dvorak | 1 | -0/+2 |
2004-09-03 | Tree level if-conversion for vectorizer. | Devang Patel | 1 | -11/+1 |
2004-08-25 | tree-ssa-operands.h (struct ssa_operand_iterator_d): New. | Andrew MacLeod | 1 | -47/+14 |
2004-08-23 | tree-ssa-loop-im.c (fem_single_reachable_address, [...]): New functions. | Zdenek Dvorak | 1 | -22/+157 |
2004-08-10 | tree-cfg.c (bsi_insert_before, [...]): Call modify_stmt after linking stmt in... | Andrew MacLeod | 1 | -2/+1 |
2004-08-05 | tree-ssa-loop-manip.c: New file. | Zdenek Dvorak | 1 | -0/+7 |
2004-07-29 | tree-ssa-loop-im.c (force_move_till_expr, [...]): Take orig_loop argument and... | Zdenek Dvorak | 1 | -9/+20 |
2004-07-27 | gimplify.c (is_gimple_addr_expr_arg_or_indirect): Remove. | Richard Henderson | 1 | -1/+1 |
2004-07-10 | tree-ssa-loop-im.c: New file. | Zdenek Dvorak | 1 | -0/+1299 |