aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-data-ref.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-15re PR tree-optimization/62031 (Different results between O2 and O2 -fpredicti...Richard Biener1-10/+27
2014-05-06Merge in wide-int.Kenneth Zadeck1-7/+7
2014-02-04re PR tree-optimization/60023 (ICE: verify_gimple failed: dead STMT in EH tab...Jakub Jelinek1-0/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-20merge auto_vec and stack_vecTrevor Saunders1-2/+2
2013-12-10tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field.Jakub Jelinek1-9/+38
2013-12-06tree-data-ref.c (struct data_ref_loc_d): Replace pos field with ref.Jakub Jelinek1-20/+20
2013-11-272013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger1-2/+2
2013-11-26Remove parameter keep_aligning from get_inner_reference.Bernd Edlinger1-2/+2
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+5
2013-11-19cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener1-2/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-2/+2
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-2/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-10-28df-scan.c (df_collection_rec): Adjust.Trevor Saunders1-13/+5
2013-10-23tree-ssa-loop.h: Remove include files.Andrew MacLeod1-0/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-0/+2
2013-10-02tree-flow.h: Include new .h files.Andrew Macleod1-0/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-4/+4
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-09-11tree-data-ref.c (dump_rdg_vertex, [...]): Move ...Richard Biener1-468/+0
2013-09-10tree-data-ref.h (build_rdg): Drop all parameters but loop.Richard Biener1-36/+61
2013-08-27Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek1-4/+19
2013-03-29Add uniform debug dump function names.Lawrence Crowl1-0/+52
2013-03-18tree-data-ref.h (find_data_references_in_loop): Declare.Richard Biener1-11/+12
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-03tree-data-ref.c (dump_conflict_function): Use less vertical spacing.Richard Biener1-36/+19
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-3/+2
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-194/+185
2012-09-20re PR tree-optimization/54634 (miscompilation with -O3 -ftree-loop-distribut...Richard Guenther1-3/+3
2012-09-19re PR tree-optimization/54132 (Incorrect loop transformation with -ftree-loop...Richard Guenther1-1/+1
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-10/+10
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+1
2012-06-04tree-data-ref.c (stores_from_loop): Remove.Richard Guenther1-82/+0
2012-06-04tree-data-ref.c (struct rdg_vertex_info): Remove.Richard Guenther1-146/+26
2012-06-04tree-data-ref.c (have_similar_memory_accesses_1): Remove.Richard Guenther1-62/+0
2012-05-31tree-data-ref.c (dr_analyze_innermost): Properly convert the MEM_REF offset t...Richard Guenther1-5/+4
2012-05-29re PR tree-optimization/53516 (Vectorization and memset recognition miscompil...Richard Guenther1-8/+15
2012-05-11re PR tree-optimization/53295 (Vectorizer support for non-constant strided lo...Richard Guenther1-2/+3
2012-04-12re PR tree-optimization/52943 (likely wrong code bug caused by predictive com...Richard Guenther1-0/+79
2012-04-12cfgloop.h (estimated_loop_iterations_int): Ditch 'conservative' parameter.Richard Guenther1-14/+13
2012-04-03re PR middle-end/52835 (-O3 wrongly optimizes loop __builtin_memcpy away)Jakub Jelinek1-6/+5
2012-03-30tree-affine.h (print_aff): Remove.Richard Guenther1-91/+54
2012-03-15re PR middle-end/52580 (171.swim performance drop on x86 – vectorization do...Richard Guenther1-23/+27
2012-03-02re PR tree-optimization/52406 (likely wrong code bug)Richard Guenther1-32/+82
2012-01-27re PR middle-end/51389 (GCC uses up to 75GB of virtual memory)Andrey Belevantsev1-19/+25
2012-01-25re PR tree-optimization/51987 (Predictive commoning wrong-code with non-volat...Jakub Jelinek1-2/+2
2011-11-24tree-data-ref.c (initialize_data_dependence_relation): UpdateRazya Ladelsky1-15/+1
2011-11-16re PR tree-optimization/49960 (inconsistent outputs when enabling autopar for...Razya Ladelsky1-26/+23