[strong] Refactor ObjectStrength into a replacement for strong boolean args
[platform/upstream/v8.git] / src / code-stubs.h
2015-06-08 conradw[strong] Refactor ObjectStrength into a replacement...
2015-06-03 mstarzingerFix arrow functions requiring context without slots.
2015-05-28 mvstantonMake KeyedStores from a sloppy arguments array use...
2015-05-22 mvstantonVector ICs: Introduce Store and KeyedStore IC code...
2015-05-22 svenpanneJavaScript stubs have access to their calling conventio...
2015-05-21 svenpanneAdd a TurboFan skeleton for StringAddStub.
2015-05-20 mvstantonCleanup interface descriptors to reflect that vectors...
2015-05-15 mvstantonNow that vector ics are established for load, keyed...
2015-05-12 mvstantonMake LoadFastElementStub a HandlerStub.
2015-05-12 conradw[strong] Disallow implicit conversions for comparison
2015-05-11 dannoAdd a MathFloor stub generated with TurboFan
2015-05-06 mvstantonOptimize the typeof operator.
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-04-30 mvstantonUse a stub in crankshaft for grow store arrays.
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 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-21 machenbachRevert of track global accesses to constant types ...
2015-04-21 dcarneytrack global accesses to constant types
2015-04-20 Ross McIlroyReplace OVERRIDE->override and FINAL->final since we...
2015-03-31 verwaestGenerate common StoreFastElementStubs ahead of time
2015-03-23 mvstantonVectorICs: keyed element loads were kicking out non...
2015-03-17 mvstantonUse platform specific stubs for vector-based Load/Keyed...
2015-03-10 marja[strong] More scoping related errors: object literal...
2015-02-14 caitpotter88Implement ES6 rest parameters
2015-02-12 svenpanneRemoved one bogus CompilationInfo constructor.
2015-02-11 dslomovnew classes: implement new.target passing to superclass...
2015-02-11 dslomovRevert of new classes: implement new.target passing...
2015-02-11 dslomovnew classes: implement new.target passing to superclass...
2015-02-10 svenpanneMassage the CodeStub class hierarchy a bit.
2015-02-06 dslomovnew classes: assert that constructors are not callable...
2015-02-05 Erik ArvidssonAccessor functions should have no prototype property
2015-02-05 marjaAdd strong mode.
2015-02-05 Benedikt MeurerRemove the obsolete OverwriteMode optimization.
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 michael_dawsonContribution of PowerPC port (continuation of 422063005...
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-27 mvstantonUse a trampoline stub to load the type feedback vector...
2015-01-19 dcarneyadd stub for api function calls with known number of...
2015-01-16 dcarneysplit api call stubs into accessor and function call...
2015-01-16 Sven PanneContribution of PowerPC port (continuation of 422063005)
2014-12-12 svenpanneConsistently use only one of virtual/OVERRIDE/FINAL.
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-13 Erik ArvidssonClasses: Cleanup default constructor flag
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-10 svenpanne@chromium.orgRemoved dead WriteInt32ToHeapNumberStub.
2014-11-07 arv@chromium.orgClasses: Partial fix for constructor not calling super
2014-11-06 bmeurer@chromium.orgTurn ToNumberStub into a PlatformCodeStub again.
2014-11-04 bmeurer@chromium.org[turbofan] Add AllocateHeapNumberStub to avoid runtime...
2014-10-29 jkummerow@chromium.orgAdd a few missing overrides found by a new clang warning.
2014-10-17 mvstanton@chromium.orgReceiverCheckMode needs to be utilized further.
2014-10-16 mvstanton@chromium.orgEliminate special keyed load string stub in favor of...
2014-10-08 mvstanton@chromium.orgUpdates to maintain flag --vector-ics
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-29 yangguo@chromium.orgFix serializing ICs.
2014-09-22 mvstanton@chromium.orgMake KeyedLoads from a sloppy arguments array use a...
2014-09-18 mvstanton@chromium.orgConvert KeyedLoad indexed interceptor case to a Handler.
2014-09-17 yangguo@chromium.orgSerialize code stubs using stub key.
2014-09-16 mvstanton@chromium.orgRemoving ic.h from code-stubs.h
2014-09-11 mvstanton@chromium.orgAdded CallInterfaceDescriptors to all code stubs. A...
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.
2014-09-05 yangguo@chromium.orgUnify JSEntryStub and JSConstructEntryStub, and some...
2014-09-05 yangguo@chromium.orgIntroduce code stub constructors for stub keys.
2014-09-04 akos.palfi@imgtec.comMIPS: Clean up code stubs and ensure distinct major...
2014-09-03 yangguo@chromium.orgRemove incorrect FINAL attribute from MajorKey declarat...
2014-09-03 yangguo@chromium.orgClean up code stubs and ensure distinct major keys.
2014-09-03 yangguo@chromium.orgMinor-key-ify remaining code stubs.
2014-09-03 mvstanton@chromium.orgMake concrete classes for individual call descriptors...
2014-09-03 yangguo@chromium.orgUnify some PlatformCodeStubs.
2014-09-02 yangguo@chromium.orgMinor-key-ify four stubs.
2014-09-02 bmeurer@chromium.orgUse Chrome compatible naming for compiler specifics.
2014-09-01 yangguo@chromium.orgSub-minor-key-ify HandlerStubs.
2014-09-01 mvstanton@chromium.orgMultiple stubs can point to the same calling convention.
2014-08-29 mvstanton@chromium.orgRefactoring InterfaceDescriptors away from code-stubs.h
2014-08-28 yangguo@chromium.orgSub-minor-key-ify seven HydrogenCodeStubs.
2014-08-28 yangguo@chromium.orgSub-minor-key-ify four HydrogenCodeStubs.
2014-08-27 yangguo@chromium.orgIntroduce sub minor key to remove NotMissMinorKey in...
2014-08-27 yangguo@chromium.orgMinor-key-ify BinaryOpICWithAllocationSiteStub.
2014-08-26 verwaest@chromium.orgRemove dead code from LookupResult
2014-08-26 mvstanton@chromium.orgMinor-key-ify new LoadICTrampolineStub.
2014-08-26 mvstanton@chromium.orgAdded vector-based loadic hydrogen stubs. Not yet callable.
next