aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-im.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-24gimplify.c (gimplify_scalar_mode_aggregate_compare): New function.Olivier Hainque1-1/+1
2006-05-23re PR c++/26757 (C++ front-end producing two DECLs with the same UID)Andrew MacLeod1-1/+1
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-3/+3
2006-01-06tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA...Jeff Law1-1/+1
2005-12-02tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build.Richard Guenther1-3/+3
2005-08-25re PR tree-optimization/23546 (ICE in for_each_index, at tree-ssa-loop-im.c:202)Paolo Bonzini1-0/+2
2005-08-17tree-ssa-loop-im.c (MAX_LSM_NAME_LENGTH, [...]): New.Zdenek Dvorak1-1/+105
2005-08-01re PR tree-optimization/23109 (compiler generates wrong code leading to spuri...Richard Guenther1-0/+1
2005-06-30[multiple changes]Daniel Berlin1-8/+2
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-17re PR tree-optimization/22105 (ACATS ICE cxg2018 for_each_index, at tree-ssa-...Andrew Pinski1-0/+1
2005-06-07tree-ssa-address.c: New file.Zdenek Dvorak1-0/+11
2005-06-05tree-flow.h (stmt_ann_d): Move aux to ...Dorit Nuzman1-4/+4
2005-05-31re PR tree-optimization/21817 (ICE in for_each_index, at tree-ssa-loop-im.c:200)Zdenek Dvorak1-0/+1
2005-05-26c-common.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2005-05-12tree-ssa-loop-im.c (struct mem_ref): Add field "next".Zdenek Dvorak1-76/+81
2005-05-10tree-ssa-loop-im.c: Include hashtab.h.Zdenek Dvorak1-368/+266
2005-05-03tree-flow.h (tree_ann_common_d): Move aux to ...Kazu Hirata1-4/+4
2005-04-22[multiple changes]Diego Novillo1-7/+1
2005-04-17tree-flow-inline.h (get_stmt_operands): Remove.Kazu Hirata1-5/+0
2005-04-11tree-ssa-loop-im.c: Include real.h.David Edelsohn1-1/+43
2005-04-08backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo1-13/+9
2005-04-05lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod1-17/+33
2005-03-31tree-ssa-loop-im.c (stmt_cost): Add RDIV_EXPR to list of expensive operations.David Edelsohn1-0/+1
2005-03-21re PR tree-optimization/20542 (Bootstrap failure at -Os)Daniel Berlin1-1/+28
2005-03-11basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak1-2/+2
2005-03-10Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence.Zdenek Dvorak1-1/+1
2005-03-09* tree-ssa-loop-im.c (lhs): Remove.Kazu Hirata1-2/+1
2005-02-19re PR tree-optimization/19828 (LIM is pulling out a pure function even though...Zdenek Dvorak1-0/+44
2005-01-20params.def, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-18calls.c (expand_call): Check DECL_BUILT_IN_CLASS before accessing DECL_FUNCTI...Eric Botcazou1-1/+1
2004-12-12tree-ssa-loop-ch.c (copy_loop_headers): Loop can be null.Daniel Berlin1-0/+3
2004-12-07c-common.c, [...]: Replace uses of first_rtl_op with TREE_CODE_LENGTH.Kazu Hirata1-2/+2
2004-11-16tree-cfg.c (bsi_commit_edge_inserts): Remove an argument.Kazu Hirata1-1/+1
2004-11-14re PR tree-optimization/18431 (Code for arrays and pointers are not the same)Zdenek Dvorak1-3/+1
2004-11-08tree-cfg.c, [...]: Replace TREE_CHAIN with PHI_CHAIN where appropriate.Kazu Hirata1-1/+1
2004-10-29bitmap.h (bitmap_empty_p): New.Nathan Sidwell1-1/+1
2004-10-27re PR tree-optimization/17133 (wrong code with -ftree-lim)Daniel Berlin1-3/+2
2004-09-29tree.h (INDIRECT_REF_P): New macro.Daniel Berlin1-3/+1
2004-09-28tree-ssa-loop-im.c (single_reachable_address): Skip constant arguments.Diego Novillo1-2/+3
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-3/+4
2004-09-26re PR tree-optimization/17591 (Ada bootstrap SEGV in stage2 on osint.adb, no ...Zdenek Dvorak1-2/+12
2004-09-23tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.Dorit Naishlos1-1/+5
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-11/+11
2004-09-11tree-cfg.c (set_bb_for_stmt): Use PHI_BB.Zdenek Dvorak1-14/+24
2004-09-09targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo1-8/+5
2004-09-05c-common.c, [...]: Fix comment typos.Kazu Hirata1-5/+5
2004-09-05tree-ssa-loop-ivopts.c: New file.Zdenek Dvorak1-0/+2
2004-09-03Tree level if-conversion for vectorizer.Devang Patel1-11/+1
2004-08-25tree-ssa-operands.h (struct ssa_operand_iterator_d): New.Andrew MacLeod1-47/+14