aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-data-ref.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09re PR tree-optimization/68786 (Aligned masked store is generated for unaligne...Jakub Jelinek1-6/+12
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-6/+14
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-11/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-7/+6
2015-10-06move dr->alias_set to a helper structureAditya Kumar1-1/+0
2015-10-06remove unused struct base_alias_pairAditya Kumar1-0/+1
2015-09-20switch from gimple to gimple*Trevor Saunders1-8/+8
2015-09-08Remove limit_scopsAditya Kumar1-0/+43
2015-08-19remove useless typedefsTrevor Saunders1-2/+2
2015-07-18fix pr46851 and pr60340: remove unmaintained omega dependence testSebastian Pop1-683/+12
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-13/+4
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