aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-data-ref.c
AgeCommit message (Expand)Author
2016-01-26Handle DR_NUM_DIMENSIONS == 0 in initialize_data_dependence_relationTom de Vries
2015-06-03Backport PRs 62031, 65518, 65549, 66123, 66251, 66272Richard Biener
2015-02-19Backport PRs 56273, 59124, 64199, 64277, 64365, 64493, 64495Richard Biener
2014-11-26re PR tree-optimization/63738 (ssa corruption when compiled with -O3)Richard Biener
2014-10-15backport: re PR tree-optimization/62031 (Different results between O2 and O2 ...Richard Biener
2014-02-04re PR tree-optimization/60023 (ICE: verify_gimple failed: dead STMT in EH tab...Jakub Jelinek
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-20merge auto_vec and stack_vecTrevor Saunders
2013-12-10tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field.Jakub Jelinek
2013-12-06tree-data-ref.c (struct data_ref_loc_d): Replace pos field with ref.Jakub Jelinek
2013-11-272013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger
2013-11-26Remove parameter keep_aligning from get_inner_reference.Bernd Edlinger
2013-11-22gimple.h: Remove all includes.Andrew MacLeod
2013-11-19cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford
2013-11-13gimple-walk.h: New File.Andrew Macleod
2013-10-28df-scan.c (df_collection_rec): Adjust.Trevor Saunders
2013-10-23tree-ssa-loop.h: Remove include files.Andrew MacLeod
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod
2013-10-02tree-flow.h: Include new .h files.Andrew Macleod
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-09-12tree-ssa.h: New.Andrew MacLeod
2013-09-11tree-data-ref.c (dump_rdg_vertex, [...]): Move ...Richard Biener
2013-09-10tree-data-ref.h (build_rdg): Drop all parameters but loop.Richard Biener
2013-08-27Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek
2013-03-29Add uniform debug dump function names.Lawrence Crowl
2013-03-18tree-data-ref.h (find_data_references_in_loop): Declare.Richard Biener
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-03tree-data-ref.c (dump_conflict_function): Use less vertical spacing.Richard Biener
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo
2012-09-20re PR tree-optimization/54634 (miscompilation with -O3 -ftree-loop-distribut...Richard Guenther
2012-09-19re PR tree-optimization/54132 (Incorrect loop transformation with -ftree-loop...Richard Guenther
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo
2012-07-16system.h (dump_file): Do not define.Steven Bosscher
2012-06-04tree-data-ref.c (stores_from_loop): Remove.Richard Guenther
2012-06-04tree-data-ref.c (struct rdg_vertex_info): Remove.Richard Guenther
2012-06-04tree-data-ref.c (have_similar_memory_accesses_1): Remove.Richard Guenther
2012-05-31tree-data-ref.c (dr_analyze_innermost): Properly convert the MEM_REF offset t...Richard Guenther
2012-05-29re PR tree-optimization/53516 (Vectorization and memset recognition miscompil...Richard Guenther
2012-05-11re PR tree-optimization/53295 (Vectorizer support for non-constant strided lo...Richard Guenther
2012-04-12re PR tree-optimization/52943 (likely wrong code bug caused by predictive com...Richard Guenther
2012-04-12cfgloop.h (estimated_loop_iterations_int): Ditch 'conservative' parameter.Richard Guenther
2012-04-03re PR middle-end/52835 (-O3 wrongly optimizes loop __builtin_memcpy away)Jakub Jelinek
2012-03-30tree-affine.h (print_aff): Remove.Richard Guenther
2012-03-15re PR middle-end/52580 (171.swim performance drop on x86 – vectorization do...Richard Guenther
2012-03-02re PR tree-optimization/52406 (likely wrong code bug)Richard Guenther
2012-01-27re PR middle-end/51389 (GCC uses up to 75GB of virtual memory)Andrey Belevantsev