[runtime] Remove useless IN builtin.
[platform/upstream/v8.git] / test / unittests / compiler / js-intrinsic-lowering-unittest.cc
2015-08-13 bmeurer[runtime] Remove useless IN builtin.
2015-06-23 bmeurer[date] Use explicit control flow to replace %_ThrowIfNo...
2015-06-15 littledanInline code generation for %_IsTypedArray
2015-06-05 mstarzinger[turbofan] Allow ReplaceWithValue to kill control.
2015-05-26 bmeurer[turbofan] Change End to take a variable number of...
2015-05-20 bmeurer[turbofan] Pass deoptimization mode to intrinsic lowering.
2015-05-19 mstarzinger[turbofan] Turn JSIntrinsicLowering into an AdvancedRed...
2015-04-27 mstarzinger[turbofan] Introduce explicit JSCreateLiteral[Array...
2015-04-23 bmeurer[turbofan] Unify frame state inputs.
2015-04-21 mstarzinger[turbofan] Use FastCloneShallow[Array|Object]Stub if...
2015-04-20 Ross McIlroyReplace OVERRIDE->override and FINAL->final since we...
2015-04-02 svenpanneFixed the range information for string lengths.
2015-03-31 svenpanneAdded %_Likely/%_Unlikely intrinsics (special cases...
2015-03-20 Benedikt Meurer[turbofan] Turn Math.clz32 into an inlinable builtin.
2015-03-20 Benedikt Meurer[turbofan] Fix unit test coverage for JSIntrinsicLowering.
2015-03-06 svenpanneMerged INLINE_OPTIMIZED intrinsic type into INLINE.
2015-03-05 bmeurer[turbofan] Support for %_DoubleHi, %_DoubleLo and ...
2015-01-26 bmeurer[turbofan] Add new JSIntrinsicsLowering reducer.