re PR target/65697 (__atomic memory barriers not strong enough for __sync builtins)
[gcc.git] / gcc / tree-data-ref.c
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-27 Richard Bienerre PR tree-optimization/66272 (wrong code at -O3 on...
2015-05-19 Mikhail MaltsevUse std::swap instead of explicit swaps
2015-01-15 Prathamesh Kulkarnidojump.h: New header file.
2015-01-15 Richard Bienerre PR tree-optimization/64365 (Predictive commoning...
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-11-26 Richard Bienerre PR tree-optimization/63738 (ssa corruption when...
2014-11-24 Richard Bienerre PR tree-optimization/55334 (mgrid regression (ipa...
2014-11-19 David MalcolmMerger of git branch "gimple-classes-v2-option-3"
2014-10-31 Richard Bienerbuiltins.c (fold_builtin_atomic_always_lock_free):...
2014-10-29 Richard Sandiforddecl.c, [...]: Remove redundant enum from machine_mode.
2014-10-27 Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-09-05 Richard Bienerre PR tree-optimization/63148 (r187042 causes auto...
2014-08-15 Richard Bienerre PR tree-optimization/62031 (Different results betwee...
2014-05-06 Kenneth ZadeckMerge in wide-int.
2014-02-04 Jakub Jelinekre PR tree-optimization/60023 (ICE: verify_gimple faile...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-20 Trevor Saundersmerge auto_vec and stack_vec
2013-12-10 Jakub Jelinektree-vectorizer.h (struct _loop_vec_info): Add scalar_l...
2013-12-06 Jakub Jelinektree-data-ref.c (struct data_ref_loc_d): Replace pos...
2013-11-27 Bernd Edlinger2013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>
2013-11-26 Bernd EdlingerRemove parameter keep_aligning from get_inner_reference.
2013-11-22 Andrew MacLeodgimple.h: Remove all includes.
2013-11-19 Richard Bienercfgloop.h (struct loop_iterator): C++-ify, add construc...
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-18 Richard Sandifordc-common.c, [...]: Replace tree_low_cst (..., 0) with...
2013-11-18 Richard Sandifordcuintp.c: Replace host_integerp (..., 0) with tree_fits...
2013-11-13 Andrew Macleodgimple-walk.h: New File.
2013-10-28 Trevor Saundersdf-scan.c (df_collection_rec): Adjust.
2013-10-23 Andrew MacLeodtree-ssa-loop.h: Remove include files.
2013-10-23 Andrew MacLeodtree-ssa.h: Remove all #include's
2013-10-02 Andrew Macleodtree-flow.h: Include new .h files.
2013-09-28 Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-12 Andrew MacLeodtree-ssa.h: New.
2013-09-11 Richard Bienertree-data-ref.c (dump_rdg_vertex, [...]): Move ...
2013-09-10 Richard Bienertree-data-ref.h (build_rdg): Drop all parameters but...
2013-08-27 Jakub JelinekMakefile.in (omp-low.o): Depend on $(TARGET_H).
2013-03-29 Lawrence CrowlAdd uniform debug dump function names.
2013-03-18 Richard Bienertree-data-ref.h (find_data_references_in_loop): Declare.
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2013-01-03 Richard Bienertree-data-ref.c (dump_conflict_function): Use less...
2012-11-20 Diego NovilloIntroduce vNULL to use as a nil initializer for vec<>.
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-09-20 Richard Guentherre PR tree-optimization/54634 (miscompilation with...
2012-09-19 Richard Guentherre PR tree-optimization/54132 (Incorrect loop transform...
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...
next