]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree-data-ref.c
Remove unnecessary VEC function overloads.
[thirdparty/gcc.git] / gcc / tree-data-ref.c
2012-09-11  Diego NovilloRemove unnecessary VEC function overloads.
2012-07-16  Steven Bosschersystem.h (dump_file): Do not define.
2012-06-04  Richard Guenthertree-data-ref.c (stores_from_loop): Remove.
2012-06-04  Richard Guenthertree-data-ref.c (struct rdg_vertex_info): Remove.
2012-06-04  Richard Guenthertree-data-ref.c (have_similar_memory_accesses_1): Remove.
2012-05-31  Richard Guenthertree-data-ref.c (dr_analyze_innermost): Properly conver...
2012-05-29  Richard Guentherre PR tree-optimization/53516 (Vectorization and memset...
2012-05-11  Richard Guentherre PR tree-optimization/53295 (Vectorizer support for...
2012-04-12  Richard Guentherre PR tree-optimization/52943 (likely wrong code bug...
2012-04-12  Richard Guenthercfgloop.h (estimated_loop_iterations_int): Ditch 'conse...
2012-04-03  Jakub Jelinekre PR middle-end/52835 (-O3 wrongly optimizes loop...
2012-03-30  Richard Guenthertree-affine.h (print_aff): Remove.
2012-03-15  Richard Guentherre PR middle-end/52580 (171.swim performance drop on...
2012-03-02  Richard Guentherre PR tree-optimization/52406 (likely wrong code bug)
2012-01-27  Andrey Belevantsevre PR middle-end/51389 (GCC uses up to 75GB of virtual...
2012-01-25  Jakub Jelinekre PR tree-optimization/51987 (Predictive commoning...
2011-11-24  Razya Ladelskytree-data-ref.c (initialize_data_dependence_relation...
2011-11-16  Razya Ladelskyre PR tree-optimization/49960 (inconsistent outputs...
2011-11-07  Jakub Jelinekre PR tree-optimization/50789 (Gather vectorization)
2011-10-24  Richard Guentherre PR tree-optimization/50838 (ice in refs_may_alias_p_...
2011-10-13  Richard Guentherre PR tree-optimization/50698 (pretending to create...
2011-09-25  Ira Rosentree-data-ref.c (dr_analyze_innermost): Add new argument.
2011-09-09  Richard Guentherre PR middle-end/50333 (internal compiler error: in...
2011-08-24  Richard Guenthertree-data-ref.c (dr_analyze_indices): Avoid unsharing...
2011-08-24  Richard Guentherre PR tree-optimization/50067 (Wrong code with -fpredic...
2011-08-23  Richard GuentherMakefile.in (tree-data-ref.o): Add tree-affine.h depend...
2011-08-23  Richard Guenthertree-data-ref.c (dr_analyze_indices): Add comments...
2011-08-19  Richard Guentherre PR tree-optimization/50067 (Wrong code with -fpredic...
2011-07-26  Sebastian PopAvoid use of lang_hooks.types.type_for_size.
2011-07-19  Richard Guenthertree.h (fold_build_pointer_plus_loc): New helper function.
2011-07-19  Richard Sandifordre PR tree-optimization/49742 (ICE for gcc.dg/vect...
2011-06-30  Richard Guentherre PR tree-optimization/46787 (Does not vectorize loop...
2011-06-14  Zdenek Dvorakre PR middle-end/45098 (Missed induction variable optim...
2011-05-11  Jakub Jelinekre PR debug/48159 (ICE: SIGSEGV in build2_stat (tree...
2011-05-04  Richard Guenthertree.h (int_const_binop): Remove notrunc argument.
2011-04-20  Jim Meyeringremove useless if-before-free tests
2011-03-24  Ira Roseninvoke.texi (max-stores-to-sink): Document.
2011-03-22  Richard Guenthergimple.c (gimple_rhs_class_table): POLYNOMIAL_CHREC...
2011-02-05  Sebastian PopFix PR46194: fix the computation of distance vectors.
2011-01-25  Sebastian PopRemove the lambda framework and make -ftree-loop-linear...
2011-01-25  Sebastian PopPass to dr_analyze_indices the analysis loop for subscr...
2011-01-25  Sebastian PopUse PIP to determine the integer feasibility of a const...
2010-12-28  Sebastian PopDo not include unnecessary .h files.
2010-12-23  Sebastian PopFix PR47002: memory leaks.
2010-12-15  Sebastian PopFix PR46928: handle "A[p] == A[p]" in data dep analysis...
2010-12-10  Sebastian PopFix PR43023: fuse_partitions_with_similar_memory_accesses.
2010-12-07  Sebastian PopFix PR42327: use build_int_cst.
2010-12-02  Sebastian PopFix PR45199: do not aggregate memory accesses to the...
2010-10-14  Richard Guentherre PR tree-optimization/44913 (-ftree-vectorize causes...
2010-09-17  Sebastian PopAdd back dot_rdg.
2010-09-03  Sebastian PopUse DR_IS_WRITE instead of !DR_IS_READ.
2010-09-01  Richard Guenthertree-vrp.c (adjust_range_with_scev): Use number of...
2010-08-20  Nathan Froydvec.h (FOR_EACH_VEC_ELT): Define.
2010-08-02  Sebastian PopAdd -ftree-loop-distribute-patterns enabled at -O3.
2010-07-02  Richard Guenthertree-data-ref.c (initialize_data_dependence_relation...
2010-07-01  Richard Guentherre PR middle-end/42834 (memcpy folding overeager)
2010-06-01  Steven Bosschergimplify.c: Do not include except.h and optabs.h.
2010-05-29  Jan Hubickatree-vrp.c (debug_value_range, [...]): Annotate with...
2010-05-21  Joseph Myersdiagnostic.c: Don't include tm.h, tree.h, tm_p.h, langh...
2010-05-21  Steven Bosschertree.h: Include real.h and fixed-value.h as basic datat...
2010-04-22  Laurynas Biveinistree-parloops.c (loop_parallel_p): New argument parloop...
2010-04-02  Steven BosscherMake-lang.in, [...]: Update copyright years.
2010-03-31  Sebastian PopMake print_scop output the scoplib format.
2010-01-19  Michael Matzre PR tree-optimization/41783 (r151561 (PRE fix) regres...
2009-12-16  Ben Ellistontree-data-ref.h (dot_rdg): Remove prototype.
2009-11-25  H.J. LuRemove trailing white spaces.
2009-07-31  Sebastian PopAdd a new driver to data reference analysis.
2009-07-31  Sebastian Poptree-data-ref.c (debug_data_references): New.
2009-07-31  Sebastian PopRemove unused function and field in data_reference.
2009-05-28  Ira Rosenre PR tree-optimization/40254 (SPEC2006 403.gcc miscomp...
2009-05-24  Ira Rosenpasses.texi (Tree-SSA passes): Document SLP pass.
2009-05-22  Richard Guentherre PR tree-optimization/38964 (TBAA side-effects of...
2009-04-27  Ian Lance Taylorcollect2.c (is_ctor_dtor): Change type of ret field...
2009-04-22  Taras Glekhashtab.h: Update GTY annotations to new syntax
2009-04-03  Richard Guentherre PR middle-end/13146 (inheritance for nonoverlapping_...
2009-03-19  Li Fengre PR middle-end/39500 (autopar fails to parallel)
2009-03-04  Zdenek Dvoraktree-scalar-evolution.c (analyze_scalar_evolution_in_lo...
2009-02-20  Jakub JelinekUpdate Copyright years for files modified in 2008 and...
2009-02-17  Jakub Jelinekre PR tree-optimization/36922 (ICE in tree-data-ref...
2008-12-03  Tomas Bilyre PR middle-end/38250 (ICE with -O2 -ftree-loop-distri...
2008-11-03  Richard Guentherre PR tree-optimization/37573 (gcc-4.4 regression:...
2008-10-15  Sebastian Pop[multiple changes]
2008-09-15  Jakub Jelinektree-predcom.c (filter_suitable_components): Free all...
2008-09-09  Sebastian Popre PR middle-end/37375 ([graphite] Parameter detection...
2008-09-02  Sebastian Popbackport: configure: Regenerate.
2008-08-18  Tomas Bilytree.h (IS_CONVERT_EXPR_CODE_P): Renamed to
2008-07-28  Richard Bienerbackport: ChangeLog.tuples: ChangeLog from gimple-tuple...
2008-06-26  Kaveh R. Ghazira.h (add_neighbor): Fix -Wc++-compat and/or -Wcast...
2008-05-20  Jan Sjodintree-loop-linear.c (gather_interchange_stats): Look...
2008-05-20  Jan Sjodinre PR middle-end/36206 (ice for legal code with -O3)
2008-05-16  Sebastian Popre PR tree-optimization/36228 (redundant runtime check...
2008-05-09  Jan Sjodintree-scalar-evolution.c: Document instantiate_scev.
2008-05-08  Richard Guenthertree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS.
2008-03-21  Martin Jambortree-data-ref.c (dump_data_dependence_relation): Avoid...
2008-03-18  Richard Guenthertree-gimple.h (is_gimple_invariant_address): Declare.
2008-02-28  Sebastian Popinvoke.texi: Document -ftree-loop-distribution.
2008-01-16  Richard Guentherre PR tree-optimization/34769 (gcc.dg/vect/no-vfa-pr291...
2008-01-16  Sebastian Poptree-data-ref.c (subscript_dependence_tester_1): Call...
2008-01-09  Richard Guentherre PR tree-optimization/34458 (ICE in int_cst_value...
2008-01-03  Sebastian Popre PR tree-optimization/34458 (ICE in int_cst_value...
next