[runtime] Sanitize %NewClosure runtime entries.
[platform/upstream/v8.git] / src / full-codegen / mips / full-codegen-mips.cc
2015-09-10 bmeurer[runtime] Sanitize %NewClosure runtime entries.
2015-09-09 mstarzingerDesugar %DefaultConstructorCallSuper partially in parser.
2015-09-08 mstarzingerUse baseline code to compute message locations.
2015-09-08 bmeurer[runtime] Replace many buggy uses of %_CallFunction...
2015-09-04 bmeurer[runtime] Remove useless IN builtin.
2015-09-03 balazs.kilvadyMIPS: Refine '[es6] Introduce a dedicated JSIteratorRes...
2015-09-03 machenbachRevert of [es5] Class of object is "Function" if object...
2015-09-03 bmeurer[es5] Class of object is "Function" if object has ...
2015-09-03 bmeurer[es6] Introduce a dedicated JSIteratorResult type.
2015-09-03 bmeurer[es6] Initial steps towards a correct implementation...
2015-09-02 caitpotter88[es6] Re-implement rest parameters via desugaring.
2015-09-01 ishellCrankshaft is now able to compile top level code even...
2015-08-28 littledanEnsure hole checks take place in switch statement scopes
2015-08-28 bmeurer[runtime] Add %ToString and %_ToString and remove the...
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-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.