summaryrefslogtreecommitdiff
path: root/gcc/tree-data-ref.c
Commit message (Expand)AuthorAgeFilesLines
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* re PR tree-optimization/66272 (wrong code at -O3 on x86_64-linux-gnu)Richard Biener2015-05-271-2/+5
* Use std::swap instead of explicit swapsMikhail Maltsev2015-05-191-14/+2
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-4/+17
* re PR tree-optimization/64365 (Predictive commoning after loop vectorization ...Richard Biener2015-01-151-0/+16
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+11
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* re PR tree-optimization/63738 (ssa corruption when compiled with -O3)Richard Biener2014-11-261-0/+3
* re PR tree-optimization/55334 (mgrid regression (ipa-cp disables vectorization))Richard Biener2014-11-241-0/+9
* Merger of git branch "gimple-classes-v2-option-3"David Malcolm2014-11-191-1/+2
* builtins.c (fold_builtin_atomic_always_lock_free): Use CONVERT_EXPR_P, CONVER...Richard Biener2014-10-311-1/+1
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-2/+2
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+11
* re PR tree-optimization/63148 (r187042 causes auto-vectorization failure for ...Richard Biener2014-09-051-0/+1
* re PR tree-optimization/62031 (Different results between O2 and O2 -fpredicti...Richard Biener2014-08-151-10/+27
* Merge in wide-int.Kenneth Zadeck2014-05-061-7/+7
* re PR tree-optimization/60023 (ICE: verify_gimple failed: dead STMT in EH tab...Jakub Jelinek2014-02-041-0/+2
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* merge auto_vec and stack_vecTrevor Saunders2013-12-201-2/+2
* tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field.Jakub Jelinek2013-12-101-9/+38
* tree-data-ref.c (struct data_ref_loc_d): Replace pos field with ref.Jakub Jelinek2013-12-061-20/+20
* 2013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger2013-11-271-2/+2
* Remove parameter keep_aligning from get_inner_reference.Bernd Edlinger2013-11-261-2/+2
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-0/+5
* cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener2013-11-191-2/+1
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+1
* c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford2013-11-181-2/+2
* cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford2013-11-181-2/+2
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* df-scan.c (df_collection_rec): Adjust.Trevor Saunders2013-10-281-13/+5
* tree-ssa-loop.h: Remove include files.Andrew MacLeod2013-10-231-0/+1
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-0/+2
* tree-flow.h: Include new .h files.Andrew Macleod2013-10-021-0/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-4/+4
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* tree-data-ref.c (dump_rdg_vertex, [...]): Move ...Richard Biener2013-09-111-468/+0
* tree-data-ref.h (build_rdg): Drop all parameters but loop.Richard Biener2013-09-101-36/+61
* Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek2013-08-271-4/+19
* Add uniform debug dump function names.Lawrence Crowl2013-03-291-0/+52
* tree-data-ref.h (find_data_references_in_loop): Declare.Richard Biener2013-03-181-11/+12
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* tree-data-ref.c (dump_conflict_function): Use less vertical spacing.Richard Biener2013-01-031-36/+19
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-3/+2
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-194/+185
* re PR tree-optimization/54634 (miscompilation with -O3 -ftree-loop-distribut...Richard Guenther2012-09-201-3/+3
* re PR tree-optimization/54132 (Incorrect loop transformation with -ftree-loop...Richard Guenther2012-09-191-1/+1
* Remove unnecessary VEC function overloads.Diego Novillo2012-09-101-10/+10
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+1
* tree-data-ref.c (stores_from_loop): Remove.Richard Guenther2012-06-041-82/+0
* tree-data-ref.c (struct rdg_vertex_info): Remove.Richard Guenther2012-06-041-146/+26