2015-09-17 |
commit-queue@webki... | Save and restore callee save registers in WebAssembly |
blob | commitdiff |
2015-09-17 |
commit-queue@webki... | Implement indirect calls in WebAssembly |
blob | commitdiff | diff to current |
2015-09-17 |
commit-queue@webki... | Fix 32-bit build issues in WebAssembly |
blob | commitdiff | diff to current |
2015-09-17 |
ggaren@apple.com | JavaScriptCore should discard baseline code after some... |
blob | commitdiff | diff to current |
2015-09-17 |
ggaren@apple.com | Remove obsolete code for deleting CodeBlocks |
blob | commitdiff | diff to current |
2015-09-16 |
msaboff@apple.com | [ES6] Implement tail calls in the LLInt and Baseline JIT |
blob | commitdiff | diff to current |
2015-09-16 |
msaboff@apple.com | Rollout r189774 and 189818. |
blob | commitdiff | diff to current |
2015-09-16 |
commit-queue@webki... | Implement imported global variables in WebAssembly |
blob | commitdiff | diff to current |
2015-09-16 |
commit-queue@webki... | Fix asm.js errors in WebAssembly tests |
blob | commitdiff | diff to current |
2015-09-16 |
rniwa@webkit.org | Add ShadowRoot interface and Element.prototype.attachShadow |
blob | commitdiff | diff to current |
2015-09-16 |
commit-queue@webki... | Web Inspector: Paused Debugger prevents page reload |
blob | commitdiff | diff to current |
2015-09-15 |
commit-queue@webki... | Implement calls to JavaScript functions in WebAssembly |
blob | commitdiff | diff to current |
2015-09-15 |
ossy@webkit.org | Fix the !ENABLE(DFG_JIT) build after r188696 |
blob | commitdiff | diff to current |
2015-09-15 |
commit-queue@webki... | functions that use try/catch will allocate a top level... |
blob | commitdiff | diff to current |
2015-09-15 |
msaboff@apple.com | REGRESSION(r189774): CLoop doesn't build after r189774 |
blob | commitdiff | diff to current |
2015-09-15 |
commit-queue@webki... | [INTL] Implement supportedLocalesOf on Intl Constructors |
blob | commitdiff | diff to current |
2015-09-15 |
commit-queue@webki... | rename callFrameForThrow to callFrameForCatch |
blob | commitdiff | diff to current |
2015-09-15 |
msaboff@apple.com | [ES6] Implement tail calls in the LLInt and Baseline JIT |
blob | commitdiff | diff to current |
2015-09-15 |
fpizlo@apple.com | LLInt get/put inline caches shouldn't use tons of opcodes |
blob | commitdiff | diff to current |
2015-09-14 |
commit-queue@webki... | Unreviewed, rolling out r189751, r189752, and r189754. |
blob | commitdiff | diff to current |
2015-09-14 |
fpizlo@apple.com | Unreviewed, really fix non-x86 LLInt build without... |
blob | commitdiff | diff to current |
2015-09-14 |
fpizlo@apple.com | Unreviewed, fix non-x86 LLInt build. |
blob | commitdiff | diff to current |
2015-09-14 |
fpizlo@apple.com | LLInt get/put inline caches shouldn't use tons of opcodes |
blob | commitdiff | diff to current |
2015-09-14 |
achristensen@apple.com | Progress towards CMake on Mac. |
blob | commitdiff | diff to current |
2015-09-14 |
utatane.tea@gmail.com | [ES6] Cache the resolution result in JSModuleRecord |
blob | commitdiff | diff to current |
2015-09-14 |
commit-queue@webki... | Implement the arithmetic instructions for floats in... |
blob | commitdiff | diff to current |
2015-09-14 |
ggaren@apple.com | Eden GC should not try to jettison old CodeBlocks in... |
blob | commitdiff | diff to current |
2015-09-12 |
fpizlo@apple.com | REGRESSION(r189585): run-perf-tests Speedometer fails... |
blob | commitdiff | diff to current |
2015-09-12 |
commit-queue@webki... | Implement the relational instructions for floats in... |
blob | commitdiff | diff to current |
2015-09-12 |
commit-queue@webki... | AX: ARIA 1.1 @aria-current |
blob | commitdiff | diff to current |
2015-09-11 |
commit-queue@webki... | Add initial support for floats in WebAsssembly |
blob | commitdiff | diff to current |
2015-09-11 |
ggaren@apple.com | 2015-09-11 Geoffrey Garen <ggaren@apple.com> |
blob | commitdiff | diff to current |
2015-09-11 |
ossy@webkit.org | [EFL] Fix WASM build |
blob | commitdiff | diff to current |
2015-09-11 |
ggaren@apple.com | JavaScriptCore should discard optimized code after... |
blob | commitdiff | diff to current |
2015-09-11 |
akling@apple.com | [JSC] Weak should only accept cell pointees. |
blob | commitdiff | diff to current |
2015-09-11 |
commit-queue@webki... | Implement switch statements in WebAssembly |
blob | commitdiff | diff to current |
2015-09-10 |
fpizlo@apple.com | Structure should be able to tell you if it had ever... |
blob | commitdiff | diff to current |
2015-09-10 |
utatane.tea@gmail.com | Unreviewed, fix Windows file loading in JSC shell after... |
blob | commitdiff | diff to current |
2015-09-10 |
msaboff@apple.com | REGRESSION(r189575): Appears to break ARM64 linux builds |
blob | commitdiff | diff to current |
2015-09-10 |
fpizlo@apple.com | There should be one stub hanging off an inline cache... |
blob | commitdiff | diff to current |
2015-09-10 |
ggaren@apple.com | CodeBlock::codeType() doesn't need to compute anything |
blob | commitdiff | diff to current |
2015-09-10 |
commit-queue@webki... | Implement global variables in WebAssembly |
blob | commitdiff | diff to current |
2015-09-10 |
utatane.tea@gmail.com | Consider long module path name case in Windows |
blob | commitdiff | diff to current |
2015-09-10 |
commit-queue@webki... | Convert arguments to WebAssembly functions to the decla... |
blob | commitdiff | diff to current |
2015-09-10 |
utatane.tea@gmail.com | JSInternalPromiseDeferred should inherit JSPromiseDeferred |
blob | commitdiff | diff to current |
2015-09-10 |
msaboff@apple.com | Add support for Callee-Saves registers |
blob | commitdiff | diff to current |
2015-09-10 |
utatane.tea@gmail.com | ModuleProgramExecutable should provide CodeBlock to... |
blob | commitdiff | diff to current |
2015-09-10 |
commit-queue@webki... | Implement internal calls in WebAssembly |
blob | commitdiff | diff to current |
2015-09-10 |
cdumez@apple.com | Unreviewed, rolling out r189522. |
blob | commitdiff | diff to current |
2015-09-09 |
ggaren@apple.com | 2015-09-09 Geoffrey Garen <ggaren@apple.com> |
blob | commitdiff | diff to current |
2015-09-09 |
ggaren@apple.com | CodeBlocks should strongly visit their OSR exit targets |
blob | commitdiff | diff to current |
2015-09-09 |
ggaren@apple.com | 2015-09-09 Geoffrey Garen <ggaren@apple.com> |
blob | commitdiff | diff to current |
2015-09-09 |
commit-queue@webki... | Implement the relational instructions for doubles in... |
blob | commitdiff | diff to current |
2015-09-09 |
saambarati1@gmail.com | DFG should have a debugging option that runs a phase... |
blob | commitdiff | diff to current |
2015-09-09 |
commit-queue@webki... | Refactor the test for the arithmetic instructions in... |
blob | commitdiff | diff to current |
2015-09-09 |
benjamin@webkit.org | [JSC] reduce the amount of memory access needed for... |
blob | commitdiff | diff to current |
2015-09-09 |
mmaxfield@apple.com | Prospective build fix after r189517 |
blob | commitdiff | diff to current |
2015-09-09 |
utatane.tea@gmail.com | Source/JavaScriptCore: |
blob | commitdiff | diff to current |
2015-09-09 |
commit-queue@webki... | Unreviewed, rolling out r189516. |
blob | commitdiff | diff to current |
2015-09-09 |
commit-queue@webki... | Remove unused DFG::dfgConvertJSValueToInt32() |
blob | commitdiff | diff to current |
2015-09-09 |
commit-queue@webki... | Function.prototype.bind: Bound functions must use the... |
blob | commitdiff | diff to current |
2015-09-09 |
mark.lam@apple.com | Fixed a bad comment r189517. |
blob | commitdiff | diff to current |
2015-09-09 |
ggaren@apple.com | InlineCallFrames shouldn't be strongly marked by CodeBlock |
blob | commitdiff | diff to current |
2015-09-09 |
mark.lam@apple.com | GC stack scan should include ABI red zone. |
blob | commitdiff | diff to current |
2015-09-09 |
ggaren@apple.com | GC should be able to discover new strong CodeBlock... |
blob | commitdiff | diff to current |
2015-09-08 |
akling@apple.com | [JSC] Remove unused Heap::getConservativeRegisterRoots(). |
blob | commitdiff | diff to current |
2015-09-08 |
commit-queue@webki... | Implement control flow statements in WebAssembly |
blob | commitdiff | diff to current |
2015-09-08 |
peavo@outlook.com | [Win] Compile errors in inspector code. |
blob | commitdiff | diff to current |
2015-09-08 |
utatane.tea@gmail.com | [ES6] Implement computed accessors |
blob | commitdiff | diff to current |
2015-09-08 |
commit-queue@webki... | baseline JIT should emit better code for UnresolvedProp... |
blob | commitdiff | diff to current |
2015-09-08 |
commit-queue@webki... | Implement all the arithmetic and logical instructions... |
blob | commitdiff | diff to current |
2015-09-08 |
fpizlo@apple.com | Unreviewed, fix debug by removing an assertion that... |
blob | commitdiff | diff to current |
2015-09-08 |
commit-queue@webki... | Add initial support for doubles in WebAssembly |
blob | commitdiff | diff to current |
2015-09-08 |
fpizlo@apple.com | CallLinkInfo inside StructureStubInfo should not use... |
blob | commitdiff | diff to current |
2015-09-08 |
fpizlo@apple.com | The put_by_id IC store barrier contract should benefit... |
blob | commitdiff | diff to current |
2015-09-07 |
achristensen@apple.com | Windows non-cygwin build fix after r189333. |
blob | commitdiff | diff to current |
2015-09-07 |
mark.lam@apple.com | Gardening: fix broken Windows build after r189454. |
blob | commitdiff | diff to current |
2015-09-07 |
commit-queue@webki... | Implement the relational instructions in WebAssembly |
blob | commitdiff | diff to current |
2015-09-07 |
mark.lam@apple.com | StackOverflow stack unwinding should stop at native... |
blob | commitdiff | diff to current |
2015-09-07 |
utatane.tea@gmail.com | Unreviewed, disable module tests in Windows until name... |
blob | commitdiff | diff to current |
2015-09-06 |
commit-queue@webki... | Simplify JIT::emit_op_mod() |
blob | commitdiff | diff to current |
2015-09-06 |
mark.lam@apple.com | Fix JSDollarVMPrototype after r189160. |
blob | commitdiff | diff to current |
2015-09-05 |
utatane.tea@gmail.com | Unreviewed, fix the module name resolution in Windows |
blob | commitdiff | diff to current |
2015-09-05 |
bburg@apple.com | Web Inspector: tighten up lifetimes for Agent-owned... |
blob | commitdiff | diff to current |
2015-09-05 |
bburg@apple.com | Web Inspector: agents should send messages through... |
blob | commitdiff | diff to current |
2015-09-05 |
utatane.tea@gmail.com | [ES6] Enable ES6 Module in JSC shell by default |
blob | commitdiff | diff to current |
2015-09-05 |
utatane.tea@gmail.com | [ES6] Implement ModuleNamespaceObject |
blob | commitdiff | diff to current |
2015-09-05 |
mark.lam@apple.com | Rollout r189411, r189413: Broke JSC tests. |
blob | commitdiff | diff to current |
2015-09-05 |
commit-queue@webki... | Web Inspector: Test Runtime.saveResult and $n values |
blob | commitdiff | diff to current |
2015-09-05 |
mark.lam@apple.com | [Follow up] StackOverflow stack unwinding should stop... |
blob | commitdiff | diff to current |
2015-09-05 |
mark.lam@apple.com | StackOverflow stack unwinding should stop at native... |
blob | commitdiff | diff to current |
2015-09-05 |
commit-queue@webki... | Implement the division and modulo instructions in WebAs... |
blob | commitdiff | diff to current |
2015-09-04 |
basile_clement@app... | Fix debug output for an eval call |
blob | commitdiff | diff to current |
2015-09-04 |
commit-queue@webki... | Implement the signed division instruction in WebAssembly |
blob | commitdiff | diff to current |
2015-09-04 |
commit-queue@webki... | Implement the GetLocal and SetLocal instructions in... |
blob | commitdiff | diff to current |
2015-09-04 |
basile_clement@app... | Unreviewed, add missing copyright to file from r189336 |
blob | commitdiff | diff to current |
2015-09-04 |
bburg@apple.com | Web Inspector: InspectorController should support multi... |
blob | commitdiff | diff to current |
2015-09-04 |
commit-queue@webki... | Web Inspector: Expand Console domain test coverage |
blob | commitdiff | diff to current |
2015-09-04 |
commit-queue@webki... | Web Inspector: Test RuntimeAgent.parse, detecting if... |
blob | commitdiff | diff to current |
2015-09-04 |
basile_clement@app... | Get rid of FTLValueFormat |
blob | commitdiff | diff to current |
next |