1. 06 Nov, 2019 1 commit
  2. 05 Nov, 2019 1 commit
  3. 04 Nov, 2019 3 commits
  4. 03 Nov, 2019 2 commits
  5. 02 Nov, 2019 2 commits
  6. 01 Nov, 2019 4 commits
  7. 29 Oct, 2019 1 commit
    • SPIR-V: Aggressively prune unreachable merge, continue target · 8c3d5b4b
      David Neto authored
      More aggressively prune unreachable code as follows.
      When no control flow edges reach a merge block or continue target:
      - delete their contents so that:
        - a merge block becomes OpLabel, then OpUnreachable
        - a continue target becomes OpLabel, then an OpBranch back to the
          loop header
      - any basic block which is dominated by such a merge block or continue
        target is removed as well.
      - decorations targeting the removed instructions are removed.
      
      Enables the SPIR-V builder post-processing step the GLSLANG_WEB case.
  8. 25 Oct, 2019 2 commits
  9. 24 Oct, 2019 2 commits
  10. 23 Oct, 2019 8 commits
  11. 22 Oct, 2019 3 commits
  12. 18 Oct, 2019 3 commits
  13. 17 Oct, 2019 6 commits
  14. 16 Oct, 2019 2 commits