summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-im.c
Commit message (Expand)AuthorAgeFilesLines
* backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo2005-04-081-13/+9
* lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod2005-04-051-17/+33
* tree-ssa-loop-im.c (stmt_cost): Add RDIV_EXPR to list of expensive operations.David Edelsohn2005-03-311-0/+1
* re PR tree-optimization/20542 (Bootstrap failure at -Os)Daniel Berlin2005-03-211-1/+28
* basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak2005-03-111-2/+2
* Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence.Zdenek Dvorak2005-03-101-1/+1
* * tree-ssa-loop-im.c (lhs): Remove.Kazu Hirata2005-03-091-2/+1
* re PR tree-optimization/19828 (LIM is pulling out a pure function even though...Zdenek Dvorak2005-02-191-0/+44
* params.def, [...]: Update copyright.Kazu Hirata2005-01-201-1/+1
* calls.c (expand_call): Check DECL_BUILT_IN_CLASS before accessing DECL_FUNCTI...Eric Botcazou2005-01-181-1/+1
* tree-ssa-loop-ch.c (copy_loop_headers): Loop can be null.Daniel Berlin2004-12-121-0/+3
* c-common.c, [...]: Replace uses of first_rtl_op with TREE_CODE_LENGTH.Kazu Hirata2004-12-071-2/+2
* tree-cfg.c (bsi_commit_edge_inserts): Remove an argument.Kazu Hirata2004-11-161-1/+1
* re PR tree-optimization/18431 (Code for arrays and pointers are not the same)Zdenek Dvorak2004-11-141-3/+1
* tree-cfg.c, [...]: Replace TREE_CHAIN with PHI_CHAIN where appropriate.Kazu Hirata2004-11-081-1/+1
* bitmap.h (bitmap_empty_p): New.Nathan Sidwell2004-10-291-1/+1
* re PR tree-optimization/17133 (wrong code with -ftree-lim)Daniel Berlin2004-10-271-3/+2
* tree.h (INDIRECT_REF_P): New macro.Daniel Berlin2004-09-291-3/+1
* tree-ssa-loop-im.c (single_reachable_address): Skip constant arguments.Diego Novillo2004-09-281-2/+3
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-3/+4
* re PR tree-optimization/17591 (Ada bootstrap SEGV in stage2 on osint.adb, no ...Zdenek Dvorak2004-09-261-2/+12
* tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.Dorit Naishlos2004-09-231-1/+5
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-11/+11
* tree-cfg.c (set_bb_for_stmt): Use PHI_BB.Zdenek Dvorak2004-09-111-14/+24
* targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo2004-09-091-8/+5
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-09-051-5/+5
* tree-ssa-loop-ivopts.c: New file.Zdenek Dvorak2004-09-051-0/+2
* Tree level if-conversion for vectorizer.Devang Patel2004-09-031-11/+1
* tree-ssa-operands.h (struct ssa_operand_iterator_d): New.Andrew MacLeod2004-08-251-47/+14
* tree-ssa-loop-im.c (fem_single_reachable_address, [...]): New functions.Zdenek Dvorak2004-08-231-22/+157
* tree-cfg.c (bsi_insert_before, [...]): Call modify_stmt after linking stmt in...Andrew MacLeod2004-08-101-2/+1
* tree-ssa-loop-manip.c: New file.Zdenek Dvorak2004-08-051-0/+7
* tree-ssa-loop-im.c (force_move_till_expr, [...]): Take orig_loop argument and...Zdenek Dvorak2004-07-291-9/+20
* gimplify.c (is_gimple_addr_expr_arg_or_indirect): Remove.Richard Henderson2004-07-271-1/+1
* tree-ssa-loop-im.c: New file.Zdenek Dvorak2004-07-101-0/+1299