[builtins] Unify the various versions of [[Call]] with a Call builtin.
[platform/upstream/v8.git] / src / bailout-reason.h
2015-09-08 bmeurer[builtins] Unify the various versions of [[Call]] with...
2015-09-02 caitpotter88[es6] Re-implement rest parameters via desugaring.
2015-08-25 bmeurerCorrectify instanceof and make it optimizable.
2015-08-03 yangguoRemove JSFunctionResultCache.
2015-07-30 rmcilroy[interpreter] Add Interpreter{Entry,Exit}Trampoline...
2015-07-20 yangguoDebugger: prepare code for debugging on a per-function...
2015-07-13 mstarzingerRemove unused bailout reasons.
2015-07-13 mstarzingerRemove unused byte from Map::instance_sizes field.
2015-06-03 bmeurer[date] Refactor the %_DateField intrinsic to be optimiz...
2015-05-21 arv[es6] Spread in array literals
2015-04-30 adamkRemove unused Module-related AST nodes and associated...
2015-04-27 titzerRemove kOsrCompileFailed bailout.
2015-04-16 verwaestReland "Add basic crankshaft support for slow-mode...
2015-04-15 adamkRevert "Add basic crankshaft support for slow-mode...
2015-04-13 verwaestRemove kForInStatementIsNotFastCase bailout reason
2015-04-07 mstarzingerMake --always-opt also optimize top-level code.
2015-03-11 svenpanneBailout for %_FastOneByteArrayJoin again.
2015-03-10 svenpanneRemoved bailout-only 'implementations' of intrinsics...
2015-02-27 bmeurer[x64] Make r12 allocatable.
2015-02-14 caitpotter88Implement ES6 rest parameters
2015-01-29 titzer[turbofan] Gracefully bail out if OSR encounters a...
2015-01-22 mstarzingerAvoid unintentional optimization of hot builtins by...
2015-01-16 Sven PanneContribution of PowerPC port (continuation of 422063005)
2015-01-15 arvES6 computed property names
2015-01-13 Andy WingoAbortOptimization, RetryOptimization preserve first...
2015-01-12 titzer[turbofan] Implement OSR for outer loops.
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-09-24 yangguo@chromium.orgRefactor bailout reasons and disable optimization in...