2016-04-05 |
fpizlo@apple.com | Unreviewed, fix cloop some more.
|
commit | commitdiff | tree |
2016-04-05 |
fpizlo@apple.com | Unreviewed, fix cloop.
|
commit | commitdiff | tree |
2016-04-05 |
fpizlo@apple.com | JSC should use a shadow stack version of CHICKEN so...
|
commit | commitdiff | tree |
2016-04-05 |
fpizlo@apple.com | Source/JavaScriptCore:
|
commit | commitdiff | tree |
2016-04-05 |
fpizlo@apple.com | PolymorphicAccess should have a MegamorphicLoad case
|
commit | commitdiff | tree |
2016-03-18 |
fpizlo@apple.com | Replace all of the various non-working and non-compiling...
|
commit | commitdiff | tree |
2016-03-17 |
fpizlo@apple.com | Silence leaks in ParkingLot
|
commit | commitdiff | tree |
2016-03-16 |
fpizlo@apple.com | ASSERTION FAILED: !edge->isPhantomAllocation() in regress...
|
commit | commitdiff | tree |
2016-03-15 |
fpizlo@apple.com | Remove the Baker barrier from JSC
|
commit | commitdiff | tree |
2016-03-14 |
fpizlo@apple.com | REGRESSION(r194394): >2x slow-down on CDjs
|
commit | commitdiff | tree |
2016-03-09 |
fpizlo@apple.com | Remove failing assertion. There are strings that claim...
|
commit | commitdiff | tree |
2016-03-09 |
fpizlo@apple.com | DFG should be able to constant-fold strings
|
commit | commitdiff | tree |
2016-03-08 |
fpizlo@apple.com | Regexp matching should incur less call overhead
|
commit | commitdiff | tree |
2016-03-08 |
fpizlo@apple.com | Reduce the number of instructions needed to record...
|
commit | commitdiff | tree |
2016-03-08 |
fpizlo@apple.com | createRegExpMatchesArray should allocate substrings...
|
commit | commitdiff | tree |
2016-03-08 |
fpizlo@apple.com | RegExp.prototype.exec() should call into Yarr at most...
|
commit | commitdiff | tree |
2016-03-07 |
fpizlo@apple.com | Unreviewed, fix build. This was a messed up merge.
|
commit | commitdiff | tree |
2016-03-07 |
fpizlo@apple.com | DFG should know how to speculate StringOrOther
|
commit | commitdiff | tree |
2016-03-06 |
fpizlo@apple.com | RegExpMatchesArray doesn't know how to have a bad time
|
commit | commitdiff | tree |
2016-03-06 |
fpizlo@apple.com | The most aggressive form of RegExpTest/RegExpExec should...
|
commit | commitdiff | tree |
2016-03-04 |
fpizlo@apple.com | DFG/FTL should inline accesses to RegExpObject::m_lastIndex
|
commit | commitdiff | tree |
2016-03-04 |
fpizlo@apple.com | Unreviewed, remove test with flaky timeout that doesn...
|
commit | commitdiff | tree |
2016-03-04 |
fpizlo@apple.com | Octane/regexp's Exec function should benefit from array...
|
commit | commitdiff | tree |
2016-03-03 |
fpizlo@apple.com | DFG should be able to compile StringReplace
|
commit | commitdiff | tree |
2016-03-03 |
fpizlo@apple.com | RegExpExec/RegExpTest should not unconditionally speculate...
|
commit | commitdiff | tree |
2016-03-03 |
fpizlo@apple.com | RegExpPrototype should check for exceptions after calling...
|
commit | commitdiff | tree |
2016-03-02 |
fpizlo@apple.com | Add a benchmark for string transcoding.
|
commit | commitdiff | tree |
2016-03-01 |
fpizlo@apple.com | FTL should simplify StringReplace with an empty replacement...
|
commit | commitdiff | tree |
2016-03-01 |
fpizlo@apple.com | FTL should simplify StringReplace with an empty replacement...
|
commit | commitdiff | tree |
2016-03-01 |
fpizlo@apple.com | Unreviewed, fix CLOOP build.
|
commit | commitdiff | tree |
2016-03-01 |
fpizlo@apple.com | Turn String.prototype.replace into an intrinsic
|
commit | commitdiff | tree |
2016-03-01 |
fpizlo@apple.com | regress/script-tests/double-pollution-putbyoffset.js...
|
commit | commitdiff | tree |
2016-03-01 |
fpizlo@apple.com | SpeculatedType should be easier to edit
|
commit | commitdiff | tree |
2016-02-29 |
fpizlo@apple.com | B3 should have global store elimination
|
commit | commitdiff | tree |
2016-02-29 |
fpizlo@apple.com | Make it cheap to #include "JITOperations.h"
|
commit | commitdiff | tree |
2016-02-29 |
fpizlo@apple.com | We've been running Octane/regexp all wrong in run-jsc...
|
commit | commitdiff | tree |
2016-02-29 |
fpizlo@apple.com | FTL should be able to run everything in Octane/regexp
|
commit | commitdiff | tree |
2016-02-28 |
fpizlo@apple.com | FTL should lower its abstract heaps to B3 heap ranges
|
commit | commitdiff | tree |
2016-02-24 |
fpizlo@apple.com | Stackmaps have problems with double register constraints
|
commit | commitdiff | tree |
2016-02-23 |
fpizlo@apple.com | B3::Value doesn't self-destruct virtually enough (Causes...
|
commit | commitdiff | tree |
2016-02-18 |
fpizlo@apple.com | Unreviewed, fix VS build. I didn't know we still did...
|
commit | commitdiff | tree |
2016-02-18 |
fpizlo@apple.com | Unreviewed, fix CMake build. This got messed up when...
|
commit | commitdiff | tree |
2016-02-18 |
fpizlo@apple.com | Remove remaining references to LLVM, and make sure...
|
commit | commitdiff | tree |
2016-02-18 |
fpizlo@apple.com | Rename FTLB3Blah to FTLBlah
|
commit | commitdiff | tree |
2016-02-18 |
fpizlo@apple.com | Remove LLVM dependencies from WebKit
|
commit | commitdiff | tree |
2016-02-17 |
fpizlo@apple.com | FTL_USES_B3 should be unconditionally true
|
commit | commitdiff | tree |
2016-02-17 |
fpizlo@apple.com | FTL should support CompareEq(String:, String:)
|
commit | commitdiff | tree |
2016-02-17 |
fpizlo@apple.com | FTL should support NewTypedArray
|
commit | commitdiff | tree |
2016-02-16 |
fpizlo@apple.com | FTL should support NewTypedArray
|
commit | commitdiff | tree |
2016-02-16 |
fpizlo@apple.com | FTL should support StringFromCharCode
|
commit | commitdiff | tree |
2016-02-15 |
fpizlo@apple.com | Parser::parseVariableDeclarationList should null check...
|
commit | commitdiff | tree |
2016-02-13 |
fpizlo@apple.com | Unreviewed, upload some blog files.
|
commit | commitdiff | tree |
2016-02-13 |
fpizlo@apple.com | JSObject::putByIndexBeyondVectorLengthWithoutAttributes...
|
commit | commitdiff | tree |
2016-02-12 |
fpizlo@apple.com | Fast path in JSObject::defineOwnIndexedProperty() forgets...
|
commit | commitdiff | tree |
2016-02-11 |
fpizlo@apple.com | DFG::ByteCodeParser needs to null check the result...
|
commit | commitdiff | tree |
2016-02-11 |
fpizlo@apple.com | Cannot call initializeIndex() if we didn't create the...
|
commit | commitdiff | tree |
2016-02-11 |
fpizlo@apple.com | MacroAssemblerX86 should be happy with shift(cx, cx)
|
commit | commitdiff | tree |
2016-02-09 |
fpizlo@apple.com | Don't crash if we fail to parse a builtin
|
commit | commitdiff | tree |
2016-02-09 |
fpizlo@apple.com | Spread expressions are not fair game for direct binding
|
commit | commitdiff | tree |
2016-02-09 |
fpizlo@apple.com | B3::foldPathConstants() needs to execute its insertion set
|
commit | commitdiff | tree |
2016-02-08 |
fpizlo@apple.com | Baseline JIT should not require its input to be constant...
|
commit | commitdiff | tree |
2016-02-08 |
fpizlo@apple.com | CodeCache should give up on evals if there are variables...
|
commit | commitdiff | tree |
2016-02-08 |
fpizlo@apple.com | Make sure that locking code that relies on module boundaries...
|
commit | commitdiff | tree |
2016-02-08 |
fpizlo@apple.com | Parser should detect error before calls to parseAssignmentEx...
|
commit | commitdiff | tree |
2016-02-07 |
fpizlo@apple.com | String.match should defend against matches that would...
|
commit | commitdiff | tree |
2016-02-07 |
fpizlo@apple.com | FTL must store the call site index before runtime calls...
|
commit | commitdiff | tree |
2016-02-05 |
fpizlo@apple.com | Arrayify for a typed array shouldn't create a monster
|
commit | commitdiff | tree |
2016-02-04 |
fpizlo@apple.com | REGRESSION(192409): Cannot rely on add32() to zero...
|
commit | commitdiff | tree |
2016-02-04 |
fpizlo@apple.com | run-jsc-stress-tests should be better at telling you...
|
commit | commitdiff | tree |
2016-02-02 |
fpizlo@apple.com | B3 should be able to compile trivial self-loops
|
commit | commitdiff | tree |
2016-02-02 |
fpizlo@apple.com | Get rid of anonymous stack slots
|
commit | commitdiff | tree |
2016-02-02 |
fpizlo@apple.com | Minor fixes for B3 IR documentation
|
commit | commitdiff | tree |
2016-02-01 |
fpizlo@apple.com | B3->Air lowering should use MoveFloat more
|
commit | commitdiff | tree |
2016-01-31 |
fpizlo@apple.com | B3 documentation style shouldn't have hacks for h1
|
commit | commitdiff | tree |
2016-01-30 |
fpizlo@apple.com | Improve the style of B3 documentation
|
commit | commitdiff | tree |
2016-01-30 |
fpizlo@apple.com | B3 should reduce Mod(value, constant) to Div and Mul...
|
commit | commitdiff | tree |
2016-01-30 |
fpizlo@apple.com | CallLinkStatus should trust BadCell exit sites whenever...
|
commit | commitdiff | tree |
2016-01-29 |
fpizlo@apple.com | Clean up the B3 documentation a bit
|
commit | commitdiff | tree |
2016-01-29 |
fpizlo@apple.com | Air:fixObviousSpills should handle floats and doubles
|
commit | commitdiff | tree |
2016-01-29 |
fpizlo@apple.com | B3 should have documentation
|
commit | commitdiff | tree |
2016-01-29 |
fpizlo@apple.com | B3 should have documentation
|
commit | commitdiff | tree |
2016-01-28 |
fpizlo@apple.com | LowerToAir::preferRightForResult() should resolve use...
|
commit | commitdiff | tree |
2016-01-28 |
fpizlo@apple.com | B3 IntRange analysis should know more about shifting
|
commit | commitdiff | tree |
2016-01-27 |
fpizlo@apple.com | Air::TmpWidth uses a stale pointer into its HashMap...
|
commit | commitdiff | tree |
2016-01-27 |
fpizlo@apple.com | Tail duplication should break critical edges first
|
commit | commitdiff | tree |
2016-01-27 |
fpizlo@apple.com | B3's integer range analysis should know that Mul'ing...
|
commit | commitdiff | tree |
2016-01-26 |
fpizlo@apple.com | It should be possible to disable FTL for a range like...
|
commit | commitdiff | tree |
2016-01-26 |
fpizlo@apple.com | Shifts by an amount computed using BitAnd with a mask...
|
commit | commitdiff | tree |
2016-01-26 |
fpizlo@apple.com | The thing that B3 uses to describe a stack slot should...
|
commit | commitdiff | tree |
2016-01-26 |
fpizlo@apple.com | FTLB3Output should maintain good block order like the...
|
commit | commitdiff | tree |
2016-01-25 |
fpizlo@apple.com | Fix the comment about FTL_USES_B3.
|
commit | commitdiff | tree |
2016-01-25 |
fpizlo@apple.com | Switch FTL to B3 on X86_64/Mac
|
commit | commitdiff | tree |
2016-01-25 |
fpizlo@apple.com | mandreel should run just as fast in FTL B3 as FTL LLVM
|
commit | commitdiff | tree |
2016-01-23 |
fpizlo@apple.com | B3 should strength-reduce division by a constant
|
commit | commitdiff | tree |
2016-01-22 |
fpizlo@apple.com | B3 should reduce obvious forms of Shl(SShr)
|
commit | commitdiff | tree |
2016-01-22 |
fpizlo@apple.com | Unreviewed, fix build.
|
commit | commitdiff | tree |
2016-01-22 |
fpizlo@apple.com | B3 CSE should be able to match a full redundancy even...
|
commit | commitdiff | tree |
2016-01-22 |
fpizlo@apple.com | Air should know that CeilDouble has the partial register...
|
commit | commitdiff | tree |
2016-01-21 |
fpizlo@apple.com | REGRESSION(r195417): many tests crash
|
commit | commitdiff | tree |
2016-01-21 |
fpizlo@apple.com | Unreviewed, undo DFGCommon.h change that accidentally...
|
commit | commitdiff | tree |
next |