platform/upstream/v8.git
2015-07-16 adamkRevert of [turbofan] Ship TF for try-catch statements...
2015-07-16 caitpotter88[parser] use-strict directives in function body affect...
2015-07-16 binjid8: Leak context_mutex_ so it will never be destroyed...
2015-07-16 mstarzinger[turbofan] Ship TF for try-catch statements.
2015-07-16 mstarzinger[turbofan] Disable one failing debugger test.
2015-07-16 mstarzingerRemove obsolete %CallSuperWithSpread intrinsic.
2015-07-16 mstarzingerRepresent implicit 'this' binding by 'super' in AST.
2015-07-16 mbrandyPPC: Reland Update V8 DEPS.
2015-07-16 mbrandyPPC: Debugger: use debug break slots to break at functi...
2015-07-16 mbrandyPPC: Switch CallConstructStub to take new.target in...
2015-07-16 hablichRevert of Expose SIMD.Float32x4 type to Javascript...
2015-07-16 epertosoTake the ScriptOrigin into account for CompileFunctionI...
2015-07-16 yangguoUpdate OWNERS file.
2015-07-16 yangguoDebugger: ensure that functions with debug info have...
2015-07-16 yangguoDebugger: use FrameInspector in ScopeIterator to find...
2015-07-16 mstarzinger[turbofan] Implement super call support in TurboFan.
2015-07-16 chunyang.daiX87: Switch CallConstructStub to take new.target in...
2015-07-16 chunyang.daiX87: Debugger: use debug break slots to break at functi...
2015-07-16 Ilija.PavlovicMIPS:
2015-07-16 v8-autorollUpdate V8 DEPS.
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 brucedawsonFix runtime-atomics for Win 10 SDK and remove volatile
2015-07-15 verwaestCleanup element normalization logic
2015-07-15 jkummerowFix performance regression introduced in r29558
2015-07-15 adamkFix spread array inside array literal
2015-07-15 adamk[es6] Fix String.prototype.normalize to properly valida...
2015-07-15 ishellFix broken Variable::IsGlobalObjectProperty() after...
2015-07-15 mstarzingerSwitch CallConstructStub to take new.target in register.
2015-07-15 epertosoLet the second pass phantom callbacks run in a separate...
2015-07-15 mvstantonSpecial printing for type feedback vectors.
2015-07-15 verwaestSimplify PrepareForDataProperty in the IsElement case
2015-07-15 verwaestFix non-standard element handling
2015-07-15 ulanAdd IdleTask API to v8::Platform.
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 ishellReland "Enable loads and stores to global vars through...
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-15 littledanOptimize String.prototype.includes
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 bbudgeV8: Add utility functions to check SameValue and SameVa...
2015-07-14 mbrandyPPC: Limit unbound label tracking to branch references.
2015-07-14 binjid8 workers: Fix transferring SharedArrayBuffer to multi...
2015-07-14 adamkUnship spread calls and spread arrays
2015-07-14 binjiRevert of d8 workers: make sure Shell::Quit is only...
2015-07-14 verwaestAllow setting accessor infos over read-only but configu...
2015-07-14 binjid8 workers: make sure Shell::Quit is only called once
2015-07-14 binjiDon't use length property when bounds checking atomics...
2015-07-14 balazs.kilvadyAdd -Wshorten-64-to-32 flag to mac builds.
2015-07-14 ishellFollow-up for "Enable loads and stores to global vars...
2015-07-14 verwaestRemove duplicate flattening. Defining accessors doesn...
2015-07-14 verwaestReplace Set*Callback with TransitionToAccessorPair
2015-07-14 verwaestProperly handle missing from normalized stores with...
2015-07-14 mstarzinger[turbofan] Build graphs for super constructor calls.
2015-07-14 conradw[strong] class objects created in strong mode have...
2015-07-14 verwaestUse the LookupIterator to transition to elements accessors
2015-07-14 chunyang.daiX87: Fix keyed element access wrt string wrappers
2015-07-14 chunyang.daiX87: Cleanup Generate_JSConstructStubHelper a bit.
2015-07-14 chunyang.daiX87: Debugger: record reloc info for debug break slot...
2015-07-14 chunyang.daiX87: [turbofan] Add an InterpreterDispatch linkage...
2015-07-14 verwaestRemove map-copying for global objects. This was an...
2015-07-14 verwaestRemove temporary hack re deleting hidden properties
2015-07-14 yangguoFix test case for crbug/507070.
2015-07-14 machenbach[Sheriff] Fix gn build.
2015-07-14 yangguoDebugger: make debug code on-stack replacement more...
2015-07-14 bmeurer[turbofan] Don't use uniform initialization in AccessBu...
2015-07-14 paul.lindFix big-endian after '[osr] Increase Code::profiler_tic...
2015-07-14 ulan[turbofan] Fix undefined behavior in InstructionSequenc...
2015-07-14 paul.lind[turbofan] Fix a -Wsign-compare error under GCC 4.9.2.
2015-07-14 chunyang.daiX87: Remove separate construct stub for new.target...
2015-07-14 chunyang.daiX87: Debugger: use debug break slot to break on call.
2015-07-14 chunyang.daiX87: [turbofan] Add TruncationMode for TruncateFloat64T...
2015-07-14 chunyang.daiX87: Reland: Add unoptimized/optimized variants of...
2015-07-13 mbrandyPPC: protect against malformed branch and memory access...
2015-07-13 binjid8: Fix some TSAN bugs
2015-07-13 binjiIn Atomics API, convert operands to numbers before...
2015-07-13 balazs.kilvadyMIPS64: Fix 'Fix keyed element access wrt string wrappers'.
2015-07-13 mbrandyPPC: Cleanup Generate_JSConstructStubHelper a bit.
2015-07-13 mbrandyPPC: Fix keyed element access wrt string wrappers
2015-07-13 balazs.kilvadyMIPS64: Fix BlockTrampolinePoolFor() to emit trampoline...
2015-07-13 mbrandyPPC: [turbofan] Add an InterpreterDispatch linkage...
2015-07-13 mbrandyPPC: This CL also adds hydrogen stubs for global loads...
2015-07-13 verwaestFix keyed element access wrt string wrappers
2015-07-13 mstarzingerCleanup Generate_JSConstructStubHelper a bit.
2015-07-13 yurysAdd convenience method for converting v8::PersistentBas...
2015-07-13 conradw[strong] class objects created in strong mode are frozen
2015-07-13 verwaestMinor cleanup IC keyed access handling.
2015-07-13 nodirV8 project metadata
2015-07-13 Michael AchenbachWhitespace change to test ninja switch on windows.
next