1. 4250eff Prepare to reenable unreachable-code warnings. by John Stiles · 2 years, 8 months ago
  2. ffeb6f2 Remove SkSL::String class. by John Stiles · 2 years, 8 months ago
  3. 260d925 Optimize SkVM approx_powf for simple cases. by John Stiles · 2 years, 8 months ago
  4. f6bb619 Fix underflow/overflow issues in skvm::approx_pow2. by John Stiles · 2 years, 8 months ago
  5. 4c4cf43 Run SkVM Visualizer test on all platforms by Brian Osman · 2 years, 9 months ago
  6. 20187a2 Reland "SkVM visualizer, version 0.1" by Julia Lavrova · 2 years, 9 months ago
  7. 372a36d Revert "SkVM visualizer, version 0.1" by Julia Lavrova · 2 years, 9 months ago
  8. bf57843 SkVM visualizer, version 0.1 by Julia Lavrova · 2 years, 11 months ago
  9. 09adf0b Add new SkVM trace op 'trace_scope' to track SkSL scope depth. by John Stiles · 2 years, 10 months ago
  10. f74c789 Introduce SkVM Op::duplicate to localize visualization code by Julia Lavrova · 2 years, 10 months ago
  11. 3856a58 Revert "Add SkVM op `trace_done` to indicate completion of debug tracing." by John Stiles · 2 years, 10 months ago
  12. 0626520 Add SkVM op `trace_done` to indicate completion of debug tracing. by John Stiles · 2 years, 10 months ago
  13. d4713ad Move trace hooks into the skvm::Builder. by John Stiles · 2 years, 10 months ago
  14. 2756b0e Reduce the number of extra bit_and ops caused by SkVM traces. by John Stiles · 2 years, 10 months ago
  15. eeb5b22 Separate enter and exit into two opcodes. by John Stiles · 2 years, 10 months ago
  16. a97bd9d Add TraceHook support to skvm interpreter. by John Stiles · 2 years, 11 months ago
  17. 15384b1 Add a trace_line opcode to SkVM. by John Stiles · 2 years, 11 months ago
  18. 8516c0d update LLVM in SkVM by Herb Derby · 3 years ago
  19. f0efa1d Reland "Reland "uniform Ptr (UPtr) is a sub class of Ptr"" by Herb Derby · 3 years, 2 months ago
  20. 337e484 Revert "Reland "uniform Ptr (UPtr) is a sub class of Ptr"" by Derek Sollenberger · 3 years, 2 months ago
  21. ea17e24 Reland "uniform Ptr (UPtr) is a sub class of Ptr" by Herb Derby · 3 years, 2 months ago
  22. b00cbc7 Revert "uniform Ptr (UPtr) is a sub class of Ptr" by Derek Sollenberger · 3 years, 2 months ago
  23. cef047a uniform Ptr (UPtr) is a sub class of Ptr by Herb Derby · 3 years, 2 months ago
  24. 68f5606 Fix cases of variable shadowing in rasterization. by John Stiles · 3 years, 2 months ago
  25. a495351 add array to the Uniforms by Herb Derby · 3 years, 2 months ago
  26. a37001e Reland "Reland "add op array32 for indirect uniform access"" by Herb Derby · 3 years, 2 months ago
  27. 2c5b922 Revert "Reland "add op array32 for indirect uniform access"" by Herb Derby · 3 years, 2 months ago
  28. fe2506f Reland "add op array32 for indirect uniform access" by Herb Derby · 3 years, 2 months ago
  29. 9304aa5 Revert "add op array32 for indirect uniform access" by Brian Osman · 3 years, 2 months ago
  30. ac2d053 add op array32 for indirect uniform access by Herb Derby · 3 years, 2 months ago
  31. ff4decc add fast_mul(F32,F32) by Mike Klein · 3 years, 8 months ago
  32. fc017c7 simplify skvm tests using allow_jit by Mike Klein · 3 years, 8 months ago
  33. c7c1f9c add per-program control over JIT by Mike Klein · 3 years, 8 months ago
  34. 447f331 streamline skvm errors by Mike Klein · 3 years, 8 months ago
  35. f988bb5 add single-lane ld2.4s and ld4.4s by Mike Klein · 3 years, 8 months ago
  36. dd069a9 add interleaved load and store instructions by Mike Klein · 3 years, 8 months ago
  37. 00e43df rename Arg to Ptr by Mike Klein · 3 years, 9 months ago
  38. 279ca2e don't dedup loads or stores by Mike Klein · 3 years, 9 months ago
  39. 0a80427 gathers aren't necessarily varying by Mike Klein · 3 years, 9 months ago
  40. f471c82 Stop calling schedule() by Mike Klein · 3 years, 9 months ago
  41. 960bd2d allow arbitrary Builder Features by Mike Klein · 3 years, 9 months ago
  42. 0047aff remove very oldest SkVM testing by Mike Klein · 3 years, 10 months ago
  43. b19518d add missing unit test for 128-bit ops by Mike Klein · 3 years, 10 months ago
  44. a7470df add load128/store128 by Mike Klein · 3 years, 10 months ago
  45. ec25563 add to_fp16/from_fp16 by Mike Klein · 3 years, 10 months ago
  46. c7bca52 add load64 by Mike Klein · 3 years, 10 months ago
  47. f5097db add store64 by Mike Klein · 3 years, 10 months ago
  48. 5ec9c4e disambiguate skvm::bit_cast() by Mike Klein · 3 years, 10 months ago
  49. 42d67a6 remove "half" term from SkVM by Mike Klein · 3 years, 10 months ago
  50. 8d78da9 more arm64 ops by Mike Klein · 3 years, 10 months ago
  51. 8b16bee remove SkVM uniform8/16 by Mike Klein · 3 years, 10 months ago
  52. 8212fa5 remove SkVM Q14 support by Mike Klein · 3 years, 10 months ago
  53. b76f884 clean up unused SkVM debug features by Mike Klein · 3 years, 10 months ago
  54. dbc19ea implement a whole slew of arm64 ops by Mike Klein · 3 years, 11 months ago
  55. ee40ec6 remove Op::pack by Mike Klein · 3 years, 10 months ago
  56. cac130f to_foo() -> to_Foo() by Mike Klein · 4 years ago
  57. 6b72d3a q14 rethink by Mike Klein · 4 years ago
  58. 63620fd add another q14x2 test by Mike Klein · 4 years ago
  59. d9c55ce disable show-your-work bit of test by Mike Klein · 4 years, 1 month ago
  60. 9791e50 impl q14x2 ops in interpreter by Mike Klein · 4 years, 1 month ago
  61. 84dd8f9 implement some useful 16-bit instructions by Mike Klein · 4 years, 1 month ago
  62. 4ecc970 jit load128/store128 by Mike Klein · 4 years, 2 months ago
  63. 3136789 refactor large load/stores by Mike Klein · 4 years, 2 months ago
  64. 0cfd503 JIT functions taking six pointers by Mike Klein · 4 years, 2 months ago
  65. 68d075e fix r12 by Mike Klein · 4 years, 2 months ago
  66. 184f601 JIT load64_{lo,hi} by Mike Klein · 4 years, 2 months ago
  67. d8194dc JIT store64 by Mike Klein · 4 years, 2 months ago
  68. e942b8c some small SkVM TODOs by Mike Klein · 4 years, 2 months ago
  69. 6732da0 add 64-bit load/store ops by Mike Klein · 4 years, 3 months ago
  70. 4d680cd a bunch of half-related stuff by Mike Klein · 4 years, 3 months ago
  71. b2290d7 minor skvm cleanup by Mike Klein · 4 years, 3 months ago
  72. 400ba22 save only xmm6-15 on windows by Mike Klein · 4 years, 3 months ago
  73. 684838f Mark SkStringPrintf as SK_PRINTF_LIKE by Adlai Holler · 4 years, 5 months ago
  74. c74db79 remove Assembler::here() by Mike Klein · 4 years, 5 months ago
  75. e8ffb08 Close file before writing in SkVMTest. by Ben Wagner · 4 years, 5 months ago
  76. 962020f simplify binary ops too by Mike Klein · 4 years, 5 months ago
  77. 48c51bb test vcmpeqps with label offset by Mike Klein · 4 years, 5 months ago
  78. 21e85eb Reland "Reland "gather8/16 JIT support"" by Mike Klein · 4 years, 6 months ago
  79. 7d5342d Revert "Reland "gather8/16 JIT support"" by Mike Klein · 4 years, 5 months ago
  80. 1283d55f Reland "gather8/16 JIT support" by Mike Klein · 4 years, 6 months ago
  81. 86975cd Revert "gather8/16 JIT support" by Mike Klein · 4 years, 5 months ago
  82. 54659e5 gather8/16 JIT support by Mike Klein · 4 years, 6 months ago
  83. b8e041e refactor arm instructions by Mike Klein · 4 years, 6 months ago
  84. 48e7824 set up stack frames on aarch64 by Mike Klein · 4 years, 6 months ago
  85. c15c936 GP64 Operand conversion by Mike Klein · 4 years, 6 months ago
  86. 8390f2e lots more refactoring by Mike Klein · 4 years, 6 months ago
  87. edc2dac convert load_store / stack_load_store to new style by Mike Klein · 4 years, 6 months ago
  88. 9bb88673 start on operand refactoring by Mike Klein · 4 years, 6 months ago
  89. 1b84ef2 [skvm] approx_atan2 by Mike Reed · 4 years, 6 months ago
  90. 45d9cc8 remove i16x2 ops by Mike Klein · 4 years, 6 months ago
  91. cb51104 impl uniform16 by Mike Klein · 4 years, 6 months ago
  92. 10fc1e6 skvm unit test cleanup by Mike Klein · 4 years, 6 months ago
  93. d468a16 [skvm] approx_[asin,acos,atan] by Mike Reed · 4 years, 6 months ago
  94. 801ba0d approx_tan for skvm by Mike Reed · 4 years, 6 months ago
  95. 210288f add SkVM_min_max unit test by Mike Klein · 4 years, 6 months ago
  96. 5e9f0ee add and test stack load/store by Mike Klein · 4 years, 6 months ago
  97. 82ff25e approximate sine for skvm by Mike Reed · 4 years, 6 months ago
  98. 4067a94 the return of bit_clear by Mike Klein · 4 years, 6 months ago
  99. aa68109 special-case overhaul by Mike Klein · 4 years, 6 months ago
  100. cca2acf remove little-used bit_clear() and bytes() by Mike Klein · 4 years, 6 months ago