[builtins] Re-add similar String wrapper optimization for StringAdd.
[platform/upstream/v8.git] / src / code-stubs-hydrogen.cc
2015-09-23 bmeurer[builtins] Re-add similar String wrapper optimization...
2015-09-23 ishellShare literals arrays per <NativeContext, SharedFunctio...
2015-09-22 bmeurer[crankshaft] Re-add fast-case for string add left/right.
2015-09-15 machenbachRevert of [crankshaft] Re-add fast-case for string...
2015-09-15 bmeurer[crankshaft] Re-add fast-case for string add left/right.
2015-09-03 bmeurer[es6] Initial steps towards a correct implementation...
2015-08-26 yangguoCall JS functions via native context instead of js...
2015-08-24 rmcilroyAdd CompileInfo::GetDebugName()
2015-08-21 mvstantonVectorICs: New interface descriptor for vector transiti...
2015-08-20 mstarzingerRemove grab-bag includes of v8.h from everywhere.
2015-08-17 bbudge[simd.js] Macro-ize more SIMD code.
2015-08-11 bmeurer[stubs] Store typeof string on Oddballs.
2015-08-11 bmeurer[simd.js] Single SIMD128_VALUE_TYPE for all Simd128Values.
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-28 jochenReland of "Remove ExternalArray, derived types, and...
2015-07-27 machenbachRevert of Remove ExternalArray, derived types, and...
2015-07-27 jochenRemove ExternalArray, derived types, and element kinds
2015-07-24 bmeurer[stubs] Optimize LoadGlobalViaContextStub and StoreGlob...
2015-07-23 mvstantonHydrogenCodeStubs consume stack arguments via descriptor.
2015-07-22 mvstantonEliminate redundant descriptor ElementTransitionAndStor...
2015-07-22 mstarzingerAllow for optimized code map to have zero entries.
2015-07-16 bbudgeExpose SIMD.Float32x4 type to Javascript.
2015-07-16 hablichRevert of Expose SIMD.Float32x4 type to Javascript...
2015-07-15 bbudgeExpose SIMD.Float32x4 type to Javascript.
2015-07-13 rmcilroyMove SmartPointer to base.
2015-07-13 ishellLoads and stores to global vars are now made via proper...
2015-07-02 verwaestDistinguish slow from fast sloppy arguments
2015-07-01 dannoMake context register implicit for CallInterfaceDescriptors
2015-06-30 conradw[strong] Implement strong property access semantics
2015-06-26 mstarzinger[turbofan] Implement sharing of context-independent...
2015-06-25 mstarzingerRemove overzealous checking of --cache-optimized-code...
2015-06-24 dannoUse big-boy Types to annotate interface descriptor...
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-16 yangguoSerializer: support all alignment kinds.
2015-06-16 machenbachRevert of Serializer: support all alignment kinds....
2015-06-16 yangguoSerializer: support all alignment kinds.
2015-06-08 conradw[strong] Refactor ObjectStrength into a replacement...
2015-06-01 erikcorryCosmetic changes to tests to make it easier to concaten...
2015-05-28 mvstantonMake KeyedStores from a sloppy arguments array use...
2015-05-15 mvstantonNow that vector ics are established for load, keyed...
2015-05-12 mvstantonNew hydrogen instruction to reduce cost of growing...
2015-05-06 mvstantonOptimize the typeof operator.
2015-05-05 mvstantonGrowArrayElementsStub must save caller doubles for...
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 dcarneyReland: track global accesses to constant types
2015-04-27 jochenReland "Remove the weak list of views from array buffers"
2015-04-27 mvstantonDon't MISS if you read the hole from certain FastHoley...
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-21 machenbachRevert of track global accesses to constant types ...
2015-04-21 dcarneytrack global accesses to constant types
2015-04-13 mvstantonRemove unnecessary options from HTailCallThroughMegamor...
2015-03-23 mstarzingerRemove dangerous constructor from CompilationInfoWithZone.
2015-03-18 verwaestDisinherit PropertyCell from Cell
2015-03-18 verwaestRemove PropertyCell space
2015-03-17 dcarneycorrectly invalidate global cells
2015-03-17 mvstantonUse platform specific stubs for vector-based Load/Keyed...
2015-02-10 svenpanneMassage the CodeStub class hierarchy a bit.
2015-02-05 loisloExternalize deoptimization reasons.
2015-02-05 bmeurerRevert of Externalize deoptimization reasons. (patchset...
2015-02-05 Benedikt MeurerRemove the obsolete OverwriteMode optimization.
2015-02-05 loisloExternalize deoptimization reasons.
2015-02-04 loisloRevert of Externalize deoptimization reasons. (patchset...
2015-02-04 loisloExternalize deoptimization reasons.
2015-02-04 mvstantonRetry "Use a WeakCell in the CallIC type vector."
2015-02-04 marjaIntroduce LanguageMode, drop StrictMode.
2015-02-03 ulanUse weak cell to embed property cell in StoreGlobal.
2015-02-02 ulanFetch global object from jsproxy prototype instead...
2015-01-30 dcarneyupdate vector ics to handle megamorphic keyed loads
2015-01-30 Dan Carneyfix gcc after r26345
2015-01-30 dcarneyAdd MEGAMORPHIC state support for KeyedLoadIC
2015-01-29 machenbachRevert of Use a WeakCell in the CallIC type vector...
2015-01-29 mvstantonUse a WeakCell in the CallIC type vector.
2015-01-21 mostynbconvert compile-time checkable DCHECKs to STATIC_ASSERTs
2015-01-15 mvstantonVector-based LoadICs need to handle Smi receivers.
2014-12-19 mvstantonVector-based ICs also need to hold maps weakly.
2014-12-19 ulanUse weak cell to embed map in CompareNil IC.
2014-12-15 adamkUse C++11 nullptr in Hydrogen to replace static_cast...
2014-12-12 Michael StantonHydrogen code stubs for vector-based ICs.
2014-12-12 svenpanneFixed an ordering issue found by UBSan_vptr.
2014-11-25 yangguoPartially revert "Optimize function across closures."
2014-11-19 Michael StantonRevert "Re-land r25392 Use a stub in crankshaft for...
2014-11-18 Michael StantonRe-land r25392 Use a stub in crankshaft for grow store...
2014-11-18 Michael StantonRevert "Use a stub in crankshaft for grow store arrays."
2014-11-18 Michael StantonUse a stub in crankshaft for grow store arrays.
2014-11-17 yangguoReland "Optimize function across closures." (again).
2014-11-12 dslomov@chromium.orgVarious clean-ups after top-level lexical declarations...
2014-11-11 dslomov@chromium.orgharmony-scoping: Implement StoreIC handler for stores...
2014-11-11 dslomov@chromium.orgharmony-scoping: Implement LoadIC handler for loads...
2014-11-11 ishell@chromium.orgReland "In-object double fields unboxing (for 64-bit...
2014-11-10 verwaest@chromium.orgRevert "In-object double fields unboxing (for 64-bit...
2014-11-10 ishell@chromium.orgIn-object double fields unboxing (for 64-bit only).
2014-11-06 bmeurer@chromium.orgTurn ToNumberStub into a PlatformCodeStub again.
2014-11-05 yangguo@chromium.orgRevert "Reland "Optimize function across closures.""
2014-11-05 yangguo@chromium.orgReland "Optimize function across closures."
next