2017-01-14 |
utatane.tea@gmail.com | Reserve capacity for StringBuilder in unescape |
blob | commitdiff |
2017-01-13 |
sbarati@apple.com | Add a slice intrinsic to the DFG/FTL |
blob | commitdiff | diff to current |
2017-01-11 |
ryanhaddad@apple.com | Mark es6/typed_arrays_correct_prototype_chains.js as... |
blob | commitdiff | diff to current |
2017-01-11 |
commit-queue@webki... | Unreviewed, rolling out r210052. |
blob | commitdiff | diff to current |
2017-01-10 |
mark.lam@apple.com | Property setters should not be called for bound argumen... |
blob | commitdiff | diff to current |
2017-01-10 |
gskachkov@gmail.com | Calling async arrow function which is in a class's... |
blob | commitdiff | diff to current |
2017-01-09 |
utatane.tea@gmail.com | [JSC] Prototype dynamic-import |
blob | commitdiff | diff to current |
2017-01-09 |
commit-queue@webki... | Unreviewed, rolling out r210476. |
blob | commitdiff | diff to current |
2017-01-07 |
sbarati@apple.com | Add a slice intrinsic to the DFG/FTL |
blob | commitdiff | diff to current |
2017-01-06 |
msaboff@apple.com | @putByValDirect in Array.of and Array.from overwrites... |
blob | commitdiff | diff to current |
2017-01-06 |
fpizlo@apple.com | DeferGC::~DeferGC should be super cheap |
blob | commitdiff | diff to current |
2017-01-05 |
jfbastien@apple.com | WebAssembly: sections with the same name are allowed |
blob | commitdiff | diff to current |
2017-01-04 |
sbarati@apple.com | stress/spread-calling.js timing out on the bots |
blob | commitdiff | diff to current |
2017-01-04 |
jfbastien@apple.com | WebAssembly JS API: add Module.sections |
blob | commitdiff | diff to current |
2017-01-04 |
sbarati@apple.com | We don't properly handle exceptions inside the nativeCa... |
blob | commitdiff | diff to current |
2017-01-03 |
jfbastien@apple.com | WebAssembly JS API: check and test in-call / out-call... |
blob | commitdiff | diff to current |
2017-01-03 |
jfbastien@apple.com | WebAssembly: handle and optimize wasm export → wasm... |
blob | commitdiff | diff to current |
2017-01-03 |
sbarati@apple.com | WebAssembly: Some loads don't take into account the... |
blob | commitdiff | diff to current |
2016-12-29 |
sbarati@apple.com | WebAssembly: Rebase spec-tests now that wabt has been... |
blob | commitdiff | diff to current |
2016-12-29 |
sbarati@apple.com | WebAssembly: Don't allow duplicate export names |
blob | commitdiff | diff to current |
2016-12-29 |
sbarati@apple.com | WebAssembly: Implement grow_memory and current_memory |
blob | commitdiff | diff to current |
2016-12-26 |
utatane.tea@gmail.com | Propagate the source origin as much as possible |
blob | commitdiff | diff to current |
2016-12-24 |
commit-queue@webki... | [test262] Fixing mapped arguments object property test... |
blob | commitdiff | diff to current |
2016-12-23 |
keith_miller@apple.com | WebAssembly: trap on bad division. |
blob | commitdiff | diff to current |
2016-12-23 |
keith_miller@apple.com | WebAssembly: Make spec-tests/f32.wast.js and spec-tests... |
blob | commitdiff | diff to current |
2016-12-23 |
sbarati@apple.com | WebAssembly: Make calling Wasm functions that returns... |
blob | commitdiff | diff to current |
2016-12-22 |
mark.lam@apple.com | De-duplicate finally blocks. |
blob | commitdiff | diff to current |
2016-12-22 |
sbarati@apple.com | WebAssembly: Make the spec-tests/address.wast.js test... |
blob | commitdiff | diff to current |
2016-12-22 |
keith_miller@apple.com | WebAssembly: The validator should not allow unused... |
blob | commitdiff | diff to current |
2016-12-22 |
sbarati@apple.com | WebAssembly: Make the spec-tests/start.wast.js test... |
blob | commitdiff | diff to current |
2016-12-22 |
keith_miller@apple.com | WebAssembly: Fix decode floating point constants in... |
blob | commitdiff | diff to current |
2016-12-22 |
keith_miller@apple.com | WebAssembly: Allow br, br_if, and br_table to act as... |
blob | commitdiff | diff to current |
2016-12-22 |
sbarati@apple.com | WebAssembly: Import spec tests |
blob | commitdiff | diff to current |
2016-12-21 |
keith_miller@apple.com | Unreviewed, mark passing test as passing. |
blob | commitdiff | diff to current |
2016-12-21 |
jfbastien@apple.com | WebAssembly JS API: cleanup & pass VM around to {Compil... |
blob | commitdiff | diff to current |
2016-12-21 |
keith_miller@apple.com | Add support for global |
blob | commitdiff | diff to current |
2016-12-20 |
jfbastien@apple.com | WebAssembly API: implement WebAssembly.LinkError |
blob | commitdiff | diff to current |
2016-12-20 |
jfbastien@apple.com | WebAssembly: unique function signatures |
blob | commitdiff | diff to current |
2016-12-20 |
mark.lam@apple.com | Rolling out r209974 and r209952. They break some websit... |
blob | commitdiff | diff to current |
2016-12-19 |
sbarati@apple.com | WebAssembly: Make running Wasm tests take less time... |
blob | commitdiff | diff to current |
2016-12-19 |
sbarati@apple.com | WebAssembly: Implement the WebAssembly.compile and... |
blob | commitdiff | diff to current |
2016-12-17 |
mark.lam@apple.com | JSTests: |
blob | commitdiff | diff to current |
2016-12-16 |
sbarati@apple.com | WebAssembly: WasmB3IRGenerator should throw exceptions... |
blob | commitdiff | diff to current |
2016-12-16 |
keith_miller@apple.com | i64.eqz should use an Int64 zero |
blob | commitdiff | diff to current |
2016-12-16 |
keith_miller@apple.com | Fix validation of non-void if blocks with no else |
blob | commitdiff | diff to current |
2016-12-16 |
keith_miller@apple.com | Wasm should not create empty unlinked callsites |
blob | commitdiff | diff to current |
2016-12-15 |
jfbastien@apple.com | WebAssembly: improve compilation error messages |
blob | commitdiff | diff to current |
2016-12-15 |
jfbastien@apple.com | JSTests: |
blob | commitdiff | diff to current |
2016-12-15 |
keith_miller@apple.com | Fix 64-bit shift family Wasm opcodes |
blob | commitdiff | diff to current |
2016-12-15 |
keith_miller@apple.com | WebAssembly: test_BuilderJSON.js is broken |
blob | commitdiff | diff to current |
2016-12-15 |
keith_miller@apple.com | Unreviewed, fix test. |
blob | commitdiff | diff to current |
2016-12-15 |
keith_miller@apple.com | Wasm should decode constants correctly |
blob | commitdiff | diff to current |
2016-12-15 |
sbarati@apple.com | WebAssembly: Add various low hanging fruit that will... |
blob | commitdiff | diff to current |
2016-12-15 |
fpizlo@apple.com | DirectTailCall implementation needs to tell the shuffle... |
blob | commitdiff | diff to current |
2016-12-14 |
keith_miller@apple.com | WebAssembly JS API: implement Global |
blob | commitdiff | diff to current |
2016-12-14 |
sbarati@apple.com | WebAssembly: implement the elements section |
blob | commitdiff | diff to current |
2016-12-13 |
sbarati@apple.com | WebAssembly: implement the table section and table... |
blob | commitdiff | diff to current |
2016-12-13 |
commit-queue@webki... | Unreviewed, rolling out r209725. |
blob | commitdiff | diff to current |
2016-12-12 |
msaboff@apple.com | REGRESSION(r209653): speedometer crashes making virtual... |
blob | commitdiff | diff to current |
2016-12-12 |
mark.lam@apple.com | Debug JSC test timeout: stress/string-prototype-replace... |
blob | commitdiff | diff to current |
2016-12-12 |
sbarati@apple.com | We should be able to throw exceptions from Wasm code... |
blob | commitdiff | diff to current |
2016-12-11 |
commit-queue@webki... | Unreviewed, rolling out r209653, r209654, r209663, and |
blob | commitdiff | diff to current |
2016-12-10 |
msaboff@apple.com | REGRESSION(r209653) Crash in CallFrameShuffler::snapshot() |
blob | commitdiff | diff to current |
2016-12-10 |
keith_miller@apple.com | Fix indirect_call if the result type is used. |
blob | commitdiff | diff to current |
2016-12-10 |
utatane.tea@gmail.com | [JSC] Module namespace object behaves like immutable... |
blob | commitdiff | diff to current |
2016-12-10 |
msaboff@apple.com | JSVALUE64: Pass arguments in platform argument register... |
blob | commitdiff | diff to current |
2016-12-10 |
keith_miller@apple.com | Wasm should support call_indirect |
blob | commitdiff | diff to current |
2016-12-10 |
jfbastien@apple.com | WebAssembly: implement data section |
blob | commitdiff | diff to current |
2016-12-10 |
jfbastien@apple.com | WebAssembly JS API: implement start function |
blob | commitdiff | diff to current |
2016-12-09 |
sbarati@apple.com | WebAssembly JS API: implement importing and defining... |
blob | commitdiff | diff to current |
2016-12-09 |
jfbastien@apple.com | WebAssembly: JSC::link* shouldn't need a CodeBlock |
blob | commitdiff | diff to current |
2016-12-09 |
fpizlo@apple.com | Green the cloop bot by raising this threshold. |
blob | commitdiff | diff to current |
2016-12-08 |
jfbastien@apple.com | WebAssembly JS API: wire up Instance imports |
blob | commitdiff | diff to current |
2016-12-08 |
keith_miller@apple.com | Add more missing trivial wasm ops. |
blob | commitdiff | diff to current |
2016-12-07 |
keith_miller@apple.com | Add support for truncation operators |
blob | commitdiff | diff to current |
2016-12-06 |
mark.lam@apple.com | Introduce the concept of Immutable Prototype Exotic... |
blob | commitdiff | diff to current |
2016-12-05 |
caitp@igalia.com | [JSC] report unexpected token when "async" is followed... |
blob | commitdiff | diff to current |
2016-12-05 |
keith_miller@apple.com | Add Wasm i64 to i32 conversion. |
blob | commitdiff | diff to current |
2016-12-04 |
keith_miller@apple.com | Add support for Wasm ctz and popcnt |
blob | commitdiff | diff to current |
2016-12-03 |
jfbastien@apple.com | WebAssembly: update binary format to 0xD version |
blob | commitdiff | diff to current |
2016-12-03 |
keith_miller@apple.com | Add Wasm copysign |
blob | commitdiff | diff to current |
2016-12-03 |
commit-queue@webki... | Unreviewed, rolling out r209298. |
blob | commitdiff | diff to current |
2016-12-03 |
keith_miller@apple.com | Add Wasm copysign |
blob | commitdiff | diff to current |
2016-12-03 |
keith_miller@apple.com | Unreviewed, fix git having a breakdown over trying... |
blob | commitdiff | diff to current |
2016-12-03 |
keith_miller@apple.com | [JSC] add additional bit to JSTokenType bitfield |
blob | commitdiff | diff to current |
2016-12-03 |
caitp@igalia.com | [JSC] add additional bit to JSTokenType bitfield |
blob | commitdiff | diff to current |
2016-12-03 |
cdumez@apple.com | Unreviewed, rolling out r209275 and r209276. |
blob | commitdiff | diff to current |
2016-12-02 |
keith_miller@apple.com | Add Wasm floating point nearest and trunc |
blob | commitdiff | diff to current |
2016-12-02 |
jfbastien@apple.com | WebAssembly: revert patch causing odd breakage |
blob | commitdiff | diff to current |
2016-12-02 |
ryanhaddad@apple.com | Skip flaky test ChakraCore/test/fieldopts/objtypespec... |
blob | commitdiff | diff to current |
2016-12-01 |
keith_miller@apple.com | Add wasm int to floating point opcodes |
blob | commitdiff | diff to current |
2016-12-01 |
ggaren@apple.com | Land a test case for <rdar://problem/27889416> |
blob | commitdiff | diff to current |
2016-12-01 |
pvollan@apple.com | [Win] Skip failing JSC tests. |
blob | commitdiff | diff to current |
2016-12-01 |
jfbastien@apple.com | WebAssembly: update binary format to 0xD version |
blob | commitdiff | diff to current |
2016-12-01 |
jfbastien@apple.com | WebAssembly builder: don't throw when checker not imple... |
blob | commitdiff | diff to current |
2016-11-30 |
jfbastien@apple.com | WebAssembly JS API: improve Instance |
blob | commitdiff | diff to current |
2016-11-30 |
sbarati@apple.com | We should be able optimize the pattern where we spread... |
blob | commitdiff | diff to current |
2016-11-30 |
caitp@igalia.com | [JSC] always wrap AwaitExpression operand in a new... |
blob | commitdiff | diff to current |
2016-11-29 |
keith_miller@apple.com | Add simple way to implement Wasm ops that require more... |
blob | commitdiff | diff to current |
2016-11-21 |
utatane.tea@gmail.com | Crash in com.apple.JavaScriptCore: WTF::ThreadSpecific... |
blob | commitdiff | diff to current |
next |