OSDN Git Service

android-x86/art.git
2015-04-26 Mingyao YangMerge "Deoptimization-based BCE for unknown loop bounds."
2015-04-26 Mingyao YangDeoptimization-based BCE for unknown loop bounds.
2015-04-26 Nicolas GeoffrayMerge "Revert "[optimizing] Replace FP divide by power...
2015-04-26 Nicolas GeoffrayRevert "[optimizing] Replace FP divide by power of 2"
2015-04-26 Nicolas GeoffrayMerge "[optimizing] Replace FP divide by power of 2"
2015-04-26 Andreas GampeMerge "ART: Fix Trace types, check minimum buf size"
2015-04-26 Andreas GampeMerge "ART: Fix addpd opcode, add Quick x86 assembler...
2015-04-26 Andreas GampeART: Fix Trace types, check minimum buf size
2015-04-25 Chao-ying FuART: Fix addpd opcode, add Quick x86 assembler test
2015-04-25 Andreas GampeMerge "ART: Test for GVN skipping"
2015-04-25 Andreas GampeART: Test for GVN skipping
2015-04-25 Mathieu ChartierMerge "Move Class.newInstance to native"
2015-04-25 Andreas GampeMerge "ART: Fix missing dependency between GVN and...
2015-04-25 Andreas GampeART: Fix missing dependency between GVN and other passes
2015-04-25 Mathieu ChartierMove Class.newInstance to native
2015-04-25 Andreas GampeMerge "ART: Refactor utils/assembler test"
2015-04-25 Vladimir MarkoMerge "Disable Quick's GVN-based dead code elimination."
2015-04-25 Roland LevillainDisable Quick's GVN-based dead code elimination.
2015-04-25 Nicolas GeoffrayMerge "Mark the test as failing while investigating."
2015-04-25 Nicolas GeoffrayMark the test as failing while investigating.
2015-04-25 Andreas GampeART: Refactor utils/assembler test
2015-04-25 Andreas GampeMerge "ART: Fix DBG_START_LOCAL verification."
2015-04-25 Logan ChienART: Fix DBG_START_LOCAL verification.
2015-04-25 Andreas GampeMerge "[optimizing] Rename HasArrayAccesses and check it"
2015-04-25 Andreas GampeMerge "[optimizing] Handle x86 const length BoundsCheck"
2015-04-25 Andreas GampeMerge "ART: Duplicate-classes cleanup"
2015-04-25 Andreas GampeART: Duplicate-classes cleanup
2015-04-25 Andreas GampeMerge "ART: Check for duplicate classes when loading...
2015-04-25 Andreas GampeMerge "ART: Add GENERATE_CFI to the ZygoteHooks debug...
2015-04-24 Mark Mendell[optimizing] Handle x86 const length BoundsCheck
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 Mark Mendell[optimizing] Rename HasArrayAccesses and check it
2015-04-24 Andreas GampeART: Do not log non-swap usage
2015-04-24 Mathieu ChartierMerge "Guard against name == null in ShortDump"
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 GampeMerge "[optimizing] Ensure FillNewArray sets array...
2015-04-24 Mark Mendell[optimizing] Ensure FillNewArray sets array access
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 MarkoMerge "Remove ArtMethod* parameter from dex cache entry...
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 LevillainMerge "Minor improvements to 458-checker-instruction...
2015-04-24 Roland LevillainEnsure inlined static calls perform clinit checks in...
2015-04-24 David BrazdilMerge "ART: Dead block removal"
2015-04-24 David BrazdilART: Dead block removal
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 GeoffrayMerge "Don't use 'sh' on the host."
2015-04-24 Nicolas GeoffrayDon't use 'sh' on the host.
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 GeoffrayMerge "Cleanup and improve stack map stream"
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 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 GeoffrayMerge "Linear scan: split at better positions."
2015-04-23 Nicolas GeoffrayLinear scan: split at better positions.
2015-04-23 Calin JuravleMerge "Remove unnecessary null checks in CheckCast...
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 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 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 JuravleMerge "Remove ActAsNullConstant"
2015-04-23 Calin JuravleRemove ActAsNullConstant
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 GampeMerge "Revert "Quick: Rewrite type inference pass.""
2015-04-23 Andreas GampeRevert "Quick: Rewrite type inference pass."
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 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 ChartierMerge "Replace NULL with nullptr"
2015-04-22 Mathieu ChartierReplace NULL with nullptr
2015-04-22 Vladimir MarkoMerge "Quick: Rewrite type inference pass."
2015-04-22 Vladimir MarkoQuick: Rewrite type inference pass.
2015-04-22 Vladimir MarkoMerge "Quick: Remove broken Mir2Lir::LocToRegClass()."
2015-04-22 David SrbeckyMerge "Simplify template parameters of Elf classes."
2015-04-22 Nicolas GeoffrayMerge "Fix X86_64 assembler REX instructions"
2015-04-22 David SrbeckySimplify template parameters of Elf classes.
2015-04-22 Mark MendellFix X86_64 assembler REX instructions
2015-04-22 Calin JuravleMerge "Remove warning when we do too many simplifications"
next