real.h (struct real_format): Split the signbit field into two two fields, signbit_ro...
[gcc.git] / gcc / tree-ssa-loop-ivopts.c
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...
2004-09-06 Jan Hubickaloop.c (loop_dump_aux): Do not print RTL when not avail...
2004-09-05 Kazu Hiratac-common.c, [...]: Fix comment typos.
2004-09-05 Zdenek Dvoraktree-ssa-loop-ivopts.c: New file.