[strong] Refactor ObjectStrength into a replacement for strong boolean args
[platform/upstream/v8.git] / src / hydrogen-instructions.h
2015-06-08 conradw[strong] Refactor ObjectStrength into a replacement...
2015-06-03 bmeurer[date] Refactor the %_DateField intrinsic to be optimiz...
2015-05-28 bmeurer[crankshaft] Record inlined shared function infos inste...
2015-05-15 mvstantonNow that vector ics are established for load, keyed...
2015-05-15 jochenRemove unnecessary Isolate::Current calls from hydrogen...
2015-05-12 mvstantonNew hydrogen instruction to reduce cost of growing...
2015-05-06 conradw[strong] Fix inlining issue
2015-05-05 bmeurer[turbofan] Fix tail call optimization.
2015-04-30 jochenUnify internal and external typed arrays a bit
2015-04-30 svenpanneDetect simple tail calls
2015-04-28 jochenAdd HArrayBufferNotNeutered instruction
2015-04-28 jochenTurn JSArrayBuffer::flags into a bit field
2015-04-27 jochenReland "Remove the weak list of views from array buffers"
2015-04-27 mvstantonDon't MISS if you read the hole from certain FastHoley...
2015-04-24 jochenRevert of Reland "Remove the weak list of views from...
2015-04-23 jochenReland "Remove the weak list of views from array buffers"
2015-04-22 jochenRevert of Remove the weak list of views from array...
2015-04-22 jochenRemove the weak list of views from array buffers
2015-04-20 Ross McIlroyReplace OVERRIDE->override and FINAL->final since we...
2015-04-17 rmcilroyTurn off SupportsFlexibleFloorAndRound for Arm64 due...
2015-04-15 mvstantonArray() in optimized code can create with wrong Element...
2015-04-15 mvstantonVectorICs: megamorphic keyed loads in crankshaft don...
2015-04-13 mvstantonRemove unnecessary options from HTailCallThroughMegamor...
2015-04-13 machenbachRevert of VectorICs: megamorphic keyed loads in cranksh...
2015-04-13 mvstantonVectorICs: megamorphic keyed loads in crankshaft don...
2015-04-10 verwaestReland "Merge cellspace into old pointer space"
2015-04-09 adamkRevert of Merge cellspace into old pointer space (patch...
2015-04-09 verwaestMerge cellspace into old pointer space
2015-04-07 hpayerReland "Merge old data and pointer space."
2015-03-19 hpayerRevert "Merge old data and pointer space."
2015-03-18 verwaestDisinherit PropertyCell from Cell
2015-03-18 verwaestRemove PropertyCell space
2015-03-18 hpayerMerge old data and pointer space.
2015-03-17 dcarneycorrectly invalidate global cells
2015-03-17 loisloCpuProfiler: extract DeoptInfo fill in code into a...
2015-03-12 ishellIncorrect handling of HTransitionElementsKind in hydrog...
2015-03-10 marja[strong] More scoping related errors: object literal...
2015-02-27 loisloCpuProfiler: replace raw position with SourcePosition...
2015-02-25 dcarneyemit premonomorphic ics for keyed loads/stores in optim...
2015-02-23 dcarneyemit premonomorphic ics for loads/stores in optimized...
2015-02-17 loisloCpuProfile: rename HSourcePosition to SourcePosition...
2015-02-17 loisloCpuProfiler: move InlinedFunctionInfo class from HGraph...
2015-02-11 dslomovnew classes: implement new.target passing to superclass...
2015-02-11 dslomovRevert of new classes: implement new.target passing...
2015-02-11 dslomovnew classes: implement new.target passing to superclass...
2015-02-05 Erik ArvidssonAccessor functions should have no prototype property
2015-02-05 loisloExternalize deoptimization reasons.
2015-02-05 marjaAdd strong mode.
2015-02-05 bmeurerRevert of Externalize deoptimization reasons. (patchset...
2015-02-05 loisloExternalize deoptimization reasons.
2015-02-04 loisloRevert of Externalize deoptimization reasons. (patchset...
2015-02-04 loisloExternalize deoptimization reasons.
2015-02-04 mvstantonRetry "Use a WeakCell in the CallIC type vector."
2015-02-04 marjaIntroduce LanguageMode, drop StrictMode.
2015-02-03 ulanUse weak cell to embed property cell in StoreGlobal.
2015-01-29 machenbachRevert of Use a WeakCell in the CallIC type vector...
2015-01-29 mvstantonUse a WeakCell in the CallIC type vector.
2015-01-28 mvstantonContinue learning for calls in crankshaft.
2015-01-27 mvstantonRevert of Continue learning for calls in optimized...
2015-01-27 mvstantonContinue learning for calls in optimized code when...
2015-01-23 dannoRemove the dependency of Zone on Isolate
2015-01-21 Benedikt MeurerUse signaling NaN for holes in fixed double arrays.
2014-12-19 ulanUse weak cell to embed map in CompareNil IC.
2014-12-18 jkummerowReduce impact of HParameter inputs on HPhi representati...
2014-12-12 Michael StantonHydrogen code stubs for vector-based ICs.
2014-12-12 svenpanneConsistently use only one of virtual/OVERRIDE/FINAL.
2014-12-10 adamkCreate optimized versions of the Map/Set clear method
2014-12-10 adamkCreate optimized inline versions of Map and Set initial...
2014-12-08 adamkOptimize add/set/delete operations for string keys...
2014-12-05 adamkRevert of Optimize add/set/delete operations for string...
2014-12-05 Adam KleinOptimize add/set/delete operations for string keys...
2014-12-05 arvOptimize GetPrototype
2014-12-04 adamkRevert of Optimize add/set/delete operations for string...
2014-12-04 adamkOptimize add/set/delete operations for string keys...
2014-12-02 adamkOptimize non-mutation Map and Set operations for String...
2014-11-25 yangguoPartially revert "Optimize function across closures."
2014-11-17 yangguoReland "Optimize function across closures." (again).
2014-11-13 Erik ArvidssonClasses: Cleanup default constructor flag
2014-11-12 dslomov@chromium.orgVarious clean-ups after top-level lexical declarations...
2014-11-11 dslomov@chromium.orgharmony-scoping: Implement LoadIC handler for loads...
2014-11-11 ishell@chromium.orgReland "In-object double fields unboxing (for 64-bit...
2014-11-10 verwaest@chromium.orgRevert "In-object double fields unboxing (for 64-bit...
2014-11-10 ishell@chromium.orgIn-object double fields unboxing (for 64-bit only).
2014-11-07 arv@chromium.orgClasses: Partial fix for constructor not calling super
2014-11-05 jkummerow@chromium.orgHPhis with HParameter inputs must have Tagged represent...
2014-11-05 jkummerow@chromium.orgReplace C++ bitfields with our own BitFields
2014-11-05 yangguo@chromium.orgRevert "Reland "Optimize function across closures.""
2014-11-05 yangguo@chromium.orgReland "Optimize function across closures."
2014-11-04 yangguo@chromium.orgRevert "Optimize function across closures."
2014-11-04 yangguo@chromium.orgOptimize function across closures.
2014-10-31 dcarney@chromium.orgconvert BitVector to use pointer size blocks
2014-10-29 jkummerow@chromium.orgAdd a few missing overrides found by a new clang warning.
2014-10-20 mvstanton@chromium.orgvector-based ICs did not update type feedback counts...
2014-10-10 mvstanton@chromium.orgIntroduce FeedbackVectorSlot type - better than int.
2014-10-10 ulan@chromium.orgSet output representation of HIsStringAndBranch to...
2014-10-06 ulan@chromium.orgFix representation of HLoadRoot.
2014-10-02 svenpanne@chromium.orgMerged FeedbackSlotInterface into AstNode, removing...
2014-09-30 bmeurer@chromium.orgReplace OStream with std::ostream.
2014-09-22 svenpanne@chromium.orgEmit source positions in deopt comments, too.
2014-09-17 mvstanton@chromium.orgFix the IsTheHole bug.
next