1. 57bdb24 skip no-op masks by Mike Klein · 4 years, 10 months ago
  2. a6434a5 refactor bit ops by Mike Klein · 4 years, 10 months ago
  3. b5c4355 upgrade debugging tools by Mike Klein · 4 years, 10 months ago
  4. 1cb0599 all-constant peepholes by Mike Klein · 5 years ago
  5. 8c1e0ef sketch out structure for ops with immediates by Mike Klein · 5 years ago
  6. 4135cf0 use round() instead of trunc() to f32->unorm by Mike Klein · 5 years ago
  7. 6e4aad9 rename to_i32 -> trunc, and add round by Mike Klein · 5 years ago
  8. e8356ad indent loop so it stands out by Mike Klein · 5 years ago
  9. d48488b reorder to minimize register pressure by Mike Klein · 5 years ago
  10. 0f61c12 add used_in_loop bit to skvm::Builder::Instruction by Mike Klein · 5 years ago
  11. f996311 extend lifetimes for hoisted used in loop by Mike Klein · 5 years ago
  12. 8ac9f4e flesh out SkVM ops a bit more by Mike Klein · 5 years ago
  13. 5e533c9 move hoist analysis back into Builder by Mike Klein · 5 years ago
  14. c2fb3b4 split deaths() out of other analysis by Mike Klein · 5 years ago
  15. aab45b5 add misc. value programs to SkVMTest.expected by Mike Klein · 5 years ago
  16. 2b7b2a2 add bit_clear by Mike Klein · 5 years ago
  17. a1167ab split out Analysis struct from Instruction by Mike Klein · 5 years ago
  18. 0c33466 refactor to remove the need for death schedule by Mike Klein · 5 years ago
  19. 397fc88 first VEX ymm vector ops by Mike Klein · 5 years ago
  20. 342b1b2 proposed: add bytes() op by Mike Klein · 5 years ago
  21. 4c4945a trim another instruction of I32_SWAR by Mike Klein · 5 years ago
  22. 7f061fb streamline srcover math in I32_SWAR by Mike Klein · 5 years ago
  23. 57cb5ba i16x2 sub/shr by Mike Klein · 5 years ago
  24. 3538908 baby steps into 16-bit ops by Mike Klein · 5 years ago
  25. 821f5e8 remove mul_unorm8/mad_unorm8 by Mike Klein · 5 years ago
  26. 3f59379 expand unit tests, fix extract by Mike Klein · 5 years ago
  27. 22ea7e9 add Builder::dump() by Mike Klein · 5 years ago
  28. a630732 revise extract instruction by Mike Klein · 5 years ago
  29. 6b43c30 add mad_unorm8 instruction by Mike Klein · 5 years ago
  30. 754bad3 hoist loop-invariant code out of the loop by Mike Klein · 5 years ago
  31. c2d9a31 Revert "print 1/K floats as fractions" by Mike Klein · 5 years ago
  32. 346f82c print 1/K floats as fractions by Mike Klein · 5 years ago
  33. 3c00d3d dump register and instruction count by Mike Klein · 5 years ago
  34. 9656dce add extract instruction by Mike Klein · 5 years ago
  35. 1665aaa add pack instruction by Mike Klein · 5 years ago
  36. d7d04dc add mul_unorm8 instruction by Mike Klein · 5 years ago
  37. 7b7077c centralize test/bench SkVM builders by Mike Klein · 5 years ago
  38. 1281851 add a x*y+0 -> x*y peephole by Mike Klein · 5 years ago
  39. 267f507 streamline SkVM test rebaselining by Mike Klein · 5 years ago