- f224751 Remove MethodHelper::HasSameNameAndSignature. by Ian Rogers · 10 years ago
- 384f729 Merge "Move GetClassFromTypeIdx to ArtMethod." by Ian Rogers · 10 years ago
- a048560 Move GetClassFromTypeIdx to ArtMethod. by Ian Rogers · 10 years ago
- c1f5f73 Merge "Remove FieldHelper." by Ian Rogers · 10 years ago
- fc8b502 Merge "Don't force color diagnostics." by Dan Albert · 10 years ago
- 08f1f50 Remove FieldHelper. by Ian Rogers · 10 years ago
- 6c7cdc5 Don't force color diagnostics. by Dan Albert · 10 years ago
- 8443637 Merge "ART: Build fix." by Andreas Gampe · 10 years ago
- dc8b63c ART: Build fix. by Andreas Gampe · 10 years ago
- f842571 Merge "Move FindDexMethodIndexInOtherDexFile into ArtMethod." by Ian Rogers · 10 years ago
- e0a02da Move FindDexMethodIndexInOtherDexFile into ArtMethod. by Ian Rogers · 10 years ago
- eb8a32f Merge "ART: Change boot image class update" by Andreas Gampe · 10 years ago
- b67f965 Merge "ART: Add some thread abort logging" by Andreas Gampe · 10 years ago
- 5055c8e Merge "ART: Print initialization failures to file" by Andreas Gampe · 10 years ago
- 4256440 Merge "Remove MethodHelper from the interpreter." by Ian Rogers · 10 years ago
- e94652f Remove MethodHelper from the interpreter. by Ian Rogers · 10 years ago
- 32750ae Merge "Add a way to pass GDB commands" by Mathieu Chartier · 10 years ago
- c0a8a80 Add a way to pass GDB commands by Mathieu Chartier · 10 years ago
- e7106cb Merge "ART: Avoid a recursive abort" by Andreas Gampe · 10 years ago
- f25c2ec Merge "Fix OOM throwing if it happens in finalizer reference (take 2)" by Nicolas Geoffray · 10 years ago
- 3ac90da Fix OOM throwing if it happens in finalizer reference (take 2) by Pavel Vyssotski · 10 years ago
- e0245b0 Merge "[optimizing compiler] Fix invoke-direct" by Calin Juravle · 10 years ago
- 98646a3 Merge "Add a branch to ensure the test is compiled." by Nicolas Geoffray · 10 years ago
- 48c60f2 Add a branch to ensure the test is compiled. by Nicolas Geoffray · 10 years ago
- 383993c Merge "Add some heursitics for compiling, close to Quick's." by Nicolas Geoffray · 10 years ago
- 68af004 Merge "Treat SSA transformation special, as we may have to bailout." by Nicolas Geoffray · 10 years ago
- f537012 Treat SSA transformation special, as we may have to bailout. by Nicolas Geoffray · 10 years ago
- c7c8fe2 [optimizing compiler] Fix invoke-direct by Calin Juravle · 10 years ago
- 10a573a Merge "Don't run optimizations after baseline." by Nicolas Geoffray · 10 years ago
- 43a539f Add some heursitics for compiling, close to Quick's. by Nicolas Geoffray · 10 years ago
- f7ebda4 Merge "Fix fault handler invoked before vm running." by Christopher Ferris · 10 years ago
- ea09c1e Merge "Try normal allocation if large object allocation fails" by Mathieu Chartier · 10 years ago
- 446f9ee Try normal allocation if large object allocation fails by Mathieu Chartier · 10 years ago
- 87e0aa4 Merge "Fix growth limit / footprint limit problems" by Mathieu Chartier · 10 years ago
- 0310da5 Fix growth limit / footprint limit problems by Mathieu Chartier · 10 years ago
- 90fe256 Merge "Set dex_cache_strings_ when we call Class::SetDexCache" by Mathieu Chartier · 10 years ago
- 37b55eb Don't run optimizations after baseline. by Nicolas Geoffray · 10 years ago
- 91a6dc4 Set dex_cache_strings_ when we call Class::SetDexCache by Mathieu Chartier · 10 years ago
- dde815a Merge "ART: x86 specific clearing higher bits when converting long to int" by Bill Buzbee · 10 years ago
- 758662e Merge "Quick: Fix neg-long on ARM for overlapping regs." by Vladimir Marko · 10 years ago
- 05d5810 Merge "Refactor handling of conditional branches with known result." by Vladimir Marko · 10 years ago
- 0a08097 Merge "Quick: Use 16-bit conditional branch in Thumb2." by Vladimir Marko · 10 years ago
- 057491f Merge "Quick: Use 16-bit Thumb2 PUSH/POP when possible." by Vladimir Marko · 10 years ago
- 2f340a8 Quick: Fix neg-long on ARM for overlapping regs. by Vladimir Marko · 10 years ago
- 0c137c4 Merge "Remove type conversion nodes converting to the same type." by Nicolas Geoffray · 10 years ago
- 01fcc9e Remove type conversion nodes converting to the same type. by Nicolas Geoffray · 10 years ago
- dff1069 Merge "Opt Compiler: Arm64: Add support for more IRs plus various fixes." by Nicolas Geoffray · 10 years ago
- 89b5387 Merge "Vixl: Update the VIXL interface to VIXL 1.7 and enable VIXL debug." by Nicolas Geoffray · 10 years ago
- 672db02 Merge "Fix insertion of parallel move when connecting siblings." by Nicolas Geoffray · 10 years ago
- 5976857 Fix insertion of parallel move when connecting siblings. by Nicolas Geoffray · 10 years ago
- 5a57dae Merge "Don't walk the libcore tree when finding tests." by Nicolas Geoffray · 10 years ago
- 3cdf818 Don't walk the libcore tree when finding tests. by Nicolas Geoffray · 10 years ago
- 7933e18 Merge "Print the right default for the compiler backend." by Nicolas Geoffray · 10 years ago
- 4586fb6 Print the right default for the compiler backend. by Nicolas Geoffray · 10 years ago
- 33c5aac Merge "Don't use CanHoldArm in the code generator." by Nicolas Geoffray · 10 years ago
- 3bcc8ea Don't use CanHoldArm in the code generator. by Nicolas Geoffray · 10 years ago
- 6e2d377 Merge "Add a script for running libcore tests." by Nicolas Geoffray · 10 years ago
- b2e7e24 Add a script for running libcore tests. by Nicolas Geoffray · 10 years ago
- 7ab2fce Refactor handling of conditional branches with known result. by Vladimir Marko · 10 years ago
- 02164b3 Opt Compiler: Arm64: Add support for more IRs plus various fixes. by Serban Constantinescu · 10 years ago
- 32f5b4d Vixl: Update the VIXL interface to VIXL 1.7 and enable VIXL debug. by Serban Constantinescu · 10 years ago
- eea79dd Merge "Fix a bug in the linear scan register allocator." by Nicolas Geoffray · 10 years ago
- 9ce56af Merge "Fix bogus assumption for live registers at safe point." by Nicolas Geoffray · 10 years ago
- db5453b Merge "Fix a bug in GVN." by Nicolas Geoffray · 10 years ago
- dbca6fa Fix a bug in GVN. by Nicolas Geoffray · 10 years ago
- f2d52e4 Merge "Add support for long-to-float in the optimizing compiler." by Roland Levillain · 10 years ago
- 6d0e483 Add support for long-to-float in the optimizing compiler. by Roland Levillain · 10 years ago
- 7c97e85 Merge "Wrap long lines in the optimizing compiler." by Roland Levillain · 10 years ago
- 199f336 Wrap long lines in the optimizing compiler. by Roland Levillain · 10 years ago
- 924632d Merge "Ensure opt. compiler doesn't get core & FP registers mixed up." by Roland Levillain · 10 years ago
- e936f68 Merge "Fix neg-float & neg-double for null values in opt. compiler." by Roland Levillain · 10 years ago
- 6e98da8 Merge "Fix Move64 by using ParallelMoves." by Nicolas Geoffray · 10 years ago
- 32b2a52 Fix Move64 by using ParallelMoves. by Nicolas Geoffray · 10 years ago
- 271ab9c Ensure opt. compiler doesn't get core & FP registers mixed up. by Roland Levillain · 10 years ago
- 5368c21 Fix neg-float & neg-double for null values in opt. compiler. by Roland Levillain · 10 years ago
- d7fa3a7 Merge "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" by Calin Juravle · 10 years ago
- ddb7df2 [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE} by Calin Juravle · 10 years ago
- a9159b2 Merge "Add support for long-to-double in the optimizing compiler." by Roland Levillain · 10 years ago
- 63b2fa5 Merge "Optimizing: Use 16-bit Thumb2 PUSH/POP when possible." by Vladimir Marko · 10 years ago
- 647b9ed Add support for long-to-double in the optimizing compiler. by Roland Levillain · 10 years ago
- 6af8206 ART: x86 specific clearing higher bits when converting long to int by Yevgeny Rouban · 10 years ago
- 35ecc8c Merge "Trim reference tables when we trim the heap" by Mathieu Chartier · 10 years ago
- 91c2f0c Trim reference tables when we trim the heap by Mathieu Chartier · 10 years ago
- bd6bb37 Merge "Add a way to change the IMT size" by Mathieu Chartier · 10 years ago
- 7443c9a ART: Avoid a recursive abort by Andreas Gampe · 10 years ago
- dbfe254 ART: Print initialization failures to file by Andreas Gampe · 10 years ago
- 7939a25 Merge "Add a missing SHARED_LOCKS_REQUIRED(mutator_lock_)." by Stephen Hines · 10 years ago
- cd195fe Add a way to change the IMT size by Mathieu Chartier · 10 years ago
- 46fbaab Fix a bug in the linear scan register allocator. by Nicolas Geoffray · 10 years ago
- e8469c1 Optimizing: Use 16-bit Thumb2 PUSH/POP when possible. by Vladimir Marko · 10 years ago
- 3c17775 Merge "Revert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}"" by Calin Juravle · 10 years ago
- 91debbc Revert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" by Calin Juravle · 10 years ago
- f261134 Merge "ART: Use Overwrite instead of Put" by Andreas Gampe · 10 years ago
- e4b9435 Merge "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" by Calin Juravle · 10 years ago
- fd86124 [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE} by Calin Juravle · 10 years ago
- 174636d Quick: Use 16-bit conditional branch in Thumb2. by Vladimir Marko · 10 years ago
- 9d5c25a Quick: Use 16-bit Thumb2 PUSH/POP when possible. by Vladimir Marko · 10 years ago
- acd0339 Fix bogus assumption for live registers at safe point. by Nicolas Geoffray · 10 years ago
- fef1680 Merge "Revert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}"" by Nicolas Geoffray · 10 years ago
- 799f506 Revert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" by Nicolas Geoffray · 10 years ago