[ic] Also collect known map for relational comparison.
[platform/upstream/v8.git] / src / hydrogen.cc
2015-09-21 bmeurer[ic] Also collect known map for relational comparison.
2015-09-21 bmeurer[crankshaft] Generalize PropertyAccessInfo to Name...
2015-09-21 littledanImplement sloppy-mode block-defined functions (Annex...
2015-09-18 cbruniFix --hydrogen-stats crashing on null_ptr for shared_info
2015-09-18 jkummerow[hydrogen] Add crash-hunting instrumentation to Hydroge...
2015-09-18 bmeurer[runtime] Replace COMPARE/COMPARE_STRONG with proper...
2015-09-16 mvstantonRemove --pretenure-call-new
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-14 bmeurer[builtins] Remove STRING_ADD_LEFT and STRING_ADD_RIGHT...
2015-09-10 mvstantonVector ICs: The Oracle needs to report feedback for...
2015-09-10 bmeurer[runtime] Move binary operator fallbacks into the runtime.
2015-09-10 mvstantonFix for v8:4380 introduced a regression in Octane crypto.
2015-09-10 cbruniAdding template parameter to PrototypeIterator GetCurrent
2015-09-10 bmeurer[runtime] Sanitize %NewClosure runtime entries.
2015-09-09 mvstantonCrankshaft: consolidated element loads always deopted...
2015-09-09 bmeurer[calls] Consistent call protocol for calls.
2015-09-08 bmeurer[runtime] Replace many buggy uses of %_CallFunction...
2015-09-04 bmeurer[runtime] Remove useless IN builtin.
2015-09-03 bmeurer[es6] Introduce a dedicated JSIteratorResult type.
2015-09-03 bmeurer[es6] Initial steps towards a correct implementation...
2015-09-02 caitpotter88[es6] Re-implement rest parameters via desugaring.
2015-09-01 bradnelsonEliminate use of CompilationInfo in several AstVisitor...
2015-09-01 mstarzingerMake isolate.h usable without objects-inl.h header.
2015-09-01 ishellCrankshaft is now able to compile top level code even...
2015-08-27 yangguoMove (uppercase) JS builtins from js builtins object...
2015-08-26 bmeurer[runtime] Remove the redundant %_IsObject intrinsic.
2015-08-26 yangguoCall JS functions via native context instead of js...
2015-08-26 ishellDo not inline array resize operations for outdated...
2015-08-26 wingoParse arrow functions at proper precedence level
2015-08-25 bmeurerCorrectify instanceof and make it optimizable.
2015-08-24 rmcilroyAdd CompileInfo::GetDebugName()
2015-08-24 yangguoRevert of Parse arrow functions at proper precedence...
2015-08-21 bradnelsonDon't allocate AstTyper with the zone allocator.
2015-08-21 wingoParse arrow functions at proper precedence level
2015-08-21 rossberg[es6] Parameter scopes for sloppy eval
2015-08-20 mstarzingerRemove grab-bag includes of v8.h from everywhere.
2015-08-19 titzerRename ParserInfo::function() and CompilationInfo:...
2015-08-13 bmeurerRevert of [runtime] Remove useless IN builtin. (patchse...
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"
next