[stubs] Refactor StringCompareStub and use it for HStringCompareAndBranch.
[platform/upstream/v8.git] / src / code-factory.h
2015-09-18 bmeurer[stubs] Refactor StringCompareStub and use it for HStri...
2015-09-14 rmcilroy[Interpreter] Add support for JS calls.
2015-08-28 bmeurer[runtime] Add %ToString and %_ToString and remove the...
2015-08-25 bmeurerCorrectify instanceof and make it optimizable.
2015-07-31 bmeurer[stubs] Unify (and optimize) implementation of ToObject.
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-26 mvstantonVectorICs: Lithium support for vector-based stores.
2015-06-22 mstarzinger[turbofan] Add CodeFactory::Instanceof helper.
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-08 conradw[strong] Refactor ObjectStrength into a replacement...
2015-05-15 mvstantonNow that vector ics are established for load, keyed...
2015-05-12 conradw[strong] Disallow implicit conversions for comparison
2015-05-06 mvstantonOptimize the typeof operator.
2015-04-27 mstarzinger[turbofan] Use FastNewClosureStub if possible.
2015-04-24 conradw[strong] Disallow implicit conversions for binary arith...
2015-04-21 mstarzinger[turbofan] Use FastCloneShallow[Array|Object]Stub if...
2015-04-20 Ross McIlroyReplace OVERRIDE->override and FINAL->final since we...
2015-03-02 Toon VerwaestCompute correct contextual load ICs in fullcodegen.
2015-02-25 dcarneyemit premonomorphic ics for keyed loads/stores in optim...
2015-02-23 dcarneyemit premonomorphic ics for loads/stores in optimized...
2015-02-05 Benedikt MeurerRemove the obsolete OverwriteMode optimization.
2015-02-04 marjaIntroduce LanguageMode, drop StrictMode.
2015-01-27 mvstantonUse a trampoline stub to load the type feedback vector...
2014-11-04 bmeurer@chromium.org[turbofan] Add AllocateHeapNumberStub to avoid runtime...
2014-10-10 mvstanton@chromium.orgTeach TurboFan to call vector-based ICs.
2014-09-11 mvstanton@chromium.orgTurbofan needs a code handle and a CallInterfaceDescrip...