[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / arm64 / lithium-arm64.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-09-10 bmeurer[runtime] Sanitize %NewClosure runtime entries.
2015-09-01 ishellCrankshaft is now able to compile top level code even...
2015-08-26 bmeurer[runtime] Remove the redundant %_IsObject intrinsic.
2015-08-25 bmeurerCorrectify instanceof and make it optimizable.
2015-07-28 bmeurer[stubs] Don't pass name to Load/StoreGlobalViaContext...
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-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 verwaestRemove PropertyCell space
2015-02-04 marjaIntroduce LanguageMode, drop StrictMode.
2015-01-28 mvstantonContinue learning for calls in crankshaft.
2015-01-27 mvstantonRevert of Continue learning for calls in optimized...
2015-01-27 mvstantonContinue learning for calls in optimized code when...
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 Jacob.Bramley@arm.com[arm64] cleanup heap numbers detection
2014-09-24 yangguo@chromium.orgRefactor bailout reasons and disable optimization in...
2014-09-08 mvstanton@chromium.orgTo aid vector-based load ic work, we need to be able...
2014-09-03 mvstanton@chromium.orgMake concrete classes for individual call descriptors...
2014-09-02 bmeurer@chromium.orgUse Chrome compatible naming for compiler specifics.
2014-09-01 mvstanton@chromium.orgInterfaceDescriptor becomes CallInterfaceDescriptor.
2014-08-21 Jacob.Bramley@arm.comARM64: Slightly simplify LShiftI and LShiftS.
2014-08-12 mstarzinger@chromi... Fix newly discovered presubmit errors.
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-30 danno@chromium.orgLand the Fan (disabled)
2014-07-29 yangguo@chromium.orgInline Math.fround in optimized code.
2014-07-21 mvstanton@chromium.orgIntroduce FLAG_vector_ics.
2014-07-17 mvstanton@chromium.orgStubCallInterfaceDescriptor and CallInterfaceDescriptor...
2014-06-20 mstarzinger@chromi... Check alpha-sorting of includes during presubmit.
2014-06-05 ulan@chromium.orgPreliminary support for block contexts in hydrogen.
2014-06-03 ishell@chromium.orgFixed lint errors caused by "runtime/references" rule...
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-06-02 bmeurer@chromium.orgInline Array.shift() fast path instead of using a code...
2014-06-02 bmeurer@chromium.orgSimplify known successor block lowering.
2014-05-27 danno@chromium.orgSmall changes in preparation for Hydrogen-generated...
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 danno@chromium.orgAllow specifying base offset when constructing Keyed...
2014-05-14 m.m.capewell@googl... A number of small changes:
2014-05-09 ishell@chromium.orgPresubmit checks recover:
2014-05-09 bmeurer@chromium.orgImprove Array.shift() performance for small arrays.
2014-05-06 baptiste.afsa@arm.comARM64: Introduce TempDoubleRegister as a lithium operan...
2014-05-06 m.m.capewell@googl... ARM64: Use the shifter operand to merge in previous...
2014-05-06 Jacob.Bramley@arm.comARM64: Use default-NaN mode to canonicalize NaNs.
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 alexandre.rames... ARM64: Generate optimized code for Math.floor and Math...
2014-04-30 svenpanne@chromium.orgUnbreak the build after r21083.
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-01 svenpanne@chromium.orgConsistently use a separate Lithium instruction for...
2014-04-01 svenpanne@chromium.orgOnly assign environments when they are actually needed...
2014-03-31 jarin@chromium.orgAdd missing lazy deopt point for the TransitionElements...
2014-03-21 jochen@chromium.orgRename A64 port to ARM64 port