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