[turbofan] Use StringCompareStub for string comparisons.
[platform/upstream/v8.git] / src / compiler / simplified-lowering.h
2015-09-18 bmeurer[turbofan] Use StringCompareStub for string comparisons.
2015-07-03 bmeurer[turbofan] Right hand side of shifts needs ToUint32.
2015-06-02 bmeurer[turbofan] Enable typed lowering of string addition.
2015-05-04 mstarzinger[turbofan] Add SimplifiedOperator::Allocate operator.
2015-04-20 Ross McIlroyReplace OVERRIDE->override and FINAL->final since we...
2015-03-02 Benedikt Meurer[turbofan] Use the typer to statically detect Smis.
2015-03-02 Benedikt Meurer[turbofan] Skip write barriers when storing smi.
2015-02-05 danno[turbofan]: Improved source position information
2015-01-05 Benedikt Meurer[turbofan] Correctify JSToBoolean lowering.
2014-12-02 Benedikt Meurer[turbofan] Add checked load/store operators.
2014-10-29 bmeurer@chromium.org[turbofan] Introduce new Select operator to improve...
2014-10-28 bmeurer@chromium.org[turbofan] Complete support for integer division/modulu...
2014-10-08 bmeurer@chromium.org[turbofan] Properly emit bounds checks for typed array...
2014-09-16 mstarzinger@chromi... Avoid usage of temporary MachineOperatorBuilder.
2014-09-11 bmeurer@chromium.org[turbofan] Machine operators are globally shared single...
2014-09-03 mstarzinger@chromi... Lower simplified StringLessThan[OrEqual] to runtime...
2014-09-02 mstarzinger@chromi... Lower simplified StringEqual to runtime call.
2014-09-02 mstarzinger@chromi... Lower simplified StringAdd to stub call.
2014-08-27 titzer@chromium.orgRemove old changes lowering code and convert test to...
2014-08-14 mstarzinger@chromi... Deprecate LoweringBuilder in favor of Reducer.
2014-08-11 titzer@chromium.orgImplement representation selection as part of Simplifie...
2014-08-01 titzer@chromium.orgTF: Lowering representation changes to machine operator...
2014-07-30 danno@chromium.orgLand the Fan (disabled)