Revert of [simd.js] Update to spec version 0.8.2. (patchset #11 id:200001 of https...
[platform/upstream/v8.git] / src / runtime / runtime.h
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-21 yangguoDo not use js builtins object to determine whether...
2015-08-21 yangguoUnify symbols sharing across native scripts and runtime.
2015-08-20 mstarzingerSeparate UnicodeCache out into an own file.
2015-08-19 yangguoNative context: install JS builtins via container object.
2015-08-18 yangguoNative context: Fix issue when running prologue.js...
2015-08-18 yangguoNative context: run prologue.js before runtime.js
2015-08-17 bmeurer[runtime] Unify and fix the strict equality comparison.
2015-08-14 yangguoDo not export natives to runtime via js builtins object.
2015-08-13 bmeurerRevert of [runtime] Remove useless IN builtin. (patchse...
2015-08-13 bmeurer[runtime] Remove useless IN builtin.
2015-08-13 bmeurer[runtime] Remove useless DELETE builtin.
2015-08-12 bmeurer[runtime] Remove useless %_IsUndetectableObject intrinsic.
2015-08-12 yangguoDo not save script object on the class constructor.
2015-08-11 yangguoRewrite Error.prototype.toString in C++.
2015-08-10 bmeurer[runtime] Remove obsolete %GetPropertyNames runtime...
2015-08-10 bmeurer[runtime] Remove unused %ToBool runtime function.
2015-08-10 bmeurer[runtime] Simplify TO_INT32/TO_UINT32 abstract operations.
2015-08-06 bbudgeV8: Add SIMD functions for Phase 1.
2015-08-05 conradw[strong] Refactor out separate strong runtime call...
2015-08-05 mstarzingerCleanup unnecessary duplication of runtime functions.
2015-08-04 bbudgeRename IsSimdObject assembly intrinsic.
2015-08-04 yangguoDebugger: refactor ScopeIterator, FrameInspector and...
2015-08-03 yangguoRemove JSFunctionResultCache.
2015-08-03 bbudgeSIMD.js Add the other SIMD Phase 1 types.
2015-07-31 bmeurer[stubs] Unify (and optimize) implementation of ToObject.
2015-07-30 conradwMove final parts of class literal setup into a single...
2015-07-30 bmeurer[runtime] DeclareGlobals and DeclareLookupSlot don...
2015-07-28 jochenReland of "Remove ExternalArray, derived types, and...
2015-07-28 bmeurer[stubs] Don't pass name to Load/StoreGlobalViaContext...
2015-07-27 machenbachRevert of Remove ExternalArray, derived types, and...
2015-07-27 jochenRemove ExternalArray, derived types, and element kinds
2015-07-24 bmeurer[stubs] Optimize LoadGlobalViaContextStub and StoreGlob...
2015-07-23 dannoUnify "runtime-style" IC functions with Runtime intrinsics
2015-07-17 binjiAtomics Futex API
2015-07-16 bbudgeExpose SIMD.Float32x4 type to Javascript.
2015-07-16 mstarzingerRemove obsolete %CallSuperWithSpread intrinsic.
2015-07-16 hablichRevert of Expose SIMD.Float32x4 type to Javascript...
2015-07-15 bbudgeExpose SIMD.Float32x4 type to Javascript.
2015-07-13 conradw[strong] Strong classes can't extend null
2015-07-13 dannoCreate a internal native context used only for TF-gener...
2015-07-13 ishellLoads and stores to global vars are now made via proper...
2015-07-10 verwaestFix keyed access of primitive objects in the runtime.
2015-07-06 mstarzinger[turbofan] Port initialization of new.target variable.
2015-07-02 verwaestAvoid converting key to string for deleting of elements
2015-07-02 ishellRemove deprecated v8::Object::TurnOnAccessCheck() from...
2015-06-30 conradw[strong] Implement strong property access semantics
2015-06-30 conradw[strong] Implement strong mode semantics for the count...
2015-06-24 dslomovUse C runtime functions for ThrowNewXXError desugarings.
2015-06-23 adamkExpose Map/Set methods through the API
2015-06-23 bmeurer[date] Use explicit control flow to replace %_ThrowIfNo...
2015-06-19 conradwRevert relanded strong property access CL
2015-06-18 conradwRevert of Revert of [strong] Implement strong mode...
2015-06-18 conradwRevert of [strong] Implement strong mode restrictions...
2015-06-18 conradw[strong] Implement strong mode restrictions on property...
2015-06-16 wingoAll private symbols are own symbols
2015-06-12 verwaestReland of Replace SetObjectProperty / DefineObjectPrope...
2015-06-12 wingoAdd script context with context-allocated "const this"
2015-06-12 wingoRevert of Add script context with context-allocated...
2015-06-12 wingoAdd script context with context-allocated "const this"
2015-06-12 machenbachRevert of Add script context with context-allocated...
2015-06-12 wingoAdd script context with context-allocated "const this"
2015-06-11 Toon VerwaestRestore ExecutableAccessorInfoHandling for now
2015-06-11 ishellRevert of Replace SetObjectProperty / DefineObjectPrope...
2015-06-11 verwaestReplace SetObjectProperty / DefineObjectProperty with...
2015-06-11 verwaestUse the LookupIterator for SetElement and friends
2015-06-05 dannoAdd %GetCallerJSFunction intrinsic
2015-06-03 binjiImplement Atomics API
2015-06-03 bmeurer[date] Refactor the %_DateField intrinsic to be optimiz...
2015-06-03 jochenAlso allocate small typed arrays on heap when initializ...
2015-06-02 arv[es6] Super call in arrows and eval
2015-06-02 conradw[strong] create strong array literals
2015-06-01 arvRevert of [es6] Super call in arrows and eval (patchset...
2015-06-01 arv[es6] Super call in arrows and eval
2015-06-01 bmeurer[turbofan] First step towards sanitizing for-in and...
2015-05-26 adamkAdd basic API support for Map & Set
2015-05-26 erikcorryMove hash code from hidden string to a private symbol
2015-05-22 binjiImplement SharedArrayBuffer.
2015-05-22 yangguoRevert of Implement SharedArrayBuffer (patchset #7...
2015-05-22 binjiImplement SharedArrayBuffer.
2015-05-21 arv[es6] Spread in array literals
2015-05-20 dannoGeneralize builtins inlining flag to allow forced inlin...
2015-05-20 rossbergReland "[strong] Object literals create strong objects"
2015-05-19 machenbachRevert of [strong] Object literals create strong object...
2015-05-18 rossberg[strong] Object literals create strong objects
2015-05-13 rossberg[strong] Introduce strong bit
2015-05-12 yurysProvide accessor for object internal properties that...
2015-05-12 yangguoRevert of Provide accessor for object internal properti...
2015-05-12 yurysProvide accessor for object internal properties that...
2015-05-12 mvstantonNew hydrogen instruction to reduce cost of growing...
2015-05-11 arv[strong] Check arity of functions
2015-05-11 dannoAdd a MathFloor stub generated with TurboFan
2015-05-11 titzerAdd %GetUndetectable() test intrinsic and add tests...
2015-05-11 machenbachRevert of Add the concept of a V8 extras exports object...
2015-05-08 domenicAdd the concept of a V8 extras exports object
2015-05-06 mvstantonOptimize the typeof operator.
2015-05-06 verwaestRemove GetDefaultReceiver, pass in undefined to sloppy...
2015-05-05 yangguoMove more parts of stack trace formatting to runtime.
2015-05-04 jarinRemove materialized objects on stack unwind.
next