[builtins] Unify the various versions of [[Call]] with a Call builtin.
[platform/upstream/v8.git] / src / mips / macro-assembler-mips.cc
2015-09-08 bmeurer[builtins] Unify the various versions of [[Call]] with...
2015-09-03 bmeurerRemove obsolete functionality from the MacroAssemblers.
2015-09-03 machenbachRevert of [es5] Class of object is "Function" if object...
2015-09-03 bmeurer[es5] Class of object is "Function" if object has ...
2015-09-03 mstarzinger[presubmit] Fix build/include linter violations.
2015-08-27 yangguoMove (uppercase) JS builtins from js builtins object...
2015-08-25 bmeurerCorrectify instanceof and make it optimizable.
2015-08-17 mstarzingerRemove grab-bag includes of v8.h from architecture...
2015-07-31 yangguoDebugger: move implementation to a separate folder.
2015-07-26 paul.lindMIPS64: Fix LoadGlobalViaContextStub
2015-07-23 dannoUnify "runtime-style" IC functions with Runtime intrinsics
2015-07-13 verwaestFix keyed element access wrt string wrappers
2015-07-13 yangguoDebugger: refactor reloc info.
2015-07-13 mstarzingerRemove unused byte from Map::instance_sizes field.
2015-06-17 jkummerowClean up JSConstructStub
2015-06-16 paul.lindMIPS: Fix for Remove unsafe EmitLoadRegister usage...
2015-06-15 dusan.milosavljevicMIPS: Remove unsafe EmitLoadRegister usage in AddI...
2015-06-01 erikcorryCosmetic changes to tests to make it easier to concaten...
2015-05-26 erikcorryMove hash code from hidden string to a private symbol
2015-05-05 dusan.milosavljevicMIPS: Fix long branch mode and FPU branches.
2015-05-05 dannoRevert of Collect type feedback on result of Math....
2015-05-05 dannoCollect type feedback on result of Math.[round|ceil...
2015-04-21 svenpanneRemoved src/{isolate,property-details,utils}-inl.h
2015-04-07 hpayerReland "Merge old data and pointer space."
2015-04-02 paul.lindMIPS: Remove unused J(Label *).
2015-04-02 paul.lindMIPS: Fix another bug with mozilla regress-396684.js
2015-04-01 balazs.kilvadyMIPS: Rename BranchF functions.
2015-03-30 balazs.kilvadyMIPS: [turbofan] Add backend support for float32 operat...
2015-03-25 balazs.kilvadyMIPS: Switch full-codegen from StackHandlers to handler...
2015-03-19 hpayerRevert "Merge old data and pointer space."
2015-03-18 balazs.kilvadyMIPS: Remove kind field from StackHandler.
2015-03-18 hpayerMerge old data and pointer space.
2015-03-10 paul.lindMIPS: Remove frame pointer from StackHandler.
2015-03-10 balazs.kilvadyMIPS: Remove code object from StackHandler.
2015-03-05 yangguoOnly reference constant root list entries in the snapshot.
2015-03-05 balazs.kilvadyMIPS: [turbofan] Support for %_DoubleHi, %_DoubleLo...
2015-03-03 balazs.kilvadyMIPS: Move stack unwinding logic into the runtime.
2015-02-25 balazs.kilvadyMIPS: Fix 'MIPS: Move Maps' back pointers from "transit...
2015-02-25 akos.palfiMIPS: Move Maps' back pointers from "transitions" to...
2015-02-17 balazs.kilvadyMIPS: reland Fix 'Assembler support for internal refere...
2015-02-16 machenbachRevert of MIPS: Fix 'Assembler support for internal...
2015-02-15 balazs.kilvadyMIPS: Fix 'Assembler support for internal references.'
2015-01-30 balazs.kilvadyMIPS: Reland "Initial switch to Chromium-style CHECK_...
2015-01-28 ulanExtract LoadAccessor into a masm function.
2015-01-22 paul.lindMIPS: Use signaling NaN for holes in fixed double arrays.
2015-01-20 dcarneymove CallApiFunctionAndReturn to code-stubs-*
2015-01-19 ishellMassive renaming of PropertyType values and other impli...
2015-01-17 akos.palfiMIPS: split api call stubs into accessor and function...
2014-12-22 ulanUse weak cell in monomorphic KeyedStore IC.
2014-12-04 balazs.kilvadyMIPS: Change CmpWeakValue to a more MIPS like GetWeakValue.
2014-12-03 balazs.kilvadyMIPS: Use weak cells to embed maps in store handler.
2014-12-03 paul.lindMIPS: [turbofan] Add checked load/store operators.
2014-12-02 ulanReland parts of 'Use weak cells in map checks in polymo...
2014-12-02 machenbachRevert of Use weak cells in map checks in polymorphic...
2014-12-02 machenbachRevert of MIPS: Use weak cells in map checks in polymor...
2014-12-01 paul.lindMIPS: Use weak cells in map checks in polymorphic ICs.
2014-12-01 ulanUse weak cells in map checks in polymorphic ICs.
2014-11-19 ishellPropertyDetails cleanup: NORMAL property type merged...
2014-11-04 dusan.milosavljevi... MIPS: Improve compare and branch combining.
2014-11-03 balazs.kilvady@img... MIPS: [turbofan] Also optimize unsigned division by...
2014-10-13 rmcilroy@chromium.orgRefactor FrameAndConstantPoolScope and ConstantPoolUnav...
2014-10-10 dusan.milosavljevi... MIPS: Fix loading Float64 constants in turbofan.
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-23 jkummerow@chromium.orgFix method dispatch in Keyed/StoreIC, and JumpIfNotUniq...
2014-09-10 paul.lind@imgtec.comMIPS: Rename ascii to one-byte where applicable.
2014-09-08 bmeurer@chromium.orgReplace our home-grown BitCast with bit_cast from Chrom...
2014-09-05 svenpanne@chromium.orgGeneralized division via multiplication.
2014-09-02 balazs.kilvady@img... MIPS: First step to cleanup the power-of-2 mess.
2014-09-02 balazs.kilvady@img... MIPS: Minor-key-ify four stubs.
2014-08-12 dusan.milosavljevi... Reland "MIPS: Add support for arch. revision 6 to mips3...
2014-08-11 machenbach@chromiu... Revert "Reland "MIPS: Add support for arch. revision...
2014-08-11 dusan.milosavljevi... Reland "MIPS: Add support for arch. revision 6 to mips3...
2014-08-11 jochen@chromium.orgRevert 23028 - "MIPS: Add support for arch. revision...
2014-08-11 dusan.milosavljevi... MIPS: Add support for arch. revision 6 to mips32 port.
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-29 akos.palfi@imgtec.comMIPS: Clean up name distinction between Keyed ICs and...
2014-07-29 mstarzinger@chromi... Support for dynamic write-barrier counters everywhere.
2014-07-23 balazs.kilvady@img... MIPS: Only to the relevant checks in LoadFunctionPrototype.
2014-07-22 balazs.kilvady@img... MIPS: Never record safepoint with doubles.
2014-07-15 akos.palfi@imgtec.comMIPS: Use register parameters in ElementsTransitionGene...
2014-07-01 ishell@chromium.orgReland r22082 "Replace HeapNumber as doublebox with...
2014-06-30 jochen@chromium.orgMove platform abstraction to base library
2014-06-30 ishell@chromium.orgRevert "Replace HeapNumber as doublebox with an explici...
2014-06-30 ishell@chromium.orgReplace HeapNumber as doublebox with an explicit Mutabl...
2014-06-25 danno@chromium.orgRemove distinction between hidden and normal runtime...
2014-06-12 plind44@gmail.comMIPS: Fix unsigned comparison.
2014-06-10 svenpanne@chromium.orgMake presubmit script happy again.
2014-06-03 plind44@gmail.comMIPS: Improve write barriers in optimized code.
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-05-30 verwaest@chromium.orgDon't push eax/rax before calling Runtime_Abort
2014-05-27 plind44@gmail.comMIPS: Convert String array index/length hash to BitField.
2014-05-27 plind44@gmail.comMIPS: Avoid HeapObject check in HStoreNamedField.
2014-05-27 danno@chromium.orgConvert ElementsKind into a BitField
2014-05-26 hpayer@chromium.orgRemove high promotion mode.
2014-05-15 yangguo@chromium.orgRefactor MacroAssembler::Prologue.
2014-05-12 yangguo@chromium.orgClean up debugger flags.
2014-05-09 plind44@gmail.comMIPS: Reland and fix r21225 and r21226.
2014-05-09 ishell@chromium.orgPresubmit checks recover:
2014-05-06 palfia@homejinni.comMIPS: Fix for 3303 MultithreadedParallelIsolates has...
next