OSDN Git Service

android-x86/art.git
2014-08-08 Calin JuravleGet the native bridge library from the framework.
2014-08-08 Andreas GampeMerge "ART: Make assembler_test less chatty"
2014-08-08 Andreas GampeART: Make assembler_test less chatty
2014-08-08 Ian RogersMerge "Wire up check JNI force copy mode."
2014-08-08 Ian RogersWire up check JNI force copy mode.
2014-08-07 Narayan KamathMerge "Use the right instruction set for checking dex...
2014-08-08 Narayan KamathUse the right instruction set for checking dex-cache...
2014-08-07 Vladimir MarkoMerge "Fix performance regression in OatFile::GetOatDex...
2014-08-08 Vladimir MarkoFix performance regression in OatFile::GetOatDexFile().
2014-08-07 Nicolas GeoffrayMerge "Fix target and host gtest dependencies."
2014-08-07 Nicolas GeoffrayFix target and host gtest dependencies.
2014-08-07 Dave AllisonMerge "Add implicit checks for x86_64 architecture."
2014-08-07 Dave AllisonAdd implicit checks for x86_64 architecture.
2014-08-07 Calin JuravleMerge "Fix GetDexCanonicalLocation test for relative...
2014-08-07 Calin JuravleFix GetDexCanonicalLocation test for relative paths.
2014-08-06 Nicolas GeoffrayMerge changes I0c2e2efb,Id842648e
2014-08-08 Dan AlbertWorkaround for test failures after Bsymbolic fix.
2014-08-08 Dan AlbertRevert "Fix build without -Bsymbolic."
2014-08-06 Dan AlbertMerge "Fix build without -Bsymbolic."
2014-08-07 Mathieu ChartierMerge "Clean up card table test."
2014-08-07 Mathieu ChartierMerge "Guard pause histogram with lock."
2014-08-07 Mathieu ChartierGuard pause histogram with lock.
2014-08-07 Mathieu ChartierClean up card table test.
2014-08-07 Dan AlbertFix build without -Bsymbolic.
2014-08-07 Andreas GampeMerge "Add arraycopy intrinsic for arm and arm64."
2014-08-07 Zheng XuAdd arraycopy intrinsic for arm and arm64.
2014-08-07 Andreas GampeMerge "Emit CFI for x86 & x86_64 JNI compiler."
2014-08-07 Nicolas GeoffrayMerge "Support x86_64 stack overflow checks in opt...
2014-08-07 Nicolas GeoffraySupport x86_64 stack overflow checks in opt compiler.
2014-08-07 Hiroshi YamauchiMerge "Fix a SIGSEGV at background-to-foreground collec...
2014-08-07 Christopher... Merge "Check for a NULL pointer, do not call Build."
2014-08-07 Hiroshi YamauchiFix a SIGSEGV at background-to-foreground collector...
2014-08-06 Calin JuravleRevert "Rename openDexFileNative to openDexFile."
2014-08-06 Christopher... Check for a NULL pointer, do not call Build.
2014-08-05 Tong ShenEmit CFI for x86 & x86_64 JNI compiler.
2014-08-05 Brian CarlstromMerge "Revert "Rules depend on DEX2OATD, not DEX2OATD_D...
2014-08-06 Brian CarlstromRevert "Rules depend on DEX2OATD, not DEX2OATD_DEPENDENCY."
2014-08-05 Brian CarlstromMerge changes Ibe92d8b5,I9bada598
2014-08-05 Alex LightMake system use patchoat to relocate during runtime.
2014-08-05 Alex LightTemporary fix for bad LIR generation in GenInlinedGet.
2014-08-05 Piotr JastrzebskiMerge "Add test for equals and hashCode in Parameterize...
2014-08-06 Piotr JastrzebskiAdd test for equals and hashCode in ParameterizedType
2014-08-05 Mathieu ChartierMerge "Fix byte_cas to use uintptr_t Atomic."
2014-08-06 Mathieu ChartierFix byte_cas to use uintptr_t Atomic.
2014-08-05 Nicolas GeoffrayMerge "Fix movw in x86_64 assembler."
2014-08-05 Nicolas GeoffrayFix movw in x86_64 assembler.
2014-08-05 Calin JuravleMerge "Revert "Rename openDexFileNative to openDexFile.""
2014-08-05 Ian RogersMerge "x86: Fix assembler for Pextr"
2014-08-05 Bill BuzbeeMerge "Fix analysis_attributes_ to update missing defin...
2014-08-06 Dave AllisonMerge "AArch64: Implicit StackOverflow/NPE/Suspend...
2014-08-06 Ian RogersMerge "Fix art build script."
2014-08-07 Mathieu ChartierMerge "Fixed build breakage due to incorrect class...
2014-08-06 Fred ShihFixed build breakage due to incorrect class TypeId.
2014-08-06 Nicolas GeoffrayMerge "Make patchoat use the sht_entsize when patching."
2014-08-06 Alex LightMake patchoat use the sht_entsize when patching.
2014-08-06 Stuart MonteithAArch64: Implicit StackOverflow/NPE/Suspend checks.
2014-08-05 Andreas GampeMerge "ART: Remove test files after test"
2014-08-06 Andreas GampeART: Remove test files after test
2014-08-06 Mathieu ChartierMerge "Added support for patching classes from differen...
2014-08-06 Fred ShihAdded support for patching classes from different dex...
2014-08-06 Fred ShihRevert "Temporary fix for bad LIR generation in GenInli...
2014-08-05 Nicolas GeoffrayMerge "Make tools/art non-executable"
2014-08-06 Alex LightMake tools/art non-executable
2014-08-06 Andreas GampeMerge "ART: Build fix for dex_cache rework"
2014-08-06 Andreas GampeART: Build fix for dex_cache rework
2014-08-06 Nicolas GeoffrayMerge "Fix SsaDeadPhiElimination in the presence of...
2014-08-06 Nicolas GeoffrayFix SsaDeadPhiElimination in the presence of dependent...
2014-08-06 Andreas GampeMerge "ART: Add guards to the dex cache and its shortcuts"
2014-08-06 Andreas GampeART: Add guards to the dex cache and its shortcuts
2014-08-06 Andreas GampeMerge "ART: Generate chained compare-and-branch for...
2014-08-06 Andreas GampeART: Generate chained compare-and-branch for short...
2014-08-05 Hiroshi YamauchiMerge "Implement TLAB fast paths in artAllocObjectFromC...
2014-08-06 Hiroshi YamauchiImplement TLAB fast paths in artAllocObjectFromCode.
2014-08-05 Ian RogersMerge "X86: Assembler: Correct r8_form for some cases"
2014-08-05 Ian RogersMerge "ART: Fix lock max count definition"
2014-08-05 Ian RogersMerge "ART: Enable x86_64 bit support for intrinsic...
2014-08-05 DaniilSokolovART: Enable x86_64 bit support for intrinsic for System...
2014-08-05 Dave AllisonMerge "Fix checks for kLiteral in local optimizations."
2014-08-06 Dave AllisonFix checks for kLiteral in local optimizations.
2014-08-05 Mathieu ChartierMerge "Add card table test."
2014-08-06 Mathieu ChartierAdd card table test.
2014-08-05 Jeff HaoMerge "Fix proxy tracing and enable tests that now...
2014-08-06 Jeff HaoFix proxy tracing and enable tests that now work with...
2014-08-04 Mathieu ChartierMerge "Revert "Temporary fix for bad LIR generation...
2014-08-06 Andreas GampeMerge "ART: Rework CFA frame initialization and writing...
2014-08-06 Andreas GampeART: Rework CFA frame initialization and writing code
2014-08-06 Andreas GampeMerge "ART: Skip compiling redefined classes in apps"
2014-08-06 Andreas GampeART: Skip compiling redefined classes in apps
2014-08-06 Andreas GampeMerge "ART: Use TMPDIR for test directories"
2014-08-06 Andreas GampeART: Use TMPDIR for test directories
2014-08-04 Jeff HaoMerge "When performing a long jump, update SP last."
2014-08-06 Jeff HaoWhen performing a long jump, update SP last.
2014-08-05 Nicolas GeoffrayMerge "Fix SIB for base + index addressing in x86_64...
2014-08-05 Nicolas GeoffrayFix SIB for base + index addressing in x86_64 assembler.
2014-08-04 Ian RogersMerge "Set REG0_USED on X86 Set8R instruction"
2014-08-05 Mark MendellSet REG0_USED on X86 Set8R instruction
2014-08-05 Ian RogersMerge "ART: Correct disassembling of 64bit immediates...
2014-08-05 Ian RogersMerge "x86_64: Fix Test32RM"
2014-08-05 Chao-ying Fux86_64: Fix Test32RM
2014-08-05 Calin JuravleMerge "Use canonical paths when searching for dex files"
next