summaryrefslogtreecommitdiff
path: root/gcc/graphite.c
AgeCommit message (Expand)Author
2020-01-14hash-table.h: support non-zero empty values in empty_slow (v2)David Malcolm
2020-01-01Update copyright years.Jakub Jelinek
2019-11-12Remove gcc/params.* files.Martin Liska
2019-02-06re PR tree-optimization/89182 ([graphite] ICE in extract_affine, at graphite-...Richard Biener
2019-01-01Update copyright years.Jakub Jelinek
2018-11-13Ensure that dump calls are guarded with dump_enabled_pDavid Malcolm
2018-06-26Introduce dump_location_tDavid Malcolm
2018-01-11re PR tree-optimization/83435 (ICE in set_value_range, at tree-vrp.c:211)Richard Biener
2018-01-09re PR tree-optimization/83668 (wrong code with -O -fno-tree-dominator-opts -f...Richard Biener
2018-01-09re PR tree-optimization/83572 ([graphite] ICE in verify_dominators, at domina...Richard Biener
2018-01-08re PR tree-optimization/83563 ([graphite] ICE: Segmentation fault (in instant...Richard Biener
2018-01-03Update copyright years.Jakub Jelinek
2017-10-202017-10-20 Richard Biener <rguenther@suse.de>Richard Biener
2017-10-18re PR tree-optimization/82591 ([graphite] Compile-time hog w/ -O2 -floop-nest...Richard Biener
2017-10-132017-10-13 Richard Biener <rguenther@suse.de>Richard Biener
2017-09-27invoke.texi (graphite-max-bbs-per-function): Remove.Richard Biener
2017-09-26re PR tree-optimization/82321 (ICE in check_loop_closed_ssa_use, at tree-ssa-...Richard Biener
2017-09-25cfgloop.h (sort_sibling_loops): Declare.Richard Biener
2017-09-22graphite-isl-ast-to-gimple.c (graphite_verify): Inline into single caller.Richard Biener
2017-09-22graphite-isl-ast-to-gimple.c (translate_pending_phi_nodes): Verify both BBs c...Richard Biener
2017-09-21graphite-isl-ast-to-gimple.c (graphite_regenerate_ast_isl): Restore valid IL ...Richard Biener
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka
2017-02-01graphite.c: Include tree-vectorizer.h for find_loop_location.Richard Biener
2017-01-01Update copyright years.Jakub Jelinek
2016-04-17re PR bootstrap/70706 (r235082 caused bootstrap failure)Jan Hubicka
2016-01-04Update copyright years.Jakub Jelinek
2015-12-17replace ISL with islSebastian Pop
2015-12-17move all isl include files to graphite.hSebastian Pop
2015-12-02rename flag_loop_optimize_isl to flag_loop_nest_optimizeAditya Kumar
2015-11-24move all declarations to a same .h fileAditya Kumar
2015-11-23fix PR68279: bail out when scev gets instantiated to not_knownAditya Kumar
2015-11-23Correct graphite*.c ISL header file inclusion order.David Edelsohn
2015-11-12Preserve the original program while using graphite.Aditya Kumar
2015-10-27cfg.c (free_edge): Add function argument and use it instead of cfun.Richard Biener
2015-10-21Refactoring sese.h and graphite-poly.hAditya Kumar
2015-10-10clean up debug functionsAditya Kumar
2015-10-07move graphite bookkeeping from sese to sese_infoAditya Kumar
2015-10-06Move declarations, assign types, renaming.Aditya Kumar
2015-10-05move param detection to scop detectionAditya Kumar
2015-09-28Redesign Graphite scop detectionSebastian Pop
2015-08-27remove -floop-* flagsSebastian Pop
2015-08-27remove -floop-unroll-and-jamSebastian Pop
2015-08-12Revert "replace several uses of the anon namespace with GCC_FINAL"Trevor Saunders
2015-08-11replace several uses of the anon namespace with GCC_FINALTrevor Saunders
2015-07-21configure.ac: Add check for new options in isl-0.15.Mike Frysinger
2015-07-18fix pr46851 and pr60340: remove unmaintained omega dependence testSebastian Pop
2015-07-13omega.h: Don't include config.h...Andrew MacLeod
2015-07-10gimple-predict.h: New file.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-07-06graphite-blocking.c (HAVE_isl): Include <stddef.h>.Jim Wilson