[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / ast.h
2015-02-05 Benedikt MeurerRemove the obsolete OverwriteMode optimization.
2015-02-04 marjaIntroduce LanguageMode, drop StrictMode.
2015-02-03 mvstantonSuper Constructor Calls need to use a vector slot,...
2015-02-03 dslomovnew classes: special construct stub for derived classs...
2015-01-29 bmeurerMinor refactoring for Zone class and friends.
2015-01-28 jarin[turbofan] Add missing deopt for the assignment in...
2015-01-28 mstarzingerAdd missing FrameState to JSToName nodes.
2015-01-26 mstarzingerAdd missing FrameState for Runtime_CreateArrayLiteral.
2015-01-23 dannoRemove the dependency of Zone on Isolate
2015-01-22 mstarzingerAdd missing BailoutId and FrameState to with statements.
2015-01-22 arvUse FunctionLiteral for class constructor
2015-01-20 arvFix issue with __proto__ when using ES6 object literals
2015-01-16 mstarzingerFirst simple implementation of class literals in TurboFan.
2015-01-15 arvES6 computed property names
2015-01-15 adamkRemove dead TargetCollector code from the parser
2015-01-14 jarin[turbofan] Allow deoptimization for JSToNumber operator.
2015-01-13 svenpanneAvoid MSVC's C6282 warning (assignment of constant...
2014-12-17 machenbachRevert of ES6 computed property names (patchset #1...
2014-12-17 arvES6 computed property names
2014-12-16 arvRevert of ES6 computed property names (patchset #1...
2014-12-16 arvES6 computed property names
2014-12-15 arvRevert of ES6 computed property names (patchset #9...
2014-12-15 arvES6 computed property names
2014-12-15 fedor.indutnyHydrogen: fix keyed loads with string keys
2014-12-12 svenpanneConsistently use only one of virtual/OVERRIDE/FINAL.
2014-11-28 dslomovharmony-classes: Implement 'super(...)' call syntactic...
2014-11-27 Michael StantonFlesh out vector ic state query and set mechanisms.
2014-11-24 Michael StantonMake use of post-scoping information to compute feedbac...
2014-11-21 mstarzingerRevert "Remove deprecated ShouldSelfOptimize machinery."
2014-11-21 mstarzingerRemove deprecated ShouldSelfOptimize machinery.
2014-11-20 ulanDo not bailout from optimizing functions that use f...
2014-11-14 arvClasses: Implement correct name binding
2014-11-14 Andy WingoRemove AstConstructionVisitor/AstNullVisitor
2014-11-14 Andy WingoMove feedback slot allocation to post-pass
2014-11-13 Erik ArvidssonClasses: Cleanup default constructor flag
2014-11-13 Andy WingoMove BailoutReason and flags computation to post-pass
2014-11-12 Adam KleinRemove dead AST code in For and While statements
2014-11-12 yangguo@chromium.orgRemove unique static RegExpEmpty instance.
2014-11-11 arv@chromium.orgES6: Add support for super in object literals
2014-11-07 arv@chromium.orgClasses: Partial fix for constructor not calling super
2014-11-05 jkummerow@chromium.orgReplace C++ bitfields with our own BitFields
2014-11-03 jarin@chromium.orgFix uninitialized fields in the BinaryOperation ast...
2014-10-30 yangguo@chromium.orgDo not embed array objects in unoptimized code.
2014-10-29 jkummerow@chromium.orgAdd a few missing overrides found by a new clang warning.
2014-10-28 wingo@igalia.comMove AST node counting to post-pass
2014-10-28 arv@chromium.orgClasses: Add basic support for properties
2014-10-27 wingo@igalia.comRevert "Move AST node counting to post-pass"
2014-10-27 wingo@igalia.comMove AST node counting to post-pass
2014-10-26 jarin@chromium.orgAdd more missing deopts
2014-10-21 wingo@igalia.comAssign bailout and type feedback IDs in a post-pass
2014-10-21 svenpanne@chromium.orgRevert "Assign bailout and type feedback IDs in a post...
2014-10-21 svenpanne@chromium.orgAssign bailout and type feedback IDs in a post-pass
2014-10-20 mvstanton@chromium.orgvector-based ICs did not update type feedback counts...
2014-10-17 dslomov@chromium.orgImplement the new semantics for 'super(...)'
2014-10-14 jkummerow@chromium.orgAlways initialize key_type_ in AST nodes
2014-10-14 svenpanne@chromium.orgSqueeze the layout of various AST node types.
2014-10-10 jkummerow@chromium.orgFix type feedback for name-keyed stores
2014-10-10 mvstanton@chromium.orgIntroduce FeedbackVectorSlot type - better than int.
2014-10-10 mvstanton@chromium.orgBogus assert caused turbofan failure.
2014-10-10 svenpanne@chromium.orgAST nodes have at most one bailout/typefeedback ID...
2014-10-09 svenpanne@chromium.orgSimplify AST ID generation.
2014-10-08 arv@chromium.orgClasses: Add support for toString
2014-10-08 mvstanton@chromium.orgUpdates to maintain flag --vector-ics
2014-10-06 svenpanne@chromium.orgSqueeze the layout of variable proxy nodes.
2014-10-02 svenpanne@chromium.orgRemoved the Isolate* field from literal nodes.
2014-10-02 svenpanne@chromium.orgSqueeze the layout of expression nodes a bit.
2014-10-02 svenpanne@chromium.orgMerged FeedbackSlotInterface into AstNode, removing...
2014-09-30 dslomov@chromium.orgDesugar 'super(..)' into 'super.constructor(...)'
2014-09-30 bmeurer@chromium.orgReplace OStream with std::ostream.
2014-09-29 jarin@chromium.orgAdding more missing deoptimization points in Turbofan.
2014-09-25 jkummerow@chromium.orgNon-JSArrays must always have holey elements.
2014-09-25 yangguo@chromium.orgMove i18n-related runtime functions into a separate...
2014-09-24 yangguo@chromium.orgRefactor bailout reasons and disable optimization in...
2014-09-18 arv@chromium.orgCleanup class parsing a bit
2014-09-16 arv@chromium.orgClass syntax parsing
2014-09-15 mstarzinger@chromi... Exact black-list of AST nodes for TurboFan.
2014-09-10 arv@chromium.orgES6: Add support for method shorthand in object literals
2014-09-02 bmeurer@chromium.orgUse Chrome compatible naming for compiler specifics.
2014-08-22 marja@chromium.orgTake ast node id counting away from Isolate.
2014-08-21 jarin@chromium.orgInitial support for debugger frame state in Turbofan.
2014-08-19 verwaest@chromium.orgGet rid of last non-storeic use of JSReceiver::Lookup
2014-08-18 dslomov@chromium.orgParse 'super' keyword.
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-30 danno@chromium.orgLand the Fan (disabled)
2014-07-24 yangguo@chromium.orgFor-of on null or undefined is an error
2014-07-22 verwaest@chromium.orgMove function prototype handling into a special handler...
2014-07-21 verwaest@chromium.orgRename CurrentMapForDeprecated to TryUpdate, and introd...
2014-07-21 mvstanton@chromium.orgIntroduce FLAG_vector_ics.
2014-07-21 rossberg@chromium.orgImplement basic code generation for arrow functions
2014-07-14 marja@chromium.orgImplement handling of arrow functions in the parser
2014-07-11 marja@chromium.orgRevert "Implement handling of arrow functions in the...
2014-07-10 marja@chromium.orgImplement handling of arrow functions in the parser
2014-07-08 marja@chromium.orgRevert "Implement handling of arrow functions in the...
2014-07-08 marja@chromium.orgImplement handling of arrow functions in the parser
2014-07-07 svenpanne@chromium.orgMore OStreamsUse OStreams more often.
2014-07-02 wingo@igalia.comAllow yield expressions without a RHS.
2014-06-30 mstarzinger@chromi... Remove kDontInline and simplify compiler hints.
2014-06-26 rossberg@chromium.orgInfer whether a variable is assigned in inner functions
2014-06-24 marja@chromium.orgNew try: Parser: Delay internalizing strings and values
2014-06-20 mstarzinger@chromi... Check alpha-sorting of includes during presubmit.
next