[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / compiler / arm64 / instruction-codes-arm64.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-09-21 titzer[turbofan] Add support for reinterpreting integers...
2015-06-02 martyn.capewell[arm64] Use ubfiz in ARM64 instruction selector
2015-05-08 martyn.capewell[turbofan] Use sbfx in ARM64 instruction selector
2015-04-08 Benedikt Meurer[turbofan] Add new Float32Abs and Float64Abs operators.
2015-04-07 martyn.capewellARM64: Support sign extend for add and subtract
2015-03-30 baptiste.afsaReland "Match fneg for -0.0 - x pattern."
2015-03-30 bmeurer[turbofan] Add backend support for float32 operations.
2015-03-27 baptiste.afsa[turbofan][arm64] Use immediates instead of MiscField...
2015-03-27 yangguoRevert of [turbofan][arm64] Match fneg for -0.0 - x...
2015-03-27 baptiste.afsa[turbofan][arm64] Match fneg for -0.0 - x pattern.
2015-03-23 jacob.bramley[ARM64] [turbofan] Support Float64Min and Float64Max.
2015-03-20 Benedikt Meurer[turbofan] Turn Math.clz32 into an inlinable builtin.
2015-03-19 jacob.bramley[ARM64] [turbofan] Support uxtb/uxth for add/sub.
2015-03-16 jacob.bramley[ARM64] [turbofan] Improve construction of doubles.
2015-03-10 bmeurer[turbofan] Unify Math.floor / Math.ceil optimization.
2015-03-05 bmeurer[turbofan] Support for %_DoubleHi, %_DoubleLo and ...
2014-12-11 baptiste.afsa[turbofan] Mark arm64 cbz/cbnz tbz/tbnz instructions...
2014-11-24 baptiste.afsa[turbofan] Recognize sign extension of 8-bit and 16...
2014-11-12 baptiste.afsa@arm.com[turbofan] Use cbz/cbnz when possible on arm64.
2014-11-03 baptiste.afsa@arm.com[turbofan] Select tbz/tbnz when possible on ARM64.
2014-11-03 bmeurer@chromium.org[turbofan] Also optimize unsigned division by constant.
2014-10-30 sigurds@chromium.orgAdd floor, ceil, round (truncate) instructions for...
2014-10-14 bmeurer@chromium.org[turbofan] Optimize division/modulus by constant.
2014-10-14 baptiste.afsa@arm.com[turbofan] Add support for shifted and rotated operands...
2014-10-09 bmeurer@chromium.org[turbofan] Add support for ARM64 Ubfx
2014-09-29 m.m.capewell@googl... [turbofan] ARM64 support for multiply-accumulate
2014-09-24 m.m.capewell@googl... [turbofan] ARM64 support for inverted logical ops
2014-09-24 bmeurer@chromium.org[turbofan] Add backend support for float32.
2014-09-24 mstarzinger@chromi... Extend JSBuiltinReducer to cover Math.sqrt as well.
2014-09-09 m.m.capewell@googl... [turbofan] ARM64 branch selector additions
2014-08-27 bmeurer@chromium.org[turbofan] Refactor code generation for calls.
2014-08-26 bmeurer@chromium.org[turbofan] Add backend support for load/store float32...
2014-08-25 bmeurer@chromium.org[turbofan] Add backend support for signed loads.
2014-08-19 bmeurer@chromium.org[turbofan] Add proper conversion operators for int32...
2014-08-14 bmeurer@chromium.org[turbofan] Introduce WordRor machine operator.
2014-07-31 titzer@chromium.orgTF: Add ConvertFloat64ToUint32 and ConvertUint32ToFloat...
2014-07-30 danno@chromium.orgLand the Fan (disabled)