OSDN Git Service

android-x86/art.git
2015-04-25 Andreas Gampeam 6e655afb: Merge "ART: Check for duplicate classes...
2015-04-25 Andreas GampeMerge "ART: Check for duplicate classes when loading...
2015-04-25 Andreas Gampeam b5aad4c5: Merge "ART: Add GENERATE_CFI to the Zygote...
2015-04-25 Andreas GampeMerge "ART: Add GENERATE_CFI to the ZygoteHooks debug...
2015-04-24 Andreas Gampeam 33984b4d: Merge "ART: Do not log non-swap usage"
2015-04-24 Andreas GampeART: Add GENERATE_CFI to the ZygoteHooks debug flags
2015-04-24 Andreas GampeMerge "ART: Do not log non-swap usage"
2015-04-24 Andreas GampeART: Do not log non-swap usage
2015-04-24 Mathieu Chartieram 16b5d29f: Merge "Guard against name == null in Short...
2015-04-24 Mathieu ChartierMerge "Guard against name == null in ShortDump"
2015-04-24 Roland Levillainam 93cf23f9: Merge "Fix DCHECKs about clinit checks...
2015-04-24 Roland LevillainMerge "Fix DCHECKs about clinit checks in Optimizing...
2015-04-24 Roland LevillainFix DCHECKs about clinit checks in Optimizing's code...
2015-04-24 Mathieu ChartierGuard against name == null in ShortDump
2015-04-24 Andreas Gampeam 76f14134: Merge "[optimizing] Ensure FillNewArray...
2015-04-24 Andreas GampeMerge "[optimizing] Ensure FillNewArray sets array...
2015-04-24 Mark Mendell[optimizing] Ensure FillNewArray sets array access
2015-04-24 Roland Levillainam 3507b795: Merge "Reduce the number of explicit clini...
2015-04-24 Roland Levillainam eb5459ca: Merge "Ensure inlined static calls perform...
2015-04-24 Vladimir Markoam ae803f6e: Merge "Quick: Fix and enable DCE and impro...
2015-04-24 Roland LevillainMerge "Reduce the number of explicit clinit checks...
2015-04-24 Roland LevillainReduce the number of explicit clinit checks for static...
2015-04-24 Roland LevillainMerge "Ensure inlined static calls perform clinit check...
2015-04-24 Andreas GampeART: Check for duplicate classes when loading oat files
2015-04-24 Vladimir MarkoMerge "Quick: Fix and enable DCE and improve GVN/DCE...
2015-04-24 Vladimir Markoam 83134ec5: Merge "Remove ArtMethod* parameter from...
2015-04-24 Vladimir MarkoMerge "Remove ArtMethod* parameter from dex cache entry...
2015-04-24 David Brazdilam 52b63e20: Merge "ART: Fix gtests broken by dead...
2015-04-24 David BrazdilMerge "ART: Fix gtests broken by dead block elimination"
2015-04-24 David BrazdilART: Fix gtests broken by dead block elimination
2015-04-24 Roland Levillainam 7bf9bc78: Merge "Minor improvements to 458-checker...
2015-04-24 Roland LevillainMerge "Minor improvements to 458-checker-instruction...
2015-04-24 Roland LevillainEnsure inlined static calls perform clinit checks in...
2015-04-24 David Brazdilam f16d7b38: Merge "ART: Dead block removal"
2015-04-24 David BrazdilMerge "ART: Dead block removal"
2015-04-24 David BrazdilART: Dead block removal
2015-04-24 Nicolas Geoffrayam 9f3565a6: Merge "Debugger: Remove support for settin...
2015-04-24 Nicolas GeoffrayMerge "Debugger: Remove support for setting values...
2015-04-24 Nicolas GeoffrayDebugger: Remove support for setting values in optimizing.
2015-04-24 Nicolas Geoffrayam af248646: Merge "Don\'t use \'sh\' on the host."
2015-04-24 Nicolas GeoffrayMerge "Don't use 'sh' on the host."
2015-04-24 Nicolas GeoffrayDon't use 'sh' on the host.
2015-04-24 Nicolas Geoffrayam 9e85d55c: Merge "Use \'sh\' explicitly when invoking...
2015-04-24 Nicolas Geoffrayam 11307fd2: Merge "Make tests assume ANDROID_ROOT...
2015-04-24 Nicolas GeoffrayMerge "Use 'sh' explicitly when invoking the art script."
2015-04-24 Nicolas GeoffrayUse 'sh' explicitly when invoking the art script.
2015-04-24 Nicolas GeoffrayMerge "Make tests assume ANDROID_ROOT is not /system."
2015-04-24 Nicolas GeoffrayMake tests assume ANDROID_ROOT is not /system.
2015-04-24 Vladimir MarkoRemove ArtMethod* parameter from dex cache entry points.
2015-04-24 Nicolas Geoffrayam c5cb691c: Merge "Cleanup and improve stack map stream"
2015-04-24 Nicolas GeoffrayMerge "Cleanup and improve stack map stream"
2015-04-24 Mathieu Chartieram 021190bf: Merge "Fix reflection handling and test...
2015-04-24 Mathieu ChartierMerge "Fix reflection handling and test flakiness"
2015-04-24 Mathieu ChartierFix reflection handling and test flakiness
2015-04-23 Calin JuravleCleanup and improve stack map stream
2015-04-23 Vladimir Markoam 633a37ec: Merge "Quick: Fix out of temp regs in...
2015-04-23 Vladimir MarkoMerge "Quick: Fix out of temp regs in ArmMir2Lir::GenMu...
2015-04-23 Vladimir MarkoQuick: Fix and enable DCE and improve GVN/DCE cleanup.
2015-04-23 Nicolas Geoffrayam 360475ab: Merge "Linear scan: split at better posit...
2015-04-23 Nicolas GeoffrayMerge "Linear scan: split at better positions."
2015-04-23 Nicolas GeoffrayLinear scan: split at better positions.
2015-04-23 Calin Juravleam 322b389a: Merge "Remove unnecessary null checks...
2015-04-23 Calin JuravleMerge "Remove unnecessary null checks in CheckCast...
2015-04-23 David Brazdilam 272bf7e6: Merge "ART: Run BooleanSimplifier after...
2015-04-23 David BrazdilMerge "ART: Run BooleanSimplifier after inlining"
2015-04-23 Guillaume ... Remove unnecessary null checks in CheckCast and InstanceOf
2015-04-23 David BrazdilART: Run BooleanSimplifier after inlining
2015-04-23 Vladimir MarkoQuick: Fix out of temp regs in ArmMir2Lir::GenMulLong().
2015-04-23 Calin Juravleam 4ceed922: Merge "Move stack map stream implementatio...
2015-04-23 Vladimir Markoam b19c1e66: Merge "Revert "Revert "Quick: Rewrite...
2015-04-23 Calin JuravleMerge "Move stack map stream implementation to its...
2015-04-23 Vladimir MarkoMerge "Revert "Revert "Quick: Rewrite type inference...
2015-04-23 Calin JuravleMove stack map stream implementation to its own cc...
2015-04-23 Roland Levillainam b4186df6: Merge "Skip known broken tests for ARM...
2015-04-23 Roland LevillainMerge "Skip known broken tests for ARM back ends on...
2015-04-23 Roland LevillainSkip known broken tests for ARM back ends on ARM as...
2015-04-23 Calin Juravleam c1b829b8: Merge "Remove ActAsNullConstant"
2015-04-23 Calin JuravleMerge "Remove ActAsNullConstant"
2015-04-23 Calin JuravleRemove ActAsNullConstant
2015-04-23 Nicolas Geoffrayam 84c5f998: Merge "Mul simplification should expect...
2015-04-23 Nicolas GeoffrayMerge "Mul simplification should expect zero operand"
2015-04-23 Serguei KatkovMul simplification should expect zero operand
2015-04-23 Vladimir MarkoRevert "Revert "Quick: Rewrite type inference pass.""
2015-04-23 Andreas Gampeam 9d4d13f3: Merge "Revert "Quick: Rewrite type inferen...
2015-04-23 Andreas GampeMerge "Revert "Quick: Rewrite type inference pass.""
2015-04-23 Andreas GampeRevert "Quick: Rewrite type inference pass."
2015-04-23 Andreas Gampeam baba16a4: Merge "ART: Fix re-throwing failures of...
2015-04-23 Andreas GampeMerge "ART: Fix re-throwing failures of non-convention...
2015-04-23 Andreas GampeART: Fix re-throwing failures of non-convention errors
2015-04-22 Andreas Gampeam 8e58d76e: Merge "Do not mention x86 floating point...
2015-04-22 Andreas GampeMerge "Do not mention x86 floating point numbers in...
2015-04-22 David SrbeckyDo not mention x86 floating point numbers in CFI.
2015-04-22 Mathieu Chartieram 0ad14266: Merge "Replace NULL with nullptr"
2015-04-22 Mathieu ChartierMerge "Replace NULL with nullptr"
2015-04-22 Vladimir Markoam 1f02f1a7: Merge "Quick: Rewrite type inference pass."
2015-04-22 Mathieu ChartierReplace NULL with nullptr
2015-04-22 Vladimir MarkoMerge "Quick: Rewrite type inference pass."
2015-04-22 Vladimir Markoam 692c03bf: Merge "Quick: Remove broken Mir2Lir::LocTo...
2015-04-22 Vladimir MarkoQuick: Rewrite type inference pass.
2015-04-22 Vladimir MarkoMerge "Quick: Remove broken Mir2Lir::LocToRegClass()."
next