summaryrefslogtreecommitdiff
path: root/gcc/tree-loop-distribution.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/64406 (ICE: SIGSEGV in estimate_numbers_of_iterations...Richard Biener2015-01-131-0/+3
* re PR tree-optimization/64530 (Incorrect calculation when assigning to array ...Richard Biener2015-01-121-0/+3
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+11
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek2014-12-011-1/+1
* gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek2014-11-291-1/+1
* Merger of git branch "gimple-classes-v2-option-3"David Malcolm2014-11-191-25/+30
* gimple.h (gimple_build_assign_with_ops): Add unary arg overload.Jakub Jelinek2014-11-191-2/+1
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+12
* configure.ac: Also check for popen.Mike Stump2014-07-301-1/+1
* remove has_executeTrevor Saunders2014-07-091-1/+0
* tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener2014-05-061-1/+1
* pass cfun to pass::executeTrevor Saunders2014-04-171-41/+41
* pass current function to opt_pass::gate ()Trevor Saunders2014-04-171-8/+6
* remove has_gateTrevor Saunders2014-04-171-1/+0
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* merge auto_vec and stack_vecTrevor Saunders2013-12-201-4/+4
* tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field.Jakub Jelinek2013-12-101-1/+1
* Eliminate FOR_ALL_BB macro.David Malcolm2013-12-091-1/+1
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-0/+5
* add auto_vecTrevor Saunders2013-11-221-6/+2
* re PR tree-optimization/59058 (wrong code at -O3 on x86_64-linux-gnu (affecti...Richard Biener2013-11-211-12/+21
* 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/+2
* tree-loop-distribution.c (tree_loop_distribution): Make sure to distribute al...Richard Biener2013-11-151-2/+1
* gimplify-be.h: New file.Andrew MacLeod2013-11-141-1/+2
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-121-1/+1
* re PR tree-optimization/59038 (r204398 causes 186.crafty init.c to be miscomp...Richard Biener2013-11-081-2/+11
* re PR tree-optimization/58955 (wrong code at -O3 on x86_64-linux-gnu)Richard Biener2013-11-051-1/+1
* Replace some heap vectors with stack vectors.Trevor Saunders2013-11-011-14/+4
* re PR tree-optimization/58626 (possible array wrong code bug)Richard Biener2013-10-251-160/+239
* tree-ssa-loop.h: Remove include files.Andrew MacLeod2013-10-231-0/+1
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-0/+8
* Re-factor inclusion of tree.h.Diego Novillo2013-10-211-0/+1
* tree-loop-distribution.c (build_empty_rdg): Inline into single user.Richard Biener2013-10-151-68/+17
* tree-loop-distribution.c: Include tree-vectorizer.h for find_loop_location.Richard Biener2013-10-021-88/+64
* re PR tree-optimization/58553 (New fail in PASS->FAIL: gcc.c-torture/execute/...Richard Biener2013-10-011-16/+19
* re PR tree-optimization/58554 (Revision 202619 causes runtime failure in CPU2...Richard Biener2013-09-301-2/+7
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-3/+3
* re PR tree-optimization/58453 (Revision 202431 results in miscompare for CPU2...Richard Biener2013-09-201-40/+41
* re PR tree-optimization/58432 (ICE: in insert_value_copy_on_edge, at tree-out...Richard Biener2013-09-171-0/+11
* tree-loop-distribution.c (enum rdg_dep_type): Add control_dd.Richard Biener2013-09-161-73/+91
* tree-data-ref.h (known_dependences_p): Move here ...Richard Biener2013-09-131-147/+66
* tree-loop-distribution.c (struct rdg_component, [...]): Remove.Richard Biener2013-09-131-181/+41
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* re PR tree-optimization/58396 (heap-use-after-free at gcc/tree-loop-distribut...Richard Biener2013-09-121-16/+23
* tree-loop-distribution.c (dot_rdg_1): Make graph prettier.Richard Biener2013-09-121-172/+26
* tree-data-ref.c (dump_rdg_vertex, [...]): Move ...Richard Biener2013-09-111-31/+569
* tree-data-ref.h (build_rdg): Drop all parameters but loop.Richard Biener2013-09-101-35/+1