[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / arm / lithium-arm.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 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-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...
2015-01-21 Benedikt Meurer[arm] Work-around sNaN issue in ARM simulator builds...
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 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-12 mstarzinger@chromi... Fix newly discovered presubmit errors.
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-31 yangguo@chromium.orgFix typos in LMathFround declarations.
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-27 marja@chromium.orgRevert "ARM: Use the shifter operand to merge in previo...
2014-06-25 alexandre.rames... ARM: Use the shifter operand to merge in previous shift...
2014-06-20 mstarzinger@chromi... Check alpha-sorting of includes during presubmit.
2014-06-18 jarin@chromium.orgFix LStoreCodeEntry to treat the code_object parameter...
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-27 m.m.capewell@googl... ARM: use TempDoubleRegister
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-20 bmeurer@chromium.orgRevert "Refactor transitioning stores."
2014-05-20 bmeurer@chromium.orgRefactor transitioning stores.
2014-05-09 bmeurer@chromium.orgImprove Array.shift() performance for small arrays.
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.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-03-20 svenpanne@chromium.orgImplement flooring division by a constant via truncatin...
2014-03-13 bmeurer@chromium.orgFix uses of range analysis results in HChange.
2014-03-12 jkummerow@chromium.orgFix lazy deopt after tagged binary ops
2014-03-11 rossberg@chromium.orgEliminate extended mode, and other modes clean-up
2014-03-11 bmeurer@chromium.orgCleanup some of the range uses in ModI/DivI.
2014-03-10 bmeurer@chromium.orgReland "Handle non-power-of-2 divisors in division...
2014-03-07 yangguo@chromium.orgReland "Introduce intrinsics for double values in Javas...
2014-03-07 svenpanne@chromium.orgRevert "Handle non-power-of-2 divisors in division...
2014-03-07 svenpanne@chromium.orgHandle non-power-of-2 divisors in division-like operations
2014-03-07 svenpanne@chromium.orgConsistenly handle power-of-2 divisors in division...
2014-03-07 yangguo@chromium.orgRevert "Introduce intrinsics for double values in Javas...
2014-03-07 yangguo@chromium.orgIntroduce intrinsics for double values in Javascript.
2014-03-04 bmeurer@chromium.orgPush safepoint registers in deferred number-to-i/u...
2014-02-19 yangguo@chromium.orgHarmony: optimize Math.clz32.
2014-02-13 vegorov@chromium.orgImprove positions tracking inside the HGraphBuilder.
2014-01-30 verwaest@chromium.orgOptimize HWrapReceiver
2014-01-29 bmeurer@chromium.orgReplace HThrow with HCallRuntime.
2014-01-29 bmeurer@chromium.orgRemove the unused HElementsKind instruction.
2014-01-29 bmeurer@chromium.orgRemove the HValueOf instruction.
2014-01-29 bmeurer@chromium.orgKill obsolete HLoadExternalArrayPointer instruction.
2014-01-29 bmeurer@chromium.orgBoth HGlobalObject and HGlobalReceiver can be replaced...
2014-01-28 bmeurer@chromium.orgRemove obsolete instruction HOuterContext.
2014-01-24 svenpanne@chromium.orgSimplify HUnaryMathOperation::Canonicalize.
2014-01-17 mvstanton@chromium.orgFix logic error in assert in IsUndeclaredGlobal()
2014-01-16 dslomov@chromium.orgImplement in-heap backing store for typed arrays.
2014-01-16 dslomov@chromium.orgRevert "Implement in-heap backing store for typed arrays."
2014-01-16 dslomov@chromium.orgImplement in-heap backing store for typed arrays.
2014-01-16 dslomov@chromium.orgRevert "Implement in-heap backing store for typed arrays."
2014-01-16 dslomov@chromium.orgImplement in-heap backing store for typed arrays.
2014-01-15 jarin@chromium.orgFix Win32 buildbreak (caused by overriden methods that...
2014-01-15 jarin@chromium.orgThis is a preview of a first step towards unification...
2014-01-14 verwaest@chromium.orgRemove HCallGlobal and merge uses with HCallNamed.
2014-01-07 jarin@chromium.orgFixed Lithium environment generation bug for captured...
2013-12-18 svenpanne@chromium.orgRemove the last remnants of the TranscendentalCache.
2013-12-04 yangguo@chromium.orgRemove unused trigonometric code.
2013-12-02 bmeurer@chromium.orgFix HInnerAllocatedObject to use an HValue for the...
next