| Commit message (Expand) | Author | Age | Files | Lines |
* | tree-pretty-print.c (dump_generic_node): Handle OMP_PARALLEL_FN, OMP_PARALLEL... | Diego Novillo | 2006-01-19 | 1 | -0/+1 |
* | [multiple changes] | Diego Novillo | 2006-01-18 | 1 | -0/+4 |
* | rtl-factoring.c: Add sequence abstraction algorithm. | Gabor Loki | 2006-01-16 | 1 | -0/+1 |
* | tree-pass.h (TODO_remove_unused_locals): Define. | Richard Guenther | 2006-01-05 | 1 | -1/+5 |
* | tree-pass.h (pass_eliminate_useless_stores): Remove. | Daniel Berlin | 2005-12-24 | 1 | -1/+0 |
* | tree-ssa-structalias.c (process_constraint): Remove code to transform address... | Daniel Berlin | 2005-12-11 | 1 | -0/+1 |
* | re PR tree-optimization/24300 (segfault in operand_equal_p with -ftree-vector... | Richard Henderson | 2005-10-11 | 1 | -0/+1 |
* | passes.c (init_optimization_passes): Replace copy propagation passes immediat... | Jeff Law | 2005-09-27 | 1 | -0/+1 |
* | tree-pass.h, [...]: Revert last change. | Richard Henderson | 2005-09-17 | 1 | -1/+0 |
* | tree-pass.h (pass_vect_dce): Declare. | Richard Henderson | 2005-09-17 | 1 | -0/+1 |
* | tree-pass.h (TDF_GRAPH): Define. | Jakub Jelinek | 2005-08-20 | 1 | -0/+2 |
* | Interprocedural constant propagation. | Razya Ladelsky | 2005-08-01 | 1 | -0/+1 |
* | Makefile.in: Removed tree-promote-statics.c | Daniel Berlin | 2005-07-19 | 1 | -1/+0 |
* | loop-init.c (rest_of_handle_loop2): Remove. | Steven Bosscher | 2005-07-19 | 1 | -4/+12 |
* | tree-optimize.c (init_tree_optimization_passes): Add pass_eliminate_useless_s... | Daniel Berlin | 2005-07-17 | 1 | -0/+1 |
* | Makefile.in: Added rules for ipa-pure-const.c... | Daniel Berlin | 2005-07-16 | 1 | -0/+4 |
* | tree-flow.h (remove_empty_loops, [...]): Declare. | Zdenek Dvorak | 2005-07-11 | 1 | -0/+1 |
* | Makefile.in (tree-ssa-alias.o): Depend on tree-ssa-structalias.h | Diego Novillo | 2005-07-09 | 1 | -2/+0 |
* | Makefile.in: Adjust dependencies. | Paolo Bonzini | 2005-07-05 | 1 | -1/+133 |
* | cgraph.c (cgraph_remove_node): Do not release function bodies until full cgra... | Jan Hubicka | 2005-06-28 | 1 | -0/+3 |
* | builtin-attrs.def (DEF_ATTR_FOR_INT): Add for 5 and 6. | Jakub Jelinek | 2005-06-27 | 1 | -0/+1 |
* | Update FSF address. | Kelley Cook | 2005-06-25 | 1 | -2/+2 |
* | re PR c++/19317 (removing a temporary return value when we cannot) | Jason Merrill | 2005-06-23 | 1 | -0/+1 |
* | Makefile.in (OBJS-common): Add tree-ssa-structalias.o. | Daniel Berlin | 2005-06-09 | 1 | -0/+2 |
* | re PR tree-optimization/20610 (Real by complex multiplications perform unnece... | Richard Henderson | 2005-06-09 | 1 | -0/+1 |
* | tree-ssa-reassoc.o: New. | Daniel Berlin | 2005-06-06 | 1 | -0/+2 |
* | Makefile.in (tree-vect-generic.o): New. | Richard Henderson | 2005-06-02 | 1 | -1/+2 |
* | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 2005-05-26 | 1 | -1/+1 |
* | timevar.def (TV_SCEV_CONST): New timevar. | Zdenek Dvorak | 2005-05-17 | 1 | -0/+1 |
* | cgraph.h (cgraph_node): Add 'lowered' state. | Steven Bosscher | 2005-05-17 | 1 | -0/+1 |
* | Makefile.in: Add tree-ssa-math-opts.c. | Paolo Bonzini | 2005-05-17 | 1 | -0/+1 |
* | tree-cfg.c (execute_warn_function_return): Break out noreturn warning too.. | Jan Hubicka | 2005-05-14 | 1 | -0/+1 |
* | cgraphunit.c: Include tree-pass.h (cgraph_decide_recursive_inlining... | Jan Hubicka | 2005-04-21 | 1 | -0/+5 |
* | Makefile.in (OBJS-common): Add tree-ssa-uncprop.o. | Jeff Law | 2005-04-12 | 1 | -0/+1 |
* | tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD and TI_VA_LIST_FPR... | Jakub Jelinek | 2005-04-09 | 1 | -0/+1 |
* | backport: copy-prop, incremental SSA updating of FUD chains and newly exposed... | Diego Novillo | 2005-04-08 | 1 | -11/+54 |
* | In gcc/ada/ 2005-03-12 Daniel Berlin <dberlin@dberlin.org> | Daniel Berlin | 2005-03-13 | 1 | -0/+1 |
* | Makefile.in (tree-ssa-sink.o): New. | Daniel Berlin | 2005-03-01 | 1 | -0/+1 |
* | re PR tree-optimization/20100 (LIM is pulling out a pure function even though... | Diego Novillo | 2005-02-23 | 1 | -1/+0 |
* | tree-dump.c (dump_files): Update to reflect new member of dump_file_info. | Daniel Berlin | 2005-02-14 | 1 | -0/+1 |
* | re PR tree-optimization/15349 ([tree-ssa] Merge two phi nodes.) | Kazu Hirata | 2005-01-20 | 1 | -0/+1 |
* | basic-block.h, [...]: Update copyright. | Kazu Hirata | 2005-01-18 | 1 | -1/+1 |
* | Fix PR debug/17924 Fix PR debug/19191 | Daniel Berlin | 2005-01-04 | 1 | -0/+1 |
* | tree-ssa-alias.c (count_calls_and_maybe_create_global_var): New. | Jeff Law | 2004-11-28 | 1 | -0/+1 |
* | re PR tree-optimization/18519 (ICE: Segmentation fault with optimization) | Daniel Berlin | 2004-11-17 | 1 | -0/+1 |
* | re PR tree-optimization/17133 (wrong code with -ftree-lim) | Daniel Berlin | 2004-10-27 | 1 | -0/+1 |
* | revert: tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD and TI_VA_... | Jakub Jelinek | 2004-10-01 | 1 | -1/+0 |
* | tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD and TI_VA_LIST_FPR... | Jakub Jelinek | 2004-09-29 | 1 | -0/+1 |
* | tree-optimize.c (init_tree_optimization_passes): Add pass_record_bounds. | Zdenek Dvorak | 2004-09-25 | 1 | -0/+1 |
* | cfgloop.h (update_single_exits_after_duplication): Declare. | Zdenek Dvorak | 2004-09-23 | 1 | -0/+1 |