[stubs] Optimize LoadGlobalViaContextStub and StoreGlobalViaContextStub.
[platform/upstream/v8.git] / src / code-stubs-hydrogen.cc
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."
2014-11-04 bmeurer@chromium.org[turbofan] Add AllocateHeapNumberStub to avoid runtime...
2014-11-04 yangguo@chromium.orgRevert "Optimize function across closures."
2014-11-04 yangguo@chromium.orgOptimize function across closures.
2014-10-15 dcarney@chromium.orgLet FastCloneShallowObjectStub work with empty literal...
2014-10-13 yangguo@chromium.orgAlways include full reloc info to stubs for serialization.
2014-10-07 ishell@chromium.orgFix for assertion failures appeared after StoreTransiti...
2014-10-02 yangguo@chromium.orgFulfill some code serializer related TODOs.
2014-09-30 ishell@chromium.orgHydrogenize (and share) part of StoreTransition handler...
2014-09-30 bmeurer@chromium.orgReplace OStream with std::ostream.
2014-09-29 ishell@chromium.orgExtendStorageStub added, it is aimed for extending...
2014-09-24 yangguo@chromium.orgRefactor bailout reasons and disable optimization in...
2014-09-22 mvstanton@chromium.orgMake KeyedLoads from a sloppy arguments array use a...
2014-09-16 mvstanton@chromium.orgRemoving ic.h from code-stubs.h
2014-09-10 arv@chromium.orgES6: Add support for method shorthand in object literals
2014-09-08 yangguo@chromium.orgGet CallInterfaceDescriptor directly from CodeStub.
2014-09-08 yangguo@chromium.orgInitialize CodeStubInterfaceDescriptor in the constructor.
2014-09-08 mvstanton@chromium.orgTo aid vector-based load ic work, we need to be able...
2014-09-05 yangguo@chromium.orgDo not cache CodeStubInterfaceDescriptor on the isolate.
next