summaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
Commit message (Expand)AuthorAgeFilesLines
* * tree-cfg.c, config/s390/tpf-unwind.h: Fix comment typos.kazu2004-10-021-1/+1
* * tree-cfg.c (cleanup_tree_cfg): Speed up by callingkazu2004-10-021-5/+15
* 2004-10-01 Andrew Pinski <pinskia@physics.uc.edu>pinskia2004-10-011-1/+7
* * tree-cfg.c (cleanup_tree_cfg): Pull a call tokazu2004-10-011-3/+9
* * protoize.c, tree-cfg.c: Fix comment typos.kazu2004-09-301-1/+1
* 2004-09-24 Ben Elliston <bje@au.ibm.com>bje2004-09-281-136/+148
* * bitmap.h (EXECUTE_IF_SET_IN_BITMAP, EXECUTE_IF_AND_COMPL_IN_BITMAP,rakdver2004-09-261-6/+11
* * fold-const.c (fold): Avoid non INTEGER_TYPEs when wideningdnovillo2004-09-221-16/+3
* * tree-cfg.c (thread_jumps): Fix updating of the profile.hubicka2004-09-181-10/+16
* 2004-09-17 Jeffrey D. Oldham <oldham@codesourcery.com>zack2004-09-171-8/+7
* * Makefile.in (tree-cfg.o): Add CFGLAYOUT_H dependency.rakdver2004-09-161-1/+394
* gcc:jsm282004-09-151-6/+7
* * tree-cfg.c (remove_bb): Release SSA defs.hubicka2004-09-151-0/+1
* * tree-cfg.c (thread_jumps): Update dominators correctly inrakdver2004-09-141-3/+6
* * tree-cfg.c (set_bb_for_stmt): Use PHI_BB.rakdver2004-09-111-1/+3
* * tree-ssa-dce.c (remove_dead_stmt): Update profile.hubicka2004-09-101-0/+18
* * targhooks.c (default_unwind_emit, default_scalar_mode_supported_p):nathan2004-09-091-82/+39
* 2004-09-06 Paolo Bonzini <bonzini@gnu.org>bonzini2004-09-061-4/+8
* * c-common.c, c-decl.c, combine.c, defaults.h, fold-const.c,kazu2004-09-051-1/+1
* * tree-ssa-loop-ivopts.c: New file.rakdver2004-09-051-0/+13
* * tree-cfg.c (cfg_remove_useless_stmts_bb): Also invalidate if VALkenner2004-08-311-2/+6
* 2004-08-25 Andrew MacLeod <amacleod@redhat.com>amacleod2004-08-251-16/+4
* * tree-ssa-loop-ivcanon.c: New file.rakdver2004-08-241-3/+26
* * basic-block.h (struct edge_def): Remove crossing_edge.steven2004-08-191-78/+0
* 2004-08-10 Andrew MacLeod <amacleod@redhat.com>amacleod2004-08-101-3/+2
* * Makefile.in (OBJC-common): Add tree-ssa-threadupdate.claw2004-08-091-1/+4
* * basic-block.h (profile_staus): New global variable.hubicka2004-08-041-0/+3
* * tree-cfg.c (tree_duplicate_bb): Mark duplicated definitions.law2004-08-041-0/+26
* * expr.c (expand_expr_real_1): Don't handle non-local variables.rth2004-07-231-9/+2
* 2004-07-22 Paolo Bonzini <bonzini@gnu.org>bonzini2004-07-221-0/+73
* * loop-init.c (loop_optimizer_init, loop_optimizer_finalize): Do notrakdver2004-07-171-5/+46
* * cfgcleanup.c (try_simplify_condjump): Don't remove linesteven2004-07-171-5/+12
* * builtins.c (std_expand_builtin_va_arg): Remove.rth2004-07-161-4/+1
* * basic-block.h (remove_fake_exit_edges): Declare.rth2004-07-161-1/+1
* * tree-cfg.c (find_taken_edge): Statically compute the truthdnovillo2004-07-121-3/+21
* * doc/md.texi (Processor pipeline description): Mention thatsteven2004-07-091-21/+0
* * tree-cfg.c (dump_cfg_stats): Fix 64-bit format mismatch errors.rth2004-07-091-4/+4
* * tree-cfg.c (make_exit_edges): Use get_call_expr_in.rth2004-07-081-41/+18
* * tree-cfg (group_case_labels): Remove case labels that have thesteven2004-07-071-1/+12
* * tree-cfg.c (verify_expr): Use CHECK_OK in binary case.kenner2004-07-051-19/+5
* * tree-ssa-loop-ch.c: New file.rakdver2004-06-301-1/+8
* Conditionally compile support for --enable-mapped_location.bothner2004-06-301-4/+46
* * tree-cfg.c (verify_stmt): Add last_in_block parameter. Verifyrth2004-06-291-5/+62
* * c-typeck.c, cfgexpand.c, ddg.c, ddg.h, df.c, fold-const.c,kazu2004-06-261-1/+1
* * tree-cfg.c (verify_expr): Add macro CHECK_OK.kenner2004-06-251-13/+57
* 2004-06-22 Paolo Bonzini <bonzini@gnu.org>bonzini2004-06-221-1/+1
* * alias.c (adjust_offset_for_component_ref): Usekenner2004-06-221-7/+5
* * function.c (free_after_compilation): Do not free computed_goto_common*.hubicka2004-06-191-10/+1
* CFG transparent RTL expansion:hubicka2004-06-191-24/+44
* PR c++/16036rth2004-06-191-28/+0