OSDN Git Service

Revert "Revert "Refactor GetIMTIndex""
[android-x86/art.git] / test /
2016-07-19 Vladimir MarkoMerge "ARM: Fix shifted register offset mem address...
2016-07-18 Treehugger RobotMerge "Do allocation fence before pushing on allocation...
2016-07-18 Treehugger RobotMerge "Rename current register allocator implementation"
2016-07-18 Treehugger RobotMerge "ART: Fix run-test script"
2016-07-18 Andreas GampeART: Fix run-test script
2016-07-18 Roland LevillainMerge "MIPS64: Highest/Lowest Bit Intrinsic Support"
2016-07-18 Roland LevillainMerge "Fixes to build against new VIXL interface."
2016-07-18 Nicolas GeoffrayMerge "Add a new control flow simplifier."
2016-07-18 Nicolas GeoffrayAdd a new control flow simplifier.
2016-07-15 Treehugger RobotMerge "ART: disassembler_x86 doesn't recognize NOPs"
2016-07-14 Treehugger RobotMerge "Integer.bitCount and Long.bitCount intrinsics...
2016-07-14 Treehugger RobotMerge "ART: Add FdFile constructors"
2016-07-14 Roland LevillainMerge "Introduce more compact ReadBarrierMark slow...
2016-07-14 Nicolas GeoffrayMerge "Revert "Dump more dex file data in oatdump""
2016-07-14 Nicolas GeoffrayMerge "Fix a bug in ClassTableGet code generation for...
2016-07-13 Treehugger RobotMerge "Improve search for available spill slots in RA"
2016-07-13 Treehugger RobotMerge "Refactored a few dexdump alloc/free into unique_ptr"
2016-07-13 Vladimir MarkoMerge "X86: Use memory to do array range checks"
2016-07-13 Treehugger RobotMerge changes I91249ba8,Ic93812d9
2016-07-13 Nicolas GeoffrayFix a bug in ClassTableGet code generation for IMTs.
2016-07-13 Mark MendellX86: Use memory to do array range checks
2016-07-13 Treehugger RobotMerge "Update the get_process_name call."
2016-07-12 Treehugger RobotMerge changes Iafd12677,I40595d15
2016-07-12 Vladimir MarkoMerge "ARM64: Shorter fast-path for read barrier field...
2016-07-12 Vladimir MarkoMerge "Two more patterns for instruction simplifier"
2016-07-12 Maxim KazantsevTwo more patterns for instruction simplifier
2016-07-12 Roland LevillainMerge "Rename kCall to kCallOnMainOnly"
2016-07-11 Aart BikMerge "Fix clang static analyzer on potential memory...
2016-07-11 Roland LevillainMerge "Have LOCAL_ASFLAGS honor debug/non-debug configu...
2016-07-09 Treehugger RobotMerge "Fix unsafe weak reference usage in test 141"
2016-07-09 Mathieu ChartierFix unsafe weak reference usage in test 141
2016-07-08 Jeff HaoMerge "Revert "Revert "Optimize IMT"""
2016-07-08 Treehugger RobotMerge "Fix missing patchoat dependency for dex2oat...
2016-07-08 Aart BikMerge "MIPS64: java.lang.Math.round"
2016-07-08 Vladimir MarkoMerge "ARM: Remove unnecessary VMOV from float/double...
2016-07-08 Treehugger RobotMerge "ARM: Use 64-bit literals for LoadDImmediate()."
2016-07-08 Nicolas GeoffrayMerge "Implement System.arraycopy intrinsic on x86."
2016-07-08 Roland LevillainMerge "Mark ReadBarrierJni as a direct entry point...
2016-07-07 Treehugger RobotMerge "Add missing dependency required for ahat-test."
2016-07-07 Nicolas GeoffrayImplement System.arraycopy intrinsic on x86.
2016-07-07 Treehugger RobotMerge "Fix System.arraycopy when doing same array copying."
2016-07-07 Nicolas GeoffrayFix System.arraycopy when doing same array copying.
2016-07-07 Artem UdovichenkoRevert "Revert "Optimize IMT""
2016-07-07 Nicolas GeoffrayMerge "Revert "Revert "Inline and optimize interface...
2016-07-06 Bill BuzbeeMerge "Revert "ART: Add Mterp export pc poison testing...
2016-07-06 Bill BuzbeeMerge "ART: Add Mterp export pc poison testing mode"
2016-07-06 Richard UhlerMerge "Revert "Add missing dependency required for...
2016-07-06 Treehugger RobotMerge "Add missing dependency required for ahat-test."
2016-07-06 Nicolas GeoffrayRevert "Revert "Inline and optimize interface calls.""
2016-07-06 Nicolas GeoffrayMerge "Revert "Inline and optimize interface calls.""
2016-07-06 Nicolas GeoffrayRevert "Inline and optimize interface calls."
2016-07-06 Treehugger RobotMerge "Inline and optimize interface calls."
2016-07-06 Roland LevillainMerge "Fix stack alignment in x86 read barrier entry...
2016-07-06 Nicolas GeoffrayInline and optimize interface calls.
2016-07-06 Roland LevillainMerge "Remove stray end of macro."
2016-07-05 Treehugger RobotMerge "MIPS32: Fix MipsInstructionSetFeatures::FromVari...
2016-07-05 Nicolas GeoffrayMerge "Simplification for associative and commutative...
2016-07-05 Nicolas GeoffrayMerge "Never go to resolution while inspecting inlined...
2016-07-04 Roland LevillainHave LOCAL_ASFLAGS honor debug/non-debug configuration.
2016-07-01 Anton KirilovSimplification for associative and commutative operatio...
2016-07-01 Treehugger RobotMerge "Create a typedef for HInstruction::GetInputs...
2016-07-01 Nicolas GeoffrayMerge "Do not use popen, it uses a hardcoded path for...
2016-06-30 Treehugger RobotMerge "Reformat files using Android-style imports."
2016-06-30 Aart BikMerge "Improvements in induction range analysis."
2016-06-30 Treehugger RobotMerge "Revert "Revert "Gray only immune objects mutator...
2016-06-30 Treehugger RobotMerge "Fix divergence between interpreter and compiler."
2016-06-30 Treehugger RobotMerge "MIPS32: Disassemble and test movf.fmt and movt...
2016-06-30 Nicolas GeoffrayMerge "Special case the suspend to runnable transition...
2016-06-30 Nicolas GeoffrayMerge "Revert "Integer.bitCount and Long.bitCount intri...
2016-06-30 Treehugger RobotMerge "ART: Add dex2oat swap-usage parameters"
2016-06-29 Aart BikFix divergence between interpreter and compiler.
2016-06-29 Vladimir MarkoMerge "Fix merging HLoadClass with HNewInstance."
2016-06-29 Aart BikImprovements in induction range analysis.
2016-06-29 Vladimir MarkoFix merging HLoadClass with HNewInstance.
2016-06-29 Treehugger RobotMerge "Clean up profiler options"
2016-06-29 Treehugger RobotMerge "Remove the old obsolete profiler"
2016-06-29 Treehugger RobotMerge "Do checks on the fault address when we think...
2016-06-29 Treehugger RobotMerge "ARM64: Ensure stricter alignment when loading...
2016-06-29 Nicolas GeoffrayMerge "Revert "Refactor GetIMTIndex""
2016-06-29 Nicolas GeoffrayMerge "Revert "Propagate flags to ShouldHaveEmbeddedVTa...
2016-06-28 Treehugger RobotMerge "Add ability to generate a random test profile"
2016-06-28 Treehugger RobotMerge "ARM assembler support for VCNT and VPADDL."
2016-06-28 Treehugger RobotMerge "Add debug option to ignore checksum checks in...
2016-06-28 Treehugger RobotMerge "Optimize away useless masking operations on...
2016-06-28 Treehugger RobotMerge "MIPS64: Remove the workaround in VisitInvokeStat...
2016-06-28 Vladimir MarkoMerge "Fix 004-ThreadStress."
2016-06-28 Treehugger RobotMerge "Optimizing: Do not depend on sharpening in test...
2016-06-28 Treehugger RobotMerge "MIPS32: Drop redundant moves in integer conversions"
2016-06-28 Vladimir MarkoMerge "Clean up StringReferenceValueComparator and...
2016-06-28 Alexandre RamesOptimize away useless masking operations on shift amounts.
2016-06-28 Nicolas GeoffrayMerge "Revert "Gray only immune objects mutators access.""
2016-06-28 Treehugger RobotMerge "Gray only immune objects mutators access."
2016-06-27 Andreas GampeMerge "ART: Disable no-prebuild test for run-test 608"
2016-06-27 Andreas GampeART: Disable no-prebuild test for run-test 608
2016-06-27 Treehugger RobotMerge "Do not remove loads/store with unresolved accesses."
2016-06-27 Nicolas GeoffrayDo not remove loads/store with unresolved accesses.
2016-06-27 Goran JakovljevicOptimizing: Do not depend on sharpening in test 450
2016-06-27 Roland LevillainMerge "Fixes and cleaning for test/458-checker-instruct...
2016-06-27 Vladimir MarkoFix 004-ThreadStress.
2016-06-27 Alexandre RamesFixes and cleaning for test/458-checker-instruction...
next