2015-05-26 |
utatane.tea@gmail.com | [JSC] Generate put_by_val_direct for indexed identifier... |
blob | commitdiff |
2015-05-23 |
utatane.tea@gmail.com | Introduce UniquedStringImpl and SymbolImpl to separate... |
blob | commitdiff | diff to current |
2015-05-21 |
ossy@webkit.org | Fix the !ENABLE(ES6_TEMPLATE_LITERAL_SYNTAX) build... |
blob | commitdiff | diff to current |
2015-05-14 |
utatane.tea@gmail.com | [ES6] Implement tagged templates |
blob | commitdiff | diff to current |
2015-05-14 |
rniwa@webkit.org | REGRESSION(r180595): same-callee profiling no longer... |
blob | commitdiff | diff to current |
2015-05-14 |
commit-queue@webki... | ES6: Allow duplicate property names |
blob | commitdiff | diff to current |
2015-05-12 |
commit-queue@webki... | Unreviewed, rolling out r184123. |
blob | commitdiff | diff to current |
2015-05-11 |
rniwa@webkit.org | REGRESSION(r180595): same-callee profiling no longer... |
blob | commitdiff | diff to current |
2015-05-08 |
saambarati1@gmail.com | Global functions should be initialized as JSFunctions... |
blob | commitdiff | diff to current |
2015-05-05 |
commit-queue@webki... | Unreviewed, rolling out r183789. |
blob | commitdiff | diff to current |
2015-05-05 |
saambarati1@gmail.com | Global functions should be initialized as JSFunctions... |
blob | commitdiff | diff to current |
2015-04-29 |
ggaren@apple.com | It shouldn't take 1846 lines of code and 5 FIXMEs to... |
blob | commitdiff | diff to current |
2015-04-25 |
rniwa@webkit.org | class methods should be non-enumerable |
blob | commitdiff | diff to current |
2015-04-25 |
commit-queue@webki... | Unreviewed, rolling out r183288. |
blob | commitdiff | diff to current |
2015-04-24 |
ggaren@apple.com | It shouldn't take 1846 lines of code and 5 FIXMEs to... |
blob | commitdiff | diff to current |
2015-04-22 |
utatane.tea@gmail.com | [[Set]] should be properly executed in JS builtins |
blob | commitdiff | diff to current |
2015-04-13 |
fpizlo@apple.com | JSC should detect singleton functions |
blob | commitdiff | diff to current |
2015-04-06 |
utatane.tea@gmail.com | Return Optional<uint32_t> from PropertyName::asIndex |
blob | commitdiff | diff to current |
2015-04-01 |
utatane.tea@gmail.com | IteratorClose should be called when jumping over the... |
blob | commitdiff | diff to current |
2015-03-31 |
utatane.tea@gmail.com | Clean up Identifier factories to clarify the meaning... |
blob | commitdiff | diff to current |
2015-03-28 |
saambarati1@gmail.com | Deconstruction parameters are bound too late |
blob | commitdiff | diff to current |
2015-03-27 |
joepeck@webkit.org | WebContent Crash when instantiating class with Type... |
blob | commitdiff | diff to current |
2015-03-26 |
fpizlo@apple.com | Heap variables shouldn't end up in the stack frame |
blob | commitdiff | diff to current |
2015-03-25 |
joepeck@webkit.org | ES6: Classes: Early return in sub-class constructor... |
blob | commitdiff | diff to current |
2015-03-24 |
msaboff@apple.com | REGRESSION (172175-172177): Change in for...in processi... |
blob | commitdiff | diff to current |
2015-03-17 |
rniwa@webkit.org | Source/JavaScriptCore: |
blob | commitdiff | diff to current |
2015-03-13 |
rniwa@webkit.org | Class constructor should throw TypeError when "called" |
blob | commitdiff | diff to current |
2015-03-13 |
rniwa@webkit.org | "this" should be in TDZ until super is called in the... |
blob | commitdiff | diff to current |
2015-03-11 |
mmirman@apple.com | Functions should have initialization precedence over... |
blob | commitdiff | diff to current |
2015-03-09 |
rniwa@webkit.org | Support extends and super keywords |
blob | commitdiff | diff to current |
2015-03-06 |
joepeck@webkit.org | __proto__ shorthand property should not modify prototyp... |
blob | commitdiff | diff to current |
2015-03-05 |
utatane.tea@gmail.com | Upgrade ES6 Iterator interfaces |
blob | commitdiff | diff to current |
2015-03-02 |
fpizlo@apple.com | BytecodeGenerator shouldn't emit op_resolve_scope as... |
blob | commitdiff | diff to current |
2015-02-28 |
benjamin@webkit.org | [JSC] Use the way number constants are written to help... |
blob | commitdiff | diff to current |
2015-02-27 |
fpizlo@apple.com | Unreviewed, roll out r180723. It broke a bunch of tests. |
blob | commitdiff | diff to current |
2015-02-27 |
fpizlo@apple.com | BytecodeGenerator::constLocal() behaves identically... |
blob | commitdiff | diff to current |
2015-02-27 |
mark.lam@apple.com | Assertion fix for r180711: The bool returning form... |
blob | commitdiff | diff to current |
2015-02-27 |
fpizlo@apple.com | The bool returning form of BytecodeGenerator::addVar... |
blob | commitdiff | diff to current |
2015-02-25 |
rniwa@webkit.org | Use "this" instead of "callee" to get the constructor |
blob | commitdiff | diff to current |
2015-02-24 |
utatane.tea@gmail.com | Constructor returning null should construct an object... |
blob | commitdiff | diff to current |
2015-02-24 |
commit-queue@webki... | Unreviewed, rolling out r180547 and r180550. |
blob | commitdiff | diff to current |
2015-02-24 |
utatane.tea@gmail.com | Constructor returning null should construct an object... |
blob | commitdiff | diff to current |
2015-02-23 |
saambarati1@gmail.com | Adjust the ranges of basic block statements in JSC... |
blob | commitdiff | diff to current |
2015-02-23 |
fpizlo@apple.com | Scopes should always be created with a previously-creat... |
blob | commitdiff | diff to current |
2015-02-23 |
fpizlo@apple.com | Function name scope is only created on the function... |
blob | commitdiff | diff to current |
2015-02-19 |
benjamin@webkit.org | Remove BytecodeGenerator's numberMap, it is dead code |
blob | commitdiff | diff to current |
2015-02-13 |
benjamin@webkit.org | Little clean up of Bytecode Generator's Label |
blob | commitdiff | diff to current |
2015-02-12 |
benjamin@webkit.org | Simplify the initialization of BytecodeGenerator a bit |
blob | commitdiff | diff to current |
2015-02-06 |
fpizlo@apple.com | Remove BytecodeGenerator::preserveLastVar() and replace... |
blob | commitdiff | diff to current |
2015-01-29 |
ggaren@apple.com | Removed op_ret_object_or_this |
blob | commitdiff | diff to current |
2015-01-27 |
msaboff@apple.com | REGRESSION(r178591): 20% regression in Octane box2d |
blob | commitdiff | diff to current |
2015-01-22 |
commit-queue@webki... | Unreviewed, rolling out r178894. |
blob | commitdiff | diff to current |
2015-01-22 |
mark.lam@apple.com | BytecodeGenerator::initializeCapturedVariable() sets... |
blob | commitdiff | diff to current |
2015-01-22 |
utatane.tea@gmail.com | put_by_val_direct need to check the property is index... |
blob | commitdiff | diff to current |
2015-01-22 |
rniwa@webkit.org | BytecodeGenerator shouldn't expose all of its member... |
blob | commitdiff | diff to current |
2015-01-20 |
commit-queue@webki... | Unreviewed, rolling out r178751. |
blob | commitdiff | diff to current |
2015-01-20 |
utatane.tea@gmail.com | put_by_val_direct need to check the property is index... |
blob | commitdiff | diff to current |
2015-01-16 |
msaboff@apple.com | REGRESSION (r174226): Header on huffingtonpost.com... |
blob | commitdiff | diff to current |
2015-01-14 |
commit-queue@webki... | Unreviewed, rolling out r178432. |
blob | commitdiff | diff to current |
2015-01-14 |
msaboff@apple.com | REGRESSION (r174226): Header on huffingtonpost.com... |
blob | commitdiff | diff to current |
2015-01-09 |
mark.lam@apple.com | Make the LLINT and Baseline JIT's op_create_arguments... |
blob | commitdiff | diff to current |
2015-01-08 |
mark.lam@apple.com | Add the lexicalEnvironment as an operand to op_get_argu... |
blob | commitdiff | diff to current |
2015-01-07 |
mark.lam@apple.com | Add the lexicalEnvironment as an operand to op_create_a... |
blob | commitdiff | diff to current |
2014-12-19 |
msaboff@apple.com | REGRESSION(174226): Captured arguments in a using funct... |
blob | commitdiff | diff to current |
2014-12-15 |
commit-queue@webki... | Unreviewed, rolling out r177284. |
blob | commitdiff | diff to current |
2014-12-15 |
oliver@apple.com | Make sure range based iteration of Vector<> still recei... |
blob | commitdiff | diff to current |
2014-12-05 |
saambarati1@gmail.com | JavaScript Control Flow Profiler |
blob | commitdiff | diff to current |
2014-12-04 |
ggaren@apple.com | Split out FunctionNode from FunctionBodyNode |
blob | commitdiff | diff to current |
2014-12-03 |
mark.lam@apple.com | Rolling out r176592, r176603, r176616, and r176705... |
blob | commitdiff | diff to current |
2014-12-01 |
oliver@apple.com | Make sure range based iteration of Vector<> still recei... |
blob | commitdiff | diff to current |
2014-11-21 |
msaboff@apple.com | Allocate local ScopeChain register |
blob | commitdiff | diff to current |
2014-11-14 |
msaboff@apple.com | Add scope operand to op_new_func* byte codes |
blob | commitdiff | diff to current |
2014-11-11 |
msaboff@apple.com | Add scope operand to op_create_lexical_environment |
blob | commitdiff | diff to current |
2014-11-04 |
msaboff@apple.com | Add "get scope" byte code |
blob | commitdiff | diff to current |
2014-11-03 |
msaboff@apple.com | Add scope operand to op_resolve_scope |
blob | commitdiff | diff to current |
2014-10-31 |
msaboff@apple.com | Add scope operand to op_push_with_scope, op_push_name_s... |
blob | commitdiff | diff to current |
2014-10-17 |
oliver@apple.com | Various arguments optimisations in codegen fail to... |
blob | commitdiff | diff to current |
2014-10-10 |
commit-queue@webki... | Unreviewed, rolling out r174606. |
blob | commitdiff | diff to current |
2014-10-10 |
oliver@apple.com | Various arguments optimisations in codegen fail to... |
blob | commitdiff | diff to current |
2014-10-08 |
oliver@apple.com | Make sure arguments tearoff is performed through the... |
blob | commitdiff | diff to current |
2014-10-07 |
oliver@apple.com | Remove op_new_captured_func |
blob | commitdiff | diff to current |
2014-10-03 |
oliver@apple.com | tearoff_arguments should always refer to the unmodified... |
blob | commitdiff | diff to current |
2014-10-02 |
oliver@apple.com | Do all closed variable access through the local lexical... |
blob | commitdiff | diff to current |
2014-10-02 |
mark.lam@apple.com | Fixed the Inspector to be able to properly distinguish... |
blob | commitdiff | diff to current |
2014-09-11 |
oliver@apple.com | Rename activation to be more in line with spec language |
blob | commitdiff | diff to current |
2014-08-21 |
commit-queue@webki... | Rename HighFidelityTypeProfiling variables for more... |
blob | commitdiff | diff to current |
2014-08-20 |
fpizlo@apple.com | REGRESSION(r172401): for-in optimization no longer... |
blob | commitdiff | diff to current |
2014-08-19 |
commit-queue@webki... | Unreviewed, rolling out r172741. |
blob | commitdiff | diff to current |
2014-08-19 |
fpizlo@apple.com | REGRESSION(r172401): for-in optimization no longer... |
blob | commitdiff | diff to current |
2014-08-14 |
commit-queue@webki... | Allow high fidelity type profiling to be enabled and... |
blob | commitdiff | diff to current |
2014-08-14 |
oliver@apple.com | Create activations eagerly |
blob | commitdiff | diff to current |
2014-08-11 |
mark.lam@apple.com | Re-landing r172401 with fixed test. |
blob | commitdiff | diff to current |
2014-08-11 |
commit-queue@webki... | Unreviewed, rolling out r172401. |
blob | commitdiff | diff to current |
2014-08-11 |
mhahnenberg@apple.com | for-in optimization should also make sure the base... |
blob | commitdiff | diff to current |
2014-08-06 |
fpizlo@apple.com | Merge r171389, r171495, r171508, r171510, r171605,... |
blob | commitdiff | diff to current |
2014-08-06 |
fpizlo@apple.com | Merge r170564, r170571, r170604, r170628, r170672,... |
blob | commitdiff | diff to current |
2014-07-27 |
fpizlo@apple.com | Merge r170090, r170092, r170129, r170141, r170161,... |
blob | commitdiff | diff to current |
2014-07-26 |
fpizlo@apple.com | Unreviewed, roll out r171641-r171644. It broke some... |
blob | commitdiff | diff to current |
2014-07-26 |
fpizlo@apple.com | Merge r170090, r170092, r170129, r170141, r170161,... |
blob | commitdiff | diff to current |
2014-07-03 |
dbates@webkit.org | Add WTF::move() |
blob | commitdiff | diff to current |
next |