Revert of [builtins] Unify the various versions of [[Call]] with a Call builtin....
[platform/upstream/v8.git] / src / arm / builtins-arm.cc
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-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-09 mbrandyFix issues with Arm's use of embedded constant pools
2015-06-04 mbrandyAdd support for Embedded Constant Pools for PPC and Arm
2015-06-03 bmeurerRevert of Embedded constant pools. (patchset #12 id...
2015-06-02 mbrandyAdd support for Embedded Constant Pools for PPC and Arm
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-19 caitpotter88[es6] implement Reflect.apply() & Reflect.construct()
2015-03-04 erikcorryARM: Load undefined receiver sentinel without constant...
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-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-15 rmcilroy@chromium.org[turbofan]: Fix TurboFan for out-of-line constant pool...
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
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 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-19 mvstanton@chromium.orgPretenure call new support.
2014-03-19 mvstanton@chromium.orgArray constructor expects AllocationSite or undefined...
2014-03-19 rmcilroy@chromium.orgReland "Add out-of-line constant pool support to Arm."
2014-03-19 yangguo@chromium.orgRevert "Add out-of-line constant pool support to Arm."
2014-03-19 rmcilroy@chromium.orgAdd out-of-line constant pool support to Arm.
2014-03-14 rmcilroy@chromium.orgFix deoptimization for out-of-line constant pool.
2014-03-12 rmcilroy@chromium.orgIntroduce FrameAndConstantPoolScope and ConstantPoolUna...
2014-03-11 rossberg@chromium.orgMode clean-up pt 1: rename classic/non-strict mode...
2014-03-07 mvstanton@chromium.orgSymbols for type cells. We can make more efficient...
2014-01-15 jarin@chromium.orgThis is a preview of a first step towards unification...
2014-01-14 verwaest@chromium.orgRemove CALL_AS_FUNCTION and CALL_AS_METHOD.
2014-01-14 verwaest@chromium.orgMake the strict-mode calling convention for contextual...
2014-01-07 verwaest@chromium.orgReland v8:18458 "Load the global proxy from the context...
2014-01-07 rossberg@chromium.orgRevert "Load the global proxy from the context of the...
2014-01-07 verwaest@chromium.orgLoad the global proxy from the context of the target...
2013-12-30 rmcilroy@chromium.orgOut-of-line constant pool on Arm: Stage 3 - Set Constan...
2013-12-23 yangguo@chromium.orgRefactor the compiling pipeline.
2013-12-20 yurys@chromium.orgFix number of parameters passed into PrepareCallCFuncti...
2013-12-05 yangguo@chromium.orgFix incorrect patching for OSR.
2013-11-28 rmcilroy@chromium.orgSwap cp and pp registers on Arm such for work on OOL...
2013-11-22 ulan@chromium.orgRestore saved caller FP registers on stub failure
2013-11-20 rmcilroy@chromium.orgReplace hard-coded stack frame size literals with Stand...
2013-11-05 bmeurer@chromium.orgTry to use STMDB/LDMIA instead of LDR/STR sequences...
2013-10-23 danno@chromium.orgEnable preaging of code objects when --optimize-for...
2013-09-25 yangguo@chromium.orgLess aggressive polling when concurrently compiling...
2013-09-24 titzer@chromium.orgDelete Runtime_NotifyOSR.
next