Revert of Expose SIMD.Float32x4 type to Javascript. (patchset #14 id:450001 of https...
[platform/upstream/v8.git] / src / runtime / runtime.h
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.
2015-04-30 mvstantonUse a stub in crankshaft for grow store arrays.
2015-04-30 jochenReland "Remove the weak list of array buffers"
2015-04-30 machenbachRevert of Remove the weak list of array buffers (patchs...
2015-04-29 jochenRemove the weak list of array buffers
2015-04-28 yangguoPort CallSite methods to C++.
2015-04-21 yangguoReintroduce %GetRootNaN to fix MIPS.
2015-04-20 yangguoSmall polishing changes to the native js.
2015-04-16 yangguoStart migrating error message templates to the runtime.
2015-04-09 caitpotter88[es6] don't "replace" Object.prototype.toString for...
2015-04-09 caitpotter88[es6] implement spread calls
2015-04-07 svenpanneRearranged intrinsic declarations according to their...
2015-04-07 adamkReimplement Maps and Sets in JS
2015-04-01 kozyatinskiyRevert of Correctly compute line numbers in functions...
2015-03-31 svenpanneAdded %_Likely/%_Unlikely intrinsics (special cases...
2015-03-30 svenpanneAdded %_NewConsString intrinsic.
2015-03-27 svenpanneAdd %_IncrementStatsCounter intrinsic.
2015-03-26 yangguoRevert of Revert of Debugger: deduplicate shared functi...
2015-03-26 svenpanneAdd full TurboFan support for accessing SeqString contents.
2015-03-26 yangguoDebugger: remove unused JS Debugger API.
2015-03-25 yangguoRevert of Debugger: deduplicate shared function info...
2015-03-25 yangguoDebugger: deduplicate shared function info when setting...
2015-03-25 mstarzingerSwitch full-codegen from StackHandlers to handler table.
2015-03-24 svenpanneAdded %_HeapObjectGetMap and %_MapGetInstanceType intri...
2015-03-20 Benedikt Meurer[turbofan] Turn Math.clz32 into an inlinable builtin.
2015-03-18 svenpanneTweak the TurboFan pipeline for stub compilation.
2015-03-17 titzer[turbofan] Fix bug in OSR deconstruction.
2015-03-17 mstarzingerDelegate throwing in RegExpExecStub to CEntryStub.
2015-03-16 svenpanneRemove BLACKLIST from check-name-clashes.py, it's wrong...
2015-03-13 kozyatinskiy[V8] Use Function.name in Error.stack
2015-03-13 bmeurer[turbofan] Use builtin inlining mechanism for Math...
2015-03-11 svenpanneRe-arranged intrinsic macros a bit.
2015-03-11 svenpanneConverted FullCode to have its own list of known intrin...
2015-03-10 arv[es6] Throw TypeError for computed static prototype...
2015-03-10 bmeurer[turbofan] Unify Math.floor / Math.ceil optimization.
2015-03-06 svenpanneIntrinsics in the RUNTIME_FUNCTION_LIST are now availab...
2015-03-06 svenpanneIntrinsics in the INLINE_FUNCTION_LIST are now avaliabl...
2015-03-06 svenpanneMerged INLINE_OPTIMIZED intrinsic type into INLINE.
2015-03-05 svenpanneMade the entries of the various *_FUNCTION_LISTs disjoint.
next