Revert of Moving ArraySplice Builtin to ElementsAccessor (patchset #8 id:140001 of...
[platform/upstream/v8.git] / src / builtins.cc
2015-08-25 hablichRevert of Moving ArraySplice Builtin to ElementsAccesso...
2015-08-25 cbruniRevert of Array.prototype.unshift builtin improvements...
2015-08-25 cbruniArray.prototype.unshift builtin improvements
2015-08-24 cbruni- remove the Backing-Store specific code from builtins...
2015-08-20 cbruniRevert of Moving ArraySplice Builtin to ElementsAccesso...
2015-08-20 cbruni- remove the Backing-Store speficic code from builtins...
2015-08-20 mstarzingerRemove grab-bag includes of v8.h from everywhere.
2015-08-12 mstarzingerRealize IWYU pattern for frames-inl.h header.
2015-08-10 mstarzinger[heap] Avoid overzealous inclusion of heap internal...
2015-07-31 cbruniArray Builtin Refactoring: Creating API methods on...
2015-07-15 yangguoDebugger: use debug break slots to break at function...
2015-07-10 yangguoDebugger: use debug break slot to break on call.
2015-07-06 yangguoDebugger: use debug break slots instead of ICs (except...
2015-07-06 jochenMake v8::Handle as "deprecated soon"
2015-06-30 conradw[strong] Implement strong property access semantics
2015-06-23 verwaestMerge AddFastElement and AddFastDoubleElement
2015-06-23 verwaestAlso check for access checks and indexed interceptors...
2015-06-19 conradwRevert relanded strong property access CL
2015-06-19 verwaestMore cleanup related to setting array.length
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-08 conradw[strong] Refactor ObjectStrength into a replacement...
2015-06-02 conradw[strong] create strong array literals
2015-06-02 verwaestUse GetProperty for getting elements.
2015-06-01 erikcorryCosmetic changes to tests to make it easier to concaten...
2015-05-28 mvstantonMake KeyedStores from a sloppy arguments array use...
2015-05-15 mvstantonNow that vector ics are established for load, keyed...
2015-05-12 yangguoMigrate error messages, part 10.
2015-05-12 yangguoRevert of Migrate error messages, part 10. (patchset...
2015-05-12 yangguoMigrate error messages, part 10.
2015-04-22 machenbachRevert of Revert of Protect the emptiness of Array...
2015-04-22 mvstantonRevert of Protect the emptiness of Array prototype...
2015-04-22 mvstantonProtect the emptiness of Array prototype elements with...
2015-04-20 mvstantonMake sure builtins preserve guarantees about empty...
2015-04-20 yangguoWrap array implementation in a function.
2015-04-09 caitpotter88[es6] do not add caller/arguments to ES6 function defin...
2015-03-26 dcarneyadd access checks to receivers on function callbacks
2015-03-25 machenbachRevert of add access checks to receivers on function...
2015-03-25 dcarneyadd access checks to receivers on function callbacks
2015-02-24 jkummerowMove Maps' back pointers from "transitions" to "constru...
2015-02-19 verwaestRevert of Remove handle wrappers from basic elements...
2015-02-19 Toon VerwaestRemove handle wrappers from basic elements accessors
2015-02-19 Toon VerwaestRemove receiver as parameter to Get/Has Element in...
2015-02-04 dcarneyMove the contents of api-natives.js to c++
2015-01-30 dcarneyAdd MEGAMORPHIC state support for KeyedLoadIC
2015-01-23 dcarneyReland "Call directly to c callbacks in Invoke instead...
2015-01-23 dcarneycleanup check for compatible receiver of api callback
2015-01-23 dcarneyRevert of Call directly to c callbacks in Invoke instea...
2015-01-22 dcarneyCall directly to c callbacks in Invoke instead of trans...
2015-01-20 jkummerowReplace generic KeyedStore stub with megamorphic version
2015-01-19 dcarneyremove SignatureInfo class
2015-01-09 ishellVerify that Api function's instance call handler is...
2014-11-20 jochenRemove --clever-optimizations
2014-11-14 adamkThrow as per spec when modifying an Array with builtin...
2014-11-06 verwaest@chromium.orgAllow JSArray fast moving elements even if the array...
2014-11-03 verwaest@chromium.orgDon't double-check elements in the prototype chain...
2014-10-28 jkummerow@chromium.orgUse a simpler KeyedStoreGeneric stub
2014-10-20 yangguo@chromium.orgSpecial handling for inline caches in code serializer.
2014-10-16 mvstanton@chromium.orgEliminate special keyed load string stub in favor of...
2014-10-09 jkummerow@chromium.orgAdd MEGAMORPHIC state support for KeyedStoreIC
2014-09-29 ishell@chromium.orgArrayConcat regression recover after r20312 (appeared...
2014-09-29 yangguo@chromium.orgFix serializing ICs.
2014-09-22 mvstanton@chromium.orgMake KeyedLoads from a sloppy arguments array use a...
2014-09-18 mvstanton@chromium.orgConvert KeyedLoad indexed interceptor case to a Handler.
2014-09-01 yangguo@chromium.orgDo not expose termination exceptions to the Exception...
2014-08-25 verwaest@chromium.orgMove "slow handler" compiler code to handler-compiler
2014-08-25 verwaest@chromium.orgMove handler compilers to handler-compiler
2014-08-22 verwaest@chromium.orgMove IC code into a subdir and move ic-compilation...
2014-08-05 mstarzinger@chromi... Move left and right trimming of FixedArray into Heap.
2014-08-05 jochen@chromium.orgMove a bunch of GC related files to heap/ subdirectory
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-25 verwaest@chromium.orgRestructure the IC / Handler compilers
2014-07-17 jochen@chromium.orgRemove JSReceiver::GetPrototype and replace it with...
2014-07-16 yangguo@chromium.orgStore builtin index on the builtin code object.
2014-07-14 jochen@chromium.orgIntroduce a PrototypeIterator class and use it for...
2014-07-11 mstarzinger@chromi... Remove AddCode and RemoveCode GDB JIT entry hooks.
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-01 verwaest@chromium.orgClean up the global object naming madness.
2014-06-25 danno@chromium.orgRemove distinction between hidden and normal runtime...
2014-06-20 mstarzinger@chromi... Check alpha-sorting of includes during presubmit.
2014-06-20 ishell@chromium.org--verify-predictable mode added for ensuring that GC...
2014-06-05 jochen@chromium.orgMove atomic ops and related files to base library
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-05-27 yangguo@chromium.orgMerge Debugger and Debug.
2014-05-27 jochen@chromium.orgReland 21502 - "Move OS::MemCopy and OS::MemMove out...
2014-05-26 jochen@chromium.orgRevert 21502 - "Move OS::MemCopy and OS::MemMove out...
2014-05-26 jochen@chromium.orgMove OS::MemCopy and OS::MemMove out of platform to...
2014-05-22 ulan@chromium.orgFix Array.prototype.push and Array.prototype.unshift...
2014-05-19 wingo@igalia.comPoison .arguments and .caller for generator functions
2014-05-14 jkummerow@chromium.orgAvoid name clashes of builtins and runtime functions.
2014-05-09 rmcilroy@chromium.orgReland - Arm64: Ensure that csp is always aligned to...
2014-05-07 bmeurer@chromium.orgRevert "Arm64: Ensure that csp is always aligned to...
2014-05-06 rmcilroy@chromium.orgArm64: Fix check errors on Arm64 debug after r21177.
2014-04-30 mvstanton@chromium.orgCallICStub with a "never patch" approach by default...
2014-04-29 danno@chromium.orgMicro-optimizations to pop() and shift()
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
next