[builtins] Add support for NewTarget to Execution::New.
[platform/upstream/v8.git] / src / arm64 / builtins-arm64.cc
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-16 mvstantonRemove --pretenure-call-new
2015-09-16 bmeurer[builtins] Unify the String constructor.
2015-09-16 mvstantonVector ICs: Hook up vectors in platform builtins to...
2015-09-14 rmcilroy[Interpreter] Add support for JS calls.
2015-09-14 bmeurer[builtins] Simplify String constructor code.
2015-09-11 bmeurer[builtins] Remove the weird STACK_OVERFLOW builtin.
2015-09-08 bmeurer[builtins] Unify the various versions of [[Call]] with...
2015-09-08 bmeurerRevert of [builtins] Unify the various versions of...
2015-09-08 bmeurer[builtins] Unify the various versions of [[Call]] with...
2015-08-31 bmeurer[builtins] Pass correct number of arguments after adapt...
2015-08-28 bmeurer[runtime] Add %ToString and %_ToString and remove the...
2015-08-27 rmcilroy[Interpreter] Add support for parameter variables.
2015-08-27 yangguoMove (uppercase) JS builtins from js builtins object...
2015-08-18 rmcilroy[interpreter]: Changes to interpreter builtins for...
2015-08-17 mstarzingerRemove grab-bag includes of v8.h from architecture...
2015-08-12 mstarzingerRealize IWYU pattern for frames-inl.h header.
2015-08-11 bmeurer[runtime] Store constructor function index on primitive...
2015-07-31 mvstantonVectorICs: refactoring to eliminate "for queries only...
2015-07-31 bmeurer[stubs] Unify (and optimize) implementation of ToObject.
2015-07-31 yangguoDebugger: move implementation to a separate folder.
2015-07-30 rmcilroy[interpreter] Add Interpreter{Entry,Exit}Trampoline...
2015-07-24 yangguoMove Full-codegen into its own folder.
2015-07-17 mlippautzFix memento initialization when constructing from new...
2015-07-15 mstarzingerSwitch CallConstructStub to take new.target in register.
2015-07-13 mstarzingerCleanup Generate_JSConstructStubHelper a bit.
2015-07-13 mstarzingerRemove unused byte from Map::instance_sizes field.
2015-07-10 mstarzingerRemove separate construct stub for new.target users.
2015-06-30 conradw[strong] Implement strong property access semantics
2015-06-29 arv[es6] Make new.target work in functions
2015-06-25 arvUnify the stack layout for construct frames
2015-06-23 dslomovDo not add extra argument for new.target
2015-06-22 mvstantonBuilt-in apply() performance benefits from an uninitial...
2015-06-17 jkummerowClean up JSConstructStub
2015-06-01 erikcorryCosmetic changes to tests to make it easier to concaten...
2015-05-19 arv[strong] Function arity check should be based on requir...
2015-05-11 arv[strong] Check arity of functions
2015-05-06 mvstantonFunction apply(): make all architectures use an IC...
2015-04-30 vogelheimImplement kToBeExecutedOnceCodeAge.
2015-04-07 jkummerowFix missing SmiTag in failure path of r27614
2015-04-07 jkummerowJSEntryTrampoline: check for stack space before pushing...
2015-03-25 jacob.bramleyARM64: Remove some unused variables.
2015-03-19 caitpotter88[es6] implement Reflect.apply() & Reflect.construct()
2015-02-28 dslomovDisallow subclassing Arrays.
2015-02-27 dslomovRevert of Disallow subclassing Arrays. (patchset #3...
2015-02-27 dslomovDisallow subclassing Arrays.
2015-02-12 Dmitry Lomovnew classes: no longer experimental.
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-03 dslomovnew classes: special construct stub for derived classs...
2015-01-22 dslomovnew classes: change semantics of super(...) call and...
2014-12-05 ulanRefactor Map::ConstructionCount.
2014-10-22 rodolph.perfetta... ARM64: Fix stack manipulation.
2014-09-25 yangguo@chromium.orgMove i18n-related runtime functions into a separate...
2014-09-17 titzer@chromium.orgRename Runtime_CompileUnoptimized to Runtime_CompileLaz...
2014-08-22 verwaest@chromium.orgMove IC code into a subdir and move ic-compilation...
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-08 Jacob.Bramley@arm.comReland r22247 "ARM64: Use UntagSmi helpers and clean...
2014-07-07 dslomov@chromium.orgRevert "ARM64: Use UntagSmi helpers and clean up assert...
2014-07-07 Jacob.Bramley@arm.comARM64: Use UntagSmi helpers and clean up assertions.
2014-07-01 verwaest@chromium.orgClean up the global object naming madness.
2014-06-25 danno@chromium.orgRemove distinction between hidden and normal runtime...
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-05-23 ishell@chromium.orgReland r21442 "Inobject slack tracking is done on a...
2014-05-22 ishell@chromium.orgRevert "Reland r21346 "Inobject slack tracking is done...
2014-05-22 ishell@chromium.orgReland r21346 "Inobject slack tracking is done on a...
2014-05-22 ishell@chromium.orgRevert "Inobject slack tracking is done on a per-closur...
2014-05-22 ishell@chromium.orgInobject slack tracking is done on a per-closure basis...
2014-05-06 mvstanton@chromium.orgFix for 3303 MultithreadedParallelIsolates has a race...
2014-04-30 mvstanton@chromium.orgCallICStub with a "never patch" approach by default...
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-04-25 yangguo@chromium.orgAlways include debugger support.
2014-04-24 ulan@chromium.orgARM64: small fixes for ArgumentAdaptorTrampoline after...
2014-04-24 svenpanne@chromium.orgCodeStubs contain their corresponding Isolate* now...
2014-04-15 ulan@chromium.orgReland r20692 "Check stack limit in ArgumentAdaptorTram...
2014-04-11 ulan@chromium.orgRevert r20692 "Check stack limit in ArgumentAdaptorTram...
2014-04-11 ulan@chromium.orgCheck stack limit in ArgumentAdaptorTrampoline.
2014-04-04 mvstanton@chromium.orgRevert "Reland of https://codereview.chromium.org/17252...
2014-04-04 mvstanton@chromium.orgReland of https://codereview.chromium.org/172523002/
2014-04-03 mvstanton@chromium.orgRevert r20474
2014-04-03 mvstanton@chromium.orgFunction calls are handled with a LoadIC and a Function...
2014-03-26 yangguo@chromium.orgHide some runtime functions.
2014-03-21 jochen@chromium.orgRename A64 port to ARM64 port