cfgloopmanip.c (remove_path, [...]): Change dom_bbs to vector.
[gcc.git] / gcc / tree-cfg.c
2007-06-03 Zdenek Dvorakcfgloopmanip.c (remove_path, [...]): Change dom_bbs...
2007-05-30 Zdenek Dvoraktree-scalar-evolution.c (scev_const_prop): Do not creat...
2007-05-24 Zdenek Dvorakre PR middle-end/32018 (ICE on optimization)
2007-05-11 Zdenek Dvoraktree-loop-linear.c (gather_interchange_stats, [......
2007-05-04 Josh Connerbasic-block.h (cdi_direction): Assign values to all...
2007-05-02 Zdenek Dvorakre PR rtl-optimization/31771 (g++.dg/gomp/pr26913.C...
2007-05-01 Zdenek Dvoraktree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr...
2007-04-28 Zdenek Dvoraktree-cfg.c (move_block_to_fn): Release bb from dominanc...
2007-04-27 Zdenek Dvoraktree-ssa-loop-im.c (determine_invariantness_stmt):...
2007-04-26 Zdenek Dvoraktree-cfgcleanup.c (cfgcleanup_altered_bbs): New global...
2007-04-24 Ian Lance Taylorre PR tree-optimization/31602 (Overflow warning causes...
2007-04-23 Zdenek Dvoraktree-phinodes.c (reserve_phi_args_for_new_edge, [....
2007-04-09 Zdenek Dvorakcfgloopmanip.c (create_preheader): Do not use loop_preh...
2007-03-19 Jeff Lawre PR tree-optimization/30984 (ICE with computed goto...
2007-02-25 Mark Mitchellextend.texi: Document optional priority argument to...
2007-02-19 Eric Botcazoutree-cfg.c (dump_function_to_file): Be prepared for...
2007-02-16 Richard Guenthertree-flow-inline.h (single_imm_use_p): Remove.
2007-02-16 Roger Saylere PR middle-end/30391 (ICE at -O1 with conditional...
2007-02-13 Ian Lance Taylorcommon.opt: Add Wstrict-overflow and Wstrict-overflow=.
2007-02-08 Jan Hubickatree-cfg.c (bsi_replace): Shortcut when replacing the...
2007-02-06 Paolo BonziniMakefile.in (tree-ssa-loop-ivopts.o): Add pointer-set...
2007-02-04 Zdenek Dvorakcfgloopmanip.c (loop_delete_branch_edge): Removed.
2007-01-18 Jan Hubickatree-vrp.c (finalize_jump_threads): Do not call cleanup...
2007-01-14 Jan Hubickatree-eh.c (add_stmt_to_eh_region_fn): Do not add call_e...
2007-01-04 Jan Hubickacgraph.c (cgraph_release_function_body): New function.
2007-01-04 Robert Kennedytree-cfg.c (tree_merge_blocks): Release SSA_NAME phi...
2007-01-03 Kazu Hirataalias.c (init_alias_analysis): Use VEC_safe_grow_cleared.
2007-01-02 Jan Hubickatree-mudflap.c (mf_decl_cache_locals, [...]): Do not...
2007-01-02 Kazu HirataRevert:
2007-01-02 Kazu Hirataalias.c (init_alias_analysis): Use VEC_safe_grow_cleared.
2006-12-29 Kazu Hiratatree-cfg.c (last_stmt_ptr): Remove.
2006-12-22 Zdenek Dvoraktree-ssa-loop-niter.c (zero_p, nonzero_p): Removed.
2006-12-13 Jan HubickaMakefile.in: Add dependencies.
2006-12-12 Diego Novillo[multiple changes]
2006-12-11 Diego Novillotree-ssa-operands.h (create_ssa_artificial_load_stmt...
2006-12-11 Diego Novillo* tree-scalar-evolution.c (scev_const_prop):
2006-12-10 Zdenek Dvoraktree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.
2006-12-05 Aldy HernandezMerge gimple-tuples-branch into mainline.
2006-11-28 Jan HubickaPrivatize SSA variables into gimple_df.
2006-11-17 Zdenek Dvoraktree-vrp.c (execute_vrp): Do not update current_loops.
2006-11-13 Jason Merrillre PR middle-end/28915 (ICE: tree check: expected class...
2006-11-12 Zdenek Dvoraktree-flow.h (name_mappings_registered_p): Declare.
2006-11-11 Richard Guenthertree.def (FIX_CEIL_EXPR, [...]): Remove unused tree...
2006-09-29 Eric Botcazoubuiltins.c (expand_builtin_setjmp): Delete.
2006-09-22 Zdenek Dvorakre PR tree-optimization/28888 (ICE in tree check: expec...
2006-08-04 Kazu Hirata* tree-cfg.c: Fix a comment typo.
2006-08-02 Jan HubickaPR gcov/profile/28480
2006-07-24 Jan Hubickare PR middle-end/28071 (A file that can not be compiled...
2006-06-30 Kazu Hiratacfgexpand.c, [...]: Fix comment typos.
2006-06-19 Daniel Berlinre PR tree-optimization/27341 (ICE in in add_virtual_o...
2006-05-21 Bernhard Fischertree-cfg.c: Prune whitespace.
2006-05-16 Ben Elliston* tree-cfg.c (split_edge_bb_loc): Remove unused variabl...
2006-05-02 Jakub Jelinekre PR middle-end/27328 (ICE with -fopenmp and goto)
2006-04-27 Andrew MacLeodImplement new immediate use iterators.
2006-04-26 Jakub Jelinekre PR middle-end/26913 (ICE with -fopenmp and -O1)
2006-04-15 Roger Sayletree-cfg.c (make_edges, [...]): Reinstate RTH's changes...
2006-04-14 Jakub Jelinekre PR middle-end/26823 (ICE with OpenMP in add_stmt_to_...
2006-04-13 Richard Hendersonre PR libgomp/26651 ([gomp] #omp for ordered leaks...
2006-04-01 Richard Hendersontree-cfg.c (make_ctrl_stmt_edges, [...]): Merge into...
2006-03-22 Richard Hendersonre PR middle-end/26084 (ICE (segfault) on C++ OpenMP...
2006-03-09 Richard HendersonMerge C++ from gomp-20050608-branch.
2006-03-02 Daniel Berlintree-vrp.c (execute_vrp): Return value.
2006-02-14 Zdenek Dvorakre PR tree-optimization/26209 (Specific code causes...
2006-02-06 Zdenek Dvoraktree-vrp.c (execute_vrp): Do not pass dump argument to.
2006-02-05 Andrew Pinskire PR tree-optimization/25251 ([4.1 only] NIST Failure...
2006-02-02 Diego Novillore PR middle-end/25990 (gomp ICE with -fopenmp)
2006-01-19 Diego Novillotree-pretty-print.c (dump_generic_node): Handle OMP_PAR...
2006-01-18 Diego Novillo[multiple changes]
2006-01-11 Kazu Hiratabasic-block.h (control_flow_graph): Change the type...
2006-01-11 Paolo Bonzinire PR tree-optimization/23109 (compiler generates wrong...
2006-01-06 Jeff Lawtree-cfg.c (bsi_replace): Rename final argument from...
2006-01-04 Jeff Lawre PR ada/24994 (raised STORAGE_ERROR : stack overflow...
2006-01-03 Kazu Hiratabasic-block.h (control_flow_graph): Change the type...
2005-12-20 Richard Guentherrevert: tree-cfg.c (mark_used_vars): New function.
2005-12-18 Andreas Krebbeltree-cfg.c (tree_flow_call_edges_add): Check for empty...
2005-12-18 Gabriel Dos Reistree-vn.c (vn_add): Use XNEW.
2005-12-17 Daniel Berlinbasic-block.h: Changed basic block numbering so that...
2005-12-09 Diego Novillotree.c (recompute_tree_invariant_for_addr_expr): Rename...
2005-12-02 Richard Guenthertree-ssa-loop-im.c (schedule_sm): Use buildN instead...
2005-12-02 Richard Guenthertree-cfg.c (mark_used_vars): New function.
2005-10-20 Steven Bosscher* tree-cfg.c (tree_find_edge_insert_loc): Handle naked...
2005-10-16 Richard Hendersonre PR middle-end/23714 (ICE in expand_assignment)
2005-10-09 Zdenek Dvorakre PR tree-optimization/24226 (ICE: Segmentation fault...
2005-10-06 Richard Hendersonre PR middle-end/23714 (ICE in expand_assignment)
2005-09-13 Zdenek Dvorakre PR tree-optimization/23817 (ICE in check_loop_closed...
2005-09-09 Zdenek Dvorakre PR tree-optimization/23509 (ICE with ivopts)
2005-09-06 Jakub Jelinekre PR c/23075 (Redundant / bogus warning)
2005-09-02 Zdenek Dvorakre PR tree-optimization/23626 (ICE after cunrolling)
2005-08-24 Zdenek Dvorakbb-reorder.c (copy_bb, [...]): Add argument to duplicat...
2005-08-13 Sebastian Popre PR tree-optimization/22236 (wrong code for casts...
2005-08-05 Richard Hendersonre PR middle-end/21728 (Nonlocal goto from an unused...
2005-08-04 Diego Novillore PR tree-optimization/22037 (internal compiler error...
2005-08-03 Jan Hubickaprofile.c (branch_prob): Split edges with goto locus...
2005-07-28 Jan Hubickacfg.c (update_bb_profile_for_threading): Use RDIV.
2005-07-12 Ben Ellistontree-cfg.c (dump_cfg_stats): Add a new fmt_str_2 format...
2005-07-10 Diego NovilloMakefile.in (tree-ssa-alias.o): Depend on tree-ssa...
2005-07-08 Kazu Hiratare PR regression/20139 (cris-elf testsuite: gcc.c-tortu...
2005-07-03 Joseph Myersbb-reorder.c, [...]: Avoid "." or "\n" at end of diagno...
2005-06-28 DJ Deloriec-decl.c (pop_scope): Move warning control into warning...
2005-06-26 Kazu Hiratabuiltins.c, [...]: Use fold_buildN instead of fold...
next