2016-01-27 |
benjamin@webkit.org | [JSC] When lowering B3 to Air, preferRightForResult... |
tree | commitdiff |
2016-01-27 |
fpizlo@apple.com | Tail duplication should break critical edges first |
tree | commitdiff |
2016-01-27 |
joepeck@webkit.org | Generalize ResourceUsageData gathering to be used outsi... |
tree | commitdiff |
2016-01-27 |
ossy@webkit.org | [B3] Fix control reaches end of non-void function GCC... |
tree | commitdiff |
2016-01-27 |
sbarati@apple.com | testb3 and testAir should be compiled under -O0 |
tree | commitdiff |
2016-01-27 |
fpizlo@apple.com | B3's integer range analysis should know that Mul'ing... |
tree | commitdiff |
2016-01-26 |
fpizlo@apple.com | It should be possible to disable FTL for a range like... |
tree | commitdiff |
2016-01-26 |
fpizlo@apple.com | Shifts by an amount computed using BitAnd with a mask... |
tree | commitdiff |
2016-01-26 |
fpizlo@apple.com | The thing that B3 uses to describe a stack slot should... |
tree | commitdiff |
2016-01-26 |
benjamin@webkit.org | Remove a useless #include |
tree | commitdiff |
2016-01-26 |
achristensen@apple.com | [Win] Fix clean build after r195545. |
tree | commitdiff |
2016-01-26 |
fpizlo@apple.com | FTLB3Output should maintain good block order like the... |
tree | commitdiff |
2016-01-26 |
commit-queue@webki... | [ES6] Arrow function syntax. Arrow function specific... |
tree | commitdiff |
2016-01-26 |
commit-queue@webki... | [JSC] We should never use x18 on iOS ARM64 |
tree | commitdiff |
2016-01-26 |
commit-queue@webki... | Unreviewed, rolling out r195550. |
tree | commitdiff |
2016-01-26 |
akling@apple.com | MarkedSpace should have more precise allocators. |
tree | commitdiff |
2016-01-25 |
fpizlo@apple.com | Fix the comment about FTL_USES_B3. |
tree | commitdiff |
2016-01-25 |
fpizlo@apple.com | Switch FTL to B3 on X86_64/Mac |
tree | commitdiff |
2016-01-25 |
akling@apple.com | Restore CodeBlock jettison code Geoff accidentally... |
tree | commitdiff |
2016-01-25 |
fpizlo@apple.com | mandreel should run just as fast in FTL B3 as FTL LLVM |
tree | commitdiff |
2016-01-25 |
achristensen@apple.com | [Win] Copy forwarding headers before building a project |
tree | commitdiff |
2016-01-25 |
akling@apple.com | Reduce number of Structures created at startup. |
tree | commitdiff |
2016-01-23 |
fpizlo@apple.com | B3 should strength-reduce division by a constant |
tree | commitdiff |
2016-01-23 |
sbarati@apple.com | genericUnwind might overflow the instructions() vector... |
tree | commitdiff |
2016-01-22 |
mark.lam@apple.com | We should OSR exit with Int52Overflow when we fail... |
tree | commitdiff |
2016-01-22 |
sbarati@apple.com | Current implementation of Parser::createSavePoint is... |
tree | commitdiff |
2016-01-22 |
keith_miller@apple.com | Unreviewed. fnormal => normal. |
tree | commitdiff |
2016-01-22 |
keith_miller@apple.com | Unreviewed. Forgot to git stash pop some of the changes. |
tree | commitdiff |
2016-01-22 |
keith_miller@apple.com | Unreviewed. Mark es6 tests as passing. |
tree | commitdiff |
2016-01-22 |
sbarati@apple.com | op_profile_type 32-bit LLInt implementation has a bug |
tree | commitdiff |
2016-01-22 |
fpizlo@apple.com | B3 should reduce obvious forms of Shl(SShr) |
tree | commitdiff |
2016-01-22 |
achristensen@apple.com | Fix internal Windows build |
tree | commitdiff |
2016-01-22 |
keith_miller@apple.com | Equivalence PropertyCondition needs to check the offset... |
tree | commitdiff |
2016-01-22 |
keith_miller@apple.com | [ES6] Add Symbol.species properties to the relevant... |
tree | commitdiff |
2016-01-22 |
benjamin@webkit.org | [JSC] The IRC allocator can mess up the degree of Tmps... |
tree | commitdiff |
2016-01-22 |
akling@apple.com | Add some missing WTF_MAKE_FAST_ALLOCATED in JavaScriptCore. |
tree | commitdiff |
2016-01-22 |
utatane.tea@gmail.com | [ES6] Catch parameter should accept BindingPattern |
tree | commitdiff |
2016-01-22 |
fpizlo@apple.com | Unreviewed, fix build. |
tree | commitdiff |
2016-01-22 |
fpizlo@apple.com | B3 CSE should be able to match a full redundancy even... |
tree | commitdiff |
2016-01-22 |
fpizlo@apple.com | Air should know that CeilDouble has the partial registe... |
tree | commitdiff |
2016-01-22 |
commit-queue@webki... | [INTL] Implement Array.prototype.toLocaleString in... |
tree | commitdiff |
2016-01-21 |
peavo@outlook.com | [B3][Win64] Compile fixes. |
tree | commitdiff |
2016-01-21 |
benjamin@webkit.org | [JSC] foldPathConstants() makes invalid assumptions... |
tree | commitdiff |
2016-01-21 |
fpizlo@apple.com | Unreviewed, undo DFGCommon.h change that accidentally... |
tree | commitdiff |
2016-01-21 |
fpizlo@apple.com | Move32 should have an Imm, Tmp form |
tree | commitdiff |
2016-01-21 |
fpizlo@apple.com | B3 should have load elimination |
tree | commitdiff |
2016-01-21 |
keith_miller@apple.com | Fix bug in TypedArray.prototype.set and add tests |
tree | commitdiff |
2016-01-21 |
adachan@apple.com | Make it possible to enable VIDEO_PRESENTATION_MODE... |
tree | commitdiff |
2016-01-21 |
peavo@outlook.com | [B3][CMake] Add missing source file. |
tree | commitdiff |
2016-01-21 |
commit-queue@webki... | Unreviewed, rolling out r195375. |
tree | commitdiff |
2016-01-21 |
fpizlo@apple.com | B3 should have basic path specialization |
tree | commitdiff |
2016-01-20 |
commit-queue@webki... | [JSC] Fix a typo in the Air definition of CeilDouble... |
tree | commitdiff |
2016-01-20 |
benjamin@webkit.org | [JSC] The register allocator can use a dangling pointer... |
tree | commitdiff |
2016-01-20 |
sbarati@apple.com | Fix CLoop build after bug https://bugs.webkit.org/show_... |
tree | commitdiff |
2016-01-20 |
commit-queue@webki... | [INTL] Implement Date.prototype.toLocaleTimeString... |
tree | commitdiff |
2016-01-20 |
sbarati@apple.com | Web Inspector: Hook the sampling profiler into the... |
tree | commitdiff |
2016-01-20 |
keith_miller@apple.com | TypedArray's .buffer does not return the JSArrayBuffer... |
tree | commitdiff |
2016-01-20 |
akling@apple.com | Pack RegisterAtOffset harder. |
tree | commitdiff |
2016-01-20 |
peavo@outlook.com | [B3][Win64] Compile fix. |
tree | commitdiff |
2016-01-20 |
keith_miller@apple.com | [ES6] Fix various issues with TypedArrays. |
tree | commitdiff |
2016-01-20 |
bshafiei@apple.com | Versioning. |
tree | commitdiff |
2016-01-20 |
commit-queue@webki... | [INTL] Implement Date.prototype.toLocaleDateString... |
tree | commitdiff |
2016-01-19 |
commit-queue@webki... | [JSC] fixSpillSlotZDef() crashes on ARM64 |
tree | commitdiff |
2016-01-19 |
enrica@apple.com | Add support for DataDetectors in WK (iOS). |
tree | commitdiff |
2016-01-19 |
peavo@outlook.com | [B3][Win64] Compile and warning fixes. |
tree | commitdiff |
2016-01-19 |
ossy@webkit.org | [cmake] Fix the B3 build after r195159 |
tree | commitdiff |
2016-01-19 |
commit-queue@webki... | Unreviewed, rolling out r195300. |
tree | commitdiff |
2016-01-19 |
fpizlo@apple.com | Reconsider B3's constant motion policy |
tree | commitdiff |
2016-01-19 |
enrica@apple.com | Add support for DataDetectors in WK (iOS). |
tree | commitdiff |
2016-01-19 |
fpizlo@apple.com | FTL B3 should be just as fast as FTL LLVM on Octane... |
tree | commitdiff |
2016-01-19 |
fpizlo@apple.com | Unreviewed, undo unintended commit. |
tree | commitdiff |
2016-01-19 |
fpizlo@apple.com | Fix Air shuffling assertions |
tree | commitdiff |
2016-01-19 |
commit-queue@webki... | [mips] Logical instructions allow immediates in range... |
tree | commitdiff |
2016-01-19 |
sbarati@apple.com | assertions in BytecodeUseDef.h about opcode length... |
tree | commitdiff |
2016-01-18 |
sbarati@apple.com | FTL doesn't do proper spilling for exception handling... |
tree | commitdiff |
2016-01-18 |
commit-queue@webki... | [MIPS] LLInt: fix calculation of Global Offset Table |
tree | commitdiff |
2016-01-18 |
ossy@webkit.org | REGRESSION(r194601): Fix the jsc timeout option of... |
tree | commitdiff |
2016-01-18 |
ossy@webkit.org | [cmake] Add testair to the build system |
tree | commitdiff |
2016-01-17 |
commit-queue@webki... | Ensure that CF_AVAILABLE is undefined when building... |
tree | commitdiff |
2016-01-17 |
julien.brianceau... | [mips] Fix regT2 and regT3 trampling in MacroAssembler |
tree | commitdiff |
2016-01-17 |
commit-queue@webki... | [ES6] Arrow function syntax. Arrow function should... |
tree | commitdiff |
2016-01-16 |
commit-queue@webki... | [JSC] Legalize Memory Offsets for ARM64 before lowering... |
tree | commitdiff |
2016-01-15 |
achristensen@apple.com | Fix internal Windows build |
tree | commitdiff |
2016-01-15 |
peavo@outlook.com | [B3][Win64] Compile fixes. |
tree | commitdiff |
2016-01-15 |
fpizlo@apple.com | Air needs a Shuffle instruction |
tree | commitdiff |
2016-01-15 |
commit-queue@webki... | [INTL] Implement Date.prototype.toLocaleString in ECMA-402 |
tree | commitdiff |
2016-01-15 |
commit-queue@webki... | [mips] Implemented emitFunctionPrologue/Epilogue |
tree | commitdiff |
2016-01-15 |
commit-queue@webki... | Unreviewed, rolling out r195084. |
tree | commitdiff |
2016-01-15 |
julien.brianceau... | [mips] Add countLeadingZeros32 implementation in macro... |
tree | commitdiff |
2016-01-15 |
fpizlo@apple.com | Air needs a Shuffle instruction |
tree | commitdiff |
2016-01-14 |
keith_miller@apple.com | Unreviewed mark passing es6 tests as no longer failing. |
tree | commitdiff |
2016-01-14 |
keith_miller@apple.com | [ES6] Support subclassing Function. |
tree | commitdiff |
2016-01-14 |
carlosgc@webkit.org | [CMake] Do not use LLVM static libraries for FTL JIT |
tree | commitdiff |
2016-01-14 |
sbarati@apple.com | NativeExecutable should have a name field |
tree | commitdiff |
2016-01-13 |
keith_miller@apple.com | [ES6] Support subclassing the String builtin object |
tree | commitdiff |
2016-01-13 |
mark.lam@apple.com | The StringFromCharCode DFG intrinsic should support... |
tree | commitdiff |
2016-01-13 |
mark.lam@apple.com | Use DFG Graph::binary/unaryArithShouldSpeculateInt32... |
tree | commitdiff |
2016-01-13 |
commit-queue@webki... | Web Inspector: Inspector should use the last sourceURL... |
tree | commitdiff |
2016-01-13 |
cdumez@apple.com | Unreviewed, rolling out r194969. |
tree | commitdiff |
2016-01-13 |
commit-queue@webki... | [JSC] Legalize Memory Offsets for ARM64 before lowering... |
tree | commitdiff |
next |