[runtime] Sanitize %NewClosure runtime entries.
[platform/upstream/v8.git] / src / compiler / js-typed-lowering.cc
2015-09-10 bmeurer[runtime] Sanitize %NewClosure runtime entries.
2015-09-03 neisRemove no-zone versions of intersection and union.
2015-08-31 mstarzinger[turbofan] Remove usage of Unique<T> from graph.
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-13 ishellTypeofMode replaces TypeofState and ContextualMode.
2015-07-13 ishellLoads and stores to global vars are now made via proper...
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-07-03 bmeurer[turbofan] Right hand side of shifts needs ToUint32.
2015-06-23 mstarzinger[turbofan] Make global variable loads and stores explicit.
2015-06-23 jarin[turbofan] Factor out the function specific part from...
2015-06-19 conradwRevert relanded strong property access CL
2015-06-19 bmeurer[ubsan] Fix HeapObjectMatcher to avoid invalid casts.
2015-06-18 conradwRevert of Revert of [strong] Implement strong mode...
2015-06-18 conradwRevert of [strong] Implement strong mode restrictions...
2015-06-18 conradw[strong] Implement strong mode restrictions on property...
2015-06-15 bmeurer[turbofan] Remove the TryLowerDirectJSCall hack from...
2015-06-12 mstarzinger[turbofan] Fix throwing conversion inserted by JSTypedL...
2015-06-10 bmeurer[deoptimizer] Basic support inlining based on SharedFun...
2015-06-10 mstarzinger[turbofan] Deprecate NodeProperties::ReplaceWithValue.
2015-06-09 mvstantonTurbofan: Make type feedback vector a Node.
2015-06-08 mstarzinger[turbofan] Optimized lowering of DYNAMIC_LOCAL lookup...
2015-06-03 bmeurer[turbofan] Don't lower to NumberModulus unless the...
2015-06-03 bmeurer[turbofan] Use reference equal to zero instead of a...
2015-06-02 conradw[strong] create strong array literals
2015-06-02 verwaestUse GetProperty for getting elements.
2015-06-02 mstarzinger[turbofan] Optimized lowering of DYNAMIC_GLOBAL lookup...
2015-06-02 bmeurer[turbofan] Enable typed lowering of string addition.
2015-06-01 bmeurer[turbofan] First steps towards optimizing for-in loops.
2015-05-27 bmeurer[turbofan] Optimize strict equality of unique values.
2015-05-20 dannoAdd constants for FrameState input parameters
2015-05-19 mstarzinger[turbofan] Turn JSTypedLowering into an AdvancedReducer.
2015-05-15 bmeurer[turbofan] Pass closure as node to FrameState.
2015-05-13 bmeurer[turbofan] Use frame state before for shift operations...
2015-05-13 bmeurer[turbofan] Add frame state before JavaScript comparisons.
2015-05-12 conradw[strong] Disallow implicit conversions for comparison
2015-05-08 bmeurer[turbofan] Don't try to push JSToNumber into phis early.
2015-05-08 bmeurer[turbofan] Don't embed backing store of neutered array...
2015-05-04 mstarzinger[turbofan] Add SimplifiedOperator::Allocate operator.
2015-04-30 conradw[strong] Disallow implicit conversions for add
2015-04-28 conradw[strong] Disallow implicit conversions for bitwise...
2015-04-27 mstarzinger[turbofan] Introduce explicit JSCreateLiteral[Array...
2015-04-27 mstarzinger[turbofan] Use FastNewClosureStub if possible.
2015-04-24 conradw[strong] Disallow implicit conversions for binary arith...
2015-04-23 bmeurer[turbofan] Unify frame state inputs.
2015-04-20 Ross McIlroyReplace OVERRIDE->override and FINAL->final since we...
2015-04-16 bmeurer[turbofan] Typed lowering requires typed nodes.
2015-04-13 titzer[turbofan] Optimize loads of global constants in JSType...
2015-04-10 bmeurer[turbofan] JSUnaryNot and JSToBoolean have exactly...
2015-04-02 svenpanneFixed the range information for string lengths.
2015-03-19 Benedikt Meurer[turbofan] Remove indirection in JSToBoolean/JSUnaryNot...
2015-03-19 jarin[turbofan] Support lazy deopt for truncating store...
2015-03-09 jarin[turbofan] Fix lazy deopt for JSToNumber conversions...
2015-03-09 Jaroslav Sevcik[turbofan] Add an extra frame state for deoptimization...
2015-03-04 jarin[turbofan] Simplify and fix JS typed lowering type...
2015-02-27 bmeurer[turbofan] Avoid generating dead BooleanNot nodes in...
2015-02-20 mstarzingerModel exceptional edges from call nodes in TurboFan.
2015-02-16 jarin[turbofan] Avoid ToNumber conversions if they could...
2015-02-12 bmeurer[turbofan] Merge node-aux-data-inl.h into node-aux...
2015-01-29 bmeurer[turbofan] Cleanup the NodeProperties.
2015-01-28 jarin[turbofan] Use unboxed doubles in range types.
2015-01-26 titzer[turbofan] Remove GenericAlgorithm from verifier and...
2015-01-19 Ben L. Titzer[turbofan] Rename IrOpcode predicate IsLeafOpcode to...
2015-01-15 bmeurerRevert of [turbofan] Use PlainPrimitiveToNumber wheneve...
2015-01-15 bmeurer[turbofan] Use PlainPrimitiveToNumber whenever possible.
2015-01-14 jarin[turbofan] Allow deoptimization for JSToNumber operator.
2015-01-14 bmeurerRevert of [turbofan] Improve typed lowering of JSBitwis...
2015-01-14 Benedikt Meurer[turbofan] Improve typed lowering of JSBitwiseAnd.
2015-01-07 bmeurer[turbofan] Generalize constant propagation.
2015-01-05 Benedikt Meurer[turbofan] Correctify JSToBoolean lowering.
2014-12-22 Benedikt Meurer[turbofan] Correctify lowering of Uint8ClampedArray...
2014-12-16 Benedikt Meurer[turbofan] Cache conversions inserted during typed...
2014-12-16 Benedikt Meurer[turbofan] Relax effects and context for JSToNumber...
2014-12-16 bmeurerRevert of [turbofan] Relax effects and context for...
2014-12-15 Benedikt Meurer[turbofan] Relax effects and context for JSToNumber...
2014-12-12 Benedikt Meurer[turbofan] Various cleanups.
2014-12-11 Benedikt Meurer[turbofan] Fix typing of typed array loads/stores.
2014-12-10 Benedikt Meurer[turbofan] Fix cycles introduced by pushing ToNumbers...
2014-12-09 bmeurer[turbofan] Turn JSToBoolean and JSUnaryNot into pure...
2014-12-05 dcarney[turbofan] disable neutering on embedded arraybuffers
2014-12-04 Benedikt Meurer[turbofan] Narrow upper bounds during typed lowering.
2014-12-04 Benedikt Meurer[turbofan] Reduce context accesses during typed lowering.
2014-12-02 bmeurer[turbofan] Workaround inconsistency of the type system.
2014-12-02 Benedikt Meurer[turbofan] Add checked load/store operators.
2014-11-25 jarin[turbofan] Insert appropriate conversions for typed...
2014-11-18 Benedikt Meurer[turbofan] Push JSToNumber conversions into Phis.
2014-11-17 Benedikt Meurer[turbofan] Fix pushing of JSToBooleans into Phis.
2014-11-17 Jaroslav Sevcik[turbofan] Remove int32 narrowing during typed lowering.
2014-11-14 Michael StarzingerExtend typed lowering to cover JSStrictEqual on differi...
2014-11-13 Benedikt Meurer[turbofan] Avoid useless bit masking in typed lowering.
2014-11-06 bmeurer@chromium.org[turbofan] Lower asm.js truncations to JSToNumber.
2014-10-29 titzer@chromium.orgInline trivial OperatorProperties methods.
2014-10-29 bmeurer@chromium.org[turbofan] Introduce new Select operator to improve...
2014-10-28 bmeurer@chromium.org[turbofan] LoadElement should not have a control input.
2014-10-28 bmeurer@chromium.org[turbofan] Work-around stack overflow in zlib.
2014-10-28 bmeurer@chromium.org[turbofan] Improve typed lowering for JSToBoolean.
2014-10-28 bmeurer@chromium.org[turbofan] Minor cleanups to lowering of typed array...
next