[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / compiler.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-09-25 bmeurer[turbofan] Rename --context-specialization to --functio...
2015-09-23 titzerAdd CompilationInfo::output_code_kind to allow overridi...
2015-09-18 cbruniFix --hydrogen-stats crashing on null_ptr for shared_info
2015-08-28 titzerImprove handling of debug name in CompilationInfo.
2015-08-27 titzerRemove CompilationInfo::MayUseThis() and replace it...
2015-08-24 rmcilroyAdd CompileInfo::GetDebugName()
2015-08-24 mstarzingerGet rid of CompilationInfo::GenerateCodeStub method.
2015-08-21 mstarzingerDeprecate useless CompilationInfo::IsOptimizable predicate.
2015-08-21 mstarzingerDeprecate semi-correct CompilationInfo::flags predicate.
2015-08-19 titzerRename ParserInfo::function() and CompilationInfo:...
2015-08-14 titzer[turbofan] Gracefully handle missing info()->context...
2015-08-07 rossberg[es6] Use strict arguments objects for destructured...
2015-07-27 yangguoDebugger: correctly recompile toplevel eval functions...
2015-07-24 yangguoDebugger: always include deoptimization support for...
2015-07-20 yangguoDebugger: prepare code for debugging on a per-function...
2015-07-16 epertosoTake the ScriptOrigin into account for CompileFunctionI...
2015-07-06 bmeurer[turbofan] Reland "Add new JSFrameSpecialization reduce...
2015-07-06 machenbachRevert "[turbofan] Add new JSFrameSpecialization reducer."
2015-07-06 bmeurer[turbofan] Add new JSFrameSpecialization reducer.
2015-06-26 yangguoMark function info as compiled after EnsureDeoptimizati...
2015-06-25 yangguoReland 2 "Keep a canonical list of shared function...
2015-06-25 yangguoRevert of Reland "Keep a canonical list of shared funct...
2015-06-25 yangguoReland "Keep a canonical list of shared function infos."
2015-06-24 dannoUse big-boy Types to annotate interface descriptor...
2015-06-23 adamkRevert "Keep a canonical list of shared function infos."
2015-06-22 yangguoDo not look for existing shared function info when...
2015-06-19 yangguoKeep a canonical list of shared function infos.
2015-06-11 bmeurer[turbofan] Record the SharedFunctionInfo of ALL inlined...
2015-06-11 bmeurerRevert of [turbofan] Record the SharedFunctionInfo...
2015-06-11 Benedikt Meurer[turbofan] Record the SharedFunctionInfo of ALL inlined...
2015-05-20 dannoGeneralize builtins inlining flag to allow forced inlin...
2015-05-19 horo[V8] Added Script::is_opaque flag for embedders
2015-05-18 machenbachRevert of [V8] Added Script::is_opaque flag for embedde...
2015-05-18 horo[V8] Added Script::is_opaque flag for embedders
2015-05-11 dannoAdd a MathFloor stub generated with TurboFan
2015-05-04 verwaestOnly swap undefined for the global object if necessary...
2015-04-30 bmeurer[turbofan] Don't spread global flag checks all over...
2015-04-23 bmeurer[turbofan] Unify frame state inputs.
2015-04-20 titzerReland "Refactor compilation dependency handling."
2015-04-17 machenbachRevert of Refactor compilation dependency handling...
2015-04-16 titzerRefactor compilation dependency handling.
2015-04-14 jochenReland "Remove support for thread-based recompilation"
2015-04-14 jochenRevert of Reland "Remove support for thread-based recom...
2015-04-14 jochenReland "Remove support for thread-based recompilation"
2015-04-08 yangguoRevert of Remove support for thread-based recompilation...
2015-04-07 Jochen EisingerRemove support for thread-based recompilation
2015-03-26 titzer[turbofan]: Integrate basic type feedback for property...
2015-03-24 mstarzingerRemove CompilationInfoWithZone from public API.
2015-03-24 loisloCpuProfiler: push the collected information about deopt...
2015-03-23 mstarzingerMove CompilationInfo::this_has_uses to HGraph::this_has...
2015-03-23 mstarzingerRemove dangerous constructor from CompilationInfoWithZone.
2015-03-23 titzerMove this_has_uses from ParseInfo back into Compilation...
2015-03-19 svenpanneSome CompilationInfo-related cleanup.
2015-03-18 svenpanneTweak the TurboFan pipeline for stub compilation.
2015-03-18 loisloCpuProfiler: log pc offset for deopts.
2015-03-16 loisloCpuProfiler: replace FLAG_hydrogen_track_positions...
2015-03-16 loisloCpuProfiler: convert List<InlinedFunctionInfo> into...
2015-03-11 loisloCpuProfiler: simplify inlined function info magic.
2015-03-09 titzerExtract ParseInfo from CompilationInfo.
2015-03-09 Benedikt Meurer[turbofan] Add support for inlining of builtins.
2015-03-05 yurysAllow passing sourceMapUrl when compiling scripts
2015-02-27 loisloCpuProfiler: replace raw position with SourcePosition...
2015-02-18 loisloAdjust types in SourcePosition. int -> uint32_t
2015-02-17 loisloCpuProfile: rename HSourcePosition to SourcePosition...
2015-02-17 loisloCpuProfiler: move InlinedFunctionInfo class from HGraph...
2015-02-14 caitpotter88Implement ES6 rest parameters
2015-02-12 svenpanneRemoved one bogus CompilationInfo constructor.
2015-02-12 bmeurerFix invalid use of int in Zone.
2015-02-11 svenpanneRelaxed parameter types a bit.
2015-02-10 svenpanneMassage the CodeStub class hierarchy a bit.
2015-02-06 adamkAdd basic compilation support for modules
2015-02-05 marjaAdd strong mode.
2015-02-04 marjaIntroduce LanguageMode, drop StrictMode.
2015-02-03 Benedikt Meurer[turbofan] Split pure nodes in the scheduler if beneficial.
2015-02-02 titzer[turbofan] Fix OSR into functions where the expression...
2015-01-29 titzer[turbofan] Fix OSR compilations of for-in.
2015-01-29 kozyatinskiy[V8] Added Script::is_debugger_script flag for embedders
2015-01-27 adamkBegin modernization of --harmony-modules
2015-01-23 dannoRemove the dependency of Zone on Isolate
2015-01-21 verwaestAdd a pretty printer to improve the error message non...
2015-01-13 Andy WingoAbortOptimization, RetryOptimization preserve first...
2014-11-21 mstarzingerRevert "Remove deprecated ShouldSelfOptimize machinery."
2014-11-21 mstarzingerRemove deprecated ShouldSelfOptimize machinery.
2014-11-17 yangguoReland "Soft fail for invalid cache data."
2014-11-14 Michael StarzingerMake TurboFan inlining work without deoptimization.
2014-11-14 Andy WingoMove feedback slot allocation to post-pass
2014-11-13 Daniel VogelheimRevert "Soft fail for invalid cache data."
2014-11-13 Yang GuoSoft fail for invalid cache data.
2014-11-12 dslomov@chromium.orgVarious clean-ups after top-level lexical declarations...
2014-10-28 wingo@igalia.comMove AST node counting to post-pass
2014-10-28 yangguo@chromium.orgUse shared function info for eval cache key.
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-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-01 yangguo@chromium.orgFix data race when concurrent compilation is aborted...
2014-09-29 yangguo@chromium.orgDo not serialize non-lazy compiled function literals.
2014-09-24 yangguo@chromium.orgRefactor bailout reasons and disable optimization in...
next