OSDN Git Service

android-x86/art.git
2016-07-18 Roland LevillainFix the build with respect to new VIXL.
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 Treehugger... Merge "ARM64: Improve code generated to spill/restore...
2016-07-18 Alexandre RamesARM64: Improve code generated to spill/restore for...
2016-07-18 Nicolas GeoffrayAdd a new control flow simplifier.
2016-07-16 Treehugger... Merge "ART: Replace ScopedFd with FdFile"
2016-07-16 Andreas GampeART: Replace ScopedFd with FdFile
2016-07-15 Treehugger... Merge "ART: disassembler_x86 doesn't recognize NOPs"
2016-07-15 Scott WakelingFixes to build against new VIXL interface.
2016-07-15 Andreas GampeMerge changes from topic 'cherry_pinner'
2016-07-14 Andreas GampeART: Fix build break
2016-07-14 Philip CuadraAdd API for getting location of odex or oat file
2016-07-14 Treehugger... Merge "Revert "Revert "Dump more dex file data in oatdu...
2016-07-14 Mathieu ChartierRevert "Revert "Dump more dex file data in oatdump""
2016-07-14 Treehugger... Merge "Integer.bitCount and Long.bitCount intrinsics...
2016-07-14 Treehugger... Merge "ART: Add FdFile constructors"
2016-07-14 xueliang.zhongInteger.bitCount and Long.bitCount intrinsics for ARM
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 GeoffrayRevert "Dump more dex file data in oatdump"
2016-07-14 Nicolas GeoffrayMerge "Fix a bug in ClassTableGet code generation for...
2016-07-14 Andreas GampeART: Add FdFile constructors
2016-07-13 Treehugger... Merge "Dump more dex file data in oatdump"
2016-07-13 Mathieu ChartierDump more dex file data in oatdump
2016-07-13 Treehugger... Merge "Improve search for available spill slots in RA"
2016-07-13 Treehugger... Merge "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... Merge 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 Roland LevillainIntroduce more compact ReadBarrierMark slow-paths.
2016-07-13 Nicolas GeoffrayMerge "Blacklist flaky test."
2016-07-13 Nicolas GeoffrayBlacklist flaky test.
2016-07-13 Treehugger... Merge "Update the get_process_name call."
2016-07-12 Aart BikRefactored a few dexdump alloc/free into unique_ptr
2016-07-12 Treehugger... Merge changes Iafd12677,I40595d15
2016-07-12 Matthew GharrityImprove search for available spill slots in RA
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 Vladimir MarkoARM64: Shorter fast-path for read barrier field load.
2016-07-12 Vladimir MarkoMerge "ARM: Shorter fast-path for read barrier field...
2016-07-12 Maxim KazantsevTwo more patterns for instruction simplifier
2016-07-12 Roland LevillainMerge "Rename kCall to kCallOnMainOnly"
2016-07-12 Vladimir MarkoARM: Shorter fast-path for read barrier field load.
2016-07-12 Dmitriy FilchenkoUpdate the get_process_name call.
2016-07-11 Oleksiy VyalovMerge "Call prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY...
2016-07-11 Oleksiy VyalovCall prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY) if app...
2016-07-11 Aart BikMerge "Fix clang static analyzer on potential memory...
2016-07-11 Aart BikFix clang static analyzer on potential memory leaks.
2016-07-11 Serban ConstantinescuRename kCall to kCallOnMainOnly
2016-07-11 Roland LevillainMerge "Have LOCAL_ASFLAGS honor debug/non-debug configu...
2016-07-09 Treehugger... Merge "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... Merge "Fix missing patchoat dependency for dex2oat...
2016-07-08 Aart BikMerge "MIPS64: java.lang.Math.round"
2016-07-08 Roland LevillainMerge "Math Round Intrinsic Implementations For Java8."
2016-07-08 Richard UhlerFix missing patchoat dependency for dex2oat test.
2016-07-08 Vladimir MarkoMerge "ARM: Remove unnecessary VMOV from float/double...
2016-07-08 Roland LevillainMerge "Fix the definition of THREAD_CURRENT_IBASE_OFFSET."
2016-07-08 Treehugger... Merge "ARM: Use 64-bit literals for LoadDImmediate()."
2016-07-08 Roland LevillainFix the definition of THREAD_CURRENT_IBASE_OFFSET.
2016-07-08 xueliang.zhongMath Round Intrinsic Implementations For Java8.
2016-07-08 Vladimir MarkoARM: 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 Richard UhlerUse "" to indicate the oat filename could not be computed.
2016-07-07 Richard UhlerCompute and cache oat file status in OatFileAssistant.
2016-07-07 Richard Uhlerprofile_changed should not effect GetBestOatFile.
2016-07-07 Richard UhlerMake OpenImageSpace static and ArtFileName internal.
2016-07-07 Bill BuzbeeMerge "Revert "Revert "ART: Add Mterp export pc poison...
2016-07-07 Treehugger... Merge "Add missing dependency required for ahat-test."
2016-07-07 Nicolas GeoffrayImplement System.arraycopy intrinsic on x86.
2016-07-07 Bill BuzbeeRevert "Revert "ART: Add Mterp export pc poison testing...
2016-07-07 Treehugger... Merge "Fix System.arraycopy when doing same array copying."
2016-07-07 Vladimir MarkoARM: Remove unnecessary VMOV from float/double-to-int.
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 BuzbeeRevert "ART: Add Mterp export pc poison testing mode"
2016-07-06 Richard UhlerAdd missing dependency required for ahat-test.
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 Richard UhlerRevert "Add missing dependency required for ahat-test."
2016-07-06 Treehugger... Merge "Add missing dependency required for ahat-test."
2016-07-06 buzbeeART: Add Mterp export pc poison testing mode
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... Merge "Inline and optimize interface calls."
2016-07-06 Roland LevillainMerge "Fix stack alignment in x86 read barrier entry...
2016-07-06 Roland LevillainMark ReadBarrierJni as a direct entry point on MIPS32.
2016-07-06 Nicolas GeoffrayInline and optimize interface calls.
2016-07-06 Vladimir MarkoMerge "Expect spurious wake-up from futex(2)/FUTEX_WAIT...
2016-07-06 Roland LevillainMerge "Remove stray end of macro."
2016-07-05 Roland LevillainRemove stray end of macro.
2016-07-05 Vladimir MarkoExpect spurious wake-up from futex(2)/FUTEX_WAIT call.
2016-07-05 Treehugger... Merge "MIPS32: Fix MipsInstructionSetFeatures::FromVari...
next