1. 0fc598d Implement important mixer registers by Ernest Wong · 7 years ago
  2. b04dd92 Roughly implement sb16 behaviour by Ernest Wong · 7 years ago
  3. eb736ab Emulate PC speaker beep sounds by Ernest Wong · 7 years ago
  4. 818a6c2 Wrap PIT counter value - always by Ernest Wong · 7 years ago
  5. 5c0e87b Add --source_map_include_content to closure compiler build (#177) by copy · 7 years ago
  6. 2e4aa02 Update bochs bios by copy · 7 years ago
  7. 6a8a680 Add support for "fastboot" option found in bochs BIOS by Rafael Gieschke · 7 years ago
  8. 6440f7f Allow text selection on screen by copy · 7 years ago
  9. 845c125 Merge branch 'master' of https://github.com/copy/v86 by copy · 7 years ago
  10. 8b4b89d Fix keyboard on ios, fixes #105 by Fabian · 7 years ago
  11. 798b271 Fix docs by Ben · 7 years ago
  12. b9c421f Fix libv86 build in newer closure compilers, fixes #167 by copy · 7 years ago
  13. 82fc184 Remove unsupported Closure Compiler flags by Amaan Cheval · 7 years ago
  14. 9a342d4 Remove mozImageSmoothingEnabled (deprecated) by copy · 7 years ago
  15. 5ef8c3e State saving: Don't copy buffer unnecessarily by copy · 7 years ago
  16. a22bebe Implement some sse1 and sse2 instructions (#48) by copy · 7 years ago
  17. 18f347d Implement Intel undefined behaviour by copy · 7 years ago
  18. c32c9e8 Check for pagefault before reading from IO port by copy · 7 years ago
  19. 98c303d make: Rebuild when .inc files change by copy · 7 years ago
  20. 0fd2835 Add kvm-unit-test to makefile by copy · 7 years ago
  21. 304bce0 Add some missing constants by copy · 7 years ago
  22. 13ff8d5 Add fxsave and fxrstor by copy · 7 years ago
  23. 5fb12f9 Add xmm registers and mxcsr by copy · 7 years ago
  24. 78802fd Move set_cr4 to function by copy · 7 years ago
  25. 258eb35 Enable fxsave test. Replace constants that can't be represented in 64 bits by copy · 7 years ago
  26. e764ca2 Update test scripts by copy · 7 years ago
  27. b723733 Update emms test by copy · 7 years ago
  28. 54d2954 Minor: fpu status word by copy · 7 years ago
  29. 66e2a1b mmx instructions, small refactoring by copy · 7 years ago
  30. 504338c Minor: Whitespaces by copy · 7 years ago
  31. 7f08a46 Refactor mmx instructions by copy · 7 years ago
  32. 463f8cc Handle unimplemented cr4 bits by copy · 7 years ago
  33. d034c78 s/xmm/mmx by copy · 7 years ago
  34. 137a818 Log less verbose by copy · 7 years ago
  35. d79994d popcnt: Check for prefix by copy · 7 years ago
  36. 2710114 Refactor into task_switch_test_mmx by copy · 7 years ago
  37. f8ebdea Add vmware hypervisor to cpuid (for vmware port) by copy · 7 years ago
  38. f8ddf4d Simplify nasm tests by using boilerplate includes by Amaan Cheval · 7 years ago
  39. e3f65fe Install gdb on travis by copy · 7 years ago
  40. 554eb9d Install nasm on travis by copy · 7 years ago
  41. 8574b48 Add nasm test to travis by copy · 7 years ago
  42. a9ea8ff Simplify nasm test by copy · 7 years ago
  43. 016005f Update testing readmes by copy · 7 years ago
  44. e2cebe1 qemu test: Add -mno-sse (fix for travis) by copy · 7 years ago
  45. 97c44f4 Use -mmmx over -msse by copy · 7 years ago
  46. c78b4f5 Fix Closure Compiler error, part 2 by copy · 7 years ago
  47. 9cae30d Fix Closure Compiler error by copy · 7 years ago
  48. 323d7ef Run qemu test on command line, add it to travis by copy · 7 years ago
  49. e2c129e Disable tests that require sse due to modern libc by copy · 7 years ago
  50. 8bdbe0c Add LOG_PAGE_FAULTS by copy · 7 years ago
  51. 49b6fec Canvas screen: Fix scaling height, unblur non-fractional scales, handle fractional css-to-device pixel ratios by copy · 7 years ago
  52. 1669fa9 Minor by copy · 7 years ago
  53. ce9e375 Handle unliked files, fixes #87 by copy · 7 years ago
  54. ff9ea8d Set exit code to 1 when there are any failed tests by Amaan Cheval · 7 years ago
  55. 091d533 Improve punpcklwd tests by Amaan Cheval · 7 years ago
  56. 15264a7 Improve punpckldq tests by Amaan Cheval · 7 years ago
  57. cd22df4 Improve pcmpgtb tests by Amaan Cheval · 7 years ago
  58. 421a0b8 Improve pcmpeqb tests by Amaan Cheval · 7 years ago
  59. d2af5c4 Improve punpcklbw tests by Amaan Cheval · 7 years ago
  60. 65a54ff Improve pxor tests by Amaan Cheval · 7 years ago
  61. a17cfa2 Improve psubw tests by Amaan Cheval · 7 years ago
  62. 1523d3a Improve packuswb tests by Amaan Cheval · 7 years ago
  63. 4d5fe03 Improve pand tests by Amaan Cheval · 7 years ago
  64. 4b09aef Remove leftover comment from psllq by Amaan Cheval · 7 years ago
  65. a6c8d76 Remove leftover comments from nasm tests (for manual fixtures) by Amaan Cheval · 7 years ago
  66. 1c63b47 Add #UD and #NM exceptions to MMX instructions by Amaan Cheval · 7 years ago
  67. ba6ac81 Enable supported QEMU tests (for mmx-instructions) by Amaan Cheval · 7 years ago
  68. f0994e3 Add regression test for psllw bug by Amaan Cheval · 7 years ago
  69. ac79488 Fix psllw bug where bits could be shifted left out of the word boundary by Amaan Cheval · 7 years ago
  70. bbf2a95 Adjust whitespace (for max line length 100) by Amaan Cheval · 7 years ago
  71. 35f0be4 Update README to mention automated method by Amaan Cheval · 7 years ago
  72. 4fd4ae6 Add comment about failing emms test by Amaan Cheval · 7 years ago
  73. ff8d4d2 Add nasm test for paddd by Amaan Cheval · 7 years ago
  74. 5ab7e69 Implement paddd mm, mm/m64 by Amaan Cheval · 7 years ago
  75. 68ec0db Add nasm test for paddb by Amaan Cheval · 7 years ago
  76. 35f6bbc Implement paddb mm, mm/m64 by Amaan Cheval · 7 years ago
  77. 6c9faf1 Add nasm test for psubd by Amaan Cheval · 7 years ago
  78. 3630988 Implement psubd mm, mm/m64 by Amaan Cheval · 7 years ago
  79. 4cc16ec Remove 32 bit mask from pmaddwd by Amaan Cheval · 7 years ago
  80. c97db9c Add nasmtest for psubb by Amaan Cheval · 7 years ago
  81. 88b154b Implement psubb mm, mm/m64 by Amaan Cheval · 7 years ago
  82. 803eeec Add nasm test for pmaddwd by Amaan Cheval · 7 years ago
  83. 81d1806 Implement pmaddwd mm, mm/m64 by Amaan Cheval · 7 years ago
  84. 055f9ba Add nasm test for paddsw by Amaan Cheval · 7 years ago
  85. 4952cbd Implement paddsw mm, mm/m64 by Amaan Cheval · 7 years ago
  86. 0699069 Fix indentation in psubusb by Amaan Cheval · 7 years ago
  87. 5c1a5e2 Update paddusb to use saturate helper function instead of manually by Amaan Cheval · 7 years ago
  88. 53cf126 Update psubusb to use saturate helper instead of range-checking manually by Amaan Cheval · 7 years ago
  89. 640ef42 Add reg_mmx8 alias for instructions which need unsigned 8-bit values by Amaan Cheval · 7 years ago
  90. 717640d Add saturate_sd_to_ub and saturate_ud_to_ub util functions by Amaan Cheval · 7 years ago
  91. 5ea8bf5 Add nasm test for paddsb by Amaan Cheval · 7 years ago
  92. 5a2cd03 Implement paddsb mm, mm/m64 by Amaan Cheval · 7 years ago
  93. 6c4a769 Add nasm test for por by Amaan Cheval · 7 years ago
  94. 7aada50 Implement por mm, mm/m64 by Amaan Cheval · 7 years ago
  95. 5d850d4 Add nasm test for psubsw by Amaan Cheval · 7 years ago
  96. 98b401b Implement psubsw mm, mm/m64 by Amaan Cheval · 7 years ago
  97. f2d20eb Add test for psubsb by Amaan Cheval · 7 years ago
  98. ccd0f96 Implement psubsb mm, mm/m64 by Amaan Cheval · 7 years ago
  99. 3a42e97 Add helper saturate_sd_to_sb function for psubsb by Amaan Cheval · 7 years ago
  100. 0d18d28 Update saturate util functions to avoid multiple / early returns by Amaan Cheval · 7 years ago