| Commit message (Expand) | Author | Age | Files | Lines |
* | * tracer.c (tracer): Don't take FLAGS argument. Assert we are | steven | 2007-03-23 | 1 | -1/+1 |
* | * config/arm/arm.c, config/arm/thumb2.md, config/m68k/m68k.c, | kazu | 2007-03-17 | 1 | -1/+1 |
* | * tree-pass.h (pass_into_cfg_layout_mode, | steven | 2007-03-12 | 1 | -0/+2 |
* | * doc/loop.texi: Document the Omega linear constraints solver. | spop | 2007-03-09 | 1 | -0/+1 |
* | * passes.c (next_pass_1): Clear the next field of the copied | rakdver | 2007-02-14 | 1 | -0/+1 |
* | * tree-sra.c (early_sra): New. | rth | 2007-02-14 | 1 | -1/+1 |
* | ./: | ian | 2007-02-13 | 1 | -0/+12 |
* | * Makefile.in (passes.o, ipa-inline.o): Add dependencies. | hubicka | 2007-02-09 | 1 | -1/+20 |
* | * passes.c (init_optimization_passes): Tidy comment. | dnovillo | 2007-02-08 | 1 | -2/+2 |
* | * passes.c (init_optimization_passes): Reindent. | hubicka | 2007-02-04 | 1 | -258/+262 |
* | gcc/: | ian | 2007-02-01 | 1 | -1/+4 |
* | 2007-01-30 Richard Guenther <rguenther@suse.de> | rguenth | 2007-01-30 | 1 | -0/+3 |
* | * tree-sra.c (sra_walk_function): Don't rely on aliases being build. | hubicka | 2007-01-27 | 1 | -0/+1 |
* | * passes.c (init_optimization_passes): Do not rerun | hubicka | 2007-01-22 | 1 | -1/+0 |
* | 2007-01-22 Richard Guenther <rguenther@suse.de> | rguenth | 2007-01-22 | 1 | -0/+1 |
* | * tree-vrp.c (finalize_jump_threads): Do not call cleanup_cfg by hand. | hubicka | 2007-01-18 | 1 | -3/+8 |
* | * cgraph.h (cgraph_decide_inlining_incrementally): Kill. | hubicka | 2007-01-16 | 1 | -8/+65 |
* | PR tree-optimization/1046 | hubicka | 2007-01-11 | 1 | -0/+14 |
* | * tree-pas.h (TODO_remove_function): New flag. | hubicka | 2007-01-08 | 1 | -0/+9 |
* | * tree-pass.h (pass_build_cgraph_edges): Declare. | hubicka | 2007-01-06 | 1 | -0/+1 |
* | * gcc.dg/pr16194.c: We now output error on all three functions, not just | hubicka | 2007-01-03 | 1 | -6/+12 |
* | * tree-mudflap.c (mf_decl_cache_locals, mf_build_check_statement_for): | hubicka | 2007-01-02 | 1 | -1/+1 |
* | * cgraph.c (cgraph_exapnd_queue): Rename to... | hubicka | 2006-12-30 | 1 | -0/+5 |
* | 2006-12-16 Andreas Tobler <a.tobler@schweiz.org> | andreast | 2006-12-16 | 1 | -0/+2 |
* | * omp-low.c (expand_omp_parallel): Set function properties. | hubicka | 2006-12-16 | 1 | -49/+103 |
* | * tree-ssa-operands.h (create_ssa_artificial_load_stmt): | dnovillo | 2006-12-11 | 1 | -0/+1 |
* | Move all varpool routines out of cgraph/cgraphunit to varpool.c | hubicka | 2006-12-11 | 1 | -2/+2 |
* | 2006-12-05 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2006-12-05 | 1 | -16/+0 |
* | * tree-pass.h (pass_purge_lineno_notes): Remove declaration. | hubicka | 2006-11-11 | 1 | -1/+0 |
* | 2006-11-03 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2006-11-04 | 1 | -0/+2 |
* | 2006-09-05 Andrew Pinski <pinskia@physics.uc.edu> | pinskia | 2006-09-06 | 1 | -0/+6 |
* | 2006-05-04 Leehod Baruch <leehod@il.ibm.com> | razya | 2006-05-04 | 1 | -0/+1 |
* | 2006-03-25 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2006-03-25 | 1 | -0/+1 |
* | * tree-pass.h (pass_phi_only_copy_prop): Delete. | law | 2006-03-21 | 1 | -15/+18 |
* | * function.h (struct function) <x_tail_recursion_reentry>: | steven | 2006-03-20 | 1 | -1/+0 |
* | * tree-pass.h (pass_cfg): Remove. | steven | 2006-03-14 | 1 | -1/+0 |
* | * predict.c (estimate_probability): Remove. | steven | 2006-03-12 | 1 | -3/+2 |
* | * builtins.c, c-pragma.h, c-typeck.c, cgraph.c, cgraphunit.c, | kazu | 2006-03-04 | 1 | -1/+1 |
* | 2006-03-02 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2006-03-02 | 1 | -2/+3 |
* | * tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG. | dnovillo | 2006-03-01 | 1 | -4/+4 |
* | gcc/ | steven | 2006-02-26 | 1 | -1/+0 |
* | 2006-02-20 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2006-02-20 | 1 | -1/+11 |
* | 2006-02-19 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2006-02-19 | 1 | -0/+1 |
* | 2006-02-15 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2006-02-15 | 1 | -1/+1 |
* | * doc/invoke.texi (-fprefetch-loop-arrays, -fprefetch-loop-arrays-rtl): | rakdver | 2006-02-14 | 1 | -0/+1 |
* | 2006-02-08 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2006-02-08 | 1 | -74/+85 |
* | 2006-02-07 Jeff Law <law@redhat.com> | law | 2006-02-07 | 1 | -2/+3 |
* | 2006-01-25 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2006-01-25 | 1 | -6/+10 |
* | * tree-pretty-print.c (dump_generic_node): Handle | dnovillo | 2006-01-19 | 1 | -0/+1 |
* | 2006-01-18 Richard Henderson <rth@redhat.com> | dnovillo | 2006-01-18 | 1 | -0/+1 |