[runtime] Remove the redundant %_IsObject intrinsic.
[platform/upstream/v8.git] / src / mips / lithium-mips.cc
2015-08-26 bmeurer[runtime] Remove the redundant %_IsObject intrinsic.
2015-08-25 bmeurerCorrectify instanceof and make it optimizable.
2015-08-17 mstarzingerRemove grab-bag includes of v8.h from architecture...
2015-07-28 jochenReland of "Remove ExternalArray, derived types, and...
2015-07-28 bmeurer[stubs] Don't pass name to Load/StoreGlobalViaContext...
2015-07-27 machenbachRevert of Remove ExternalArray, derived types, and...
2015-07-27 jochenRemove ExternalArray, derived types, and element kinds
2015-07-22 jochenStore offset between fixed typed array base and data...
2015-07-20 jochenAdd support for adding an external and a tagged pointer
2015-07-20 ishellCrankshaft part of the 'loads and stores to global...
2015-07-01 dannoMake context register implicit for CallInterfaceDescriptors
2015-06-26 mvstantonVectorICs: Lithium support for vector-based stores.
2015-06-03 bmeurer[date] Refactor the %_DateField intrinsic to be optimiz...
2015-06-01 erikcorryCosmetic changes to tests to make it easier to concaten...
2015-05-28 bmeurer[crankshaft] Record inlined shared function infos inste...
2015-05-20 mvstantonCleanup interface descriptors to reflect that vectors...
2015-05-15 mvstantonNow that vector ics are established for load, keyed...
2015-05-12 mvstantonNew hydrogen instruction to reduce cost of growing...
2015-05-06 mvstantonOptimize the typeof operator.
2015-04-28 jochenAdd HArrayBufferNotNeutered instruction
2015-04-27 mvstantonDon't MISS if you read the hole from certain FastHoley...
2015-04-13 mvstantonRemove unnecessary options from HTailCallThroughMegamor...
2015-03-18 balazs.kilvadyMIPS: Remove PropertyCell space.
2015-01-28 balazs.kilvadyMIPS: Continue learning for calls in crankshaft.
2015-01-26 balazs.kilvadyMIPS: Fixed Hydrogen environment handling for mul-i...
2014-12-12 Michael StantonHydrogen code stubs for vector-based ICs.
2014-12-04 paul.lindMIPS: Fixed environment handling for LFlooringDivI.
2014-10-29 dusan.milosavljevi... MIPS: Remove madd.d usage for r6.
2014-10-06 jkummerow@chromium.orgRemove FLAG_opt_safe_uint32_operations.
2014-09-30 balazs.kilvady@img... MIPS: Replace OStream with std::ostream.
2014-09-30 bmeurer@chromium.orgReplace OStream with std::ostream.
2014-09-24 balazs.kilvady@img... MIPS: Refactor bailout reasons and disable optimization...
2014-09-16 verwaest@chromium.orgThe value register in storefield(smi) is not used as...
2014-09-11 balazs.kilvady@img... MIPS: Added CallInterfaceDescriptors to all code stubs.
2014-09-08 balazs.kilvady@img... MIPS: Get CallInterfaceDescriptor directly from CodeStub.
2014-09-08 balazs.kilvady@img... MIPS: Initialize CodeStubInterfaceDescriptor in the...
2014-09-08 balazs.kilvady@img... MIPS: To aid vector-based load ic work, we need to...
2014-09-05 paul.lind@imgtec.comMIPS: Do not cache CodeStubInterfaceDescriptor on the...
2014-09-03 balazs.kilvady@img... MIPS: Make concrete classes for individual call descrip...
2014-09-01 balazs.kilvady@img... MIPS: InterfaceDescriptor becomes CallInterfaceDescriptor.
2014-09-01 jarin@chromium.orgContext deoptimization and removal of the deoptimizatio...
2014-08-26 balazs.kilvady@img... MIPS: Move register conventions out of the IC classes.
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-08-04 mstarzinger@chromi... Ensure LModByPowerOf2I only gets environment when it...
2014-07-30 danno@chromium.orgLand the Fan (disabled)
2014-07-29 balazs.kilvady@img... MIPS: Inline Math.fround in optimized code.
2014-07-21 paul.lind@imgtec.comMIPS: Introduce FLAG_vector_ics.
2014-07-17 balazs.kilvady@img... MIPS: StubCallInterfaceDescriptor and CallInterfaceDesc...
2014-07-11 akos.palfi@imgtec.comMIPS: Use a register spec for StoreIC and KeyedStoreIC.
2014-07-07 kilvadyb@homejinni.comMIPS: More OStreamsUse OStreams more often.
2014-07-02 kilvadyb@homejinni.comMIPS: KeyedLoadIC should have same register spec as...
2014-06-26 palfia@homejinni.comMIPS: Use IC register definitions in platform files.
2014-06-24 kilvadyb@homejinni.comMIPS: optimize Lithium Allocate.
2014-06-20 rodolph.perfetta... ARM: Avoid duplicate vmla when merging vmul and vadd
2014-06-20 mstarzinger@chromi... Check alpha-sorting of includes during presubmit.
2014-06-05 plind44@gmail.comMIPS: Preliminary support for block contexts in hydrogen.
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-06-02 plind44@gmail.comMIPS: Simplify known successor block lowering.
2014-06-02 bmeurer@chromium.orgInline Array.shift() fast path instead of using a code...
2014-05-29 plind44@gmail.comMIPS: Refactor HType to get rid of various hacks.
2014-05-27 plind44@gmail.comMIPS: Use TempDoubleRegister.
2014-05-27 plind44@gmail.comMIPS: Avoid HeapObject check in HStoreNamedField.
2014-05-23 alexandre.rames... Allow HPushArgument to handle more than one argument.
2014-05-23 alexandre.rames... Provide a helper to generate multiple Lithium instructi...
2014-05-22 plind44@gmail.comMIPS: Allow specifying base offset when constructing...
2014-05-09 plind44@gmail.comMIPS: Improve Array.shift() performance for small arrays.
2014-05-08 ulan@chromium.orgFix index register assignment in LoadFieldByIndex for...
2014-05-05 bmeurer@chromium.orgDon't add code dependencies eagerly for HCheckMaps.
2014-05-02 bmeurer@chromium.orgFix crash in debug builds introduced with r21110.
2014-05-02 bmeurer@chromium.orgDon't add code dependencies on transitioning stores...
2014-04-30 svenpanne@chromium.orgAdded a Isolate* parameter to Serializer::enabled().
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-04-24 verwaest@chromium.orgMark the simulate before EnterInlined with BailoutId...
2014-04-24 plind44@gmail.comMIPS: CodeStubs contain their corresponding Isolate...
2014-04-22 plind44@gmail.comMIPS: Improve code generation for bounds checks.
2014-04-22 bmeurer@chromium.orgOptimize numeric comparison with known successors.
2014-04-04 palfia@homejinni.comMIPS: Reland "Fixed environment assignment for LCheckNo...
2014-04-02 palfia@homejinni.comMIPS: Check that environments assigned via AssignEnviro...
2014-04-01 palfia@homejinni.comMIPS: Consistently use a separate Lithium instruction...
2014-04-01 palfia@homejinni.comMIPS: Only assign environments when they are actually...
2014-03-31 palfia@homejinni.comMIPS: Reland and fix "Fix LoadFieldByIndex to take...
2014-03-31 jarin@chromium.orgAdd missing lazy deopt point for the TransitionElements...
2014-03-20 plind44@gmail.comMIPS: Implement flooring division by a constant via...
2014-03-14 plind44@gmail.comMIPS: Fix Lithium div, mod and floor.
2014-03-13 plind44@gmail.comMIPS: Remove uses of RangeCanInclude() in flooring...
2014-03-13 plind44@gmail.comMIPS: Fix uses of range analysis results in HChange.
2014-03-12 jkummerow@chromium.orgFix lazy deopt after tagged binary ops
2014-03-11 plind44@gmail.comMIPS: Cleanup some of the range uses in ModI/DivI.
2014-03-10 plind44@gmail.comMIPS: Reland "Handle non-power-of-2 divisors in divisio...
2014-03-07 plind44@gmail.comMIPS: Consistenly handle power-of-2 divisors in divisio...
2014-03-07 palfia@homejinni.comMIPS: Introduce intrinsics for double values in Javascript.
2014-03-04 plind44@gmail.comMIPS: Remove all uses of field-tracking flags that...
2014-03-04 plind44@gmail.comMIPS: Push safepoint registers in deferred number-to...
2014-02-19 plind44@gmail.comMIPS: Harmony: optimize Math.clz32.
2014-02-13 palfia@homejinni.comMIPS: Fix r19360 "Improve positions tracking inside...
next