[runtime] Remove the redundant %_IsObject intrinsic.
[platform/upstream/v8.git] / src / x87 / lithium-x87.h
2015-08-26 bmeurer[runtime] Remove the redundant %_IsObject intrinsic.
2015-08-26 chunyang.daiX87: Correctify instanceof and make it optimizable.
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-20 ishellCrankshaft part of the 'loads and stores to global...
2015-07-13 ishellTypeofMode replaces TypeofState and ContextualMode.
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: [strong] Refactor ObjectStrength into a replaceme...
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-12 conradw[strong] Disallow implicit conversions for comparison
2015-05-06 conradw[strong] Fix inlining issue
2015-04-28 jochenAdd HArrayBufferNotNeutered instruction
2015-04-20 Ross McIlroyReplace OVERRIDE->override and FINAL->final since we...
2015-04-14 chunyang.daiX87: Remove unnecessary options from HTailCallThroughMe...
2015-03-24 chunyang.daiX87: Remove PropertyCell space
2015-02-09 cdai2X87: Introduce LanguageMode, drop StrictMode.
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-12-12 svenpanneConsistently use only one of virtual/OVERRIDE/FINAL.
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-12 weiliang.lin@intel.comX87: Encapsulate megamorphic load/tail-call in hydrogen
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 bmeurer@chromium.orgUse Chrome compatible naming for compiler specifics.
2014-09-02 weiliang.lin@intel.comX87: InterfaceDescriptor becomes CallInterfaceDescriptor.
2014-08-12 mstarzinger@chromi... Fix newly discovered presubmit errors.
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
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-06-20 mstarzinger@chromi... Check alpha-sorting of includes during presubmit.
2014-06-18 jarin@chromium.orgFix LStoreCodeEntry to treat the code_object parameter...
2014-06-10 weiliang.lin@intel.comX87: Preliminary support for block contexts in hydrogen.
2014-06-03 ishell@chromium.orgFixed lint errors caused by "runtime/references" rule...
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-28 weiliang.lin@intel.comX87: Small changes in preparation for Hydrogen-generate...
2014-05-23 danno@chromium.orgIntroduce x87 port