[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / full-codegen / full-codegen.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-09-29 bmeurer[es6] Introduce %ToInteger and %ToLength.
2015-09-25 mvstantonFull code shouldn't embed the type feedback vector.
2015-09-22 ishell[x64] Tweaking kMaxSizeEarlyOpt value to recover SunSpi...
2015-09-18 bmeurer[runtime] Replace COMPARE/COMPARE_STRONG with proper...
2015-09-14 bmeurer[builtins] Remove STRING_ADD_LEFT and STRING_ADD_RIGHT...
2015-09-10 mvstantonVector ICs: The Oracle needs to report feedback for...
2015-09-08 bmeurer[runtime] Replace many buggy uses of %_CallFunction...
2015-09-04 bmeurer[runtime] Remove useless IN builtin.
2015-09-03 bmeurer[es6] Introduce a dedicated JSIteratorResult type.
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-26 bmeurer[runtime] Remove the redundant %_IsObject intrinsic.
2015-08-21 mstarzingerRename FullCodeGenerator::function to literal.
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-12 bmeurer[runtime] Remove useless %_IsUndetectableObject intrinsic.
2015-08-11 mstarzingerRemove several grab-bag includes from the v8.h header.
2015-08-07 rossberg[es6] Use strict arguments objects for destructured...
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-24 yangguoMove Full-codegen into its own folder.