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