aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-data-ref.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-27re PR tree-optimization/66272 (wrong code at -O3 on x86_64-linux-gnu)Richard Biener1-2/+5
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev1-14/+2
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-4/+17
2015-01-15re PR tree-optimization/64365 (Predictive commoning after loop vectorization ...Richard Biener1-0/+16
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-26re PR tree-optimization/63738 (ssa corruption when compiled with -O3)Richard Biener1-0/+3
2014-11-24re PR tree-optimization/55334 (mgrid regression (ipa-cp disables vectorization))Richard Biener1-0/+9
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-1/+2
2014-10-31builtins.c (fold_builtin_atomic_always_lock_free): Use CONVERT_EXPR_P, CONVER...Richard Biener1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-2/+2
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+11
2014-09-05re PR tree-optimization/63148 (r187042 causes auto-vectorization failure for ...Richard Biener1-0/+1
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