[stubs] Don't pass name to Load/StoreGlobalViaContext stubs.
[platform/upstream/v8.git] / test /
2015-07-27 mbrandyUpdate PPC OWNERS
2015-07-27 machenbachRevert of Remove ExternalArray, derived types, and...
2015-07-27 bmeurer[stubs] Properly handle read-only properties in StoreGl...
2015-07-27 mlippautzAdd regression test for issue 507979.
2015-07-27 jochenRemove ExternalArray, derived types, and element kinds
2015-07-27 yangguoRevert "In RegExp, lastIndex is read with ToLength...
2015-07-27 hpayerRemove slot buffer entries in deoptimized code objects...
2015-07-27 yangguoBlacklist regress-3960 from turbofan.
2015-07-27 ishellCross-script variables handling fixed. It was possible...
2015-07-25 littledanClass block scoping tests
2015-07-25 littledanSplit off a separate --harmony_sloppy_let flag
2015-07-24 hichris123Make dates default to the local timezone if none specified
2015-07-24 bbudgeDisable failing simdjs tests.
2015-07-24 rmcilroy[interpreter] A couple of minor tweaks to BytecodeArray.
2015-07-24 rossbergFind right scope associated with prologue
2015-07-24 oth[Interpreter] Add BytecodeArray class and add to Shared...
2015-07-24 yangguoDebugger: fix deoptimizing inlined function.
2015-07-24 yangguoMove Full-codegen into its own folder.
2015-07-24 machenbachRevert of Revert "In RegExp, lastIndex is read with...
2015-07-24 littledanRevert "In RegExp, lastIndex is read with ToLength...
2015-07-23 hichris123Fix check for a date with a 24th hour
2015-07-23 rmcilroy[interpreter] Add basic framework for bytecode handler...
2015-07-23 rossberg[es6] Make sure temporaries are not allocated in block...
2015-07-23 dannoUnify "runtime-style" IC functions with Runtime intrinsics
2015-07-23 machenbach[test] Speed up slow stack overflow test.
2015-07-23 rossberg[es6] Fix function context check for super and new...
2015-07-23 mstarzinger[turbofan] Remove bloated GraphBuilder base class.
2015-07-23 yurysRemove RestartFrame from live edit API
2015-07-23 Ilija.PavlovicMIPS: Fix simulator data trace for DSLL and BAL/BGEZAL.
2015-07-23 paul.lindFix a -Wsign-compare error under GCC 4.9.2.
2015-07-23 adamk[es6] Array.prototype[Symbol.iterator].name should...
2015-07-22 mstarzinger[turbofan] Get rid of overly abstract SimplifiedGraphBu...
2015-07-22 danno[turbofan]: Fix tail calls edge cases and add tests
2015-07-22 mstarzingerAllow for optimized code map to have zero entries.
2015-07-22 yangguoDebugger: fix crash when debugger is enabled between...
2015-07-22 mtrofinUnit tests for the live range conflict detection mechan...
2015-07-22 bbudgeSIMD.js: Update Float32x4 and tests to current spec.
2015-07-21 bradnelsonMake simdjs tests redownload on a revision change.
2015-07-21 adamkRemove unnecessary coupling between Promise tests and...
2015-07-21 hpayerRevert "Directly remove slot buffer entries in deoptimi...
2015-07-21 rmcilroy[turbofan] Change RawMachineAssembler to take a CallDes...
2015-07-21 dstencePPC: perf enhancement: Use larger heap page size on...
2015-07-21 machenbach[test] Fix timeouts for simdjs perf tests.
2015-07-20 danno[turbofan]: Add a context relaxation Reducer
2015-07-20 yangguoDebugger: prepare code for debugging on a per-function...
2015-07-20 rossberg[es6] Check declaration conflicts between non-simple...
2015-07-20 yangguoDo not expect verbatim JPY symbol in test.
2015-07-20 ishellSpeedup some slow running stack-overflow tests.
2015-07-20 adamkFix element enumeration on String wrappers with diction...
2015-07-20 yangguoDebugger: use FrameInspector in ScopeIterator to find...
2015-07-20 ishellCrankshaft part of the 'loads and stores to global...
2015-07-20 jochenUnittests don't use deprecated APIs. Yay!
2015-07-17 caitpotter88[d8] bounds-check before getting Shell::Worker internal...
2015-07-17 binjiAtomics Futex API
2015-07-17 dusan.milosavljevicMIPS: Fix missing falthru handling for some branch...
2015-07-17 hichris123Make NumberFormat use the ICU currency data, fix bug...
2015-07-17 verwaestProperly fix enumerate / Object.keys wrt access checked...
2015-07-17 verwaestFix object enumeration wrt access checked objects
2015-07-17 verwaestFix GetOwnPropertyNames on access-checked objects
2015-07-17 yangguoRevert of Debugger: use FrameInspector in ScopeIterator...
2015-07-17 verwaestFix getPrototypeOf for access checked objects
2015-07-17 mlippautzFix memento initialization when constructing from new...
2015-07-17 littledanAdditional TypedArray tests
2015-07-16 littledanArray.prototype.reverse should call [[HasProperty]...
2015-07-16 littledanIn RegExp, lastIndex is read with ToLength, not ToInteger
2015-07-16 adamkStage --harmony-new-target
2015-07-16 bbudgeExpose SIMD.Float32x4 type to Javascript.
2015-07-16 caitpotter88[parser] use-strict directives in function body affect...
2015-07-16 mstarzinger[turbofan] Disable one failing debugger test.
2015-07-16 mstarzingerRepresent implicit 'this' binding by 'super' in AST.
2015-07-16 hablichRevert of Expose SIMD.Float32x4 type to Javascript...
2015-07-16 epertosoTake the ScriptOrigin into account for CompileFunctionI...
2015-07-16 yangguoDebugger: use FrameInspector in ScopeIterator to find...
2015-07-16 mstarzinger[turbofan] Implement super call support in TurboFan.
2015-07-16 Ilija.PavlovicMIPS:
2015-07-15 caitpotter88[cleanup] remove --harmony-classes flag from mjsunit...
2015-07-15 adamk[api] Deprecate unused Map/Set FromArray factory methods
2015-07-15 bbudgeExpose SIMD.Float32x4 type to Javascript.
2015-07-15 balazs.kilvadyMIPS: Fix 'Reland Update V8 DEPS.'
2015-07-15 verwaestCleanup element normalization logic
2015-07-15 adamkFix spread array inside array literal
2015-07-15 adamk[es6] Fix String.prototype.normalize to properly valida...
2015-07-15 epertosoLet the second pass phantom callbacks run in a separate...
2015-07-15 verwaestFix non-standard element handling
2015-07-15 bmeurer[handles] Sanitize Handle and friends.
2015-07-15 rossberg[es6] Implement inner scope for functions with destruct...
2015-07-15 machenbachReland Update V8 DEPS.
2015-07-15 yangguoDebugger: use debug break slots to break at function...
2015-07-15 mvstantonScoping error caused crash in CallICNexus::StateFromFee...
2015-07-15 machenbachRevert of [handles] Sanitize Handle and friends. (patch...
2015-07-15 ishellDebugger test updated to avoid setting breakpoints...
2015-07-15 adamk[es6] JSObject::GetOwnElementKeys should collect String...
2015-07-15 bmeurer[handles] Sanitize Handle and friends.
2015-07-14 binjiDisable d8-worker-sharedarraybuffer test (fails on...
2015-07-14 binjiReland of d8 workers: make sure Shell::Quit is only...
2015-07-14 littledanImprove error message for duplicate parameters
2015-07-14 littledanImprove parsing errors related to destructuring bind
2015-07-14 binjid8 workers: Fix transferring SharedArrayBuffer to multi...
2015-07-14 binjiRevert of d8 workers: make sure Shell::Quit is only...
2015-07-14 binjid8 workers: make sure Shell::Quit is only called once
next