2016-06-24 |
utatane.tea@gmail.com | [JSC] Implement isFinite / isNaN in JS and make DFG...
|
commit | commitdiff | tree |
2016-06-21 |
utatane.tea@gmail.com | [JSC] Use bytecode intrinsic to expose Module's loading...
|
commit | commitdiff | tree |
2016-06-15 |
utatane.tea@gmail.com | Unreviewed, follow up patch for r202092
|
commit | commitdiff | tree |
2016-06-15 |
utatane.tea@gmail.com | [JSC] Move calling convention flags to WTF
|
commit | commitdiff | tree |
2016-06-13 |
utatane.tea@gmail.com | Unreviewed, follow up patch for r201964
|
commit | commitdiff | tree |
2016-06-11 |
utatane.tea@gmail.com | Unreviewed, attempt to fix r201964 failure on Apple...
|
commit | commitdiff | tree |
2016-06-11 |
utatane.tea@gmail.com | [JSC] Inline JSC::toInt32 to improve kraken
|
commit | commitdiff | tree |
2016-06-07 |
utatane.tea@gmail.com | [JSC] Do not allocate unnecessary UTF-8 string for...
|
commit | commitdiff | tree |
2016-06-06 |
utatane.tea@gmail.com | Change ProxyObject.[[Get]] not to use custom accessor
|
commit | commitdiff | tree |
2016-06-01 |
utatane.tea@gmail.com | [JSC] Drop "replace" from JSC_COMMON_PRIVATE_IDENTIFIERS_EAC...
|
commit | commitdiff | tree |
2016-06-01 |
utatane.tea@gmail.com | Unreviewed, roll out r201481, r201523: 0.3% regression...
|
commit | commitdiff | tree |
2016-05-31 |
utatane.tea@gmail.com | [JSC] Recover parser performance regression by async...
|
commit | commitdiff | tree |
2016-05-28 |
utatane.tea@gmail.com | [JSC] op_new_arrow_func_exp is no longer necessary
|
commit | commitdiff | tree |
2016-05-28 |
utatane.tea@gmail.com | Unreviewed, build fix for JSCOnly port.
|
commit | commitdiff | tree |
2016-05-27 |
utatane.tea@gmail.com | [JSC] Allow JSBench to use precise time
|
commit | commitdiff | tree |
2016-05-25 |
utatane.tea@gmail.com | [JSC][GTK][EFL] Allow run-jsc-benchmark to use WebKitTestRun...
|
commit | commitdiff | tree |
2016-05-24 |
utatane.tea@gmail.com | Unreviewed, updating binding test results
|
commit | commitdiff | tree |
2016-05-24 |
utatane.tea@gmail.com | ThisTDZMode is no longer needed
|
commit | commitdiff | tree |
2016-05-24 |
utatane.tea@gmail.com | Assertion failure for Reflect.get with Proxy and primitive...
|
commit | commitdiff | tree |
2016-05-18 |
utatane.tea@gmail.com | [ES6] Namespace object re-export should be handled...
|
commit | commitdiff | tree |
2016-05-17 |
utatane.tea@gmail.com | Unreviewed, dump more information when math-pow-stable...
|
commit | commitdiff | tree |
2016-05-17 |
utatane.tea@gmail.com | REGRESSION(r200208): It made 2 JSC stress tests fail...
|
commit | commitdiff | tree |
2016-05-15 |
utatane.tea@gmail.com | Modernize Intl constructors; using InternalFunction...
|
commit | commitdiff | tree |
2016-05-13 |
utatane.tea@gmail.com | Assertion failure for direct eval in non-class method
|
commit | commitdiff | tree |
2016-05-04 |
utatane.tea@gmail.com | [JSC] Object constructor need to be aware of new.target
|
commit | commitdiff | tree |
2016-05-04 |
utatane.tea@gmail.com | Assertion failure for super() call in direct eval in...
|
commit | commitdiff | tree |
2016-05-04 |
utatane.tea@gmail.com | Improve Symbol() to string coercion error message
|
commit | commitdiff | tree |
2016-05-02 |
utatane.tea@gmail.com | Assertion failure for bound function with custom prototype...
|
commit | commitdiff | tree |
2016-04-30 |
utatane.tea@gmail.com | Assertion failure for destructuring assignment with...
|
commit | commitdiff | tree |
2016-04-29 |
utatane.tea@gmail.com | Assertion failure for exception in "prototype" property...
|
commit | commitdiff | tree |
2016-04-29 |
utatane.tea@gmail.com | [ES6] RegExp.prototype.@@replace should use @isObject...
|
commit | commitdiff | tree |
2016-04-24 |
utatane.tea@gmail.com | [JSC] Optimize JSON.parse string fast path
|
commit | commitdiff | tree |
2016-04-23 |
utatane.tea@gmail.com | [JSC] Optimize number parsing and string parsing in...
|
commit | commitdiff | tree |
2016-04-19 |
utatane.tea@gmail.com | [INTL] Use @thisNumberValue instead of `instanceof...
|
commit | commitdiff | tree |
2016-04-19 |
utatane.tea@gmail.com | [GTK] Use Generic WorkQueue instead of WorkQueueGLib
|
commit | commitdiff | tree |
2016-04-18 |
utatane.tea@gmail.com | [JSCOnly] Implement RunLoop and remove glib dependency
|
commit | commitdiff | tree |
2016-04-18 |
utatane.tea@gmail.com | [Fetch] Use @isArray instead of `instanceof @Array`
|
commit | commitdiff | tree |
2016-04-18 |
utatane.tea@gmail.com | [ES7] yield star should not return if the inner iterator...
|
commit | commitdiff | tree |
2016-04-17 |
utatane.tea@gmail.com | [ES6] Use @isObject to check Object Type instead of...
|
commit | commitdiff | tree |
2016-04-13 |
utatane.tea@gmail.com | [ES6] Add @@toStringTag to GeneratorFunction
|
commit | commitdiff | tree |
2016-04-12 |
utatane.tea@gmail.com | [JSC] addStaticGlobals should emit SymbolTableEntry...
|
commit | commitdiff | tree |
2016-04-08 |
utatane.tea@gmail.com | [JSC] Enable Concurrent JIT by default
|
commit | commitdiff | tree |
2016-04-03 |
utatane.tea@gmail.com | Unreviewed, turn ES6 for-in loop test success
|
commit | commitdiff | tree |
2016-04-03 |
utatane.tea@gmail.com | [JSC] Add truncate operation (rounding to zero)
|
commit | commitdiff | tree |
2016-03-31 |
utatane.tea@gmail.com | Fails to build in Linux / PowerPC due to different...
|
commit | commitdiff | tree |
2016-03-31 |
utatane.tea@gmail.com | Three js/regress/string-repeat-* are flaky timeouts...
|
commit | commitdiff | tree |
2016-03-30 |
utatane.tea@gmail.com | [JSC] Implement String.prototype.repeat in builtins JS
|
commit | commitdiff | tree |
2016-03-29 |
utatane.tea@gmail.com | REGRESSION(r192914): 10% regression on Sunspider's...
|
commit | commitdiff | tree |
2016-03-23 |
utatane.tea@gmail.com | [ES6] Allow undefined/null for Symbol.search and Symbol...
|
commit | commitdiff | tree |
2016-03-22 |
utatane.tea@gmail.com | [JSC] ASMBench cannot be run without JSBENCH_PATH
|
commit | commitdiff | tree |
2016-03-22 |
utatane.tea@gmail.com | [JSC] Clean up Math.floor thunk and use SSE round instruction
|
commit | commitdiff | tree |
2016-03-18 |
utatane.tea@gmail.com | Unreviewed, missing SET_AND_EXPOSE_TO_BUILD for USE_UDIS86...
|
commit | commitdiff | tree |
2016-03-18 |
utatane.tea@gmail.com | [JSCOnly] Enable udis86
|
commit | commitdiff | tree |
2016-03-17 |
utatane.tea@gmail.com | REGRESSION(r197380): Build fails with new GCC and Clang
|
commit | commitdiff | tree |
2016-03-16 |
utatane.tea@gmail.com | [ES6] Reflect.set with receiver
|
commit | commitdiff | tree |
2016-03-15 |
utatane.tea@gmail.com | [JSC] Don't reference the properties of @Reflect directly
|
commit | commitdiff | tree |
2016-03-11 |
utatane.tea@gmail.com | Unreviewed build fix after r198023.
|
commit | commitdiff | tree |
2016-03-11 |
utatane.tea@gmail.com | [ES6] Implement Reflect.set without receiver support
|
commit | commitdiff | tree |
2016-03-07 |
utatane.tea@gmail.com | [JSC] StringObject.{put, defineOwnProperty} should...
|
commit | commitdiff | tree |
2016-03-06 |
utatane.tea@gmail.com | [JSC] RegExp#lastIndex should handle writable attribute...
|
commit | commitdiff | tree |
2016-03-05 |
utatane.tea@gmail.com | [ES6] Support Reflect.construct
|
commit | commitdiff | tree |
2016-03-01 |
utatane.tea@gmail.com | [JSC] Private symbols should not be trapped by proxy...
|
commit | commitdiff | tree |
2016-03-01 |
utatane.tea@gmail.com | [DFG][FTL][B3] Support floor and ceil
|
commit | commitdiff | tree |
2016-02-26 |
utatane.tea@gmail.com | [DFG] Drop unnecessary proved type branch in ToPrimitive
|
commit | commitdiff | tree |
2016-02-12 |
utatane.tea@gmail.com | [ES6] Implement @@search
|
commit | commitdiff | tree |
2016-02-08 |
utatane.tea@gmail.com | [JSC] Introduce @isObject bytecode intrinsic and use...
|
commit | commitdiff | tree |
2016-02-08 |
utatane.tea@gmail.com | {Map,Set}.prototype.forEach should be visible as own...
|
commit | commitdiff | tree |
2016-02-08 |
utatane.tea@gmail.com | [GTK][EFL] Enable SamplingProfiler
|
commit | commitdiff | tree |
2016-02-04 |
utatane.tea@gmail.com | [JSC] Make some classes non JSDestructibleObject
|
commit | commitdiff | tree |
2016-02-04 |
utatane.tea@gmail.com | [JSC] Symbol structure has unnecessary flags
|
commit | commitdiff | tree |
2016-02-02 |
utatane.tea@gmail.com | [JSC] Introduce BytecodeIntrinsic constant rep like...
|
commit | commitdiff | tree |
2016-01-31 |
utatane.tea@gmail.com | Should not predict OtherObj for ToThis with primitive...
|
commit | commitdiff | tree |
2016-01-30 |
utatane.tea@gmail.com | [B3] JetStream/quicksort.c fails/hangs on Linux with GCC
|
commit | commitdiff | tree |
2016-01-30 |
utatane.tea@gmail.com | [B3] REGRESSION(r195882): Should break early after...
|
commit | commitdiff | tree |
2016-01-30 |
utatane.tea@gmail.com | Enable SamplingProfiler on POSIX environment
|
commit | commitdiff | tree |
2016-01-29 |
utatane.tea@gmail.com | [B3] REGRESSION(r195395): testComplex(64, 128) asserts...
|
commit | commitdiff | tree |
2016-01-28 |
utatane.tea@gmail.com | Fix the B3 build with GCC 4.9.3
|
commit | commitdiff | tree |
2016-01-22 |
utatane.tea@gmail.com | [ES6] Catch parameter should accept BindingPattern
|
commit | commitdiff | tree |
2016-01-11 |
utatane.tea@gmail.com | [JSC] Iterating over a Set/Map is too slow
|
commit | commitdiff | tree |
2015-12-29 |
utatane.tea@gmail.com | Unreviewed, relax limitation in operationCreateThis
|
commit | commitdiff | tree |
2015-12-29 |
utatane.tea@gmail.com | [ES6][ES7] Drop Constructability of generator function
|
commit | commitdiff | tree |
2015-12-17 |
utatane.tea@gmail.com | [ES6] Handle new_generator_func / new_generator_func_exp...
|
commit | commitdiff | tree |
2015-12-16 |
utatane.tea@gmail.com | [ES6] Handle new_generator_func / new_generator_func_exp...
|
commit | commitdiff | tree |
2015-12-15 |
utatane.tea@gmail.com | Math.random should have an intrinsic thunk and it should...
|
commit | commitdiff | tree |
2015-12-14 |
utatane.tea@gmail.com | [JSC] Should not emit get_by_id for indexed property...
|
commit | commitdiff | tree |
2015-12-10 |
utatane.tea@gmail.com | [ES6] Add several generator related JSRegress tests...
|
commit | commitdiff | tree |
2015-12-03 |
utatane.tea@gmail.com | Allow nil for unspecified benchmark pathes
|
commit | commitdiff | tree |
2015-12-02 |
utatane.tea@gmail.com | [ES6] Implement LLInt/Baseline Support for ES6 Generators...
|
commit | commitdiff | tree |
2015-12-01 |
utatane.tea@gmail.com | [ES6] Implement LLInt/Baseline Support for ES6 Generators...
|
commit | commitdiff | tree |
2015-12-01 |
utatane.tea@gmail.com | Object::{freeze, seal} perform preventExtensionsTransition...
|
commit | commitdiff | tree |
2015-11-20 |
utatane.tea@gmail.com | Super use should be recorded in per-function scope
|
commit | commitdiff | tree |
2015-11-13 |
utatane.tea@gmail.com | op_assert should declare that it uses the first register...
|
commit | commitdiff | tree |
2015-11-11 |
utatane.tea@gmail.com | Update ES6 Generators' status to "In Development"
|
commit | commitdiff | tree |
2015-11-09 |
utatane.tea@gmail.com | [ES6] Minimize ES6_CLASS_SYNTAX ifdefs
|
commit | commitdiff | tree |
2015-11-08 |
utatane.tea@gmail.com | [ES6] Minimize ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX ifdefs
|
commit | commitdiff | tree |
2015-11-03 |
utatane.tea@gmail.com | Clean up ENABLE(ES6_ARROWFUNCTION_SYNTAX) ifdefs and...
|
commit | commitdiff | tree |
2015-11-02 |
utatane.tea@gmail.com | Rename op_put_getter_setter to op_put_getter_setter_by_id
|
commit | commitdiff | tree |
2015-11-02 |
utatane.tea@gmail.com | [ES6] Support Generator Syntax
|
commit | commitdiff | tree |
2015-11-01 |
utatane.tea@gmail.com | Rename op_put_getter_setter to op_put_getter_setter_by_id
|
commit | commitdiff | tree |
2015-10-31 |
utatane.tea@gmail.com | Add the support for Symbol attributes on IDL
|
commit | commitdiff | tree |
next |