[builtins] Add support for NewTarget to Execution::New.
[platform/upstream/v8.git] / src / mips64 / builtins-mips64.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 akos.palfiMIPS: [builtins] Pass correct number of arguments after...
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-13 paul.lindMIPS64: Fix InterpreterEntryTrampoline().
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 balazs.kilvadyMIPS64: Refine 'Remove unused byte from Map::instance_s...
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 akos.palfiMIPS64: Improve '[strong] Check arity of functions'
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-08 dusan.milosavljevicMIPS: Fix in-object memory slack tracking bug.
2015-04-07 balazs.kilvadyMIPS: JSEntryTrampoline: check for stack space before...
2015-03-20 akos.palfiMIPS: Fix 'MIPS: [es6] implement Reflect.apply() &...
2015-03-20 akos.palfiMIPS: [es6] implement Reflect.apply() & Reflect.construct()
2015-03-04 balazs.kilvadyMIPS: ARM: Load undefined receiver sentinel without...
2015-02-28 dslomovDisallow subclassing Arrays.
2015-02-27 dslomovRevert of Disallow subclassing Arrays. (patchset #3...
2015-02-27 dslomovDisallow subclassing Arrays.
2015-02-13 Akos PalfiMIPS: new classes: no longer experimental.
2015-02-11 akos.palfiMIPS: new classes: implement new.target passing to...
2015-02-04 akos.palfiMIPS: new classes: special construct stub for derived...
2015-01-23 akos.palfiMIPS: new classes: change semantics of super(...) call...
2014-12-05 paul.lindMIPS64: Fix port of Refactor Map::ConstructionCount.
2014-12-05 balazs.kilvadyMIPS: Refactor Map::ConstructionCount.
2014-11-19 Dusan MilosavljevicMIPS64: Prepare additonal code for turbofan landing.
2014-10-31 dusan.milosavljevi... MIPS64: Fix simulator arguments handling on generated...
2014-10-27 dusan.milosavljevi... Make NextCodeLink pointer 8-byte aligned after GC point...
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-25 balazs.kilvady@img... MIPS: Move IC code into a subdir and move ic-compilatio...
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-09 dusan.milosavljevi... Add mips64 port.