aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-loop-distribution.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-5/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-6/+5
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-3/+1
2015-10-01remove many typedefsTrevor Saunders1-36/+36
2015-09-20switch from gimple to gimple*Trevor Saunders1-27/+27
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-17/+5
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev1-6/+2
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-01-13re PR tree-optimization/64406 (ICE: SIGSEGV in estimate_numbers_of_iterations...Richard Biener1-0/+3
2015-01-12re PR tree-optimization/64530 (Incorrect calculation when assigning to array ...Richard Biener1-0/+3
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-01gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek1-1/+1
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-1/+1
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-25/+30
2014-11-19gimple.h (gimple_build_assign_with_ops): Add unary arg overload.Jakub Jelinek1-2/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+12
2014-07-30configure.ac: Also check for popen.Mike Stump1-1/+1
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-1/+1
2014-04-17pass cfun to pass::executeTrevor Saunders1-41/+41
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-8/+6
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-20merge auto_vec and stack_vecTrevor Saunders1-4/+4
2013-12-10tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field.Jakub Jelinek1-1/+1
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+5
2013-11-22add auto_vecTrevor Saunders1-6/+2
2013-11-21re PR tree-optimization/59058 (wrong code at -O3 on x86_64-linux-gnu (affecti...Richard Biener1-12/+21
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/+2
2013-11-15tree-loop-distribution.c (tree_loop_distribution): Make sure to distribute al...Richard Biener1-2/+1
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-1/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-11-08re PR tree-optimization/59038 (r204398 causes 186.crafty init.c to be miscomp...Richard Biener1-2/+11
2013-11-05re PR tree-optimization/58955 (wrong code at -O3 on x86_64-linux-gnu)Richard Biener1-1/+1
2013-11-01Replace some heap vectors with stack vectors.Trevor Saunders1-14/+4
2013-10-25re PR tree-optimization/58626 (possible array wrong code bug)Richard Biener1-160/+239
2013-10-23tree-ssa-loop.h: Remove include files.Andrew MacLeod1-0/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-0/+8
2013-10-21Re-factor inclusion of tree.h.Diego Novillo1-0/+1
2013-10-15tree-loop-distribution.c (build_empty_rdg): Inline into single user.Richard Biener1-68/+17
2013-10-02tree-loop-distribution.c: Include tree-vectorizer.h for find_loop_location.Richard Biener1-88/+64
2013-10-01re PR tree-optimization/58553 (New fail in PASS->FAIL: gcc.c-torture/execute/...Richard Biener1-16/+19
2013-09-30re PR tree-optimization/58554 (Revision 202619 causes runtime failure in CPU2...Richard Biener1-2/+7