2015-05-15 |
domenic | Fix V8 extras js2c pipeline |
commit | commitdiff | tree | snapshot |
2015-05-15 |
arv | [es6] Iterators and generators should "extend" %Iterato... |
commit | commitdiff | tree | snapshot |
2015-05-15 |
erikcorry | Remove release-mode assert that has out-stayed its... |
commit | commitdiff | tree | snapshot |
2015-05-15 |
yangguo | Add regression test for resolving "this" in debug evaluate. |
commit | commitdiff | tree | snapshot |
2015-05-15 |
yangguo | Migrate error messages, part 11. |
commit | commitdiff | tree | snapshot |
2015-05-15 |
mvstanton | Now that vector ics are established for load, keyed... |
commit | commitdiff | tree | snapshot |
2015-05-15 |
mvstanton | Bug: Runtime_GrowArrayElements provoked unnecessary... |
commit | commitdiff | tree | snapshot |
2015-05-15 |
yangguo | Store fewer arrays in the context snapshot. |
commit | commitdiff | tree | snapshot |
2015-05-15 |
bmeurer | [turbofan] Pass closure as node to FrameState. |
commit | commitdiff | tree | snapshot |
2015-05-15 |
ishell | Map::ReconfigureProperty() should mark map as unstable... |
commit | commitdiff | tree | snapshot |
2015-05-15 |
dslomov | [destructuring] Adapting PatternRewriter to work in... |
commit | commitdiff | tree | snapshot |
2015-05-15 |
hpayer | When context disposal rate is high and we cannot perfor... |
commit | commitdiff | tree | snapshot |
2015-05-15 |
yangguo | Reland "Prevent stack overflow in the serializer/deseri... |
commit | commitdiff | tree | snapshot |
2015-05-15 |
jochen | Remove static logging of memory allocations |
commit | commitdiff | tree | snapshot |
2015-05-15 |
paul.lind | Fix Heap::AllocateFillerObject() to use double alignmen... |
commit | commitdiff | tree | snapshot |
2015-05-15 |
martyn.capewell | ARM64: Enable shorten-64-to-32 warning |
commit | commitdiff | tree | snapshot |
2015-05-15 |
v8-autoroll | Update V8 DEPS. |
commit | commitdiff | tree | snapshot |
2015-05-15 |
jochen | Remove Isolate::Current() call from jsregexp |
commit | commitdiff | tree | snapshot |
2015-05-15 |
dehrenberg | Test that TypedArray methods don't read length |
commit | commitdiff | tree | snapshot |
2015-05-15 |
jochen | Remove unnecessary Isolate::Current calls from hydrogen... |
commit | commitdiff | tree | snapshot |
2015-05-15 |
jochen | Fix deprecation declarations in headers |
commit | commitdiff | tree | snapshot |
2015-05-15 |
jochen | Remove unnecessary call to Isolate::Current in parser... |
commit | commitdiff | tree | snapshot |
2015-05-14 |
caitpotter88 | [es6] support spread-calling Super-accessing properties |
commit | commitdiff | tree | snapshot |
2015-05-14 |
paul.lind | Revert of MIPS: Add float instructions and test coverag... |
commit | commitdiff | tree | snapshot |
2015-05-14 |
machenbach | Revert of Prevent stack overflow in the serializer... |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Djordje.Pesic | MIPS: Add float instructions and test coverage, part one |
commit | commitdiff | tree | snapshot |
2015-05-14 |
chunyang.dai | Revert "X87: Resolve references to "this" the same... |
commit | commitdiff | tree | snapshot |
2015-05-14 |
v8-autoroll | Update V8 DEPS. |
commit | commitdiff | tree | snapshot |
2015-05-13 |
titzer | [turbofan] Treat uninitialized source positions as... |
commit | commitdiff | tree | snapshot |
2015-05-13 |
titzer | [turbofan] Reenable feedback for LoadNamed. |
commit | commitdiff | tree | snapshot |
2015-05-13 |
wingo | Rely on ExpressionClassifier to match valid arrow funct... |
commit | commitdiff | tree | snapshot |
2015-05-13 |
rossberg | [strong] Introduce strong bit |
commit | commitdiff | tree | snapshot |
2015-05-13 |
yangguo | Revert "Resolve references to "this" the same way as... |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Ben L. Titzer | [turbofan] Turn off type feedback in turbo mode until... |
commit | commitdiff | tree | snapshot |
2015-05-13 |
bmeurer | [turbofan] Lower more number operations to integer... |
commit | commitdiff | tree | snapshot |
2015-05-13 |
titzer | [turbofan] Add FrameStates before all property accesses. |
commit | commitdiff | tree | snapshot |
2015-05-13 |
wingo | Use ExpressionClassifier to identify valid arrow functi... |
commit | commitdiff | tree | snapshot |
2015-05-13 |
chunyang.dai | X87: Resolve references to "this" the same way as norma... |
commit | commitdiff | tree | snapshot |
2015-05-13 |
bmeurer | [turbofan] Use frame state before for shift operations... |
commit | commitdiff | tree | snapshot |
2015-05-13 |
chunyang.dai | X87: New hydrogen instruction to reduce cost of growing... |
commit | commitdiff | tree | snapshot |
2015-05-13 |
chunyang.dai | X87: [strong] Check arity of functions |
commit | commitdiff | tree | snapshot |
2015-05-13 |
chunyang.dai | X87: Add a MathFloor stub generated with TurboFan |
commit | commitdiff | tree | snapshot |
2015-05-13 |
yangguo | Prevent stack overflow in the serializer/deserializer. |
commit | commitdiff | tree | snapshot |
2015-05-13 |
machenbach | [test] Make perf runner able to pass extra flags to d8. |
commit | commitdiff | tree | snapshot |
2015-05-13 |
bmeurer | [turbofan] Add frame state before JavaScript comparisons. |
commit | commitdiff | tree | snapshot |
2015-05-13 |
dehrenberg | Implement %TypedArray%.{fill,find,findIndex} |
commit | commitdiff | tree | snapshot |
2015-05-12 |
dehrenberg | TypedArray.prototype.copyWithin method |
commit | commitdiff | tree | snapshot |
2015-05-12 |
dslomov | Fix test formatting |
commit | commitdiff | tree | snapshot |
2015-05-12 |
arv | [strong] Add more function arity tests |
commit | commitdiff | tree | snapshot |
2015-05-12 |
ulan | Make transition to reduce memory mode more conservative... |
commit | commitdiff | tree | snapshot |
2015-05-12 |
dslomov | Fix the behavior of 'super.foo' assignment when receive... |
commit | commitdiff | tree | snapshot |
2015-05-12 |
mvstanton | Make LoadFastElementStub a HandlerStub. |
commit | commitdiff | tree | snapshot |
2015-05-12 |
mbrandy | PPC: Fix '[strong] Disallow implicit conversions for... |
commit | commitdiff | tree | snapshot |
2015-05-12 |
mbrandy | PPC: Fix '[strong] Disallow implicit conversions for... |
commit | commitdiff | tree | snapshot |
2015-05-12 |
hpayer | Get more debugging data when crashing in Deoptimizer... |
commit | commitdiff | tree | snapshot |
2015-05-12 |
mbrandy | PPC: New hydrogen instruction to reduce cost of growing... |
commit | commitdiff | tree | snapshot |
2015-05-12 |
yurys | Provide accessor for object internal properties that... |
commit | commitdiff | tree | snapshot |
2015-05-12 |
conradw | [strong] Disallow implicit conversions for comparison |
commit | commitdiff | tree | snapshot |
2015-05-12 |
verwaest | Mark internal AccessorInfo properties as "special data... |
commit | commitdiff | tree | snapshot |
2015-05-12 |
yangguo | Fix test-heap/BootstrapperExports on no-snap builds |
commit | commitdiff | tree | snapshot |
2015-05-12 |
yangguo | Reland "Use function wrapper argument to expose interna... |
commit | commitdiff | tree | snapshot |
2015-05-12 |
yangguo | Migrate error messages, part 10. |
commit | commitdiff | tree | snapshot |
2015-05-12 |
yangguo | Revert of Provide accessor for object internal properti... |
commit | commitdiff | tree | snapshot |
2015-05-12 |
titzer | [turbofan] Correctify FrameState before operations... |
commit | commitdiff | tree | snapshot |
2015-05-12 |
titzer | [turbofan] Add AdvancedReducer::ReplaceWithValue()... |
commit | commitdiff | tree | snapshot |
2015-05-12 |
yurys | Provide accessor for object internal properties that... |
commit | commitdiff | tree | snapshot |
2015-05-12 |
titzer | [turbofan] Use FrameStatesBeforeAndAfter to simplify... |
commit | commitdiff | tree | snapshot |
2015-05-12 |
hpayer | Implement unaligned allocate and allocate heap numbers... |
commit | commitdiff | tree | snapshot |
2015-05-12 |
mvstanton | New hydrogen instruction to reduce cost of growing... |
commit | commitdiff | tree | snapshot |
2015-05-12 |
yangguo | Revert of Migrate error messages, part 10. (patchset... |
commit | commitdiff | tree | snapshot |
2015-05-12 |
yangguo | Migrate error messages, part 10. |
commit | commitdiff | tree | snapshot |
2015-05-12 |
yurys | Don't create debug context if debug listener is not set |
commit | commitdiff | tree | snapshot |
2015-05-12 |
yangguo | Revert of Use function wrapper argument to expose inter... |
commit | commitdiff | tree | snapshot |
2015-05-12 |
yangguo | Use function wrapper argument to expose internal arrays... |
commit | commitdiff | tree | snapshot |
2015-05-12 |
jochen | Deprecate Isolate::New |
commit | commitdiff | tree | snapshot |
2015-05-12 |
v8-autoroll | Update V8 DEPS. |
commit | commitdiff | tree | snapshot |
2015-05-12 |
dehrenberg | Factor out core of Array.forEach and .every, for use... |
commit | commitdiff | tree | snapshot |
2015-05-11 |
akos.palfi | MIPS64: Improve '[strong] Check arity of functions' |
commit | commitdiff | tree | snapshot |
2015-05-11 |
caitpotter88 | [es6] stage Object.assign() / --harmony-object |
commit | commitdiff | tree | snapshot |
2015-05-11 |
mbrandy | PPC: [strong] Check arity of functions |
commit | commitdiff | tree | snapshot |
2015-05-11 |
paul.lind | MIPS: Fix Add a MathFloor stub generated with TurboFan. |
commit | commitdiff | tree | snapshot |
2015-05-11 |
arv | [strong] Check arity of functions |
commit | commitdiff | tree | snapshot |
2015-05-11 |
dslomov | [destructuring] Implement basic binding destructuring... |
commit | commitdiff | tree | snapshot |
2015-05-11 |
titzer | Add a bailout id just before every variable load in... |
commit | commitdiff | tree | snapshot |
2015-05-11 |
wingo | Remove Scope::scope_uses_this_ flag |
commit | commitdiff | tree | snapshot |
2015-05-11 |
mbrandy | PPC: Resolve references to "this" the same way as norma... |
commit | commitdiff | tree | snapshot |
2015-05-11 |
mbrandy | PPC: Add a MathFloor stub generated with TurboFan |
commit | commitdiff | tree | snapshot |
2015-05-11 |
wingo | Resolve references to "this" the same way as normal... |
commit | commitdiff | tree | snapshot |
2015-05-11 |
danno | Add a MathFloor stub generated with TurboFan |
commit | commitdiff | tree | snapshot |
2015-05-11 |
titzer | Add %GetUndetectable() test intrinsic and add tests... |
commit | commitdiff | tree | snapshot |
2015-05-11 |
wingo | Fix more -Werror=sign-compare bugs with GCC 4.9.2 |
commit | commitdiff | tree | snapshot |
2015-05-11 |
machenbach | [test] Skip Slimming Paint layout tests. |
commit | commitdiff | tree | snapshot |
2015-05-11 |
erikcorry | Postpone counters triggered during GC, and use a Handle... |
commit | commitdiff | tree | snapshot |
2015-05-11 |
machenbach | [test-runner] Improve test execution without tmp files... |
commit | commitdiff | tree | snapshot |
2015-05-11 |
yangguo | Fix build after revert at 28332. |
commit | commitdiff | tree | snapshot |
2015-05-11 |
machenbach | Revert of Add the concept of a V8 extras exports object... |
commit | commitdiff | tree | snapshot |
2015-05-11 |
yangguo | Call builtin code wrapped in functions from the bootstr... |
commit | commitdiff | tree | snapshot |
2015-05-11 |
titzer | [turbofan] Extract frame-states.h from common-operator.h |
commit | commitdiff | tree | snapshot |
2015-05-11 |
v8-autoroll | Update V8 DEPS. |
commit | commitdiff | tree | snapshot |
2015-05-10 |
v8-autoroll | Update V8 DEPS. |
commit | commitdiff | tree | snapshot |
next |