[runtime] Remove the redundant %_IsObject intrinsic.
[platform/upstream/v8.git] / src / mips64 / lithium-mips64.h
2015-08-26 bmeurer[runtime] Remove the redundant %_IsObject intrinsic.
2015-08-25 bmeurerCorrectify instanceof and make it optimizable.
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-20 ishellCrankshaft part of the 'loads and stores to global...
2015-07-13 ishellTypeofMode replaces TypeofState and ContextualMode.
2015-07-01 dannoMake context register implicit for CallInterfaceDescriptors
2015-06-26 mvstantonVectorICs: Lithium support for vector-based stores.
2015-06-17 dusan.milosavljevicReland "MIPS64: Fix lithium arithmetic operations for...
2015-06-08 dusan.milosavljevicMIPS64: Implement AddE lithium instruction to separate...
2015-06-08 conradw[strong] Refactor ObjectStrength into a replacement...
2015-05-15 mvstantonNow that vector ics are established for load, keyed...
2015-05-12 conradw[strong] Disallow implicit conversions for comparison
2015-05-12 mvstantonNew hydrogen instruction to reduce cost of growing...
2015-05-06 conradw[strong] Fix inlining issue
2015-04-28 jochenAdd HArrayBufferNotNeutered instruction
2015-04-20 Ross McIlroyReplace OVERRIDE->override and FINAL->final since we...
2015-04-13 mvstantonRemove unnecessary options from HTailCallThroughMegamor...
2015-03-18 balazs.kilvadyMIPS: Remove PropertyCell space.
2015-02-04 balazs.kilvadyMIPS: Introduce LanguageMode, drop StrictMode.
2015-01-28 balazs.kilvadyMIPS: Continue learning for calls in crankshaft.
2014-12-12 Michael StantonHydrogen code stubs for vector-based ICs.
2014-12-12 svenpanneConsistently use only one of virtual/OVERRIDE/FINAL.
2014-09-24 balazs.kilvady@img... MIPS: Refactor bailout reasons and disable optimization...
2014-09-08 balazs.kilvady@img... MIPS: To aid vector-based load ic work, we need to...
2014-09-03 balazs.kilvady@img... MIPS: Make concrete classes for individual call descrip...
2014-09-02 bmeurer@chromium.orgUse Chrome compatible naming for compiler specifics.
2014-09-01 balazs.kilvady@img... MIPS: InterfaceDescriptor becomes CallInterfaceDescriptor.
2014-08-12 mstarzinger@chromi... Fix newly discovered presubmit errors.
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-31 akos.palfi@imgtec.comMIPS64: Fix build after r22709.
2014-07-29 balazs.kilvady@img... MIPS: Inline Math.fround in optimized code.
2014-07-29 dusan.milosavljevi... MIPS64: Add support for architecture revision 6.
2014-07-21 paul.lind@imgtec.comMIPS: Introduce FLAG_vector_ics.
2014-07-17 balazs.kilvady@img... MIPS: StubCallInterfaceDescriptor and CallInterfaceDesc...
2014-07-09 dusan.milosavljevi... Add mips64 port.