Skip to content
Snippets Groups Projects
  1. Oct 10, 2017
  2. Sep 26, 2017
  3. Jul 01, 2017
    • Martin Bauer's avatar
      Kerncraft coupling · 3b4deebe
      Martin Bauer authored
      - pystencils can create now a non-compilable kernel that can be
        analyzed by kerncraft
      3b4deebe
  4. May 05, 2017
  5. Mar 30, 2017
  6. Mar 29, 2017
  7. Mar 24, 2017
  8. Feb 21, 2017
  9. Feb 09, 2017
  10. Dec 08, 2016
  11. Nov 21, 2016
  12. Nov 17, 2016
  13. Nov 11, 2016
    • Martin Bauer's avatar
      Changed symbolsRead/ symbolsDefined semantics · b207d071
      Martin Bauer authored
      problem in moveConstantBeforeLoops transformation:
      
      --> a should end up here
      {
      for() {
        const int a = 5;
      }
      for() {
        const int a = 5
      }
      }
      
      the "a" of the lower loop was not moved up, since it could not move across first loop (which is wrong)
      b207d071
  14. Nov 09, 2016
  15. Nov 06, 2016
  16. Nov 03, 2016
  17. Nov 02, 2016