1. 1d9ddff Merge pull request #109 from gahaas/patch-1 by JF Bastien · 8 years ago master
  2. 122ef0c Add comment that this code has moved into the v8 repo by gahaas · 8 years ago
  3. 1813a67 Merge pull request #105 from aseemgarg89/master by Brad Nelson · 8 years ago
  4. 032faa8 add init function by Aseem Garg · 8 years ago
  5. 5981e06 Merge pull request #104 from gahaas/fix-machine-type by titzer · 8 years ago
  6. 735aff1 code cleanup by Andreas Haas · 8 years ago
  7. 7db6b5d Adjustments due to the changes to MachineType in V8 by Andreas Haas · 8 years ago
  8. f2bc343 Merge pull request #103 from aseemgarg89/master by Brad Nelson · 8 years ago
  9. 91a55a2 fix name param for encoder by Aseem Garg · 8 years ago
  10. ec1e763 Merge pull request #101 from aseemgarg89/master by Brad Nelson · 8 years ago
  11. 559953a Add named functions to encoder and instantiate module created by asm-to-wasm by Aseem Garg · 8 years ago
  12. f45b703 Rename AppendXXX and AddXXX to Emit, to comply more closely to assembler-style methods. by Ben L. Titzer · 8 years ago
  13. ce2369d Factor decoder.h out of ast-decoder.h by Ben L. Titzer · 8 years ago
  14. f813ee3 Pass TFBuilder directly to AST decoder, instead of TFGraph. by Ben L. Titzer · 8 years ago
  15. 6c68312 clang-format src/wasm/* by Ben L. Titzer · 8 years ago
  16. 3148482 Namespace switch for wasm-compiler from {v8::internal::wasm} to {v8::internal::compiler} by Ben L. Titzer · 8 years ago
  17. b685685 Merge wasm-wrapper.cc and wasm-graph-builder.cc into wasm-compiler.cc. by Ben L. Titzer · 8 years ago
  18. 483099f Move CompileFunction() into wasm-wrapper.cc by Ben L. Titzer · 8 years ago
  19. c4d22a2 Rename TFBuilder to WasmGraphBuilder. by Ben L. Titzer · 8 years ago
  20. 7e1ce16 Merge pull request #93 from aseemgarg89/master by Brad Nelson · 8 years ago
  21. 25cfa70 add globals to asm-to-wasm by Aseem Garg · 8 years ago
  22. 19e95bb Merge pull request #98 from gahaas/arm64nativecalls by Brad Nelson · 8 years ago
  23. d8098ea Merge pull request #100 from aseemgarg89/fix_build by Brad Nelson · 8 years ago
  24. 21109bf fix build by Aseem Garg · 8 years ago
  25. 61eb965 Fix type checking of if_else when one arm is unreachable. by Ben L. Titzer · 8 years ago
  26. e985b73 removed debug code by Andreas Haas · 8 years ago
  27. e9b1c0e The WasmCallDescriptor has the UseNativeStack flag now. by Andreas Haas · 8 years ago
  28. aa6fb11 Fix off-by-one bounds check for constant index out of bounds. by Ben L. Titzer · 8 years ago
  29. 2f0fbf7 Merge pull request #90 from WebAssembly/fix_unused_variable by Brad Nelson · 8 years ago
  30. 0e8c995 Fix unused variable warning for release builds. by Nick Bray · 8 years ago
  31. bac4510 Merge pull request #91 from WebAssembly/machine_type by titzer · 8 years ago
  32. 892878b Use MachineType instead of MemType and typedef LocalType to MachineType. by Ben L. Titzer · 8 years ago
  33. 381270f Fixup after src/compiler/machine-type.h moved to src/machine-type.h. by Ben L. Titzer · 8 years ago
  34. 24c683c Make TFBuilder into a proper class with private members. by Ben L. Titzer · 8 years ago
  35. bb502ff Reformat all code according to clang-format style in V8. by Ben L. Titzer · 8 years ago
  36. 14f4026 Rename IfThen to IfElse to match design repository. by Ben L. Titzer · 8 years ago
  37. 3346492 Merge pull request #79 from weilianglin/master by titzer · 8 years ago
  38. 446f100 Avoid redundant verification of function body by jing.bao · 8 years ago
  39. 075f744 Fix creation of CallDescriptor. by Ben L. Titzer · 8 years ago
  40. b440dae Rename ResizeMemL to GrowMemory and remove ResizeMemH. by Ben L. Titzer · 8 years ago
  41. 407981c Merge pull request #89 from gahaas/fixfloat32sub by titzer · 8 years ago
  42. 436dd86 Fix tableswitch tables that break out of the same tableswitch. by Ben L. Titzer · 8 years ago
  43. cc7fa32 Fix variadic macro. by Ben L. Titzer · 8 years ago
  44. b6fdfe1 Run_WasmCall_Float32Sub uses float32 parameters instead of converted int32 parameter by Andreas Haas · 8 years ago
  45. 036faff Fix verification of function calls by jing.bao · 8 years ago
  46. 04b796b Fix error handling when verify_functions is on by jing.bao · 8 years ago
  47. 740c825 Add SupportedMachineOperatorFlags to MachineOperatorBuilder by jing.bao · 8 years ago
  48. 60791e8 Merge pull request #85 from aseemgarg89/globals by Brad Nelson · 8 years ago
  49. 2c1e543 add globals to encoder by Aseem Garg · 8 years ago
  50. 8729825 Merge pull request #78 from aseemgarg89/RestoreReturn by Brad Nelson · 8 years ago
  51. 92f6763 Use return in asm-to-wasm and remove block scope for function body by Aseem Garg · 8 years ago
  52. bf1d568 Merge pull request #74 from aseemgarg89/master by Brad Nelson · 8 years ago
  53. 07eb0aa Add mod to asm to wasm by Aseem Garg · 8 years ago
  54. 1277ffa remove simple type coercion statements by Aseem Garg · 8 years ago
  55. 008bf78 add typecast functions to asm-to-wasm by Aseem Garg · 8 years ago
  56. a40b793 Merge pull request #87 from WebAssembly/load_store_throws by Brad Nelson · 8 years ago
  57. 2bd61d0 Merge pull request #86 from flagxor/drop_small_ints by Brad Nelson · 8 years ago
  58. e8a8a00 Initialize asm_js field correctly. by Ben L. Titzer · 8 years ago
  59. db0bf5d Merge branch 'master' into load_store_throws by Ben L. Titzer · 8 years ago
  60. 8adff7a Fix effect chains with multiple traps of the same type. by Ben L. Titzer · 8 years ago
  61. 173094a Fix graph building for unreachable loads and stores. by Ben L. Titzer · 8 years ago
  62. a60b697 Drop integer variants no longer emitted by the typer. by Brad Nelson · 8 years ago
  63. 01963a8 Merge pull request #56 from flagxor/memory_ops by Brad Nelson · 8 years ago
  64. 300e167 Fix out of bounds memory test. by Ben L. Titzer · 8 years ago
  65. 38677e6 Merge branch 'master' into load_store_throws by Ben L. Titzer · 8 years ago
  66. 354ce85 Merge pull request #84 from gahaas/copysign by titzer · 8 years ago
  67. 6eea79f Forgot to adjust a unit test by Andreas Haas · 8 years ago
  68. 138b400 Make F64CopySign work on 32bit systems. by Andreas Haas · 8 years ago
  69. 688c9ee wasm-opcodes.cc reflects the new supported opcodes now. by Andreas Haas · 8 years ago
  70. c2e6317 Implemented the F32CopySign and F64CopySign instruction. by Andreas Haas · 8 years ago
  71. f8dacea Merge pull request #83 from gahaas/f32rounding by titzer · 8 years ago
  72. 3793a7c Marked the right instructions as supported now. by Andreas Haas · 8 years ago
  73. 2213e0f Make WASM GYP suitable for cross-compiles. by Ben L. Titzer · 8 years ago
  74. 87377dd wasm-opcodes.cc reflects the new supported opcodes now. by Andreas Haas · 8 years ago
  75. 490e3e6 Implemented new wasm instructions: f32floor, f32ceil, f32trunc, f32nearestint, f32min, f32max, f64min, f64max, f32sconverti64, f32uconverti64, f64sconverti64 f64uconverti64 by Andreas Haas · 8 years ago
  76. b8d4aae Merge with master. by Ben L. Titzer · 8 years ago
  77. 17323bd Merge pull request #82 from WebAssembly/trap_divzero by titzer · 8 years ago
  78. 8e938bf Fixup the trap conditions for indirect calls. by Ben L. Titzer · 8 years ago
  79. be1a577 Merge branch 'master' into trap_divzero by Ben L. Titzer · 8 years ago
  80. 87280fd Fixup after AST moved. by Ben L. Titzer · 8 years ago
  81. 63d41b7 Refactor trap code and trap on divide by zero. by Ben L. Titzer · 8 years ago
  82. 94a90de Merge branch 'master' into load_store_throws by Ben L. Titzer · 8 years ago
  83. fca1c56 Merge pull request #81 from WebAssembly/robustify_stack_walking by titzer · 8 years ago
  84. 05df17c Resolve conflicts. by Ben L. Titzer · 8 years ago
  85. 8448a41 I-cache flushing is now done by the assembler. by Ben L. Titzer · 8 years ago
  86. 76165bd Merge pull request #80 from WebAssembly/break_tests by titzer · 8 years ago
  87. 8732630 Add more tests for breaks. by Ben L. Titzer · 8 years ago
  88. 5b41872 Add is_constructor=false to creation of SharedFunctionInfo. by Ben L. Titzer · 8 years ago
  89. c2f00f8 Robustify stack walking and add more tests. by Ben L. Titzer · 8 years ago
  90. 731bd45 Merge with master. (factor constants out of mjsunit files) by Ben L. Titzer · 8 years ago
  91. c22bc1b Merge pull request #77 from flagxor/drop_mem1 by titzer · 8 years ago
  92. 1e32bfc Adding heap access to asm->wasm builder. by Brad Nelson · 8 years ago
  93. 26a781e Dropping opcodes now handled on ia32. by Brad Nelson · 8 years ago
  94. b252fd5 Merge pull request #76 from WebAssembly/factor_constants by titzer · 8 years ago
  95. 137fb93 Factor WASM-related constants out of all mjsunit files. by Ben L. Titzer · 8 years ago
  96. 5e33585 Out of bounds memory accesses throw an exception. by Ben L. Titzer · 8 years ago
  97. 7581d42 Merge pull request #75 from WebAssembly/unreachable_code2 by titzer · 8 years ago
  98. 1508396 Handle unreachable code gracefully in ast-decoder. by Ben L. Titzer · 8 years ago
  99. 627c309 Fix addition of new_target to JS calls. by Ben L. Titzer · 8 years ago
  100. 89eeffd Merge pull request #71 from aseemgarg89/master by Brad Nelson · 8 years ago