[runtime] Remove useless IN builtin.
[platform/upstream/v8.git] / src / hydrogen.cc
2015-08-13 bmeurer[runtime] Remove useless IN builtin.
2015-08-13 bmeurer[runtime] Remove useless DELETE builtin.
2015-08-13 bmeurer[strong] Simplify (and sortof optimize) string addition...
2015-08-12 bmeurer[runtime] Remove useless %_IsUndetectableObject intrinsic.
2015-08-11 bmeurer[runtime] Store constructor function index on primitive...
2015-08-11 bmeurer[simd.js] Single SIMD128_VALUE_TYPE for all Simd128Values.
2015-08-10 bmeurer[crankshaft] Properly optimize %_ToObject.
2015-08-05 mstarzingerCleanup unnecessary duplication of runtime functions.
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-29 Hannes PayerPretenuring decision of outermost literal is propagated...
2015-07-28 jochenReland of "Remove ExternalArray, derived types, and...
2015-07-28 bmeurer[stubs] Use a single slot for context globals.
2015-07-28 bmeurer[stubs] Don't pass name to Load/StoreGlobalViaContext...
2015-07-27 machenbachRevert of Remove ExternalArray, derived types, and...
2015-07-27 jochenRemove ExternalArray, derived types, and element kinds
2015-07-24 yangguoMove Full-codegen into its own folder.
2015-07-22 jochenStore offset between fixed typed array base and data...
2015-07-20 yangguoDebugger: prepare code for debugging on a per-function...
2015-07-20 mstarzingerAdd function literal variable to declaration list.
2015-07-20 ishellCrankshaft part of the 'loads and stores to global...
2015-07-13 ishellTypeofMode replaces TypeofState and ContextualMode.
2015-07-13 rmcilroyMove SmartPointer to base.
2015-07-13 ishellLoads and stores to global vars are now made via proper...
2015-07-13 mstarzingerRemove unused byte from Map::instance_sizes field.
2015-07-06 ishellSupport for global var shortcuts in script contexts.
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-30 conradw[strong] Implement strong mode semantics for the count...
2015-06-29 ishellAvoid allocations during ArrayBuffer initialization.
2015-06-25 yangguoReland 2 "Keep a canonical list of shared function...
2015-06-25 yangguoRevert of Reland "Keep a canonical list of shared funct...
2015-06-25 yangguoReland "Keep a canonical list of shared function infos."
2015-06-23 adamkRevert "Keep a canonical list of shared function infos."
2015-06-23 bmeurer[date] Use explicit control flow to replace %_ThrowIfNo...
2015-06-19 conradwRevert relanded strong property access CL
2015-06-19 yangguoKeep a canonical list of shared function infos.
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-16 bmeurer[crankshaft] Fix wrong bailout points in for-in loop...
2015-06-16 jochenIntroduce a base pointer field in FixedTypedArrayBase...
2015-06-15 littledanInline code generation for %_IsTypedArray
2015-06-12 wingoAdd script context with context-allocated "const this"
2015-06-12 wingoRevert of Add script context with context-allocated...
2015-06-12 wingoAdd script context with context-allocated "const this"
2015-06-12 machenbachRevert of Add script context with context-allocated...
2015-06-12 wingoAdd script context with context-allocated "const this"
2015-06-08 conradw[strong] Refactor ObjectStrength into a replacement...
2015-06-04 arv[es6] super.prop, eval and lazy functions
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-06-02 arv[es6] Super call in arrows and eval
2015-06-02 mvstantonBuild ObjectLiteral constant properties in the numberin...
2015-06-01 erikcorryCosmetic changes to tests to make it easier to concaten...
2015-06-01 arvRevert of [es6] Super call in arrows and eval (patchset...
2015-06-01 arv[es6] Super call in arrows and eval
2015-06-01 jochenReland "Re-enable on-heap typed array allocation"
2015-06-01 bmeurerRevert of Re-enable on-heap typed array allocation...
2015-06-01 jochenRe-enable on-heap typed array allocation
2015-06-01 bmeurer[turbofan] First step towards sanitizing for-in and...
2015-05-26 mvstantonMove work to omit unnecessary ObjectLiteral stores...
2015-05-21 arv[es6] Spread in array literals
2015-05-20 dannoGeneralize builtins inlining flag to allow forced inlin...
2015-05-20 rossbergReland "[strong] Object literals create strong objects"
2015-05-19 machenbachRevert of [strong] Object literals create strong object...
2015-05-18 rossberg[strong] Object literals create strong objects
2015-05-15 mvstantonNow that vector ics are established for load, keyed...
2015-05-12 conradw[strong] Disallow implicit conversions for comparison
2015-05-12 yangguoMigrate error messages, part 10.
2015-05-12 mvstantonNew hydrogen instruction to reduce cost of growing...
2015-05-12 yangguoRevert of Migrate error messages, part 10. (patchset...
2015-05-12 yangguoMigrate error messages, part 10.
2015-05-11 arv[strong] Check arity of functions
2015-05-08 hpayerInitialize sub-array literals first before pointing...
2015-05-08 verwaestRevert of Allow loading holes from holey smi arrays...
2015-05-07 verwaestAllow loading holes from holey smi arrays
2015-05-07 jochenMake sure fixed typed array is always double aligned...
2015-05-06 conradw[strong] Fix inlining issue
2015-05-05 dannoRevert of Collect type feedback on result of Math....
2015-05-05 ishellWhen adding constant string with something unknown...
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 adamkRemove unused Module-related AST nodes and associated...
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-28 jochenAdd HArrayBufferNotNeutered instruction
2015-04-28 jochenTurn JSArrayBuffer::flags into a bit field
2015-04-27 machenbachRevert of Make it possible to hoist the neutering check...
2015-04-27 jochenMake it possible to hoist the neutering check for TA...
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"
next