]> gcc.gnu.org Git - gcc.git/history - gcc/tree-ssa-loop-ivopts.c
* c-typeck.c (pop_init_level): Simplify.
[gcc.git] / gcc / tree-ssa-loop-ivopts.c
2006-04-07 Sebastian Poptree-ssa-loop-niter.c (inverse, [...]): Use build_int_c...
2006-03-29 Zdenek Dvorakre PR middle-end/26643 (Linux matroxfb_probe miscompiled)
2006-03-01 Diego Novillotree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.
2006-02-18 Richard Sandifordre PR target/9703 ([arm] Accessing data through constan...
2006-02-09 Zdenek Dvoraktree-ssa-loop-ivopts.c (struct loop_data, loop_data...
2006-02-03 Zdenek Dvoraktree-ssa-loop-ivopts.c (enum use_type): Remove USE_OUTER.
2006-02-02 Paolo Bonzinitree-flow-inline.h (bsi_after_labels): Rewrite, return...
2006-01-31 Marcin Daleckitree-vrp.c: Use XNEW/XCNEW allocation wrappers.
2006-01-06 Zdenek Dvorakre PR tree-optimization/18527 (cannot determine number...
2006-01-06 Jeff Lawtree-cfg.c (bsi_replace): Rename final argument from...
2006-01-05 Richard Guentherre PR tree-optimization/22555 (array in struct disables...
2005-12-19 Zdenek Dvorakre PR tree-optimization/24793 (ICE: expected ssa_name...
2005-11-12 Zdenek Dvoraktree-ssa-loop-ivopts.c (get_address_cost): Prevent...
2005-11-03 Zdenek Dvorakre PR tree-optimization/24483 (ICE in ivopts)
2005-09-22 Zdenek Dvorakre PR tree-optimization/22438 (ICE SEGV in is_gimple_va...
2005-09-09 Zdenek Dvorakre PR tree-optimization/23509 (ICE with ivopts)
2005-08-13 Sebastian Popre PR tree-optimization/22236 (wrong code for casts...
2005-07-27 Zdenek Dvorakre PR tree-optimization/22325 (missed optimization...
2005-07-21 Paolo Bonzinire PR rtl-optimization/19210 (not using do-loop for...
2005-07-11 Zdenek Dvoraktree-flow.h (remove_empty_loops, [...]): Declare.
2005-07-06 Zdenek Dvorakre PR tree-optimization/21963 (ICE (seg fault) with...
2005-06-26 Kazu Hiratabuiltins.c, [...]: Use fold_buildN instead of fold...
2005-06-25 Kelley CookUpdate FSF address.
2005-06-12 Kazu Hiratacgraphunit.c, [...]: Fix comment typos.
2005-06-08 Zdenek Dvoraktree-ssa-address.c (addr_for_mem_ref): Use LAST_VIRTUAL...
2005-06-07 Zdenek Dvoraktree-ssa-loop-ivopts.c (rewrite_use_outer): Unshare...
2005-06-07 Sebastian PopFixes PR 18403 and meta PR 21861.
2005-06-07 Zdenek Dvoraktree-ssa-address.c: New file.
2005-06-02 Richard Guenthertree-ssa-loop-ivopts.c (build_addr_strip_iref): Remove.
2005-06-02 Richard Guenthertree-chrec.c (chrec_fold_plus_1): Ensure we build binar...
2005-05-26 Kazu Hiratac-common.c, [...]: Fix comment typos.
2005-05-24 Jeff Lawtree-nested.c (build_addr): New "context" argument.
2005-05-19 Richard Guenthertree-ssa-loop-ivopts.c (determine_base_object): Use...
2005-05-17 Zdenek Dvoraktree-ssa-loop-ivopts.c (find_bivs, [...]): Apply expand...
2005-05-04 Kazu Hiratatree-ssa-loop-ivopts.c (rewrite_address_base): Don...
2005-05-03 Andrew MacLeodlambda-code.c (gcc_loop_to_lambda_loop, [...]): Use...
2005-05-01 Kazu Hirata* tree-ssa-loop-ivopts.c: Fix a comment typo.
2005-05-01 Zdenek Dvorakre PR tree-optimization/18316 (Missed IV optimization)
2005-04-28 Kazu Hiratabt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P...
2005-04-27 Zdenek Dvorakre PR tree-optimization/21171 (IV OPTS removes does...
2005-04-26 Kazu Hiratatree-ssa-loop-ivopts.c (ivopts_data, [...]): Use the...
2005-04-23 Zdenek Dvoraktree-ssa-loop-ivopts.c (struct cost_pair): Add value...
2005-04-23 Diego Novillo[multiple changes]
2005-04-17 Kazu Hiratatree-flow-inline.h (get_stmt_operands): Remove.
2005-04-09 Diego Novillobackport: copy-prop, incremental SSA updating of FUD...
2005-04-05 Zdenek Dvorakre PR target/20625 (ivopts produces code that generates...
2005-04-05 Andrew MacLeodlambda-code.c (lambda_loopnest_to_gcc_loopnest): Use...
2005-04-04 Richard SandifordMakefile.in (tree-ssa-loop-ivopts.o): Depend on langhoo...
2005-04-03 Nathan Sidwellparams.c (set_param_value): Use gcc_assert & gcc_unreac...
2005-03-22 Zdenek Dvoraktree-ssa-loop-ivopts.c (determine_iv_cost): Do not...
2005-03-11 Zdenek Dvorakbasic-block.h (single_succ_p, [...]): New inline functions.
2005-03-08 Kazu Hiratac-common.c, [...]: Fix comment formatting.
2005-03-05 Kazu Hiratatree-phinodes.c (remove_phi_node): Drop the last argument.
2005-02-25 Zdenek Dvorakre PR tree-optimization/19937 (Wrong loop exit (causes...
2005-02-22 DJ Delorietree-ssa-loop-ivopts.c (computation_cost): Start regist...
2005-02-17 Nathan Sidwellbitmap.h (BITMAP_XMALLOC, [...]): Remove.
2005-02-10 Kazu Hiratacse.c, [...]: Fix comment typos.
2005-02-10 Zdenek Dvoraktree-ssa-loop-ivopts.c (determine_base_object): Ignore...
2005-02-10 Zdenek Dvorakre PR tree-optimization/18687 (>200% compile time regre...
2005-02-06 Zdenek Dvoraktree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr...
2005-02-06 Zdenek Dvorakre PR tree-optimization/18219 (bloats code by 31%)
2005-01-19 Zdenek Dvorakre PR tree-optimization/19038 (tree-ssa causing loops...
2005-01-18 Kazu Hiratabasic-block.h, [...]: Update copyright.
2005-01-12 Zdenek Dvorakre PR tree-optimization/17949 (Tree loop optimization...
2004-12-25 Zdenek Dvorakre PR rtl-optimization/19078 (Poor quality code after...
2004-12-23 Eric Botcazoure PR middle-end/17746 (ICE when building the Ada RTS)
2004-12-20 Dale Johannesentree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p...
2004-12-18 Zdenek Dvorakre PR tree-optimization/18800 (ivopt missed)
2004-12-07 Kazu Hiratac-common.c, [...]: Replace uses of first_rtl_op with...
2004-11-30 Richard Hendersonexpr.c (get_inner_reference): Handle REAL/IMAGPART_EXPR.
2004-11-25 Kazu Hiratatree-phinodes.c (add_phi_arg): Take "tree" instead...
2004-11-25 Nathan Sidwellbt-load.c (migrate_btr_defs): Remove unneeded NULL...
2004-11-23 Roger Saylefold-const.c (nondestructive_fold_binary_to_constant...
2004-11-14 Kazu Hirataglobal.c, [...]: Fix comment typos.
2004-11-14 Kazu Hiratatree-cfg.c, [...]: Replace TREE_CHAIN with PHI_CHAIN...
2004-11-10 Zdenek Dvoraktree-ssa-loop-ivopts.c (get_address_cost): Add address...
2004-11-09 Kazu Hirata* tree-ssa-loop-ivopts.c: Fix a comment typo.
2004-11-08 Zdenek DvorakMakefile.in (tree-ssa-loop-ivopts.o): Add sbitmap.h...
2004-11-08 Kazu Hiratatree-cfg.c, [...]: Replace TREE_CHAIN with PHI_CHAIN...
2004-11-04 Nathan Sidwellbitmap.h (bitmap_a_or_b, [...]): Remove.
2004-11-03 Ulrich Weigandtree-ssa-loop-ivopts.c (get_address_cost): Offset zero...
2004-10-28 Kazu Hiratatree-ssa-loop-ivopts.c: Fix a comment typo.
2004-10-27 Zdenek Dvorakre PR tree-optimization/18048 (mgrid loop performance...
2004-10-18 Diego Novillotree-cfg.c (bsi_for_stmt): Rename from stmt_for_bsi.
2004-10-17 Zdenek Dvoraktree-ssa-loop-ivopts.c (tree_ssa_iv_optimize): Move...
2004-10-16 Zdenek Dvoraktree-ssa-loop-ivopts.c (struct ivopts_data): New field...
2004-10-06 Daniel Berlinlambda-code.c (lambda_loopnest_to_gcc_loopnest): Conver...
2004-10-01 Zdenek Dvoraktree-chrec.c (chrec_fold_plus_poly_poly, [...]): Use...
2004-09-28 Ben Ellistonbackport: basic-block.h: Include vec.h, errors.h.
2004-09-26 Zdenek Dvorakbitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed...
2004-09-26 Zdenek Dvorakre PR tree-optimization/17591 (Ada bootstrap SEGV in...
2004-09-23 Dorit Naishlostree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.
2004-09-17 Jeffrey D. Oldhamalias.c (find_base_decl): Remove unreachable case ...
2004-09-16 Zdenek Dvorakfold-const.c (fold): Fold difference of addresses.
2004-09-10 Kazu Hiratacgraphunit.c, [...]: Fix comment typos.
2004-09-09 Jan Hubickatree-ssa-loop-ivopts.c (peel_address): Fix abort on...
2004-09-09 Giovanni Bajotarghooks.c (default_unwind_emit, [...]): Use gcc_asser...
2004-09-07 Jan Hubickatree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p...
2004-09-07 Jan Hubicka* tree-ssa-loop-ivopts.c (iv_value): Avoid invalid...
2004-09-07 Nathan Sidwellbuiltins.c (fold_builtin_strchr): Use build_int_cst...
next
This page took 1.461089 seconds and 107 git commands to generate.