[builtins] Unify the various versions of [[Call]] with a Call builtin.
[platform/upstream/v8.git] / src / mips / builtins-mips.cc
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-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-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 balazs.kilvadyMIPS: Refactor Map::ConstructionCount.
2014-09-25 yangguo@chromium.orgMove i18n-related runtime functions into a separate...
2014-09-24 paul.lind@imgtec.comMIPS: Minor fixes and additions needed for Turbofan.
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-02 kilvadyb@homejinni.comMIPS: Clean up the global object naming madness.
2014-06-25 danno@chromium.orgRemove distinction between hidden and normal runtime...
2014-06-04 mvstanton@chromium.orgFlag --pretenure-call-new broken on MIPS.
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-05-23 plind44@gmail.comMIPS: Fix r21470 “Reland r21442 Inobject slack tracking...
2014-05-23 plind44@gmail.comMIPS: Reland r21442 "Inobject slack tracking is done...
2014-05-06 palfia@homejinni.comMIPS: Fix for 3303 MultithreadedParallelIsolates has...
2014-04-30 plind44@gmail.comMIPS: CallICStub 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 plind44@gmail.comMIPS: CodeStubs contain their corresponding Isolate...
2014-04-16 palfia@homejinni.comMIPS: Reland r20692 "Check stack limit in ArgumentAdapt...
2014-04-15 plind44@gmail.comMIPS: Add big-endian support for MIPS.
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-03-26 yangguo@chromium.orgHide some runtime functions.
2014-03-20 plind44@gmail.comMIPS: Fix register usage of r20076.
2014-03-19 plind44@gmail.comMIPS: Pretenure call new support.
2014-03-19 plind44@gmail.comMIPS: Array constructor expects AllocationSite or undef...
2014-03-11 plind44@gmail.comMIPS: Mode clean-up pt 1: rename classic/non-strict...
2014-03-07 plind44@gmail.comMIPS: Symbols for type cells.
2014-02-04 palfia@homejinni.comMIPS: Unroll push loop in r19040 and other push optimiz...
2014-01-15 palfia@homejinni.comMIPS: This is a preview of a first step towards unifica...
2014-01-14 plind44@gmail.comMIPS: Remove CALL_AS_FUNCTION and CALL_AS_METHOD.
2014-01-14 plind44@gmail.comMIPS: Make the strict-mode calling convention for conte...
2014-01-07 plind44@gmail.comMIPS: Reland v8:18458 "Load the global proxy from the...
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-22 palfia@homejinni.comMIPS: Fix and simplify code aging.
2013-11-22 ulan@chromium.orgRestore saved caller FP registers on stub failure
2013-11-20 plind44@gmail.comMIPS: Use SmiTst and TrySmiTag MacroAssembler instructions.
2013-11-20 plind44@gmail.comMIPS: Replace hard-coded stack frame size literals...
2013-11-05 plind44@gmail.comMIPS: Try to use Push instead of push sequences wheneve...
2013-10-23 danno@chromium.orgEnable preaging of code objects when --optimize-for...
2013-09-25 plind44@gmail.comMIPS: Less aggressive polling when concurrently compili...
2013-09-24 titzer@chromium.orgDelete Runtime_NotifyOSR.
2013-09-19 plind44@gmail.comMIPS: Move NumberToStringStub::GenerateLookupNumberStri...
2013-09-13 plind44@gmail.comMIPS: remove getcurrent from stubs.
2013-09-12 palfia@homejinni.comMIPS: Fix of r16681
2013-09-12 yangguo@chromium.orgSimplify installing concurrently recompiled code.
2013-09-11 yangguo@chromium.orgPass PC offset into runtime when compiling for OSR.
2013-09-09 titzer@chromium.orgGenerate a custom OSR entrypoint for OSR compiles on...
2013-08-22 yangguo@chromium.orgRename "parallel recompilation" to "concurrent recompil...
2013-08-02 loislo@chromium.orgExtract hardcoded error strings into a single place...
2013-07-19 bmeurer@chromium.orgCleanup useless parameter object_is_smi for NumberToStr...
2013-07-05 yangguo@chromium.orgKeep two empty lines between declarations for cpp files
2013-07-04 palfia@homejinni.comMIPS: Fix bug in StringConstructCode builtin.
2013-06-28 palfia@homejinni.comMIPS: Improved function entry hook coverage.
2013-06-28 jkummerow@chromium.orgClean up the usage of V8_TARGET_ARCH_${arch} and V8_HOS...
next