[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / hydrogen.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-09-29 bmeurer[es6] Introduce %ToInteger and %ToLength.
2015-09-28 bmeurer[crankshaft] Add support for %_ToString.
2015-09-21 bmeurer[crankshaft] Generalize PropertyAccessInfo to Name...
2015-09-18 bmeurer[runtime] Replace COMPARE/COMPARE_STRONG with proper...
2015-09-09 bmeurer[calls] Consistent call protocol for calls.
2015-09-08 bmeurer[runtime] Replace many buggy uses of %_CallFunction...
2015-09-03 bmeurer[es6] Introduce a dedicated JSIteratorResult type.
2015-09-03 bmeurer[es6] Initial steps towards a correct implementation...
2015-09-01 ishellCrankshaft is now able to compile top level code even...
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-24 littledanTranslate AST to Hydrogen missing position
2015-08-12 bmeurer[runtime] Remove useless %_IsUndetectableObject intrinsic.
2015-08-11 bmeurer[runtime] Store constructor function index on primitive...
2015-08-11 mstarzingerRemove several grab-bag includes from the v8.h header.
2015-08-10 bmeurer[crankshaft] Properly optimize %_ToObject.
2015-08-03 yangguoRemove JSFunctionResultCache.
2015-07-31 bmeurer[stubs] Unify (and optimize) implementation of ToObject.
2015-07-31 mvstantonVectorICs: Crankshaft adaptations to deal with vector...
2015-07-13 ishellTypeofMode replaces TypeofState and ContextualMode.
2015-07-13 ishellLoads and stores to global vars are now made via proper...
2015-06-30 conradw[strong] Implement strong property access semantics
2015-06-30 conradw[strong] Implement strong mode semantics for the count...
2015-06-23 bmeurer[date] Use explicit control flow to replace %_ThrowIfNo...
2015-06-19 conradwRevert relanded strong property access CL
2015-06-18 conradwRevert of Revert of [strong] Implement strong mode...
2015-06-18 conradwRevert of [strong] Implement strong mode restrictions...
2015-06-18 conradw[strong] Implement strong mode restrictions on property...
2015-06-17 jkummerowHydrogen object literals: always initialize in-object...
2015-06-15 littledanInline code generation for %_IsTypedArray
2015-06-08 conradw[strong] Refactor ObjectStrength into a replacement...
2015-06-03 bmeurer[date] Refactor the %_DateField intrinsic to be optimiz...
2015-06-03 jochenAlso allocate small typed arrays on heap when initializ...
2015-05-08 hpayerInitialize sub-array literals first before pointing...
2015-05-05 dannoRevert of Collect type feedback on result of Math....
2015-05-05 dannoCollect type feedback on result of Math.[round|ceil...
2015-05-04 verwaestOnly swap undefined for the global object if necessary...
2015-04-30 jochenUnify internal and external typed arrays a bit
2015-04-30 mvstantonUse a stub in crankshaft for grow store arrays.
2015-04-30 conradw[strong] Disallow implicit conversions for add
2015-04-27 jochenReland "Remove the weak list of views from array buffers"
2015-04-24 conradw[strong] Disallow implicit conversions for binary arith...
2015-04-24 jochenRevert of Reland "Remove the weak list of views from...
2015-04-23 jochenReland "Remove the weak list of views from array buffers"
2015-04-22 jochenRevert of Remove the weak list of views from array...
2015-04-22 machenbachRevert of Revert of Protect the emptiness of Array...
2015-04-22 mvstantonRevert of Protect the emptiness of Array prototype...
2015-04-22 jochenRemove the weak list of views from array buffers
2015-04-22 mvstantonProtect the emptiness of Array prototype elements with...
2015-04-20 titzerReland "Refactor compilation dependency handling."
2015-04-20 Ross McIlroyReplace OVERRIDE->override and FINAL->final since we...
2015-04-17 machenbachRevert of Refactor compilation dependency handling...
2015-04-16 verwaestReland "Add basic crankshaft support for slow-mode...
2015-04-16 titzerRefactor compilation dependency handling.
2015-04-15 mvstantonVectorICs: megamorphic keyed loads in crankshaft don...
2015-04-13 machenbachRevert of VectorICs: megamorphic keyed loads in cranksh...
2015-04-13 mvstantonVectorICs: megamorphic keyed loads in crankshaft don...
2015-04-13 ulanDo not inline store if field map was cleared.
2015-04-07 adamkReimplement Maps and Sets in JS
2015-03-31 svenpanneAdded %_Likely/%_Unlikely intrinsics (special cases...
2015-03-30 svenpanne[Crankshaft] Don't add an instruction twice for %_Strin...
2015-03-24 dslomovDo not assign positions to parser-generated desugarings.
2015-03-23 mstarzingerMove CompilationInfo::this_has_uses to HGraph::this_has...
2015-03-20 Benedikt Meurer[turbofan] Turn Math.clz32 into an inlinable builtin.
2015-03-18 svenpanneTweak the TurboFan pipeline for stub compilation.
2015-03-17 dcarneycorrectly invalidate global cells
2015-03-16 loisloCpuProfiler: replace FLAG_hydrogen_track_positions...
2015-03-13 bmeurer[turbofan] Use builtin inlining mechanism for Math...
2015-03-11 svenpanneBailout for %_FastOneByteArrayJoin again.
2015-03-10 dcarneyhandle the special snowflakes that are Integer Indexed...
2015-03-10 svenpanneRemoved bailout-only 'implementations' of intrinsics...
2015-03-10 svenpanneConverted Crankshaft to have its own list of known...
2015-03-06 svenpanneIntrinsics in the RUNTIME_FUNCTION_LIST are now availab...
2015-03-06 jkummerowReland: Simplify and compact transitions storage
2015-03-05 jkummerowRevert of Simplify and compact transitions storage...
2015-03-05 jkummerowSimplify and compact transitions storage
2015-03-03 loisloCpuProfiler: do not calculate positions if it is not...
2015-02-23 verwaestMerge LookupResult into PropertyAccessInfo
2015-02-23 dcarneyemit premonomorphic ics for loads/stores in optimized...
2015-02-18 verwaestMove LookupResult into crankshaft as that's now the...
2015-02-18 verwaestFix JSObjectFieldAccessor support in crankshaft
2015-02-17 verwaestStop using HeapType in IC and Crankshaft
2015-02-17 loisloCpuProfile: rename HSourcePosition to SourcePosition...
2015-02-17 loisloCpuProfiler: move InlinedFunctionInfo class from HGraph...
2015-02-12 bmeurerFix invalid use of int in Zone.
2015-02-05 loisloExternalize deoptimization reasons.
2015-02-05 bmeurerRevert of Externalize deoptimization reasons. (patchset...
2015-02-05 loisloExternalize deoptimization reasons.
2015-02-04 loisloRevert of Externalize deoptimization reasons. (patchset...
2015-02-04 loisloExternalize deoptimization reasons.
2015-02-04 marjaIntroduce LanguageMode, drop StrictMode.
2015-01-30 jarinDo not inline array push for arrays with dictionary...
2015-01-23 dannoRemove the dependency of Zone on Isolate
2015-01-19 ishellMassive renaming of PropertyType values and other impli...
2014-12-19 ulanUse weak cell to embed map in CompareNil IC.
2014-12-12 svenpanneConsistently use only one of virtual/OVERRIDE/FINAL.
2014-12-10 adamkCreate optimized versions of the Map/Set clear method
next