[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / execution.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-09-29 bmeurer[es6] Introduce %ToInteger and %ToLength.
2015-09-23 bmeurer[builtin] Refactor Invoke to deal with any kind of...
2015-09-22 bmeurer[builtins] Add support for NewTarget to Execution:...
2015-09-17 bmeurer[runtime] Initial step towards switching Execution...
2015-09-17 machenbachRevert of [runtime] Initial step towards switching...
2015-09-17 bmeurer[runtime] Initial step towards switching Execution...
2015-09-03 bmeurer[es6] Initial steps towards a correct implementation...
2015-08-28 bmeurer[es6] Implement spec compliant ToPrimitive in the runtime.
2015-08-24 mstarzingerMake Simulator respect C stack limits as well.
2015-08-24 mstarzingerMove StackGuard::InterruptRequested into StackLimitCheck.
2015-08-11 mstarzingerRealize IWYU pattern for handles.h header.
2015-06-02 verwaestRemove Execution::CharAt
2015-04-20 Ross McIlroyReplace OVERRIDE->override and FINAL->final since we...
2015-04-15 ulanMake climit and jslimit stack limits atomic.
2015-03-20 ulanCheck for GC interrupt in JSON parser.
2015-02-04 dcarneyMove the contents of api-natives.js to c++
2014-12-15 caitpotter88Use proper ToLength() operation in %ArrayConcat()
2014-09-02 bmeurer@chromium.orgUse Chrome compatible naming for compiler specifics.
2014-09-01 yangguo@chromium.orgDo not expose termination exceptions to the Exception...
2014-07-03 ishell@chromium.orgStack overflow checkers are now compatible with ASAN...
2014-07-02 yangguo@chromium.orgReland "Add mechanism to postpone interrupts selectively."
2014-06-30 yangguo@chromium.orgRevert "Add mechanism to postpone interrupts selectively."
2014-06-30 yangguo@chromium.orgAdd mechanism to postpone interrupts selectively.
2014-06-24 haitao.feng@intel.comAdd X32 port into V8
2014-06-17 yangguo@chromium.orgInterrupts must not mask stack overflow.
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-06-02 yangguo@chromium.orgRelease execution lock before dispatching interrupt...
2014-06-02 yangguo@chromium.orgSome debugger-related clean-ups and renamings.
2014-05-26 hpayer@chromium.orgRemove high promotion mode.
2014-05-19 adamk@chromium.orgMove microtask queueing logic from JavaScript to C++
2014-05-13 yangguo@chromium.orgRemove unused -p option from d8.
2014-05-12 yangguo@chromium.orgRevert "Revert interrupt handling code changed in r21208."
2014-05-12 yangguo@chromium.orgRevert interrupt handling code changed in r21208.
2014-05-09 yangguo@chromium.orgClean up stack guard interrupts.
2014-04-25 yangguo@chromium.orgAlways include debugger support.
2014-04-22 yangguo@chromium.orgReturn Object* instead of MaybeObject* from runtime...
2014-04-11 yangguo@chromium.orgRemove MUST_USE_RESULT for Execution::TryCall.
2014-04-11 yangguo@chromium.orgReturn MaybeHandle from Invoke.
2014-03-31 bmeurer@chromium.orgCleanup bootstrapper, execution and factory modules.
2014-03-21 jochen@chromium.orgRename A64 port to ARM64 port
2014-02-17 hpayer@chromium.orgAdded a special stack guard to deopt marked allocation...
2014-02-12 rafaelw@chromium.orgV8 Microtask Queue & API
2014-02-12 ulan@chromium.orgMerge experimental/a64 to bleeding_edge.
2014-01-16 hpayer@chromium.orgDeopt marked code at safe deoptimization point when...
2013-12-19 vegorov@chromium.orgReland r18363.
2013-12-18 vegorov@chromium.orgRevert "Introduce API to temporarily interrupt long...
2013-12-18 vegorov@chromium.orgIntroduce API to temporarily interrupt long running...
2013-11-27 rossberg@chromium.orgHarmony promises
2013-09-12 yangguo@chromium.orgSimplify installing concurrently recompiled code.
2013-09-05 dcarney@chromium.orgadd isolate parameter for Execution::Call
2013-09-03 dcarney@chromium.orgremove Isolate::Current from most files starting with...
2013-06-28 jkummerow@chromium.orgClean up the usage of V8_TARGET_ARCH_${arch} and V8_HOS...
2013-04-22 yangguo@chromium.orgAdd methods to allow resuming execution after calling...
2013-04-12 mstarzinger@chromi... Support full deoptimization during GC via stack guard.
2013-03-21 danno@chromium.orgMaintain API compatibility with older versions of V8.
2013-03-21 yangguo@chromium.orgAdd methods to allow resuming execution after calling...
2013-03-13 yangguo@chromium.orgParallel recompilation: fewer handle dereferences and...
2013-03-12 yangguo@chromium.orgParallel recompilation: remove interrupt for code gener...
2013-03-07 yangguo@chromium.orgAvoid bool to Oddball conversions by being lazy.
2013-02-25 svenpanne@chromium.orgMade Isolate a mandatory parameter for everything Handl...
2012-12-13 yangguo@chromium.orgRevert r13218 due to windows test failures.
2012-12-13 yangguo@chromium.orgAdd methods to allow resuming execution after calling...
2012-12-07 svenpanne@chromium.orgRemoved dead InterruptFlag enum value.
2012-12-07 svenpanne@chromium.orgUse count-based profiling exclusively.
2012-07-19 sanjoy@chromium.orgOptimize functions on a second thread.
2012-03-07 jkummerow@chromium.orgProfiler experiments: Honor postponing of interrupts...
2012-02-28 svenpanne@chromium.orgThread the current isolate through a few places, avoidi...
2012-01-16 erik.corry@gmail.comSpellling mistakes.
2011-10-06 kmillikin@chromium.orgSimplify calling generated code from the runtime.
2011-09-19 vegorov@chromium.orgMerge experimental/gc branch to the bleeding_edge.
2011-09-13 rossberg@chromium.orgImplement function proxies (except for their use as...
2011-05-16 rossberg@chromium.orgImplement get trap for proxies.
2011-05-06 ager@chromium.orgImplement CallAsConstructor method for Object in the API
2011-05-06 svenpanne@chromium.orgA tiny contribution for the IWYU day: Include allocatio...
2011-05-05 dslomov@chromium.orgThis implements per-isolate locking and unlocking,...
2011-05-04 ager@chromium.orgAdd CallAsFunction method to the Object class in the API
2011-05-04 ager@chromium.orgActually revert "Add Call method to the Object class...
2011-05-04 ager@chromium.orgAdd Call method to the Object class in the API
2011-03-18 vitalyr@chromium.orgMerge isolates to bleeding_edge.
2011-03-18 vitalyr@chromium.orgRevert r7268: it borked the history.
2011-03-18 vitalyr@chromium.orgMerge isolates to bleeding_edge.
2011-02-11 antonm@chromium.orgProperly treat exceptions thrown while compiling.
2010-12-07 kasperl@chromium.orgUpdate V8 to version 3.0 (re-land r5920).
2010-12-07 kasperl@chromium.orgRevert r5920. Will re-land shortly.
2010-12-07 kasperl@chromium.orgUpdate V8 to version 3.0.
2010-11-17 ager@chromium.orgExtract extensions to a separate directory.
2010-11-12 ager@chromium.orgUse the real climit for testing the stack limit API...
2010-10-25 erik.corry@gmail.comMake Failure inherit from MaybeObject instead of Object.
2010-10-05 vitalyr@chromium.orgAddressing Mads' comments from codereview.chromium...
2010-06-17 vitalyr@chromium.orgTrack ascii-ness of data in externalized strings.
2010-04-14 kasperl@chromium.orgAvoid messing with the stack overflow limits while...
2010-01-15 peter.rybin@gmail.comImplement issue 554 Add "ProcessDebuggerRequests" call...
2009-11-05 sgjesse@chromium.orgFix issue 493: Infinite loop when debug break is set...
2009-10-13 lrn@chromium.orgX64: Fix bugs affecting Win64.
2009-10-01 erik.corry@gmail.comFix the stack limits setting API so it is usable.
2009-09-28 erik.corry@gmail.com* Fix memory leaks caused by thread local data being...
2009-08-26 erik.corry@gmail.com* Make stack/preemption guard faster on ARM by putting...
2009-08-19 ager@chromium.orgAdd support for forceful termination of JavaScript...
2009-08-19 lrn@chromium.orgX64: Implement debugger hooks.
next