OSDN Git Service

android-x86/art.git
2014-12-02 Andreas GampeMerge "ART: Add some thread abort logging"
2014-12-02 Andreas GampeMerge "ART: Print initialization failures to file"
2014-12-02 Ian RogersMerge "Remove MethodHelper from the interpreter."
2014-12-02 Ian RogersRemove MethodHelper from the interpreter.
2014-12-02 Mathieu ChartierMerge "Add a way to pass GDB commands"
2014-12-02 Mathieu ChartierAdd a way to pass GDB commands
2014-12-02 Andreas GampeMerge "ART: Avoid a recursive abort"
2014-12-02 Nicolas GeoffrayMerge "Fix OOM throwing if it happens in finalizer...
2014-12-02 Pavel VyssotskiFix OOM throwing if it happens in finalizer reference...
2014-12-02 Calin JuravleMerge "[optimizing compiler] Fix invoke-direct"
2014-12-02 Nicolas GeoffrayMerge "Add a branch to ensure the test is compiled."
2014-12-02 Nicolas GeoffrayAdd a branch to ensure the test is compiled.
2014-12-02 Nicolas GeoffrayMerge "Add some heursitics for compiling, close to...
2014-12-02 Nicolas GeoffrayMerge "Treat SSA transformation special, as we may...
2014-12-02 Nicolas GeoffrayTreat SSA transformation special, as we may have to...
2014-12-02 Calin Juravle[optimizing compiler] Fix invoke-direct
2014-12-02 Nicolas GeoffrayMerge "Don't run optimizations after baseline."
2014-12-02 Nicolas GeoffrayAdd some heursitics for compiling, close to Quick's.
2014-12-02 Christopher... Merge "Fix fault handler invoked before vm running."
2014-12-02 Mathieu ChartierMerge "Try normal allocation if large object allocation...
2014-12-02 Mathieu ChartierTry normal allocation if large object allocation fails
2014-12-02 Mathieu ChartierMerge "Fix growth limit / footprint limit problems"
2014-12-02 Mathieu ChartierFix growth limit / footprint limit problems
2014-12-01 Mathieu ChartierMerge "Set dex_cache_strings_ when we call Class::SetDe...
2014-12-01 Nicolas GeoffrayDon't run optimizations after baseline.
2014-12-01 Mathieu ChartierSet dex_cache_strings_ when we call Class::SetDexCache
2014-12-01 Bill BuzbeeMerge "ART: x86 specific clearing higher bits when...
2014-12-01 Vladimir MarkoMerge "Quick: Fix neg-long on ARM for overlapping regs."
2014-12-01 Vladimir MarkoMerge "Refactor handling of conditional branches with...
2014-12-01 Vladimir MarkoMerge "Quick: Use 16-bit conditional branch in Thumb2."
2014-12-01 Vladimir MarkoMerge "Quick: Use 16-bit Thumb2 PUSH/POP when possible."
2014-12-01 Vladimir MarkoQuick: Fix neg-long on ARM for overlapping regs.
2014-12-01 Nicolas GeoffrayMerge "Remove type conversion nodes converting to the...
2014-12-01 Nicolas GeoffrayRemove type conversion nodes converting to the same...
2014-12-01 Nicolas GeoffrayMerge "Opt Compiler: Arm64: Add support for more IRs...
2014-12-01 Nicolas GeoffrayMerge "Vixl: Update the VIXL interface to VIXL 1.7...
2014-12-01 Nicolas GeoffrayMerge "Fix insertion of parallel move when connecting...
2014-12-01 Nicolas GeoffrayFix insertion of parallel move when connecting siblings.
2014-12-01 Nicolas GeoffrayMerge "Don't walk the libcore tree when finding tests."
2014-12-01 Nicolas GeoffrayDon't walk the libcore tree when finding tests.
2014-11-28 Nicolas GeoffrayMerge "Print the right default for the compiler backend."
2014-11-28 Nicolas GeoffrayPrint the right default for the compiler backend.
2014-11-28 Nicolas GeoffrayMerge "Don't use CanHoldArm in the code generator."
2014-11-28 Nicolas GeoffrayDon't use CanHoldArm in the code generator.
2014-11-28 Nicolas GeoffrayMerge "Add a script for running libcore tests."
2014-11-28 Nicolas GeoffrayAdd a script for running libcore tests.
2014-11-28 Vladimir MarkoRefactor handling of conditional branches with known...
2014-11-28 Serban ConstantinescuOpt Compiler: Arm64: Add support for more IRs plus...
2014-11-28 Serban ConstantinescuVixl: Update the VIXL interface to VIXL 1.7 and enable...
2014-11-28 Nicolas GeoffrayMerge "Fix a bug in the linear scan register allocator."
2014-11-28 Nicolas GeoffrayMerge "Fix bogus assumption for live registers at safe...
2014-11-28 Nicolas GeoffrayMerge "Fix a bug in GVN."
2014-11-28 Nicolas GeoffrayFix a bug in GVN.
2014-11-28 Roland LevillainMerge "Add support for long-to-float in the optimizing...
2014-11-27 Roland LevillainAdd support for long-to-float in the optimizing compiler.
2014-11-27 Roland LevillainMerge "Wrap long lines in the optimizing compiler."
2014-11-27 Roland LevillainWrap long lines in the optimizing compiler.
2014-11-27 Roland LevillainMerge "Ensure opt. compiler doesn't get core & FP regis...
2014-11-27 Roland LevillainMerge "Fix neg-float & neg-double for null values in...
2014-11-27 Nicolas GeoffrayMerge "Fix Move64 by using ParallelMoves."
2014-11-27 Nicolas GeoffrayFix Move64 by using ParallelMoves.
2014-11-27 Roland LevillainEnsure opt. compiler doesn't get core & FP registers...
2014-11-27 Roland LevillainFix neg-float & neg-double for null values in opt....
2014-11-27 Calin JuravleMerge "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}"
2014-11-27 Calin Juravle[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}
2014-11-27 Roland LevillainMerge "Add support for long-to-double in the optimizing...
2014-11-27 Vladimir MarkoMerge "Optimizing: Use 16-bit Thumb2 PUSH/POP when...
2014-11-27 Roland LevillainAdd support for long-to-double in the optimizing compiler.
2014-11-27 Yevgeny RoubanART: x86 specific clearing higher bits when converting...
2014-11-27 Mathieu ChartierMerge "Trim reference tables when we trim the heap"
2014-11-27 Mathieu ChartierTrim reference tables when we trim the heap
2014-11-27 Mathieu ChartierMerge "Add a way to change the IMT size"
2014-11-26 Andreas GampeART: Avoid a recursive abort
2014-11-26 Andreas GampeART: Print initialization failures to file
2014-11-26 Stephen HinesMerge "Add a missing SHARED_LOCKS_REQUIRED(mutator_lock_)."
2014-11-26 Mathieu ChartierAdd a way to change the IMT size
2014-11-26 Nicolas GeoffrayFix a bug in the linear scan register allocator.
2014-11-26 Vladimir MarkoOptimizing: Use 16-bit Thumb2 PUSH/POP when possible.
2014-11-26 Calin JuravleMerge "Revert "[optimizing compiler] Add CMP{L,G}_...
2014-11-26 Calin JuravleRevert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}"
2014-11-26 Andreas GampeMerge "ART: Use Overwrite instead of Put"
2014-11-26 Calin JuravleMerge "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}"
2014-11-26 Calin Juravle[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}
2014-11-26 Vladimir MarkoQuick: Use 16-bit conditional branch in Thumb2.
2014-11-26 Vladimir MarkoQuick: Use 16-bit Thumb2 PUSH/POP when possible.
2014-11-26 Nicolas GeoffrayFix bogus assumption for live registers at safe point.
2014-11-26 Nicolas GeoffrayMerge "Revert "[optimizing compiler] Add CMP{L,G}_...
2014-11-26 Nicolas GeoffrayRevert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}"
2014-11-26 Calin JuravleMerge "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}"
2014-11-26 Nicolas GeoffrayMerge "Add ART_USE_OPTIMIZING_COMPILER flag."
2014-11-26 Calin Juravle[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}
2014-11-26 Andreas GampeART: Use Overwrite instead of Put
2014-11-26 Andreas GampeART: Add some thread abort logging
2014-11-26 Stephen HinesAdd a missing SHARED_LOCKS_REQUIRED(mutator_lock_).
2014-11-26 Mathieu ChartierMerge "Move dexCacheStrings from ArtMethod to Class"
2014-11-26 Mathieu ChartierMove dexCacheStrings from ArtMethod to Class
2014-11-25 Nicolas GeoffrayAdd ART_USE_OPTIMIZING_COMPILER flag.
2014-11-25 Mathieu ChartierMerge "Fix oatwriter code deduping"
2014-11-25 Mathieu ChartierFix oatwriter code deduping
2014-11-25 Andreas GampeMerge "ART: Avoid recursive abort"
next