Revert of [heap] More flag cleanup. (patchset #8 id:140001 of https://codereview...
[platform/upstream/v8.git] / test /
2015-08-31 hablichRevert of [heap] More flag cleanup. (patchset #8 id...
2015-08-31 mtrofin[turbofan] Factored out the test live range builder.
2015-08-31 wingoTest that "yield" expressions are disallowed in arrow...
2015-08-31 mstarzinger[turbofan] Remove usage of Unique<T> from graph.
2015-08-31 mlippautz[heap] GC flag cleanup/restructuring.
2015-08-28 littledanPropagate switch statement value for 'eval'
2015-08-28 littledanEnsure hole checks take place in switch statement scopes
2015-08-28 gdeepti[simd.js] Disable SIMD polyfill.
2015-08-28 littledanSloppy-mode let parsing
2015-08-28 rmcilroy[Interpreter] Add support for loading literals from...
2015-08-28 titzerAdd test-run-native-calls tests for mixed parameters.
2015-08-28 mstarzinger[heap] Move IdentityMap data structure out of heap.
2015-08-28 bmeurer[runtime] Add %ToString and %_ToString and remove the...
2015-08-28 Benedikt Meurer[test] Fix wrong mjsunit.status line.
2015-08-28 Benedikt Meurer[test] Properly disable test that doesn't work in GC...
2015-08-28 bmeurer[es6] Implement spec compliant ToName (actually ToPrope...
2015-08-28 bmeurer[es6] Implement spec compliant ToPrimitive in the runtime.
2015-08-28 titzerReduce the number of entrypoints to the compiler pipeli...
2015-08-28 wingoDisallow yield in default parameter initializers
2015-08-27 mlippautz[heap] Make compaction space accept external memory.
2015-08-27 kozyatinskiy[V8] Report JSON parser script to DevTools
2015-08-27 hpayerClear SMI and non-evacuation candidate entries when...
2015-08-27 cbruniAdding ElementsAccessor Splice
2015-08-27 mlippautz[heap] Add compaction space.
2015-08-27 rmcilroy[interpreter] Fix gcmole error after r30404.
2015-08-27 rmcilroy[interpreter] Add constant_pool() to BytecodeArray.
2015-08-27 rmcilroy[Interpreter] Add support for parameter variables.
2015-08-27 yangguoMove (uppercase) JS builtins from js builtins object...
2015-08-26 conradw[parser] disallow language mode directive in body of...
2015-08-26 mstarzingerMove runtime helper for JSArrayBuffer onto objects.
2015-08-26 mstarzingerMove runtime helper for JSWeakCollection onto objects.
2015-08-26 wingoIn generators, "yield" cannot be an arrow formal parame...
2015-08-26 bmeurer[runtime] Remove the redundant %_IsObject intrinsic.
2015-08-26 yangguoCall JS functions via native context instead of js...
2015-08-26 mstarzinger[turbofan] Fix broken dynamic TDZ check for let and...
2015-08-26 ishellDo not inline array resize operations for outdated...
2015-08-26 wingoParse arrow functions at proper precedence level
2015-08-26 Hannes PayerDon't explicitly tear down code range in cctest/test...
2015-08-26 mtrofin[turbofan] Separate LiveRange and TopLevelLiveRange...
2015-08-26 bradnelsonVisit additional AST nodes as expressions in AstExpress...
2015-08-26 littledanTest262 roll to the 2015-8-25 version
2015-08-25 rossberg[es6] Remaining cases of parameter scopes for sloppy...
2015-08-25 adamk[es6] Fix computed property names in nested literals
2015-08-25 rossberg[es6] Correct length for functions with default parameters
2015-08-25 bradnelsonFix AstExpressionVisitor to correctly handle switch...
2015-08-25 mtrofin[turbofan] Deferred blocks splintering.
2015-08-25 bbudge[simd.js] Update to spec version 0.8.2.
2015-08-25 rmcilroy[Interpreter] Add implementations of arithmetic binary...
2015-08-25 hablichRevert of Moving ArraySplice Builtin to ElementsAccesso...
2015-08-25 mlippautz[heap] Make the current GCCallbackFlags are part of...
2015-08-25 bmeurer[crankshaft] DCE must not eliminate (observable) math...
2015-08-25 bmeurerCorrectify instanceof and make it optimizable.
2015-08-24 bbudge[simd.js] Set --harmony-simd flag in test config.
2015-08-24 littledanAdd a separate scope for switch
2015-08-24 rossberg[es6] Fix default parameters in arrow functions
2015-08-24 bradnelsonAdding visitors to regurgitate expression types or...
2015-08-24 mstarzingerMake Simulator respect C stack limits as well.
2015-08-24 yangguoMessage formatting: handle unexpected case of failing...
2015-08-24 yangguoDebugger: use correct position for for-next expression...
2015-08-24 cbruni- remove the Backing-Store specific code from builtins...
2015-08-24 rmcilroy[Interpreter] Pass context to interpreter bytecode...
2015-08-24 rmcilroyAdd CompileInfo::GetDebugName()
2015-08-24 hablichRevert of [simd.js] Update to spec version 0.8.2. ...
2015-08-24 bbudge[simd.js] Update to spec version 0.8.2.
2015-08-24 chunyang.daiX87: Disable test case for X87 because of double regist...
2015-08-24 yangguoRevert of Parse arrow functions at proper precedence...
2015-08-22 littledanRevert of Add a separate scope for switch (patchset...
2015-08-22 littledanFix function scoping issue
2015-08-21 littledanAdd a separate scope for switch
2015-08-21 binjiSignal a blocked futex if the isolate is interrupted...
2015-08-21 mstarzingerDeprecate semi-correct CompilationInfo::flags predicate.
2015-08-21 mlippautz[heap,cctest] Get rid of protected-for-sake-of-testing...
2015-08-21 hpayerRecord slots in large objects.
2015-08-21 wingoParse arrow functions at proper precedence level
2015-08-21 rossberg[es6] Parameter scopes for sloppy eval
2015-08-21 rossberg[simd] Introduce SIMD types (as classes)
2015-08-21 mlippautz[heap] Thread through GC flags in memory reducer and...
2015-08-21 wingoFix parsing of arrow function formal parameters
2015-08-21 yangguoIntroduce SharedFunctionInfo::Iterator and Script:...
2015-08-21 mlippautz[heap] Cleanup and fix GC flags
2015-08-20 yangguoFix bug in Code::VerifyRecompiledCode.
2015-08-20 mstarzinger[heap] Hide GCTracer inside the heap component.
2015-08-20 cbruniRevert of Moving ArraySplice Builtin to ElementsAccesso...
2015-08-20 cbruni- remove the Backing-Store speficic code from builtins...
2015-08-20 mstarzingerRemove grab-bag includes of v8.h from everywhere.
2015-08-20 domenicAdd experimental, non-snapshotted V8 extras
2015-08-19 adamk[api] Relax CHECK for ArrayBuffer API abuse
2015-08-19 Ben SmithRe-enable regress-crbug-501711 and regress-4279 for...
2015-08-19 Ben SmithRemove regress-crbug-518748. It's too hard to make...
2015-08-19 Ben SmithDisable regress-crbug-518748. It is failing/flaking...
2015-08-19 titzerRename ParserInfo::function() and CompilationInfo:...
2015-08-19 jarinFix variable decl register collision on ARM.
2015-08-19 yangguoIgnore test failure for mjsunit/for-in-opt in gc stress.
2015-08-19 ejcarusoOnly evaluate length once in %TypedArray%.prototype.set
2015-08-18 Ben SmithDisable regress-crbug-518748 on ARM
2015-08-18 Ben L. Titzer[test] Silence array bounds warning. GCC, I think you...
2015-08-18 titzer[turbofan] Fix stack->stack double moves for pushing...
2015-08-18 Ben SmithDisable regress-crbug-518748 on debug
2015-08-18 binji[d8 Workers] Add max worker count, throw an exception...
2015-08-18 rmcilroy[Interpreter] Add implementations for load immediate...
next