2013-08-29 |
fpizlo@apple.com | CodeBlock compilation and installation should be simplified...
|
commit | commitdiff | tree |
2013-08-26 |
fpizlo@apple.com | Fix indention of Executable.h.
|
commit | commitdiff | tree |
2013-08-25 |
fpizlo@apple.com | FloatTypedArrayAdaptor::toJSValue should almost certainly...
|
commit | commitdiff | tree |
2013-08-25 |
fpizlo@apple.com | Unreviewed, fix build-webkit --ftl-jit in the case...
|
commit | commitdiff | tree |
2013-08-23 |
fpizlo@apple.com | Incorrect TypedArray#set behavior
|
commit | commitdiff | tree |
2013-08-23 |
fpizlo@apple.com | build-jsc --ftl-jit should work
|
commit | commitdiff | tree |
2013-08-23 |
fpizlo@apple.com | Update LLVM binary drops and scripts to the latest...
|
commit | commitdiff | tree |
2013-08-21 |
fpizlo@apple.com | REGRESSION: Crash under JITCompiler::link while loading...
|
commit | commitdiff | tree |
2013-08-21 |
fpizlo@apple.com | Assertion failure in JSC::SlotVisitor::copyLater when...
|
commit | commitdiff | tree |
2013-08-21 |
fpizlo@apple.com | DFG should inline new typedArray()
|
commit | commitdiff | tree |
2013-08-20 |
fpizlo@apple.com | fast/js/regress/emscripten-cube2hash is failing on...
|
commit | commitdiff | tree |
2013-08-20 |
fpizlo@apple.com | Add emscripten memops benchmark.
|
commit | commitdiff | tree |
2013-08-20 |
fpizlo@apple.com | Incorrect behavior on emscripten-compiled cube2hash
|
commit | commitdiff | tree |
2013-08-19 |
fpizlo@apple.com | DFG should inline typedArray.byteOffset
|
commit | commitdiff | tree |
2013-08-19 |
fpizlo@apple.com | <https://webkit.org/b/119994> DFG new Array() inlining...
|
commit | commitdiff | tree |
2013-08-19 |
fpizlo@apple.com | REGRESSION(r154218): DFG::FixupPhase no longer turns...
|
commit | commitdiff | tree |
2013-08-17 |
fpizlo@apple.com | DFG should optimize typedArray.byteLength
|
commit | commitdiff | tree |
2013-08-17 |
fpizlo@apple.com | DFG optimizes out strict mode arguments tear off
|
commit | commitdiff | tree |
2013-08-16 |
fpizlo@apple.com | Object properties added using dot syntax (o.f = .....
|
commit | commitdiff | tree |
2013-08-16 |
fpizlo@apple.com | Sometimes, the DFG uses a GetById for typed array length...
|
commit | commitdiff | tree |
2013-08-15 |
fpizlo@apple.com | refCount() of a StringImpl could be zero if it's static...
|
commit | commitdiff | tree |
2013-08-15 |
fpizlo@apple.com | Remove some code duplication.
|
commit | commitdiff | tree |
2013-08-15 |
fpizlo@apple.com | http://trac.webkit.org/changeset/154120 accidentally...
|
commit | commitdiff | tree |
2013-08-15 |
fpizlo@apple.com | Remove a test that times out.
|
commit | commitdiff | tree |
2013-08-15 |
fpizlo@apple.com | Source/JavaScriptCore: Unreviewed, remove some unnecessary...
|
commit | commitdiff | tree |
2013-08-15 |
fpizlo@apple.com | Unreviewed, fix bindings tests after http://trac.webkit...
|
commit | commitdiff | tree |
2013-08-15 |
fpizlo@apple.com | Unreviewed, fix 32-bit build.
|
commit | commitdiff | tree |
2013-08-15 |
fpizlo@apple.com | Typed arrays should be rewritten
|
commit | commitdiff | tree |
2013-08-14 |
fpizlo@apple.com | Unreviewed, fix build.
|
commit | commitdiff | tree |
2013-08-14 |
fpizlo@apple.com | Foo::s_info should be Foo::info(), so that you can...
|
commit | commitdiff | tree |
2013-08-07 |
fpizlo@apple.com | DFG FixupPhase should insert Int32ToDouble nodes for...
|
commit | commitdiff | tree |
2013-08-05 |
fpizlo@apple.com | Copied space should be able to handle more than one...
|
commit | commitdiff | tree |
2013-08-04 |
fpizlo@apple.com | hasIndexingHeader() ought really to be a property of...
|
commit | commitdiff | tree |
2013-08-02 |
fpizlo@apple.com | hasIndexingHeader should be a property of the Structure...
|
commit | commitdiff | tree |
2013-08-01 |
fpizlo@apple.com | DFG optimizations don't handle neutered arrays properly
|
commit | commitdiff | tree |
2013-07-26 |
fpizlo@apple.com | REGRESSION: Crash when opening a message on Gmail
|
commit | commitdiff | tree |
2013-07-26 |
fpizlo@apple.com | WKTR should know about the JSC extensions to testRunner
|
commit | commitdiff | tree |
2013-07-24 |
fpizlo@apple.com | It should be possible to hijack IndexingHeader for...
|
commit | commitdiff | tree |
2013-07-24 |
fpizlo@apple.com | DFG string concatenation optimizations might emit speculativ...
|
commit | commitdiff | tree |
2013-07-18 |
fpizlo@apple.com | LLInt get_argument_by_val for JSVALUE64 stores into...
|
commit | commitdiff | tree |
2013-07-17 |
fpizlo@apple.com | Unreviewed, fix 32-bit after http://trac.webkit.org...
|
commit | commitdiff | tree |
2013-07-17 |
fpizlo@apple.com | DFG assumes that NewFunction will never pass its input...
|
commit | commitdiff | tree |
2013-07-16 |
fpizlo@apple.com | MakeRope fixup shouldn't lead to an Identity without...
|
commit | commitdiff | tree |
2013-06-06 |
fpizlo@apple.com | DFG CFA shouldn't filter ArrayModes with ALL_NON_ARRAY_ARRAY...
|
commit | commitdiff | tree |
2013-05-31 |
fpizlo@apple.com | Incorrect assertion in DFG::Graph::uncheckedActivationRegist...
|
commit | commitdiff | tree |
2013-05-25 |
fpizlo@apple.com | We broke (-2^31/-1)|0 in the DFG
|
commit | commitdiff | tree |
2013-05-24 |
fpizlo@apple.com | We broke !(0/0)
|
commit | commitdiff | tree |
2013-05-23 |
fpizlo@apple.com | Make Math.imul tests run quicker, and fix some other...
|
commit | commitdiff | tree |
2013-05-23 |
fpizlo@apple.com | Fix indentation of CodeBlock.h
|
commit | commitdiff | tree |
2013-04-30 |
fpizlo@apple.com | Release SunSpider 1.0
|
commit | commitdiff | tree |
2013-04-27 |
fpizlo@apple.com | Correct indentation of SymbolTable.h
|
commit | commitdiff | tree |
2013-04-26 |
fpizlo@apple.com | DFG doesn't support to_jsnumber
|
commit | commitdiff | tree |
2013-04-26 |
fpizlo@apple.com | Unreviewed, roll out http://trac.webkit.org/changeset...
|
commit | commitdiff | tree |
2013-04-25 |
fpizlo@apple.com | PreciseJumpTargets should treat loop_hint as a jump...
|
commit | commitdiff | tree |
2013-04-25 |
fpizlo@apple.com | Special thunks for math functions should work on ARMv7
|
commit | commitdiff | tree |
2013-04-24 |
fpizlo@apple.com | DFG should keep the operand to create_this alive if...
|
commit | commitdiff | tree |
2013-04-24 |
fpizlo@apple.com | DFG CFA filters CheckFunction in a really weird way...
|
commit | commitdiff | tree |
2013-04-22 |
fpizlo@apple.com | Memory barrier support should also ensure that we always...
|
commit | commitdiff | tree |
2013-04-20 |
fpizlo@apple.com | SunSpider/string-tagcloud should be more lenient in...
|
commit | commitdiff | tree |
2013-04-20 |
fpizlo@apple.com | Whenever it is cheap and non-invasive, SunSpider tests...
|
commit | commitdiff | tree |
2013-04-11 |
fpizlo@apple.com | Get rid of the 10ms delay between test executions
|
commit | commitdiff | tree |
2013-04-09 |
fpizlo@apple.com | DFG should be able to inline string equality comparisons
|
commit | commitdiff | tree |
2013-04-08 |
fpizlo@apple.com | Source/JavaScriptCore: REGRESSION(r146669): Assertion...
|
commit | commitdiff | tree |
2013-04-05 |
fpizlo@apple.com | If CallFrame::trueCallFrame() knows that it's about...
|
commit | commitdiff | tree |
2013-04-05 |
fpizlo@apple.com | Unreviewed, rolling out http://trac.webkit.org/changeset...
|
commit | commitdiff | tree |
2013-03-31 |
fpizlo@apple.com | Unreviewed, fix a comment. While thinking about TBAA...
|
commit | commitdiff | tree |
2013-03-28 |
fpizlo@apple.com | JIT and DFG should NaN-check loads from Float32 arrays
|
commit | commitdiff | tree |
2013-03-27 |
fpizlo@apple.com | DFG should use CheckStructure for typed array checks...
|
commit | commitdiff | tree |
2013-03-27 |
fpizlo@apple.com | REGRESSION: Sometimes, operations on proven strings...
|
commit | commitdiff | tree |
2013-03-26 |
fpizlo@apple.com | JSC_enableProfiler=true should also cause JSGlobalData...
|
commit | commitdiff | tree |
2013-03-26 |
fpizlo@apple.com | JSC_enableProfiler=true should also cause JSGlobalData...
|
commit | commitdiff | tree |
2013-03-26 |
fpizlo@apple.com | ArrayMode should not consider SpecOther when refining...
|
commit | commitdiff | tree |
2013-03-22 |
fpizlo@apple.com | Fix some minor issues in the DFG's profiling of heap...
|
commit | commitdiff | tree |
2013-03-22 |
fpizlo@apple.com | DFG folding of PutById to SimpleReplace should consider...
|
commit | commitdiff | tree |
2013-03-22 |
fpizlo@apple.com | JSC profiler should have an at-a-glance report of the...
|
commit | commitdiff | tree |
2013-03-20 |
fpizlo@apple.com | Fix indentation of JSString.h
|
commit | commitdiff | tree |
2013-03-20 |
fpizlo@apple.com | "" + x where x is not a string should be optimized...
|
commit | commitdiff | tree |
2013-03-20 |
fpizlo@apple.com | "" + x where x is not a string should be optimized...
|
commit | commitdiff | tree |
2013-03-20 |
fpizlo@apple.com | It's called "Hash Consing" not "Hash Consting"
|
commit | commitdiff | tree |
2013-03-20 |
fpizlo@apple.com | DFG implementation of op_strcat should inline rope...
|
commit | commitdiff | tree |
2013-03-19 |
fpizlo@apple.com | DFG should optimize StringObject.length and StringOrStringOb...
|
commit | commitdiff | tree |
2013-03-19 |
fpizlo@apple.com | DFG ToString generic cases should work correctly
|
commit | commitdiff | tree |
2013-03-19 |
fpizlo@apple.com | DFG should inline binary string concatenations (i.e...
|
commit | commitdiff | tree |
2013-03-19 |
fpizlo@apple.com | JSC_NATIVE_FUNCTION() takes an identifier for the name...
|
commit | commitdiff | tree |
2013-03-18 |
fpizlo@apple.com | DFG string conversions and allocations should be inlined
|
commit | commitdiff | tree |
2013-03-18 |
fpizlo@apple.com | ObjectPrototype properties should be eagerly created...
|
commit | commitdiff | tree |
2013-03-14 |
fpizlo@apple.com | JSObject fast by-string access optimizations should...
|
commit | commitdiff | tree |
2013-03-14 |
fpizlo@apple.com | DFG bytecode parser is too aggressive about getting...
|
commit | commitdiff | tree |
2013-03-13 |
fpizlo@apple.com | Array.prototype.sort should at least try to be PTIME...
|
commit | commitdiff | tree |
2013-03-12 |
fpizlo@apple.com | DFG generic array access cases should not be guarded...
|
commit | commitdiff | tree |
2013-03-12 |
fpizlo@apple.com | DFG prediction propagation phase should not rerun forward...
|
commit | commitdiff | tree |
2013-03-12 |
fpizlo@apple.com | DFG overflow check elimination is too smart for its...
|
commit | commitdiff | tree |
2013-03-09 |
fpizlo@apple.com | DFG overflow check elimination is too smart for its...
|
commit | commitdiff | tree |
2013-03-07 |
fpizlo@apple.com | DFG should not get corrupted IR in the case of code...
|
commit | commitdiff | tree |
2013-03-07 |
fpizlo@apple.com | The DFG fixpoint is not strictly profitable, and should...
|
commit | commitdiff | tree |
2013-03-07 |
fpizlo@apple.com | ConvertThis should be turned into Identity based on...
|
commit | commitdiff | tree |
2013-03-06 |
fpizlo@apple.com | Unreviewed, roll out http://trac.webkit.org/changeset...
|
commit | commitdiff | tree |
2013-03-06 |
fpizlo@apple.com | DFG::AbstractState::merge() is still more complicated...
|
commit | commitdiff | tree |
2013-03-06 |
fpizlo@apple.com | DFG should not run full CSE after the optimization...
|
commit | commitdiff | tree |
2013-03-06 |
fpizlo@apple.com | DFG should not check if nodes are shouldGenerate prior...
|
commit | commitdiff | tree |
next |