aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-data-ref.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-14re PR tree-optimization/44913 (-ftree-vectorize causes FAIL: gcc.dg/pr44838.c...Richard Guenther1-139/+5
2010-09-17Add back dot_rdg.Sebastian Pop1-0/+70
2010-09-03Use DR_IS_WRITE instead of !DR_IS_READ.Sebastian Pop1-7/+7
2010-09-01tree-vrp.c (adjust_range_with_scev): Use number of iteration estimate.Richard Guenther1-1/+1
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-33/+33
2010-08-02Add -ftree-loop-distribute-patterns enabled at -O3.Sebastian Pop1-0/+26
2010-07-02tree-data-ref.c (initialize_data_dependence_relation): Handle mismatching num...Richard Guenther1-1/+8
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-4/+42
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-3/+0
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-7/+7
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-0/+2
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-04-22tree-parloops.c (loop_parallel_p): New argument parloop_obstack.Laurynas Biveinis1-3/+7
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-03-31Make print_scop output the scoplib format.Sebastian Pop1-5/+5
2010-01-19re PR tree-optimization/41783 (r151561 (PRE fix) regresses zeusmp)Michael Matz1-0/+32
2009-12-16tree-data-ref.h (dot_rdg): Remove prototype.Ben Elliston1-64/+0
2009-11-25Remove trailing white spaces.H.J. Lu1-279/+279
2009-07-31Add a new driver to data reference analysis.Sebastian Pop1-0/+31
2009-07-31tree-data-ref.c (debug_data_references): New.Sebastian Pop1-0/+16
2009-07-31Remove unused function and field in data_reference.Sebastian Pop1-16/+0
2009-05-28re PR tree-optimization/40254 (SPEC2006 403.gcc miscompares)Ira Rosen1-6/+15
2009-05-24passes.texi (Tree-SSA passes): Document SLP pass.Ira Rosen1-35/+94
2009-05-22re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)Richard Guenther1-1/+11
2009-04-27collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor1-1/+2
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-1/+1
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-46/+13
2009-03-19re PR middle-end/39500 (autopar fails to parallel)Li Feng1-1/+1
2009-03-04tree-scalar-evolution.c (analyze_scalar_evolution_in_loop): Extend comments.Zdenek Dvorak1-2/+3
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+2
2009-02-18re PR tree-optimization/36922 (ICE in tree-data-ref.c with -ftree-loop-linear)Jakub Jelinek1-0/+8
2008-12-03re PR middle-end/38250 (ICE with -O2 -ftree-loop-distribution)Tomas Bily1-5/+7
2008-11-03re PR tree-optimization/37573 (gcc-4.4 regression: incorrect code generation ...Richard Guenther1-0/+1
2008-10-15[multiple changes]Sebastian Pop1-2/+3
2008-09-15tree-predcom.c (filter_suitable_components): Free all refs in act->refs vecto...Jakub Jelinek1-0/+1
2008-09-09re PR middle-end/37375 ([graphite] Parameter detection and scev only take a s...Sebastian Pop1-2/+3
2008-09-02backport: configure: Regenerate.Sebastian Pop1-11/+45
2008-08-18tree.h (IS_CONVERT_EXPR_CODE_P): Renamed toTomas Bily1-2/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-124/+140
2008-06-26ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings.Kaveh R. Ghazi1-4/+6
2008-05-20tree-loop-linear.c (gather_interchange_stats): Look in the access matrix...Jan Sjodin1-3/+25
2008-05-20re PR middle-end/36206 (ice for legal code with -O3)Jan Sjodin1-14/+41
2008-05-16re PR tree-optimization/36228 (redundant runtime check while vectorizing)Sebastian Pop1-1/+19
2008-05-09tree-scalar-evolution.c: Document instantiate_scev.Jan Sjodin1-1/+1
2008-05-08tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS.Richard Guenther1-2/+0
2008-03-21tree-data-ref.c (dump_data_dependence_relation): Avoid data reference dumps i...Martin Jambor1-6/+9
2008-03-18tree-gimple.h (is_gimple_invariant_address): Declare.Richard Guenther1-1/+4
2008-02-28invoke.texi: Document -ftree-loop-distribution.Sebastian Pop1-54/+484
2008-01-16re PR tree-optimization/34769 (gcc.dg/vect/no-vfa-pr29145.c)Richard Guenther1-12/+3
2008-01-16tree-data-ref.c (subscript_dependence_tester_1): Call free_conflict_function.Sebastian Pop1-2/+12