Revert of Expose SIMD.Float32x4 type to Javascript. (patchset #14 id:450001 of https...
[platform/upstream/v8.git] / src / ia32 / code-stubs-ia32.cc
2015-07-16 hablichRevert of Expose SIMD.Float32x4 type to Javascript...
2015-07-15 bbudgeExpose SIMD.Float32x4 type to Javascript.
2015-07-15 mstarzingerSwitch CallConstructStub to take new.target in register.
2015-07-15 machenbachReland Update V8 DEPS.
2015-07-13 machenbachRevert of Update V8 DEPS. (patchset #3 id:40001 of...
2015-07-13 machenbachUpdate V8 DEPS.
2015-07-02 verwaestDistinguish slow from fast sloppy arguments
2015-07-01 dannoMake context register implicit for CallInterfaceDescriptors
2015-06-30 conradw[strong] Implement strong property access semantics
2015-06-25 Michael Stanton[ic] Record call counts for monomorphic calls made...
2015-06-23 dslomovDo not add extra argument for new.target
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-08 conradw[strong] Refactor ObjectStrength into a replacement...
2015-06-02 conradw[strong] create strong array literals
2015-06-01 erikcorryCosmetic changes to tests to make it easier to concaten...
2015-05-22 mvstantonVector ICs: Introduce Store and KeyedStore IC code...
2015-05-20 mvstantonCleanup interface descriptors to reflect that vectors...
2015-05-15 mvstantonNow that vector ics are established for load, keyed...
2015-05-12 conradw[strong] Disallow implicit conversions for comparison
2015-05-06 mvstantonOptimize the typeof operator.
2015-05-05 dslomovHandle the case when derived constructor is [[Call...
2015-05-05 dannoRevert of Collect type feedback on result of Math....
2015-05-05 arv[es6] When comparing two symbols we may need to throw...
2015-05-05 dannoCollect type feedback on result of Math.[round|ceil...
2015-05-04 jarinRemove materialized objects on stack unwind.
2015-04-10 verwaestReland "Merge cellspace into old pointer space"
2015-04-09 adamkRevert of Merge cellspace into old pointer space (patch...
2015-04-09 verwaestMerge cellspace into old pointer space
2015-04-07 mvstantonCode cleanup in GenerateRecordCallTarget.
2015-04-07 adamkReimplement Maps and Sets in JS
2015-04-02 mvstantonv8:3539 - hold constructor feedback in weak cells
2015-03-31 verwaestGenerate common StoreFastElementStubs ahead of time
2015-03-25 mstarzingerSwitch full-codegen from StackHandlers to handler table.
2015-03-23 mvstantonVectorICs: keyed element loads were kicking out non...
2015-03-17 mstarzingerDelegate throwing in RegExpExecStub to CEntryStub.
2015-03-17 mvstantonUse platform specific stubs for vector-based Load/Keyed...
2015-03-16 svenpanneRemove BLACKLIST from check-name-clashes.py, it's wrong...
2015-03-06 svenpanneIntrinsics in the INLINE_FUNCTION_LIST are now avaliabl...
2015-03-05 mstarzinger[turbofan] Implement throwing exceptions into TurboFan...
2015-03-03 dslomovImplement subclassing Arrays.
2015-03-03 dslomovRevert of Implement subclassing Arrays. (patchset ...
2015-03-03 dslomovImplement subclassing Arrays.
2015-03-03 dslomovRevert of Implement subclassing Arrays. (patchset ...
2015-03-03 dslomovImplement subclassing Arrays.
2015-03-03 mvstantonRevert of Implement subclassing Arrays. (patchset ...
2015-03-03 dslomovImplement subclassing Arrays.
2015-03-03 mstarzingerMove stack unwinding logic into the runtime.
2015-02-28 dslomovDisallow subclassing Arrays.
2015-02-27 dslomovRevert of Disallow subclassing Arrays. (patchset #3...
2015-02-27 dslomovDisallow subclassing Arrays.
2015-02-14 caitpotter88Implement ES6 rest parameters
2015-02-11 dslomovnew classes: implement new.target passing to superclass...
2015-02-11 dslomovRevert of new classes: implement new.target passing...
2015-02-11 dslomovnew classes: implement new.target passing to superclass...
2015-02-05 mvstantonCallIC MISS handler doesn't need receiver.
2015-02-04 mvstantonRetry "Use a WeakCell in the CallIC type vector."
2015-02-02 ulanUse weak cell to embed known map in CompareIC
2015-01-30 bmeurerReland "Initial switch to Chromium-style CHECK_* and...
2015-01-30 Benedikt MeurerRevert "Make GCC happy again." and "Initial switch...
2015-01-30 bmeurerInitial switch to Chromium-style CHECK_* and DCHECK_...
2015-01-29 machenbachRevert of Use a WeakCell in the CallIC type vector...
2015-01-29 mvstantonUse a WeakCell in the CallIC type vector.
2015-01-27 dcarneyfix performance regression on intel call api stubs
2015-01-27 mvstantonUse a trampoline stub to load the type feedback vector...
2015-01-22 dslomovnew classes: change semantics of super(...) call and...
2015-01-20 dcarneymove CallApiFunctionAndReturn to code-stubs-*
2015-01-19 dcarneyadd stub for api function calls with known number of...
2015-01-16 dcarneysplit api call stubs into accessor and function call...
2014-12-15 bmeurer[turbofan] Remove the no-context hack for JSToNumber.
2014-12-12 Michael StantonHydrogen code stubs for vector-based ICs.
2014-11-07 mvstanton@chromium.orgTry avoiding MISS for callic monomorphic case.
2014-11-06 bmeurer@chromium.orgTurn ToNumberStub into a PlatformCodeStub again.
2014-10-20 mvstanton@chromium.orgvector-based ICs did not update type feedback counts...
2014-10-17 mvstanton@chromium.orgReceiverCheckMode needs to be utilized further.
2014-10-16 mvstanton@chromium.orgEliminate special keyed load string stub in favor of...
2014-09-25 yangguo@chromium.orgMove i18n-related runtime functions into a separate...
2014-09-23 svenpanne@chromium.orgMade the detailed reason for deopts mandatory on ia32...
2014-09-23 jkummerow@chromium.orgFix method dispatch in Keyed/StoreIC, and JumpIfNotUniq...
2014-09-18 mvstanton@chromium.orgConvert KeyedLoad indexed interceptor case to a Handler.
2014-09-18 mvstanton@chromium.orgMove state sentinels into TypeFeedbackVector.
2014-09-16 mvstanton@chromium.orgRemoving ic.h from code-stubs.h
2014-09-11 mvstanton@chromium.orgAdded CallInterfaceDescriptors to all code stubs. A...
2014-09-10 yangguo@chromium.orgRename ascii to one-byte where applicable.
2014-09-09 yangguo@chromium.orgDo not use CodeStub::FindInCache if not necessary.
2014-09-08 yangguo@chromium.orgGet CallInterfaceDescriptor directly from CodeStub.
2014-09-08 yangguo@chromium.orgInitialize CodeStubInterfaceDescriptor in the constructor.
2014-09-08 bmeurer@chromium.orgReplace our home-grown BitCast with bit_cast from Chrom...
2014-09-05 yangguo@chromium.orgDo not cache CodeStubInterfaceDescriptor on the isolate.
2014-09-05 yangguo@chromium.orgUnify JSEntryStub and JSConstructEntryStub, and some...
2014-09-04 yangguo@chromium.orgRemove dead code for inline string hashing.
2014-09-03 yangguo@chromium.orgClean up code stubs and ensure distinct major keys.
2014-09-03 yangguo@chromium.orgMinor-key-ify remaining code stubs.
2014-09-03 mvstanton@chromium.orgMake concrete classes for individual call descriptors...
2014-09-03 yangguo@chromium.orgUnify some PlatformCodeStubs.
2014-09-02 bmeurer@chromium.orgFirst step to cleanup the power-of-2 mess.
2014-09-02 yangguo@chromium.orgMinor-key-ify four stubs.
2014-09-01 mvstanton@chromium.orgMultiple stubs can point to the same calling convention.
next