[es6] Implement spec compliant ToPrimitive in the runtime.
[platform/upstream/v8.git] / src / full-codegen / x87 / full-codegen-x87.cc
2015-08-28 bmeurer[es6] Implement spec compliant ToPrimitive in the runtime.
2015-08-27 titzerRemove CompilationInfo::MayUseThis() and replace it...
2015-08-27 yangguoMove (uppercase) JS builtins from js builtins object...
2015-08-26 bmeurer[runtime] Remove the redundant %_IsObject intrinsic.
2015-08-26 yangguoCall JS functions via native context instead of js...
2015-08-26 chunyang.daiX87: Correctify instanceof and make it optimizable.
2015-08-21 mstarzingerRename FullCodeGenerator::function to literal.
2015-08-21 mstarzingerDeprecate useless CompilationInfo::IsOptimizable predicate.
2015-08-19 titzerRename ParserInfo::function() and CompilationInfo:...
2015-08-19 chunyang.daiX87: [simd.js] Single SIMD128_VALUE_TYPE for all Simd12...
2015-08-13 chunyang.daiX87: [compiler] Remove broken support for undetectable...
2015-08-13 bmeurerRevert of [runtime] Remove useless IN builtin. (patchse...
2015-08-13 bmeurer[runtime] Remove useless IN builtin.
2015-08-13 bmeurer[runtime] Remove useless DELETE builtin.
2015-08-12 bmeurer[runtime] Remove useless %_IsUndetectableObject intrinsic.
2015-08-12 mstarzingerRemove grab-bag includes of v8.h from full codegen.
2015-08-12 mstarzingerRealize IWYU pattern for frames-inl.h header.
2015-08-07 rossberg[es6] Use strict arguments objects for destructured...
2015-08-05 conradw[strong] Refactor out separate strong runtime call...
2015-08-04 bbudgeRename IsSimdObject assembly intrinsic.
2015-08-03 yangguoRemove JSFunctionResultCache.
2015-08-03 bbudgeSIMD.js Fix x87 build.
2015-08-03 bbudgeSIMD.js Add the other SIMD Phase 1 types.
2015-07-31 bmeurer[stubs] Unify (and optimize) implementation of ToObject.
2015-07-31 yangguoDebugger: move implementation to a separate folder.
2015-07-30 yangguoDebugger: correctly redirect code with no stack check.
2015-07-30 conradwMove final parts of class literal setup into a single...
2015-07-30 bmeurer[runtime] DeclareGlobals and DeclareLookupSlot don...
2015-07-28 chunyang.daiX87: [stubs] Don't pass name to Load/StoreGlobalViaCont...
2015-07-28 bmeurer[stubs] Use a single slot for context globals.
2015-07-24 rossbergFind right scope associated with prologue
2015-07-24 yangguoMove Full-codegen into its own folder.