Patch Metrics

There are 280 patches submitted by members of this team, and 231 of those have been accepted upstream.

Patches per month: Submitted Accepted
Time-to-acceptance distribution (in days)

Current Members

Show patches with: Archived = No       |   280 patches
« 1 2 3 »
Patch Series S/W/F Date Submitter Delegate State
ARM: ART Vectorizer (64-bit vectors). --- 2017-06-23 Artem Serov Accepted
ARM64: Encode constants when it is possible. --- 2017-06-06 Artem Serov Accepted
Disambiguate memory accesses in instruction scheduling --- 2017-06-02 Xueliang Zhong Accepted
ARM64: SIMD instruction scheduling. --- 2017-06-02 Artem Serov Accepted
Fix build failure in scheduler_arm with ART_USE_OLD_ARM_BACKEND=1 --- 2017-06-02 Xueliang Zhong Accepted
Improve array index analysis in LSA. --- 2017-05-30 Xueliang Zhong Accepted
libc: ARM64: fix memset for non-standard ZVA sizes --- 2017-05-16 Kevin Brodsky Accepted
Create load store analysis pass --- 2017-05-10 Xueliang Zhong Accepted
ARM64: Share address computation across SIMD LDRs/STRs. --- 2017-05-03 Artem Serov Accepted
ARM64: Loop unrolling for vectorized loops. --- 2017-04-26 Artem Serov Rejected
Instruction scheduling for ARM. --- 2017-04-25 Xueliang Zhong Accepted
ARM64: Improve SIMD LDR/STR. --- 2017-04-21 Artem Serov Accepted
ARM64: Support MultiplyAccumulate for SIMD. --- 2017-04-13 Artem Serov Accepted
Fix release of a QRegisters within a ScratchRegisterScope. --- 2017-04-11 Artem Serov Accepted
ARM64: Support vectorization for double and long. --- 2017-04-10 Artem Serov Accepted
ARM64: Support 128-bit registers for SIMD. --- 2017-04-07 Artem Serov Accepted
ARM64: Saves 128-bit regs state along SuspendCheckSlowPath. --- 2017-04-06 Artem Serov Accepted
Improve splitting/spilling position choice. --- 2017-04-03 Artem Serov New
ARM: VIXL32: Improve BoundsCheck for constant inputs. --- 2017-03-10 Artem Serov Accepted
ARM64: Improve LocationBuilder for Shifts and IntermediateAddress. --- 2017-03-09 Artem Serov Accepted
ARM: VIXL32: Align loop header blocks. --- 2017-03-09 Artem Serov Rejected
Math.round float intrinsic for ARM. --- 2017-02-28 Xueliang Zhong Accepted
ARM: VIXL32: Use LoadLiteral for double constants. --- 2017-02-23 Artem Serov Accepted
Avoid intrinsify System.arraycopy for AOT compiled APP code. --- 2017-02-13 Xueliang Zhong Rejected
Clarify comment on JIT cache flush issue --- 2017-02-10 Kevin Brodsky Accepted
ARM64: Remove all uses of BlockPoolsScope. --- 2017-02-08 Artem Serov Accepted
Add comments in VisitSuspendCheck in Codegen --- 2017-02-07 Xueliang Zhong New
ARM: VIXL32: Fix "Align allocation entrypoints..". --- 2017-02-07 Artem Serov Accepted
Math.min and Math.max intrinsics for ARM --- 2017-02-01 Xueliang Zhong Rejected
Math.min and Math.max intrinsics for ARM --- 2017-01-31 Xueliang Zhong Accepted
Implement Math.rint Intrinsic for ARM32. --- 2017-01-31 Xueliang Zhong Accepted
Merge remote-tracking branch 'aosp/upstream-master' into master --- 2017-01-11 Artem Serov Accepted
Fix perf-inject jit profiling for osr method. --- 2017-01-11 Xueliang Zhong Accepted
ARM: VIXL32: Fix crash in Exchange for stack slots. --- 2017-01-03 Artem Serov Accepted
Don't enable scheduler. --- 2016-12-22 Xueliang Zhong Rejected
ARM: Fix vixl related branch issue in JNI. --- 2016-12-16 Artem Serov Accepted
ARM: VIXL32: Use 16-bit encoding for B(cond,...) where possible. --- 2016-12-15 Artem Serov Accepted
ARM: VIXL32: Implement some dispatch optimizations. --- 2016-12-14 Artem Serov Accepted
bionic-unit-tests: Build host testlibs in bionic-loader-test-libs --- 2016-12-09 Kevin Brodsky Accepted
ARM: VIXL32: Use DontCare for SetFlags + fix for GenerateFrameEntry. --- 2016-12-06 Artem Serov Accepted
ARM: VIXL32: Clean usage of scopes. --- 2016-12-05 Artem Serov Accepted
ARM: VIXL32: Implement Invoke, LoadClass, LoadString dispatch. --- 2016-12-02 Artem Serov Accepted
ARM: VIXL32: A couple of fixes to have more tests passing. --- 2016-11-30 Artem Serov Accepted
ARM: Fix JNI MacroAssembler after VIXL update. --- 2016-11-29 Artem Serov Accepted
ARM: VIXL32: Implement HClassTableGet Visitor. --- 2016-11-24 Xueliang Zhong Accepted
ARM: VIXL32: Improve codegen on CBZ/CBNZ --- 2016-11-23 Xueliang Zhong Accepted
Fix the target Linux builds of ART --- 2016-11-23 Julien Duraj Accepted
ARM: VIXL32: Fix PackedSwitch. --- 2016-11-14 Artem Serov Accepted
ARM: VIXL32: Arch specific operations. --- 2016-11-08 Artem Serov Accepted
ARM: VIXL32: Implement more codegen visitors. --- 2016-11-02 Artem Serov Accepted
ARM: VIXL32: Implement InstanceOf, InvokeInterface and others. --- 2016-11-02 Artem Serov Accepted
ARM: VIXL32: Move code to ease the diff with old codegen. --- 2016-10-26 Artem Serov Accepted
ARM: VIXL32: Exclude recently added test that fails. --- 2016-10-26 Artem Serov Accepted
ARM: VIXL32: Implement Shifts, Neg, Bitwise and Rotate visitors. --- 2016-10-20 Artem Serov Accepted
ART jitted code profiling support. --- 2016-10-19 Xueliang Zhong Accepted
ARM: VIXL32: Implement VIXL-based assembler. --- 2016-08-17 Artem Serov Accepted
ARM: VIXL32: Switch JNI compiler to use VIXL Assembler. --- 2016-08-17 Artem Serov Accepted
ARM: Purge Arm32Assembler. --- 2016-08-15 Artem Serov Accepted
ARM: Use vstm/vldm for live floating point registers save/restore in SlowPathCode. --- 2016-08-03 Artem Serov Accepted
ARM: Add vldm/vstm assembler support. --- 2016-08-03 Artem Serov Accepted
ARM: Use stm/ldm for live registers save/restore in SlowPathCode. --- 2016-08-03 Artem Serov Accepted
ARM: Fix suboptimal encodings of ldr/str. --- 2016-08-03 Artem Serov Rejected
ARM: Port instr simplification of array accesses. --- 2016-07-18 Artem Serov Accepted
ARM: Change mem address mode for array accesses. --- 2016-07-18 Artem Serov Accepted
ARM: Fix shifted register offset mem address mode for load signed. --- 2016-07-18 Artem Serov Accepted
Integer.bitCount and Long.bitCount intrinsics for ARM --- 2016-07-08 Xueliang Zhong Accepted
Math Round Intrinsic Implementations For Java8. --- 2016-06-28 Xueliang Zhong Accepted
ARM assembler support for VCNT and VPADDL. --- 2016-06-13 Xueliang Zhong Accepted
Integer.bitCount and Long.bitCount intrinsics for ARM --- 2016-04-25 Xueliang Zhong Accepted
Integer.bitCount and Long.bitCount intrinsics for ARM64 --- 2016-03-03 Xueliang Zhong Accepted
Integrate BitwiseNegated into shared framework. --- 2016-03-03 Artem Serov Accepted
ARM: Implement Reverse bits and bytes intrinsic. --- 2016-02-12 Artem Serov Accepted
Optimizing: ARM64 negated bitwise operations simplification --- 2016-01-22 Kevin Brodsky Accepted
Optimizing: double-negated bitwise operations simplifications --- 2016-01-22 Kevin Brodsky Accepted
Logging: cleanup and remove inappropriate CHECK_EQ's --- 2016-01-22 Kevin Brodsky Rejected
linker: try remaining locations on library load failure --- 2016-01-13 Kevin Brodsky New
Remove call to log function before InitLogging() is called --- 2016-01-13 Kevin Brodsky Rejected
Tests: never use System.err --- 2016-01-13 Kevin Brodsky Accepted
Make the 008-exceptions test print everything to stdout --- 2015-12-11 Kevin Brodsky Accepted
Clarify --boot-image help message --- 2015-12-09 Kevin Brodsky Accepted
« 1 2 3 »