OSDN Git Service

2004-12-02 H.J. Lu <hongjiu.lu@intel.com>
[pf3gnuchains/gcc-fork.git] / gcc / tree-optimize.c
2004-11-30 pinskia2004-11-30 Andrew Pinski <pinskia@physics.uc.edu>
2004-11-28 law * tree-ssa-alias.c (count_calls_and_maybe_creat...
2004-11-22 nathan * bitmap.h (struct bitmap_obstack): New obstack type.
2004-11-17 dberlin2004-11-16 Daniel Berlin <dberlin@dberlin.org>
2004-11-02 amacleod2004-11-01 Andrew MacLeod <amacleod@redhat.com>
2004-11-01 dberlin2004-10-16 Daniel Berlin <dberlin@dberlin.org>
2004-10-31 sayle PR middle-end/14521
2004-10-27 dberlin2004-10-27 Daniel Berlin <dberlin@dberlin.org>
2004-10-15 dnovillo * tree-optimize.c (execute_one_pass): Stop timer right...
2004-10-08 steven * cfgexpand.c (maybe_dump_rtl_for_tree_stmt): New...
2004-10-01 hubicka * c-decl.c (c_expand_body): Update call tree_rest_of_c...
2004-10-01 jakub2004-10-01 Jakub Jelinek <jakub@redhat.com>
2004-09-29 jakub * tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER...
2004-09-25 rakdver * tree-optimize.c (init_tree_optimization_passes)...
2004-09-23 rakdver * cfgloop.h (update_single_exits_after_duplication...
2004-09-21 hubicka PR middle-end/17126
2004-09-18 hubicka * tree-optimize.c (tree_rest_of_compilation): Kill...
2004-09-18 kazu * alias.c, crtstuff.c, dbxout.c, domwalk.c, domwalk...
2004-09-17 hubicka PR tree-optimization/17509
2004-09-14 kazu * cgraph.h, cgraphunit.c, fold-const.c, lambda-mat.c,
2004-09-09 dberlinToplevel:
2004-09-09 nathan * targhooks.c (default_unwind_emit, default_scalar_mod...
2004-09-08 dberlin2004-09-08 Daniel Berlin <dberlin@dberlin.org>
2004-09-08 hubicka * cgraph.c (cgraph_remove_node): Free DECL_INITIAL...
2004-09-06 bonzini2004-09-06 Paolo Bonzini <bonzini@gnu.org>
2004-09-05 kazu * c-common.c, c-decl.c, combine.c, defaults.h, fold...
2004-09-05 rakdver * tree-ssa-loop-ivopts.c: New file.
2004-09-04 dpatel Tree level if-conversion for vectorizer.
2004-08-24 rakdver * tree-ssa-loop-ivcanon.c: New file.
2004-08-17 dorit * tree-vectorizer.c: New File: loop vectorizati...
2004-07-28 dnovillo * tree-optimize.c (init_tree_optimization_passes)...
2004-07-28 kenner PR optimization/15077
2004-07-27 bbooth * tree-optimize.c (register_one_dump_file): Update...
2004-07-22 bonzini2004-07-22 Paolo Bonzini <bonzini@gnu.org>
2004-07-17 steven * cfgcleanup.c (try_simplify_condjump): Don't remove...
2004-07-13 dnovillo * tree-optimize.c (execute_todo): Flush DUMP_FILE...
2004-07-12 bonzinigcc/ChangeLog:
2004-07-10 rakdver * tree-ssa-loop-im.c: New file.
2004-07-09 dnovillo * tree-dfa.c (dump_variable): If the variable is a...
2004-07-07 rth * langhooks-def.h (LANG_HOOKS_GIMPLE_BEFORE_INL...
2004-07-01 rth * function.h (struct function): Remove x_whole_...
2004-07-01 rth * tree.h (immediate_size_expand): Delete.
2004-06-30 rakdver * common.opt (ftree-loop-optimize): New flag.
2004-06-30 rakdver * tree-ssa-loop-ch.c: New file.
2004-06-23 dnovillo * Makefile.in (tree-vn.o): New.
2004-06-19 hubicka CFG transparent RTL expansion:
2004-06-17 bje * tree-alias-common.c: Add whitespace.
2004-06-16 bonzinigcc/ChangeLog:
2004-06-15 bonzinigcc/ChangeLog:
2004-05-15 steven * c-gimplify.c (c_genericize):
2004-05-13 dnovilloMerge tree-ssa-20020619-branch into mainline.
2004-04-01 hubicka * cgraph.c: Add overall comment.
2004-03-14 sayle * alias.c (get_alias_set): Replace calls via (*lang_ho...
2004-02-17 steven * (c-decl.c, c-semantics.c, calls.c, cgraph...
2004-02-12 hubicka * tree-optimize.c (tree_rest_of_compilation): Do not...
2004-01-31 kazu alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c,...
2004-01-29 hubicka PR c++/12850
2003-11-09 hubicka * tree-optimize.c (tree_rest_of_compilation): Fix...
2003-11-09 hubicka * cgraphunit.c (cgraph_expand_function): Use
2003-09-22 rthRevert DECL_SOURCE_LOCATION -> TREE_LOCUS change.
2003-09-21 rth * tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATIO...
2003-09-21 rth * c-format.c (gcc_diag_char_table): Add %J.
2003-09-18 rth * tree-optimize.c (tree_rest_of_compilation...
2003-09-08 rthgcc/
2003-08-29 rthgcc/