1. 85b6e1d add not and deal with signed and unsigned in asm-to-wasm by Aseem Garg · 8 years ago
  2. 16e0577 Merge pull request #67 from flagxor/refine_types1 by Brad Nelson · 8 years ago
  3. 2807319 Merge pull request #69 from WebAssembly/load_store_offset2 by titzer · 8 years ago
  4. 2eba8fd Merge pull request #70 from WebAssembly/tableswitch by titzer · 8 years ago
  5. dc3b312 Add support for load+store with offset. by Ben L. Titzer · 8 years ago
  6. 41192af Implement tableswitch operator. by Ben L. Titzer · 8 years ago
  7. 9221466 Merge pull request #68 from gahaas/return-type-i64clz by titzer · 8 years ago
  8. 7c0eafc Changed the return type of I64CLZ, I64CTZ, and I64POPCNT to I64 by Andreas Haas · 8 years ago
  9. 5da2dfa Match changes in typing-asm types. by Brad Nelson · 8 years ago
  10. 8a33ba6 Merge pull request #66 from gahaas/bit-counting by titzer · 8 years ago
  11. 6701ffe Cleaned up the tests for I64Ctz, I64Clz, and I64Popcnt by Andreas Haas · 8 years ago
  12. 207ccf1 Added I64Clz, I64Ctz, and I64Popcnt to the tf-builder by Andreas Haas · 8 years ago
  13. b4bd3f6 Merge pull request #65 from gahaas/f64rounding by titzer · 8 years ago
  14. e3caafe Added kExprF64Ceil, kExprF64Floor, kExprF64Trunc, and kExprF64NearestInt to the tf-builder by Andreas Haas · 8 years ago
  15. fc67635 first implementation by Andreas Haas · 8 years ago
  16. d60c488 Remove page size. by Ben L. Titzer · 8 years ago
  17. 14df161 Merge pull request #64 from flagxor/fix_build1 by Brad Nelson · 8 years ago
  18. d9aeded Match change to JSReceiver vs JSObject in v8 repo. by Brad Nelson · 8 years ago
  19. 3b14505 Implement Return. by Ben L. Titzer · 8 years ago
  20. be90aba Merge pull request #63 from weilianglin/master by titzer · 8 years ago
  21. 803c447 loosen the restrict on return value for indirect function call by Weiliang Lin · 8 years ago
  22. d881cba Merge pull request #62 from aseemgarg89/fix_asm_wasm_tests by titzer · 8 years ago
  23. c6c6aec restore loop/break/continue tests in asm-wasm by Aseem Garg · 8 years ago
  24. 9c031c6 Typecheck the condition in br_if. by Ben L. Titzer · 8 years ago
  25. be963d8 Add test for print FFI function. by Ben L. Titzer · 8 years ago
  26. 4b654b4 Merge pull request #59 from weilianglin/master by titzer · 8 years ago
  27. dbde32f Merge pull request #60 from WebAssembly/unreachable by titzer · 8 years ago
  28. cc84083 Support unreachable and make traps into throwing. by Ben L. Titzer · 8 years ago
  29. e6f8af6 Fixed the argument count position for Call Builtin by Weiliang Lin · 8 years ago
  30. 66bc3b5 Merge pull request #58 from WebAssembly/empty_function by titzer · 8 years ago
  31. 443e854 Merge pull request #57 from aseemgarg89/master by titzer · 8 years ago
  32. 5a833b2 Fixes to allow empty functions. by Ben L. Titzer · 8 years ago
  33. aa78ca3 add while, break and continue to asm-to-wasm by Aseem Garg · 8 years ago
  34. 34c4911 Implement Select. by Ben L. Titzer · 8 years ago
  35. 87e62aa Implement BrIf. by Ben L. Titzer · 8 years ago
  36. f9f6139 Merge pull request #55 from flagxor/outer_heap by Brad Nelson · 8 years ago
  37. 1ef1e84 Adding support for using a provided ArrayBuffer as the heap. by Brad Nelson · 8 years ago
  38. fe19e90 Merge pull request #52 from gahaas/BufferedWasmRunner by titzer · 8 years ago
  39. f141b8b Minor changes to the WasmRunner to improve code quality. by Andreas Haas · 8 years ago
  40. b67606c Adjusted the new WasmRunner to the changed codebase. by Andreas Haas · 8 years ago
  41. c8bc3c6 Merge pull request #53 from WebAssembly/stmt_expr by titzer · 8 years ago
  42. a017450 Fix for V8 removal of CallFunctionStub. by Ben L. Titzer · 8 years ago
  43. 05df8a6 Merge branch 'stmt_expr' of https://github.com/WebAssembly/v8-native-prototype into stmt_expr by Ben L. Titzer · 8 years ago
  44. dae21ec fix depth for return for asm-wasm-builder by Aseem Garg · 8 years ago
  45. 3bc6bc3 Fix sig of l_f ops (I64SConvertF32, I64UConvertF32) by Ben Smith · 8 years ago
  46. b9a367b All statements become expressions. by Ben L. Titzer · 8 years ago
  47. e536b0e Merge pull request #50 from aseemgarg89/stmt_expr by titzer · 8 years ago
  48. 01215dd Added tests for the new WasmRunner by Andreas Haas · 8 years ago
  49. 63832bd Rebuilt the WasmRunner to use the WasmFunctionCompiler to compile code. by Andreas Haas · 8 years ago
  50. 603585c fix depth for return for asm-wasm-builder by Aseem Garg · 8 years ago
  51. a8cb5e5 Merge branch 'stmt_expr' of https://github.com/WebAssembly/v8-native-prototype into stmt_expr by Ben L. Titzer · 8 years ago
  52. a84ef18 Fix sig of l_f ops (I64SConvertF32, I64UConvertF32) by Ben Smith · 8 years ago
  53. bfa48bb All statements become expressions. by Ben L. Titzer · 8 years ago
  54. d44c6f6 Fixes for V8 method motion. by Ben L. Titzer · 8 years ago
  55. 0ea09e3 Merge pull request #49 from weilianglin/master by titzer · 8 years ago
  56. 48710d5 Merge pull request #48 from WebAssembly/binji-l_f-sig by titzer · 8 years ago
  57. 0b716ff Use AllocateGlobalsOffsets in WasmModule::Instantiate by Weiliang Lin · 8 years ago
  58. 1d6a6a9 Fix sig of l_f ops (I64SConvertF32, I64UConvertF32) by Ben Smith · 8 years ago
  59. 836339f Merge pull request #47 from flagxor/throw by titzer · 8 years ago
  60. 4d34b1c Throw when asm.js validation fails. by Brad Nelson · 8 years ago
  61. 11e9c65 All statements become expressions. by Ben L. Titzer · 8 years ago
  62. 1077f95 Merge pull request #44 from aseemgarg89/asm_to_wasm by titzer · 8 years ago
  63. 1fffe6e add typing to asm to wasm by Aseem Garg · 9 years ago
  64. de4ddd4 Move test-wasm-encoder.cc to a unittest. by Ben L. Titzer · 8 years ago
  65. 47c8092 Merge pull request #46 from WebAssembly/fix_segment_size_check by titzer · 8 years ago
  66. e1a8a15 Fix segment size check. by Nick Bray · 8 years ago
  67. ed247fc Merge pull request #45 from weilianglin/trace_decode_time by titzer · 8 years ago
  68. 28d3bb4 Trace decode time of LR_WasmDecoder by Weiliang Lin · 9 years ago
  69. d39fb0c Rename decoder.* to ast-decoder.* and move decoding logic from wasm-module.* to module-decoder.* by Ben L. Titzer · 9 years ago
  70. 83e5c34 Merge pull request #43 from WebAssembly/func_ptr by titzer · 9 years ago
  71. c9ad500 Merge pull request #42 from WebAssembly/binji-call-indirect by titzer · 9 years ago
  72. 40a8a7b Fix uninitialized variable in CallIndirect by Ben Smith · 9 years ago
  73. 5f7a782 Merge pull request #35 from gahaas/F64SubTest by titzer · 9 years ago
  74. 1294e36 Merge pull request #38 from WebAssembly/jfbastien-patch-1 by titzer · 9 years ago
  75. bdb87df Ad Contributing.md by JF Bastien · 9 years ago
  76. 7fa211c Fixed a bug in a comment. by ahaas · 9 years ago
  77. 23fc4a9 Removed debugging code. by ahaas · 9 years ago
  78. b351685 Fixed a bug in the implementation of CTZ and added a test. Polished some other tests. by ahaas · 9 years ago
  79. 9554cd6 Implemented the CTZ instruction in the tf-builder. by ahaas · 9 years ago
  80. b3ef18e Merge. by Ben L. Titzer · 9 years ago
  81. abf8174 WIP add signature and indirect function table. by Ben L. Titzer · 9 years ago
  82. cc8e889 Merge pull request #36 from gahaas/ctz32 by titzer · 9 years ago
  83. 30d46a9 Merge and add test case. by Ben L. Titzer · 9 years ago
  84. 47aa915 Fix AST walker. by Ben L. Titzer · 9 years ago
  85. 19fc6e0 Fix AST walker. by Ben L. Titzer · 9 years ago
  86. 08e1c4d WIP add signature and indirect function table. by Ben L. Titzer · 9 years ago
  87. 10cb864 Fix AST walker. by Ben L. Titzer · 9 years ago
  88. 330d174 Fixed a bug in a comment. by ahaas · 9 years ago
  89. ec39e0d Removed debugging code. by ahaas · 9 years ago
  90. d799842 Fixed a bug in the implementation of CTZ and added a test. Polished some other tests. by ahaas · 9 years ago
  91. fbde9cf Implemented the CTZ instruction in the tf-builder. by ahaas · 9 years ago
  92. e2b184f Changed the type of the memory to avoid type casts in the Float64Sub test. by ahaas · 9 years ago
  93. f7695f1 The F64Sub Test does not convert to and from Int32 anymore to use parameters but instead writes and reads parameters to and from memory. by ahaas · 9 years ago
  94. 6bf694c Merge pull request #34 from gahaas/master by titzer · 9 years ago
  95. 39b218c Incorporated titzer's comments by ahaas · 9 years ago
  96. 628e12f renamed PopCnt to Popcnt by ahaas · 9 years ago
  97. 85a5bd8 WIP add signature and indirect function table. by Ben L. Titzer · 9 years ago
  98. da575f6 Reformating. by ahaas · 9 years ago
  99. f64e286 Renamed Popcnt to PopCnt in V8. by ahaas · 9 years ago
  100. fc814dc Forgot to add a break. by ahaas · 9 years ago