summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-ivcanon.c
AgeCommit message (Expand)Author
2016-03-07re PR tree-optimization/70115 (gcc ICE at -O2 (seg fault) and above on valid ...Richard Biener
2016-02-01re PR tree-optimization/69579 (gcc ICE at -O3 and __sigsetjmp with “tree ch...Richard Biener
2016-01-04Update copyright years.Jakub Jelinek
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev
2015-10-27cfg.c (free_edge): Add function argument and use it instead of cfun.Richard Biener
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-07-10gimple-predict.h: New file.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-08re PR tree-optimization/66422 (-Warray-bounds false positive with -O3)Richard Biener
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm
2014-11-15tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Add log message for max...Eric Botcazou
2014-11-13ipa-utils.h: Fix typo in comments.Felix Yang
2014-10-28cgraph.h: Flatten.Andrew MacLeod
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-10-20cfgrtl.h: New.Andrew MacLeod
2014-10-15loop-unroll.c: (decide_unrolling_and_peeling): Rename toJan Hubicka
2014-07-09remove has_executeTrevor Saunders
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod
2014-05-06Merge in wide-int.Kenneth Zadeck
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener
2014-04-17pass cfun to pass::executeTrevor Saunders
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders
2014-04-17remove has_gateTrevor Saunders
2014-04-14cfgloop.h (struct loop): Rename force_vect into force_vectorize.Eric Botcazou
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-20merge auto_vec and stack_vecTrevor Saunders
2013-11-22gimple.h: Remove all includes.Andrew MacLeod
2013-11-19cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford
2013-11-13gimple-walk.h: New File.Andrew Macleod
2013-10-28df-scan.c (df_collection_rec): Adjust.Trevor Saunders
2013-10-23tree-ssa-loop.h: Remove include files.Andrew MacLeod
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod
2013-10-09tree-flow.h: Move some protoypes.Andrew MacLeod
2013-09-12tree-ssa.h: New.Andrew MacLeod
2013-08-29New vectorizer messages; message format change.Xinliang David Li
2013-08-27Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek
2013-07-21Fix typos.Mike Stump
2013-06-19cgraph.h (const_value_known_p): Replace by ...Jan Hubicka