Revert of Revert of X87: Reimplement Maps and Sets in JS (patchset #1 id:1 of https...
[platform/upstream/v8.git] / src / x87 / code-stubs-x87.cc
2015-04-09 hablichRevert of Revert of X87: Reimplement Maps and Sets...
2015-04-09 hablichRevert of X87: Reimplement Maps and Sets in JS (patchse...
2015-04-09 chunyang.daiX87: Reimplement Maps and Sets in JS
2015-04-03 chunyang.daiX87: Generate common StoreFastElementStubs ahead of...
2015-04-03 chunyang.daix87: v8:3539 - hold constructor feedback in weak cells
2015-04-02 chunyang.daiFix the bug in CompareIC_GenerateNumber for X87 platform.
2015-03-26 chunyang.daiX87: Switch full-codegen from StackHandlers to handler...
2015-03-26 chunyang.daiX87: VectorICs: keyed element loads were kicking out...
2015-03-24 chunyang.daiX87: Use platform specific stubs for vector-based Load...
2015-03-20 chunyang.daiX87: [turbofan] Implement throwing exceptions into...
2015-03-17 mstarzingerDelegate throwing in RegExpExecStub to CEntryStub.
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 chunyang.daiX87: Implement subclassing Arrays.
2015-03-05 chunyang.daiX87: Move stack unwinding logic into the runtime.
2015-02-28 cdai2X87: Disallow subclassing Arrays.
2015-02-15 chunyang.daiX87: Implement ES6 rest parameters.
2015-02-11 chunyang.daiX87: new classes: implement new.target passing to super...
2015-02-09 cdai2X87: Retry "Use a WeakCell in the CallIC type vector."
2015-02-07 chunyang.daiX87: Initial switch to Chromium-style CHECK_* and DCHEC...
2015-02-07 chunyang.daiX87: fix performance regression on intel call api stubs
2015-02-07 chunyang.daiX87: Use a trampoline stub to load the type feedback...
2015-02-07 cdai2X87: new classes: change semantics of super(...) call...
2015-02-05 mvstantonCallIC MISS handler doesn't need receiver.
2015-02-02 ulanUse weak cell to embed known map in CompareIC
2015-01-21 cdai2X87: move CallApiFunctionAndReturn to code-stubs-*
2015-01-20 cdai2X87: add stub for api function calls with known number...
2015-01-19 chunyang.daiX87: split api call stubs into accessor and function...
2014-12-16 chunyang.daiX87: [turbofan] Remove the no-context hack for JSToNumber.
2014-12-12 Michael StantonHydrogen code stubs for vector-based ICs.
2014-12-12 svenpanneConsistently use only one of virtual/OVERRIDE/FINAL.
2014-11-10 weiliang.lin@intel.comX87: Try avoiding MISS for callic monomorphic case.
2014-11-10 weiliang.lin@intel.comX87: Turn ToNumberStub into a PlatformCodeStub again.
2014-10-21 weiliang.lin@intel.comX87: vector-based ICs did not update type feedback...
2014-10-20 weiliang.lin@intel.comX87: ReceiverCheckMode needs to be utilized further.
2014-10-17 weiliang.lin@intel.comX87: Eliminate special keyed load string stub in favor...
2014-09-25 yangguo@chromium.orgMove i18n-related runtime functions into a separate...
2014-09-23 jkummerow@chromium.orgFix method dispatch in Keyed/StoreIC, and JumpIfNotUniq...
2014-09-20 weiliang.lin@intel.comX87: enable the crankshaft compiler for X87 port.
2014-09-19 weiliang.lin@intel.comX87: Convert KeyedLoad indexed interceptor case to...
2014-09-19 weiliang.lin@intel.comX87: Move state sentinels into TypeFeedbackVector.
2014-09-17 weiliang.lin@intel.comX87: Removing ic.h from code-stubs.h
2014-09-12 weiliang.lin@intel.comX87: Added CallInterfaceDescriptors to all code stubs.
2014-09-12 weiliang.lin@intel.comX87: Rename ascii to one-byte where applicable.
2014-09-12 weiliang.lin@intel.comX87: Get CallInterfaceDescriptor directly from CodeStub.
2014-09-12 weiliang.lin@intel.comX87: Initialize CodeStubInterfaceDescriptor in the...
2014-09-11 weiliang.lin@intel.comX87: Do not cache CodeStubInterfaceDescriptor on the...
2014-09-10 weiliang.lin@intel.comX87: Unify JSEntryStub and JSConstructEntryStub, and...
2014-09-08 bmeurer@chromium.orgReplace our home-grown BitCast with bit_cast from Chrom...
2014-09-05 weiliang.lin@intel.comX87: Fix build
2014-09-05 weiliang.lin@intel.comX87: Remove dead code for inline string hashing.
2014-09-05 weiliang.lin@intel.comX87: Clean up code stubs and ensure distinct major...
2014-09-05 weiliang.lin@intel.comX87: Minor-key-ify remaining code stubs
2014-09-05 weiliang.lin@intel.comX87: Make concrete classes for individual call descriptors
2014-09-04 weiliang.lin@intel.comX87: Unify some PlatformCodeStubs
2014-09-03 weiliang.lin@intel.comX87: First step to cleanup the power-of-2 mess
2014-09-03 weiliang.lin@intel.comX87: Minor-key-ify four stubs.
2014-09-02 weiliang.lin@intel.comX87: Multiple stubs can point to the same calling conve...
2014-09-01 weiliang.lin@intel.comX87: Refactoring InterfaceDescriptors away from code...
2014-08-28 weiliang.lin@intel.comX87: Minor-key-ify BinaryOpICWithAllocationSiteStub.
2014-08-27 weiliang.lin@intel.comX87: Minor-key-ify new LoadICTrampolineStub.
2014-08-27 weiliang.lin@intel.comX87: Added vector-based loadic hydrogen stubs. Not...
2014-08-27 weiliang.lin@intel.comX87: Minor-key-ify CallICStub and CallIC_ArrayStub.
2014-08-27 weiliang.lin@intel.comX87: Change more PlatformCodeStubs to encode properties...
2014-08-27 weiliang.lin@intel.comX87: Move register conventions out of the IC classes.
2014-08-26 bmeurer@chromium.orgReplace our homegrown ARRAY_SIZE() with Chrome's arrays...
2014-08-26 weiliang.lin@intel.comX87: Move handler compilers to handler-compiler
2014-08-25 yangguo@chromium.orgEncode CEntryStub properties in the minor key.
2014-08-25 weiliang.lin@intel.comx87: Move IC code into a subdir and move ic-compilation...
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-08-01 weiliang.lin@intel.comX87: Unify InstanceofStub interface descriptors
2014-08-01 weiliang.lin@intel.comX87: Land the Fan (disabled)
2014-07-30 danno@chromium.orgLand the Fan (disabled)
2014-07-30 weiliang.lin@intel.comX87: CallIC customization stubs must accept that a...
2014-07-29 weiliang.lin@intel.comX87: Restructure the IC / Handler compilers
2014-07-18 weiliang.lin@intel.comX87: StubCallInterfaceDescriptor takes a context register.
2014-07-15 weiliang.lin@intel.comX87: Use the same registers for StoreIC and KeyedStoreIC.
2014-07-11 weiliang.lin@intel.comX87: Use a register spec for StoreIC and KeyedStoreIC.
2014-07-08 weiliang.lin@intel.comX87: Only create arguments-maps in the bootstrapper...
2014-07-04 weiliang.lin@intel.comX87: Error in CallFunctionNoFeedback ia32 made less...
2014-06-27 weiliang.lin@intel.comX87: Use IC register definitions in platform files.
2014-06-26 yangguo@chromium.orgFix regexp=interpreted build.
2014-06-26 weiliang.lin@intel.comX87: Cleanup CallInterfaceDescriptor
2014-06-26 weiliang.lin@intel.comX87: The IC exposes a register definition.
2014-06-25 danno@chromium.orgRemove distinction between hidden and normal runtime...
2014-06-23 mvstanton@chromium.orgRevert "Create a RegisterSpec class inside of the IC...
2014-06-23 mvstanton@chromium.orgCreate a RegisterSpec class inside of the IC that provides:
2014-06-20 mstarzinger@chromi... Check alpha-sorting of includes during presubmit.
2014-06-17 mstarzinger@chromi... Rename arguments object support functions to new scheme.
2014-06-12 weiliang.lin@intel.comX87: Reland 21774: Generate KeyedLoadGeneric with Hydrogen
2014-06-11 weiliang.lin@intel.comX87: Simplify string copy in SubStringStub.
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-06-02 weiliang.lin@intel.comX87: Refactor CallICStub to use a different stub for...
2014-06-02 bmeurer@chromium.orgInline Array.shift() fast path instead of using a code...
2014-05-28 weiliang.lin@intel.comX87: Fix a typo in below CL
2014-05-27 jochen@chromium.orgReplace STATIC_CHECK with STATIC_ASSERT.
2014-05-27 danno@chromium.orgConvert ElementsKind into a BitField
2014-05-23 danno@chromium.orgIntroduce x87 port