[stubs] Unify (and optimize) implementation of ToObject.
[platform/upstream/v8.git] / src / compiler / js-intrinsic-lowering.h
2015-07-31 bmeurer[stubs] Unify (and optimize) implementation of ToObject.
2015-07-02 danno[turbofan] Inline %_FixedArrayGet intrinsic.
2015-07-02 danno[turbofan] Enable tail calls for %_CallRuntime.
2015-06-26 bmeurer[turbofan] Use proper eager deopts for %_ThrowNotDateEr...
2015-06-08 Benedikt Meurer[turbofan] Initial support for the %_DateField intrinsic.
2015-06-05 dannoAdd %GetCallerJSFunction intrinsic
2015-05-20 bmeurer[turbofan] Pass deoptimization mode to intrinsic lowering.
2015-05-19 mstarzinger[turbofan] Turn JSIntrinsicLowering into an AdvancedRed...
2015-05-11 dannoAdd a MathFloor stub generated with TurboFan
2015-04-27 mstarzinger[turbofan] Introduce explicit JSCreateLiteral[Array...
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-31 svenpanneAdded %_Likely/%_Unlikely intrinsics (special cases...
2015-03-27 svenpanneAdd %_IncrementStatsCounter intrinsic.
2015-03-26 svenpanneAdd full TurboFan support for accessing SeqString contents.
2015-03-24 svenpanneAdded %_HeapObjectGetMap and %_MapGetInstanceType intri...
2015-03-20 Benedikt Meurer[turbofan] Turn Math.clz32 into an inlinable builtin.
2015-03-18 svenpanneTweak the TurboFan pipeline for stub compilation.
2015-03-13 bmeurer[turbofan] Use builtin inlining mechanism for Math...
2015-03-10 bmeurer[turbofan] Unify Math.floor / Math.ceil optimization.
2015-03-09 mstarzinger[turbofan] Only reduce inline %DeoptimizeNow.
2015-03-06 svenpanneMerged INLINE_OPTIMIZED intrinsic type into INLINE.
2015-03-05 bmeurer[turbofan] Support for %_DoubleHi, %_DoubleLo and ...
2015-03-04 jarin[turbofan] First shot at eager deoptimization in Turbofan.
2015-01-26 bmeurer[turbofan] Add new JSIntrinsicsLowering reducer.