Reland of "Remove ExternalArray, derived types, and element kinds"
[platform/upstream/v8.git] / src / compiler / access-builder.cc
2015-07-28 jochenReland of "Remove ExternalArray, derived types, and...
2015-07-27 machenbachRevert of Remove ExternalArray, derived types, and...
2015-07-27 jochenRemove ExternalArray, derived types, and element kinds
2015-07-14 bmeurer[turbofan] Don't use uniform initialization in AccessBu...
2015-07-13 bmeurer[turbofan] Optimize string "length" property access...
2015-07-08 adamkRevert of [turbofan] Optimize string "length" property...
2015-07-08 bmeurer[turbofan] Optimize string "length" property access...
2015-06-11 mstarzinger[turbofan] Structure AccessBuilder interface a bit.
2015-06-08 Benedikt Meurer[turbofan] Initial support for the %_DateField intrinsic.
2015-06-05 dannoAdd %GetCallerJSFunction intrinsic
2015-06-02 bmeurer[turbofan] Specify better type for FixedArray::length...
2015-06-01 bmeurer[turbofan] First steps towards optimizing for-in loops.
2015-05-11 dannoAdd a MathFloor stub generated with TurboFan
2015-05-04 mstarzinger[turbofan] Add SimplifiedOperator::Allocate operator.
2015-04-27 titzer[turbofan] Reland: Optimize loads from the global objec...
2015-04-27 machenbachRevert of [turbofan] Optimize loads from the global...
2015-04-27 titzer[turbofan] Optimize loads from the global object in...
2015-04-02 svenpanneFixed the range information for string lengths.
2015-03-27 svenpanneAdd %_IncrementStatsCounter intrinsic.
2015-03-26 svenpanneAdd full TurboFan support for accessing SeqString contents.
2015-03-20 Benedikt Meurer[turbofan] Improve typing for string::length property.
2014-12-11 rossbergIntroduce unsigned representation types
2014-12-04 Benedikt Meurer[turbofan] Reduce context accesses during typed lowering.
2014-12-02 Benedikt Meurer[turbofan] Add checked load/store operators.
2014-11-05 bmeurer@chromium.org[turbofan] Fix missing machine type for float32/float64...
2014-10-28 bmeurer@chromium.org[turbofan] Improve typed lowering for JSToBoolean.
2014-10-20 sigurds@chromium.orgAdd inlining for intrinsics.
2014-10-07 bmeurer@chromium.org[turbofan] Fix lowering of typed loads/stores.
2014-10-06 jarin@chromium.orgRevert "[turbofan] Fix lowering of typed loads/stores."
2014-10-02 bmeurer@chromium.org[turbofan] Fix lowering of typed loads/stores.
2014-10-01 bmeurer@chromium.org[turbofan] Add BoundsCheckMode to ElementAccess.
2014-09-29 mstarzinger@chromi... Drop deprecated method for backing store from AccessBui...
2014-09-10 mstarzinger@chromi... Switch inlining to use simplified instead of machine...
2014-09-10 bmeurer@chromium.orgRevert "Switch inlining to use simplified instead of...
2014-09-09 mstarzinger@chromi... Switch inlining to use simplified instead of machine...
2014-09-02 bmeurer@chromium.org[turbofan] First step of Operator refactoring.