1. 13 Apr, 2016 1 commit
    • Make distclean clean up more (PR70173) · f3653cf5
      Currently, distclean does not remove the libcc1, gnattools, and gotools
      directories, and not the stage_final file either.  Fix that.
      
      
      	PR bootstrap/70173
      	* Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
      	and gotools directories.  Delete the stage_final file.
      	* Makefile.in: Regenerate.
      
      From-SVN: r234954
      Segher Boessenkool committed
  2. 12 Apr, 2016 1 commit
  3. 10 Apr, 2016 1 commit
  4. 04 Apr, 2016 1 commit
  5. 29 Mar, 2016 1 commit
  6. 17 Mar, 2016 1 commit
  7. 02 Mar, 2016 1 commit
  8. 22 Feb, 2016 1 commit
  9. 20 Feb, 2016 2 commits
  10. 02 Feb, 2016 1 commit
  11. 29 Jan, 2016 2 commits
  12. 27 Jan, 2016 1 commit
  13. 26 Jan, 2016 1 commit
    • fix PR68343: disable fuse-*.c tests for isl 0.14 or earlier · 1e050c90
      The patch disables all fuse-*.c tests when configuring gcc with isl 0.14 or earlier.
      
      ChangeLog:
      
      	* Makefile.in: Regenerate.
      	* Makefile.tpl: Export ISLVER.
      	* configure: Regenerate.
      	* config/isl.m4: Detect isl-0.15.
      
      gcc/
      
      	* Makefile.in: Set ISLVER in site.exp.
      
      gcc/testsuite/
      
      	* gcc.dg/graphite/graphite.exp: Only run the fuse-*.c tests with isl-0.15.
      
      Co-Authored-By: Sebastian Pop <s.pop@samsung.com>
      
      From-SVN: r232811
      Aditya Kumar committed
  14. 24 Jan, 2016 1 commit
  15. 12 Jan, 2016 3 commits
  16. 31 Dec, 2015 1 commit
  17. 18 Dec, 2015 1 commit
  18. 17 Dec, 2015 3 commits
  19. 16 Dec, 2015 1 commit
    • update required isl version · 560d18d3
      we check for a the isl compute timeout function added in isl 0.13.
      That means GCC could still be configured with isl 0.13, 0.14, and 0.15.
      
      	* config/isl.m4 (ISL_CHECK_VERSION): Check for
      	isl_ctx_get_max_operations.
      	* configure: Regenerate.
      
      	gcc/
      	* config.in: Regenerate.
      	* configure: Regenerate.
      	* configure.ac: Remove checks for functions that exist in isl 0.13 or
      	later.
      	* graphite-isl-ast-to-gimple.c: Remove #ifdefs and code for isl 0.12.
              * graphite-optimize-isl.c: Same.
      	* graphite-poly.c: Same.
      	* graphite-sese-to-poly.c: Same.
      	* graphite.h: Add comment for isl 0.14.
      	* toplev.c (print_version): Print isl version.
      
      Co-Authored-By: Sebastian Pop <s.pop@samsung.com>
      
      From-SVN: r231706
      Aditya Kumar committed
  20. 15 Dec, 2015 2 commits
  21. 02 Dec, 2015 1 commit
  22. 01 Dec, 2015 1 commit
  23. 28 Nov, 2015 2 commits
  24. 26 Nov, 2015 1 commit
  25. 20 Nov, 2015 1 commit
  26. 19 Nov, 2015 1 commit
  27. 13 Nov, 2015 1 commit
  28. 03 Nov, 2015 2 commits
  29. 23 Oct, 2015 3 commits