Reland of "Remove ExternalArray, derived types, and element kinds"
[platform/upstream/v8.git] / src / x87 / lithium-x87.cc
2015-07-28 jochenReland of "Remove ExternalArray, derived types, and...
2015-07-28 chunyang.daiX87: [stubs] Don't pass name to Load/StoreGlobalViaCont...
2015-07-27 machenbachRevert of Remove ExternalArray, derived types, and...
2015-07-27 jochenRemove ExternalArray, derived types, and element kinds
2015-07-22 jochenStore offset between fixed typed array base and data...
2015-07-20 jochenAdd support for adding an external and a tagged pointer
2015-07-20 ishellCrankshaft part of the 'loads and stores to global...
2015-07-02 chunyang.daiX87: Make context register implicit for CallInterfaceDe...
2015-07-01 chunyang.daiX87: VectorICs: Lithium support for vector-based stores.
2015-06-11 cdai2X87: [date] Refactor the %_DateField intrinsic to be...
2015-06-01 erikcorryCosmetic changes to tests to make it easier to concaten...
2015-06-01 chunyang.daiX87: [crankshaft] Record inlined shared function infos...
2015-05-21 chunyang.daiX87: Cleanup interface descriptors to reflect that...
2015-05-19 chunyang.daiX87: Now that vector ics are established for load,...
2015-05-13 chunyang.daiX87: New hydrogen instruction to reduce cost of growing...
2015-05-07 chunyang.daiX87: Optimize the typeof operator.
2015-04-29 chunyang.daiX87: Don't MISS if you read the hole from certain FastH...
2015-04-28 jochenAdd HArrayBufferNotNeutered instruction
2015-04-14 chunyang.daiX87: Remove unnecessary options from HTailCallThroughMe...
2015-03-24 chunyang.daiX87: Remove PropertyCell space
2015-02-09 cdai2X87: Continue learning for calls in crankshaft.
2015-02-05 Weiliang Linx87: Use signaling NaN for holes in fixed double arrays.
2014-12-12 Michael StantonHydrogen code stubs for vector-based ICs.
2014-10-08 weiliang.lin@intel.comX87: Replace OStream with std::ostream.
2014-10-06 jkummerow@chromium.orgRemove FLAG_opt_safe_uint32_operations.
2014-09-30 bmeurer@chromium.orgReplace OStream with std::ostream.
2014-09-29 weiliang.lin@intel.comX87: fix the Sqrt issue.
2014-09-24 weiliang.lin@intel.comX87: Refactor bailout reasons and disable optimization...
2014-09-20 weiliang.lin@intel.comX87: enable the crankshaft compiler for X87 port.
2014-09-16 verwaest@chromium.orgThe value register in storefield(smi) is not used as...
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-12 weiliang.lin@intel.comX87: Encapsulate megamorphic load/tail-call in hydrogen
2014-09-11 weiliang.lin@intel.comX87: Do not cache CodeStubInterfaceDescriptor on the...
2014-09-05 weiliang.lin@intel.comX87: enable snapshot
2014-09-05 weiliang.lin@intel.comX87: Make concrete classes for individual call descriptors
2014-09-02 weiliang.lin@intel.comX87: InterfaceDescriptor becomes CallInterfaceDescriptor.
2014-09-01 jarin@chromium.orgContext deoptimization and removal of the deoptimizatio...
2014-08-27 weiliang.lin@intel.comX87: Move register conventions out of the IC classes.
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-08-04 mstarzinger@chromi... Ensure LModByPowerOf2I only gets environment when it...
2014-08-01 weiliang.lin@intel.comX87: Land the Fan (disabled)
2014-07-30 weiliang.lin@intel.comX87: Inline Math.fround in optimized code.
2014-07-23 mvstanton@chromium.orgX87: Introduce FLAG_vector_ics.
2014-07-18 weiliang.lin@intel.comX87: StubCallInterfaceDescriptor takes a context register.
2014-07-11 weiliang.lin@intel.comX87: Use a register spec for StoreIC and KeyedStoreIC.
2014-07-08 weiliang.lin@intel.comX87: More OStreamsUse OStreams more often
2014-07-01 weiliang.lin@intel.comX87: KeyedLoadIC should have same register spec as...
2014-06-27 weiliang.lin@intel.comX87: Use IC register definitions in platform files.
2014-06-20 mstarzinger@chromi... Check alpha-sorting of includes during presubmit.
2014-06-10 weiliang.lin@intel.comX87: Preliminary support for block contexts in hydrogen.
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-06-02 weiliang.lin@intel.comX87: Simplify known successor block lowering.
2014-06-02 bmeurer@chromium.orgInline Array.shift() fast path instead of using a code...
2014-05-29 weiliang.lin@intel.comX87: Refactor HType to get rid of various hacks.
2014-05-28 weiliang.lin@intel.comX87: Avoid HeapObject check in HStoreNamedField.
2014-05-23 danno@chromium.orgIntroduce x87 port