1. 22 Feb, 2019 2 commits
  2. 21 Feb, 2019 7 commits
  3. 20 Feb, 2019 3 commits
    • Fixup leak of TString · 0560138e
      Dan Sinclair authored
      In decomposeIntrinsic a new TString was being allocated and passed into
      a TVariable. That string was leaking. This CL converts the new TString
      to call NewPoolTString to allocate from the TString pool.
    • Allocate empty function name in the string pool. · 756bfd0a
      Dan Sinclair authored
      Inside the grammar for function_identifier if the .function is null an
      empty function name is allocated. This is allocated on the stack and
      passed into TFunction as a pointer. TFunction just stores that pointer.
      
      Later, when we access the name we will receive an invalid usage of a
      stack allocated variable. This CL switches to using NewPoolTStringn for
      the empty function name.
    • Update SPIRV-Tools known good · f8939eff
      Greg Fischer authored
  4. 19 Feb, 2019 4 commits
  5. 17 Feb, 2019 1 commit
  6. 16 Feb, 2019 1 commit
  7. 14 Feb, 2019 2 commits
  8. 12 Feb, 2019 1 commit
  9. 11 Feb, 2019 6 commits
  10. 09 Feb, 2019 1 commit
  11. 08 Feb, 2019 4 commits
  12. 07 Feb, 2019 2 commits
  13. 06 Feb, 2019 2 commits
  14. 04 Feb, 2019 4 commits