Correctify instanceof and make it optimizable.
[platform/upstream/v8.git] / src / full-codegen / mips64 / full-codegen-mips64.cc
2015-08-25 bmeurerCorrectify 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-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 bmeurer[compiler] Remove broken support for undetectable strings.
2015-08-12 mstarzingerRemove grab-bag includes of v8.h from full codegen.
2015-08-11 bmeurer[simd.js] Single SIMD128_VALUE_TYPE for all Simd128Values.
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 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 bmeurer[stubs] Use a single slot for context globals.
2015-07-28 bmeurer[stubs] Don't pass name to Load/StoreGlobalViaContext...
2015-07-24 rossbergFind right scope associated with prologue
2015-07-24 yangguoMove Full-codegen into its own folder.