Move IC code into a subdir and move ic-compilation related code from stub-cache into...
[platform/upstream/v8.git] / src / runtime.cc
2014-08-22 verwaest@chromium.orgMove IC code into a subdir and move ic-compilation...
2014-08-22 verwaest@chromium.orgRewrite StoreIC handling using the LookupIterator....
2014-08-21 dslomov@chromium.orgImplement Function.prototype.toMethod.
2014-08-21 verwaest@chromium.orgRemove last LookupOwnRealNamedProperty usage from runti...
2014-08-20 dslomov@chromium.orgMake all global private symbols own symbols.
2014-08-20 verwaest@chromium.orgGet rid of last non-JSReceiver::Lookup usage of LookupOwn
2014-08-19 verwaest@chromium.orgUse LookupIterator to transition to accessors
2014-08-19 verwaest@chromium.orgUse LookupIterator (and rewrite) DebugLookupResultValue...
2014-08-19 rossberg@chromium.orgImplement ES6 Array.of()
2014-08-18 verwaest@chromium.orgRename the configuration flags of the LookupIterator
2014-08-18 verwaest@chromium.orgAlways assume SetOwnPropertyIgnoreAttributes to be...
2014-08-18 verwaest@chromium.orgRemove the extensibility flag. Instead just rely on...
2014-08-18 verwaest@chromium.orgRewriting SetOwnPropertyIgnoreAttributes using the...
2014-08-18 jkummerow@chromium.orgCorrectly handle holes when concat()ing double arrays
2014-08-18 yangguo@chromium.orgPurge unused internalized string accessors.
2014-08-13 mstarzinger@chromi... Move %IsOptimized runtime helper into test case.
2014-08-13 yangguo@chromium.orgMove Promise tracking from debug to isolate.
2014-08-12 dslomov@chromium.orgAdd "own" symbols support.
2014-08-11 dslomov@chromium.orgRevert "Add "own" symbols support."
2014-08-11 dslomov@chromium.orgAdd "own" symbols support.
2014-08-11 verwaest@chromium.orgTag all prototypes as proto, except those set using...
2014-08-06 yangguo@chromium.orgMove fdlibm from v8::internal to v8::fdlibm.
2014-08-06 yangguo@chromium.orgReland "Implement trigonometric functions using a fdlib...
2014-08-06 yangguo@chromium.orgRevert "Implement trigonometric functions using a fdlib...
2014-08-06 yangguo@chromium.orgImplement trigonometric functions using a fdlibm port.
2014-08-06 yangguo@chromium.orgTrigger exception debug events on Promise reject.
2014-08-05 yangguo@chromium.orgDo not include native Javascript in ExecutionState...
2014-08-04 verwaest@chromium.orgEnsure prototypes always stay fast by turning them...
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-08-04 ishell@chromium.orgRuntime assert added to %NormalizeElements.
2014-08-04 svenpanne@chromium.orgUse ARRAY_SIZE instead of DIY code.
2014-08-01 mstarzinger@chromi... Implement lowering of JSStoreContext to machine operators.
2014-07-31 Jacob.Bramley@arm.comCorrect a misuse of sizeof (introduced in r22709).
2014-07-31 mstarzinger@chromi... Implement lowering of JSLoadContext to machine operators.
2014-07-31 mstarzinger@chromi... Make GCMole happy about Runtime_ForInFoo methods.
2014-07-30 danno@chromium.orgLand the Fan (disabled)
2014-07-29 yangguo@chromium.orgCheck for negative zero in floor when compiling with...
2014-07-29 verwaest@chromium.orgRestore DefineApiAccessorProperty
2014-07-28 danno@chromium.orgKeep new arrays allocated with 'new Array(N)' in fast...
2014-07-28 hpayer@chromium.orgUse return value of GetPropertyAttributes to make compi...
2014-07-25 verwaest@chromium.orgChange Has* and Get*Attributes to return Maybe<*>,...
2014-07-24 danno@chromium.orgRevert 22595: "Keep new arrays allocated with 'new...
2014-07-24 danno@chromium.orgKeep new arrays allocated with 'new Array(N)' in fast...
2014-07-23 yangguo@chromium.orgExpose the content of Sets and WeakSets through SetMirror.
2014-07-22 verwaest@chromium.orgSupport setting named properties on non-JSObjects.
2014-07-21 verwaest@chromium.orgReduce usage of StoreMode.
2014-07-21 rossberg@chromium.orgRemove harmony-typeof
2014-07-21 rossberg@chromium.orgImplement basic code generation for arrow functions
2014-07-21 jkummerow@chromium.orgFix off-by-one error in Array.concat slow mode check
2014-07-21 yangguo@chromium.orgExpose the content of Maps and WeakMaps through MapMirror.
2014-07-18 jochen@chromium.orgFix compilation after r22461: removed now unused var
2014-07-18 danno@chromium.orgRemove experimental flags that are now required
2014-07-17 yangguo@chromium.orgRevert "Expose the content of Maps and WeakMaps through...
2014-07-17 yangguo@chromium.orgExpose the content of Maps and WeakMaps through MapMirror.
2014-07-17 jochen@chromium.orgRemove JSReceiver::GetPrototype and replace it with...
2014-07-17 verwaest@chromium.orgRemove hole handling since holes cannot occur in JSObje...
2014-07-16 mstarzinger@chromi... Rename [Load/Delete]ContextSlot for consistency after...
2014-07-14 verwaest@chromium.orgRemove PropertyAttributes from SetProperty
2014-07-14 verwaest@chromium.orgReplace AddProperty by AddNamedProperty to speed up...
2014-07-14 verwaest@chromium.orgThis CL simplifies var / const by ensuring the behavior...
2014-07-14 jochen@chromium.orgIntroduce a PrototypeIterator class and use it for...
2014-07-11 svenpanne@chromium.orgMake UBSan happy.
2014-07-07 verwaest@chromium.orgFix computed properties on object literals with a doubl...
2014-07-07 verwaest@chromium.orgOnly create arguments-maps in the bootstrapper, remove...
2014-07-07 dslomov@chromium.orgRevert "Only create arguments-maps in the bootstrapper...
2014-07-07 verwaest@chromium.orgOnly create arguments-maps in the bootstrapper, remove...
2014-07-07 svenpanne@chromium.orgMore OStreamsUse OStreams more often.
2014-07-03 aandrey@chromium.orgIntroduce debug events for Microtask queue.
2014-07-02 verwaest@chromium.orgRevert "Remove special ExecutableAccessorInfo handling...
2014-07-02 verwaest@chromium.orgRemove special ExecutableAccessorInfo handling based...
2014-07-02 yangguo@chromium.orgHarden Runtime_LiveEditCheckAndDropActivations against...
2014-07-02 yangguo@chromium.orgReland "Fix stack trace accessor behavior."
2014-07-01 ishell@chromium.orgReland r22082 "Replace HeapNumber as doublebox with...
2014-07-01 verwaest@chromium.orgClean up the global object naming madness.
2014-07-01 verwaest@chromium.orgImprove error reporting for duplicate object template...
2014-07-01 rossberg@chromium.orgMake Map.set() and Set.add() chainable
2014-06-30 verwaest@chromium.orgWrap InitializeProperty around SetOwnPropertyIgnoreAttr...
2014-06-30 jochen@chromium.orgMove platform abstraction to base library
2014-06-30 yangguo@chromium.orgRevert "Fix stack trace accessor behavior."
2014-06-30 yangguo@chromium.orgFix stack trace accessor behavior.
2014-06-30 yangguo@chromium.orgIntroduce debug events for promises.
2014-06-30 ishell@chromium.orgRevert "Replace HeapNumber as doublebox with an explici...
2014-06-30 ishell@chromium.orgReplace HeapNumber as doublebox with an explicit Mutabl...
2014-06-28 danno@chromium.orgSupport non-internalized string key lookups in Hydrogen...
2014-06-27 verwaest@chromium.orgCannot check the interceptor since it may not be ready...
2014-06-27 verwaest@chromium.orgDon't leak the global object in the Function constructor.
2014-06-27 verwaest@chromium.orgSplit SetProperty(...attributes, strictmode) into Defin...
2014-06-26 danno@chromium.orgOptimize Map/Set.prototype.forEach
2014-06-25 danno@chromium.orgRemove distinction between hidden and normal runtime...
2014-06-24 ishell@chromium.orgMore Map methods moved to private part.
2014-06-24 yangguo@chromium.orgDo not eagerly update allow_osr_at_loop_nesting_level.
2014-06-24 haitao.feng@intel.comAdd X32 port into V8
2014-06-23 verwaest@chromium.orgTiny cleanup, reduce direct usage of the LookupIterator
2014-06-23 verwaest@chromium.orgDon't bypass the global proxy as the global object...
2014-06-23 verwaest@chromium.orgEnsure the receiver for EnableAccessCheck is always...
2014-06-23 verwaest@chromium.orgTurn assert into RUNTIME_ASSERT
2014-06-23 verwaest@chromium.orgRemove specialized access checks and overwrites altoget...
2014-06-23 verwaest@chromium.orgSimplify {Enable|Disable}AccessCheck
2014-06-23 verwaest@chromium.orgRemove AccessControl from AccessorPairs, as it's an...
2014-06-23 verwaest@chromium.orgSimplify access checks performed by GetOwnProperty
next