Daily bump.
[platform/upstream/gcc.git] / gcc / basic-block.h
2008-01-27 Bernhard Fischerbasic-block.h (condjump_equiv_p): Fix comment.
2008-01-07 Richard Guentherbasic-block.h (struct edge_def): Pair dest_idx with...
2007-10-02 Kenneth Zadeckra-conflict.c: New file.
2007-08-27 Kaveh R. Ghazialias.c (memory_modified_1, [...]): Constify.
2007-08-14 Kaveh R. Ghazialias.c (rtx_equal_for_memref_p): Constify.
2007-07-26 Zdenek Dvorakdominance.c (dom_computed, [...]): Removed.
2007-07-26 Nick CliftonChange copyright header to refer to version 3 of the...
2007-07-09 Zdenek Dvorakcfghooks.c (remove_edge): New function.
2007-06-13 Kazu Hiratabasic-block.h: Remove the prototype for free_basic_bloc...
2007-06-11 Daniel BerlinMerge dataflow branch into mainline
2007-06-03 Zdenek Dvorakcfgloopmanip.c (remove_path, [...]): Change dom_bbs...
2007-05-26 Kazu Hiratabasic-block.h: Remove the prototype for merge_seq_blocks.
2007-05-24 Zdenek Dvorakre PR middle-end/32018 (ICE on optimization)
2007-05-17 Zdenek Dvoraktree-vrp.c (finalize_jump_threads): Do not care about...
2007-05-14 Zdenek Dvoraktree-ssa-loop-niter.c (record_estimate): Use GGC_NEW...
2007-05-12 Steven Bosschergcse.c (gcse_main): Do jump bypassing in CPROP2.
2007-05-04 Josh Connerbasic-block.h (cdi_direction): Assign values to all...
2007-04-23 Zdenek Dvoraktree-phinodes.c (reserve_phi_args_for_new_edge, [....
2007-04-22 Zdenek Dvorakpredict.c: Include pointer-set.h.
2007-03-23 Steven Bosschertracer.c (tracer): Don't take FLAGS argument.
2006-12-28 Kazu HirataMakefile.in (OBJS-common): Remove conflict.o
2006-12-24 Kazu Hiratabasic-block.h: Remove the prototype for expected_value_...
2006-12-22 Kazu Hiratabasic-block.h: Remove the prototype for commit_edge_ins...
2006-11-25 Zdenek Dvoraktree-vrp.c (execute_vrp): Do not pass loops structure...
2006-11-21 Zdenek Dvoraktree-ssa-loop-im.c (schedule_sm, [...]): Use vector...
2006-11-17 Zdenek Dvoraktree-vrp.c (execute_vrp): Do not update current_loops.
2006-11-16 Maxim Kuvyrkovre PR target/29201 (ICE in create_recovery_block, at...
2006-11-03 Steven Bosschertree-dump.c (dump_enable_all): Rename local variable...
2006-09-13 Andreas Krebbelbasic-block.h (bb_has_eh_pred): Fix comment.
2006-09-13 Andreas Krebbelflow.c (calculate_global_regs_live): Invalidate eh...
2006-08-23 Jan Hubickapredict.c (probability_reliable_p): New predicate.
2006-08-16 Zdenek Dvorakre PR middle-end/28071 (A file that can not be compiled...
2006-05-18 Mike StumpWhitespace fixups
2006-05-04 Razya Ladelsky[multiple changes]
2006-04-26 Kenneth Zadeckbasic-block.h (safe_insert_insn_on_edge): Removed.
2006-04-14 Kazu Hiratabasic-block.h (REG_BASIC_BLOCK): Use VEC instead of...
2006-03-12 Steven Bosscherpredict.c (estimate_probability): Remove.
2006-03-05 Kazu Hiratatree-ssa-threadupdate.c (rediscover_loops_after_threadi...
2006-03-03 Zdenek Dvorakcse.c (rest_of_handle_cse): Do not pass CLEANUP_PRE_LOO...
2006-03-02 Daniel Berlintree-vrp.c (execute_vrp): Return value.
2006-02-06 Zdenek Dvoraktree-vrp.c (execute_vrp): Do not pass dump argument to.
2006-01-25 Paolo BonziniMakefile.in (sched-vis.o): Update dependencies.
2006-01-18 Kazu Hiratamode-switching.c (optimize_mode_switching): Make it...
2006-01-16 Kazu Hiratabb-reorder.c (partition_hot_cold_basic_blocks): Make...
2006-01-11 Kazu Hiratabasic-block.h (control_flow_graph): Change the type...
2006-01-03 Kazu Hiratabasic-block.h (control_flow_graph): Change the type...
2005-12-28 Kazu Hirataglobal.c, [...]: Move DEF_VEC_P(basic_block) and DEF_VE...
2005-12-20 Kenneth Zadeckcfganal.c (flow_reverse_top_sort_order_compute): Rename...
2005-12-17 Daniel Berlinbasic-block.h: Changed basic block numbering so that...
2005-12-16 Kazu Hiratabasic-block.h, [...]: Fix comment typos.
2005-12-13 J"orn RenneckePR rtl-optimization/20070 / part1
2005-12-07 J"orn RenneckePreparation for PR rtl-optimization/20070 / part1
2005-07-11 Steven Bosscherbasic-block.h: Give the BB flags enum a name, bb_flags.
2005-07-05 Paolo BonziniMakefile.in: Adjust dependencies.
2005-06-27 Jan Hubickabasic-block.h (basic_block_def): Kill rbi.
2005-06-25 Kelley CookUpdate FSF address.
2005-06-16 Jan Hubickabasic-block.h (rtl_bb_info): Break out head_, end_...
2005-06-15 Jan HubickaMakefile.in (cfg.o): Add new dependencies.
2005-06-04 Steven Bosscherlcm.c: Move all mode-switching related functions from...
2005-06-03 Jan Hubickabasic-block.h (remove_predictions_associated_with_edge...
2005-06-01 Jan Hubickaexcept.c (struct eh_region): Kill unused fields.
2005-06-01 Kaveh R. Ghazibasic-block.h, [...]: Don't include errors.h and includ...
2005-05-28 Kazu Hirata* basic-block.h: Remove forward declaration of bb_ann_d.
2005-05-27 Kazu Hiratabasic-block.h (basic_block_def): Add phi_nodes and...
2005-05-19 Jan Hubickabasic-block.h (REG_BR_PROB_BASE): Define.
2005-05-13 Joern Renneckere PR rtl-optimization/20756 (Clobbers of deleted insns...
2005-05-12 Jan Hubickabasic-block.h (FOR_ALL_BB_FN): New macro.
2005-04-26 Kazu Hiratabasic-block.h (ei_cond): New.
2005-04-21 Nathan Sidwellvec.h: Update API to separate allocation mechanism...
2005-04-16 Kazu Hiratabasic-block.h: Adjust the value of PROP_SCAN_DEAD_STORE...
2005-04-15 Kazu Hiratabasic-block.h (PROP_EQUAL_NOTES): Remove.
2005-04-15 Kazu Hiratacfgrtl.c (purge_all_dead_edge): Remove an unused argument.
2005-04-13 Kazu Hiratabasic-block.h, [...]: Fix comment typos.
2005-04-12 Steven BosscherMakefile.in: Add function.h to BASIC_BLOCK_H.
2005-04-09 Diego Novillobackport: copy-prop, incremental SSA updating of FUD...
2005-03-18 Jan Hubickabasic-block.h (scale_bbs_frequencies_int, [...]): Declare.
2005-03-14 Kazu Hiratabasic-block.h: Update the prototypes of cached_make_edg...
2005-03-14 Zdenek Dvorakbasic-block.h (BB_VISITED): Removed.
2005-03-11 Zdenek Dvorakbasic-block.h (single_succ_p, [...]): Improve comments.
2005-03-11 Zdenek Dvorakbasic-block.h (single_succ_p, [...]): New inline functions.
2005-03-07 Kazu Hiratacfgbuild.c (find_sub_basic_blocks): Remove.
2005-03-07 Kazu Hirataflow.c (regs_live_at_setjmp): Make it static.
2005-03-04 Jeff Lawbasic-block.h (rediscover_loops_after_threading): Declare.
2005-02-15 Kazu Hiratabasic-block.h: Adjust the prototype for find_basic_blocks.
2005-02-01 Steven Bosscherre PR rtl-optimization/15242 (pessimization of "goto *")
2005-01-18 Kazu Hiratabasic-block.h, [...]: Update copyright.
2005-01-17 Steven Bosscherbasic-block.h: Document BB_* flags.
2005-01-14 Jakub Jelinekre PR middle-end/19084 (ICE: internal consistency failure)
2004-12-13 Steven Bosscherbasic-block.h (PROP_POSTRELOAD): Do not include PROP_AU...
2004-11-25 Nathan Sidwellbasic-block.h (OBSTACK_ALLOC_REG_SET): Adjust.
2004-11-25 Nathan Sidwellbasic-block.h (OBSTACK_ALLOC_REG_SET): Rename to ...
2004-11-22 Kazu Hiratatree-ssa.c (ssa_remove_edge): Remove.
2004-11-22 Nathan Sidwellbitmap.h (struct bitmap_obstack): New obstack type.
2004-11-20 Kazu Hiratabasic-block.h (edge_def): Add dest_idx.
2004-11-17 Kazu Hiratabasic-block.h, [...]: Remove unused prototypes.
2004-11-10 Steven Bosscherbasic-block.h (XMALLOC_REG_SET, [...]): New.
2004-11-09 Kazu Hirataconflict.c (mark_reg, [...]): Remove.
2004-11-08 Kazu Hirataflow.c (allocate_bb_life_data): Make it static.
2004-10-29 Nathan Sidwellbitmap.h (bitmap_empty_p): New.
2004-10-22 Kazu Hirataalias.c, [...]: Fix comment formatting.
next