OSDN Git Service

android-x86/art.git
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 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 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 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"
2014-11-25 buzbeeMerge "Quick compiler: handle embedded switch data"
2014-11-25 buzbeeQuick compiler: handle embedded switch data
2014-11-25 Bill BuzbeeMerge "ART: GenLongArith has to clobber same operands...
2014-11-25 Bill BuzbeeMerge "ART: Generate switch targets from successor...
2014-11-25 Vladimir MarkoMerge "Skip null check in MarkGCCard() for known non...
2014-11-25 Nicolas GeoffrayMerge "Fix tests now that dead phis are removed when...
2014-11-25 Nicolas GeoffrayFix tests now that dead phis are removed when building...
2014-11-25 Nicolas GeoffrayMerge "Fix a bug in the type analysis phase of optimizing."
2014-11-25 Andreas GampeMerge "ART: Fix inline dependency"
2014-11-25 Andreas GampeART: Fix inline dependency
2014-11-25 Nicolas GeoffrayFix a bug in the type analysis phase of optimizing.
2014-11-24 Andreas GampeMerge "ART: Fix unused variables and functions"
2014-11-24 Andreas GampeMerge "Revert "ART: Remove wrong DCHECK""
2014-11-24 Andreas GampeRevert "ART: Remove wrong DCHECK"
2014-11-24 Andreas GampeART: Fix unused variables and functions
2014-11-24 Mathieu ChartierMerge "Delete ArtMethod gc_map_ field"
2014-11-24 Vladimir MarkoSkip null check in MarkGCCard() for known non-null...
2014-11-24 Vladimir MarkoMerge "Further cleanup using dex_instruction_utils.h."
2014-11-24 Calin JuravleMerge "Fix the list of arm64 broken optimizing tests."
2014-11-24 Mathieu ChartierDelete ArtMethod gc_map_ field
2014-11-24 Calin JuravleFix the list of arm64 broken optimizing tests.
2014-11-24 Nicolas GeoffrayMerge "Revert "Revert "Fix the computation of linear...
2014-11-24 Nicolas GeoffrayRevert "Revert "Fix the computation of linear ordering.""
2014-11-24 Nicolas GeoffrayMerge "Revert "Fix the computation of linear ordering.""
2014-11-24 Nicolas GeoffrayRevert "Fix the computation of linear ordering."
next