Makefile.in (tree-ssa-alias.o): Depend on tree-ssa-structalias.h
[gcc.git] / gcc / tree-cfg.c
2004-11-16 Kazu Hiratatree-cfg.c (bsi_commit_edge_inserts): Remove an argument.
2004-11-16 Kazu Hiratatree-cfg.c (verify_expr): Replace TREE_OPERAND with...
2004-11-14 Kazu Hiratatree-cfg.c, [...]: Replace TREE_CHAIN with PHI_CHAIN...
2004-11-13 Kazu Hiratabitmap.c, [...]: Fix comment formatting.
2004-11-13 Jeff Lawtree-cfg.c (hashtab.h): Include.
2004-11-09 Kazu Hirata* tree-cfg.c (create_bb): Remove unnecessary memset.
2004-11-09 Kazu Hiratatree-phinodes.c (phi_reverse): New.
2004-11-08 Kazu Hiratatree-cfg.c (thread_jumps): Speed up by keeping a pointe...
2004-11-08 Kazu Hiratatree-cfg.c, [...]: Replace TREE_CHAIN with PHI_CHAIN...
2004-11-06 Kazu Hiratatree-cfg.c (find_taken_edge_cond_expr): Remove an ...
2004-11-04 Kazu Hiratatree-cfg.c (find_taken_edge): Reject VAL begin NULL.
2004-11-04 Nathan Sidwellbitmap.c (bitmap_print): Make bitno unsigned.
2004-11-03 Kazu Hiratatree-cfg.c (find_taken_edge): Abort if we are given...
2004-11-02 Andrew MacLeodre PR tree-optimization/16447 (out of ssa generates...
2004-11-01 Kazu Hirata* tree-cfg.c (thread_jumps): Fix a comment typo.
2004-11-01 Kazu Hirata* tree-cfg.c (thread_jumps): Fix a comment typo.
2004-10-28 Kazu Hiratalambda-code.c (nestify_update_pending_stmts): Remove.
2004-10-28 Andrew Pinskire PR tree-optimization/17529 (ICE in get_indirect_ref_...
2004-10-27 Kazu Hiratatree-cfg.c (thread_jumps): Speed up by reordering the...
2004-10-27 Kazu Hiratatree-cfg.c (thread_jumps): Speed up by pretending to...
2004-10-27 Daniel Berlinre PR tree-optimization/17133 (wrong code with -ftree...
2004-10-23 Andrew Pinskire PR middle-end/17967 (Expand is considered slower...
2004-10-22 Kazu Hiratatree-cfg.c (thread_jumps_from_bb): Speed up by extracti...
2004-10-22 Kazu Hiratatree-cfg.c (thread_jumps): Speed up by putting basic...
2004-10-21 Kazu Hirata* tree-cfg.c (thread_jumps): Speed up by using a worklist.
2004-10-21 Kazu Hiratatree-cfg.c (thread_jumps): Move a part of it to ...
2004-10-19 Andrew Pinskitree-cfg.c (group_case_labels): Look at the second...
2004-10-19 Kazu Hiratatree-cfg.c (thread_jumps): Use a do-while loop instead...
2004-10-18 Kazu Hiratatree-cfg.c (cleanup_tree_cfg): Don't iterate on thread_...
2004-10-18 Kazu Hiratatree-cfg.c (tree_forwarder_block_p): Don't set forwardable.
2004-10-18 Andrew Pinskire PR middle-end/15014 (labels after are removed even...
2004-10-18 Diego Novillotree-cfg.c (bsi_for_stmt): Rename from stmt_for_bsi.
2004-10-16 Zdenek Dvorakre PR tree-optimization/17766 (cc1 hangs in with -O3...
2004-10-15 Andrew Pinskirevert: re PR middle-end/17967 (Expand is considered...
2004-10-14 Andrew Pinskire PR middle-end/17967 (Expand is considered slower...
2004-10-13 Jakub Jelinekre PR tree-optimization/17724 (wrong dominator (eh...
2004-10-10 Kazu Hirata* tree-cfg.c: Fix comment typos.
2004-10-08 Kazu Hirata* tree-cfg.c: Fix a comment typo.
2004-10-08 Kazu Hiratatree-cfg.c (tree_forwarder_block_p): Reorder checks...
2004-10-07 Kazu Hiratatree-cfg.c (tree_block_forwards_to): Remove.
2004-10-06 Kazu Hiratatree-cfg.c (thread_jumps): Remove a duplicate check...
2004-10-05 Kazu Hiratatree-cfg.c (cleanup_tree_cfg): Remove extra parentheses...
2004-10-05 Kazu Hiratatree-cfg.c (thread_jumps): Remove a duplicate check...
2004-10-05 Kazu Hiratatree-cfg.c (thread_jumps): Iterate with FOR_EACH_BB...
2004-10-05 Kazu Hiratatree-cfg.c (cleanup_tree_cfg): Don't call delete_unreac...
2004-10-05 Kazu Hiratatree-cfg.c (cleanup_tree_cfg): Remove variable somethin...
2004-10-02 Kazu Hirata* tree-cfg.c, config/s390/tpf-unwind.h: Fix comment...
2004-10-02 Kazu Hiratatree-cfg.c (cleanup_tree_cfg): Speed up by calling...
2004-10-01 Andrew Pinskire PR tree-optimization/17343 (a dispatch table can...
2004-10-01 Kazu Hiratatree-cfg.c (cleanup_tree_cfg): Pull a call to cleanup_c...
2004-09-30 Kazu Hirata* protoize.c, tree-cfg.c: Fix comment typos.
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-22 Diego Novillofold-const.c (fold): Avoid non INTEGER_TYPEs when widen...
2004-09-18 Jan Hubicka* tree-cfg.c (thread_jumps): Fix updating of the profile.
2004-09-17 Jeffrey D. Oldhamalias.c (find_base_decl): Remove unreachable case ...
2004-09-16 Zdenek DvorakMakefile.in (tree-cfg.o): Add CFGLAYOUT_H dependency.
2004-09-15 Joseph Myersattribs.c, [...]: Use %<, %> and %q for quoting in...
2004-09-15 Jan Hubicka* tree-cfg.c (remove_bb): Release SSA defs.
2004-09-14 Zdenek Dvoraktree-cfg.c (thread_jumps): Update dominators correctly...
2004-09-11 Zdenek Dvoraktree-cfg.c (set_bb_for_stmt): Use PHI_BB.
2004-09-10 Jan Hubickatree-ssa-dce.c (remove_dead_stmt): Update profile.
2004-09-09 Giovanni Bajotarghooks.c (default_unwind_emit, [...]): Use gcc_asser...
2004-09-06 Paolo BonziniUnify the management of RTL and tree-level dump files.
2004-09-05 Kazu Hiratac-common.c, [...]: Fix comment formatting.
2004-09-05 Zdenek Dvoraktree-ssa-loop-ivopts.c: New file.
2004-08-31 Richard Kennertree-cfg.c (cfg_remove_useless_stmts_bb): Also invalida...
2004-08-25 Andrew MacLeodtree-ssa-operands.h (struct ssa_operand_iterator_d...
2004-08-24 Zdenek Dvoraktree-ssa-loop-ivcanon.c: New file.
2004-08-19 Steven Bosscherbasic-block.h (struct edge_def): Remove crossing_edge.
2004-08-10 Andrew MacLeodtree-cfg.c (bsi_insert_before, [...]): Call modify_stmt...
2004-08-09 Jeff LawMakefile.in (OBJC-common): Add tree-ssa-threadupdate.c
2004-08-04 Jan Hubickabasic-block.h (profile_staus): New global variable.
2004-08-04 Zdenek Dvoraktree-cfg.c (tree_duplicate_bb): Mark duplicated definit...
2004-07-23 Richard Hendersonexpr.c (expand_expr_real_1): Don't handle non-local...
2004-07-22 Paolo Bonzinitree-cfg.c (gimplify_val): Move from tree-complex.c.
2004-07-17 Zdenek Dvorakloop-init.c (loop_optimizer_init, [...]): Do not destro...
2004-07-17 Steven Bosschercfgcleanup.c (try_simplify_condjump): Don't remove...
2004-07-16 Richard Hendersonbuiltins.c (std_expand_builtin_va_arg): Remove.
2004-07-16 Richard Hendersonbasic-block.h (remove_fake_exit_edges): Declare.
2004-07-12 Diego Novillotree-cfg.c (find_taken_edge): Statically compute the...
2004-07-09 Steven Bosschermd.texi (Processor pipeline description): Mention that...
2004-07-09 Richard Henderson* tree-cfg.c (dump_cfg_stats): Fix 64-bit format mismat...
2004-07-08 Richard Hendersontree-cfg.c (make_exit_edges): Use get_call_expr_in.
2004-07-07 Steven Bosschertree-cfg (group_case_labels): Remove case labels that...
2004-07-05 Richard Kenner* tree-cfg.c (verify_expr): Use CHECK_OK in binary...
2004-06-30 Zdenek Dvoraktree-ssa-loop-ch.c: New file.
2004-06-30 Per BothnerConditionally compile support for --enable-mapped_location.
2004-06-29 Richard Hendersontree-cfg.c (verify_stmt): Add last_in_block parameter.
2004-06-26 Kazu Hiratac-typeck.c, [...]: Fix comment typos.
2004-06-25 Richard Kennertree-cfg.c (verify_expr): Add macro CHECK_OK.
2004-06-22 Paolo Bonzinitree-cfg.c (pass_warn_function_return): It needs CFG...
2004-06-22 Richard Kenneralias.c (adjust_offset_for_component_ref): Use componen...
2004-06-19 Jan Hubickafunction.c (free_after_compilation): Do not free comput...
2004-06-19 Jan HubickaCFG transparent RTL expansion:
2004-06-19 Richard Hendersonre PR c++/16036 (Spurious "may be used uninitialized...
2004-06-17 Andrew MacLeodtree-cfg.c (tree_make_forwarder_block): Use SET_PHI_RESULT.
2004-06-17 Zdenek Dvorakre PR tree-optimization/15991 (phi nodes with identical...
2004-06-16 Steven Bosschertree.h (PHI_CHAIN): New.
2004-06-16 Daniel Berlintree-cfg.c (pass_split_crit_edge): Give it a name and...
next