1. 0c45167 Merge "dex2oat: Pack likely-dirty objects together when generating the boot image" by Igor Murashkin · 10 years ago
  2. f5b4c50 dex2oat: Pack likely-dirty objects together when generating the boot image by Igor Murashkin · 10 years ago
  3. be0bb06 Merge "Tune rosalloc buffer sizes." by Hiroshi Yamauchi · 10 years ago
  4. 17f7873 Merge "ART: Assembler_arm_test" by Andreas Gampe · 10 years ago
  5. 849cc5e ART: Assembler_arm_test by Andreas Gampe · 10 years ago
  6. 3f3c6c0 Tune rosalloc buffer sizes. by Hiroshi Yamauchi · 10 years ago
  7. 94438d2 Merge "ART: Split image and non-image case in dex2oat" by Andreas Gampe · 10 years ago
  8. 20032e5 Merge "Re-enable DumpNativeStack." by Ian Rogers · 10 years ago
  9. 83597d0 Re-enable DumpNativeStack. by Ian Rogers · 10 years ago
  10. bdfbf86 Merge "Revert "Revert "Revert "Unfortunately, the test still hits too many run failures."""" by Ian Rogers · 10 years ago
  11. 46ae618 Revert "Revert "Revert "Unfortunately, the test still hits too many run failures.""" by Ian Rogers · 10 years ago
  12. 10e477d ART: Split image and non-image case in dex2oat by Andreas Gampe · 10 years ago
  13. 292b3bd Merge "Prune image cache if the boot marker is still in place." by Narayan Kamath · 10 years ago
  14. aad7f3f Merge "JDWP: only deoptimize when it is required" by Sebastien Hertz · 10 years ago
  15. f2f6b5a Merge "Update arm64/optimizing expectations." by Nicolas Geoffray · 10 years ago
  16. 99891d6 Update arm64/optimizing expectations. by Nicolas Geoffray · 10 years ago
  17. 8b5223b Merge "Avoid JNI call with pending OOME." by Ian Rogers · 10 years ago
  18. 3242729 Avoid JNI call with pending OOME. by Ian Rogers · 10 years ago
  19. af6dad6 Merge "Fix zygote space and non moving space map names" by Mathieu Chartier · 10 years ago
  20. 7247af5 Fix zygote space and non moving space map names by Mathieu Chartier · 10 years ago
  21. 017ff87 Merge "Fix transitive equality error in set." by Mathieu Chartier · 10 years ago
  22. 88f21ca Fix transitive equality error in set. by Mathieu Chartier · 10 years ago
  23. 834896d Merge "Improvements to the ARM64 disassembler." by Ian Rogers · 10 years ago
  24. 7b5f98e Merge "Fix the last users of TARGET_CPU_SMP." by Ian Rogers · 10 years ago
  25. 8366ca0 Fix the last users of TARGET_CPU_SMP. by Elliott Hughes · 10 years ago
  26. 8542ff3 Merge "AArch64: Addressing Cortex-A53 erratum 835769." by Ian Rogers · 10 years ago
  27. cee552a Merge "ART: X86Mir2Lir::OpRegRegReg should expect kOpMul for r_dest == r_src2 case" by Bill Buzbee · 10 years ago
  28. f91ffc6 Merge "Fix safepoint bug when computing live registers." by Nicolas Geoffray · 10 years ago
  29. 87d0376 Fix safepoint bug when computing live registers. by Nicolas Geoffray · 10 years ago
  30. 82bea60 Merge "Fix a memory leak in jni_internal_test." by Ian Rogers · 10 years ago
  31. dd11d2a Fix a memory leak in jni_internal_test. by Ian Rogers · 10 years ago
  32. 28bc987 Prune image cache if the boot marker is still in place. by Narayan Kamath · 10 years ago
  33. 6a0ac5c Merge "Use HOptimization abstraction for running optimizations." by Nicolas Geoffray · 10 years ago
  34. 79cff58 Merge "Remove file added after bad cherry pick." by Nicolas Geoffray · 10 years ago
  35. 5e6916c Use HOptimization abstraction for running optimizations. by Nicolas Geoffray · 10 years ago
  36. e3a16db Remove file added after bad cherry pick. by Nicolas Geoffray · 10 years ago
  37. d79ac38 Merge "Quick compiler: fix x86 special identity" by buzbee · 10 years ago
  38. 4ee71b2 ART: X86Mir2Lir::OpRegRegReg should expect kOpMul for r_dest == r_src2 case by Pavel Vyssotski · 10 years ago
  39. f392879 JDWP: only deoptimize when it is required by Sebastien Hertz · 10 years ago
  40. e8f74e5 Quick compiler: fix x86 special identity by buzbee · 10 years ago
  41. a500b03 Merge "Consistently use k{InstructionSet}WordSize." by Nicolas Geoffray · 10 years ago
  42. 1724334 Merge "Use cross-compilation helper." by Nicolas Geoffray · 10 years ago
  43. 86a8d7a Consistently use k{InstructionSet}WordSize. by Nicolas Geoffray · 10 years ago
  44. 4179cc1 Use cross-compilation helper. by Nicolas Geoffray · 10 years ago
  45. 255a5bd Merge "ART: Track Flush & Close in FdFile" by Andreas Gampe · 10 years ago
  46. 4303ba9 ART: Track Flush & Close in FdFile by Andreas Gampe · 10 years ago
  47. e5f88fe Merge "Fix no relocate host tests" by Mathieu Chartier · 10 years ago
  48. 130914e Fix no relocate host tests by Mathieu Chartier · 10 years ago
  49. a971100 Merge "ART: Build fix" by Andreas Gampe · 10 years ago
  50. 4a962e5 ART: Build fix by Andreas Gampe · 10 years ago
  51. f90866a Merge "Change 64 bit ArtMethod fields to be pointer sized" by Mathieu Chartier · 10 years ago
  52. 2d72101 Change 64 bit ArtMethod fields to be pointer sized by Mathieu Chartier · 10 years ago
  53. e049168 Merge "Do not try to sharpen super calls to abstract methods." by Vladimir Marko · 10 years ago
  54. 920506d Do not try to sharpen super calls to abstract methods. by Vladimir Marko · 10 years ago
  55. d3b0c55 Merge "Fix typo." by Nicolas Geoffray · 10 years ago
  56. 5680ba9 Fix typo. by Nicolas Geoffray · 10 years ago
  57. ee54634 Merge "Opt compiler: Add support for more IRs on arm64." by Nicolas Geoffray · 10 years ago
  58. 67555f7 Opt compiler: Add support for more IRs on arm64. by Alexandre Rames · 10 years ago
  59. 65420b2 AArch64: Addressing Cortex-A53 erratum 835769. by Matteo Franchin · 10 years ago
  60. bf75c5c Merge "Fix a bug in the type propagation phase of optimizing." by Nicolas Geoffray · 10 years ago
  61. 27e49ba Merge "Add support for int-to-float & int-to-double in optimizing." by Roland Levillain · 10 years ago
  62. 440e3e3 Merge "Enable the hspace compaction on OOM by default." by Hiroshi Yamauchi · 10 years ago
  63. 20ed5af Enable the hspace compaction on OOM by default. by Hiroshi Yamauchi · 10 years ago
  64. 6eb53ad Merge "Add denver64 as a known ARM64 variant." by Ian Rogers · 10 years ago
  65. d9df670 Add denver64 as a known ARM64 variant. by Ian Rogers · 10 years ago
  66. a2eb8cb Merge "Change IsZygote test to !IsCompiler" by Mathieu Chartier · 10 years ago
  67. 9c7d8bc Change IsZygote test to !IsCompiler by Mathieu Chartier · 10 years ago
  68. 974eb95 Merge "Combine image string char arrays into single array" by Mathieu Chartier · 10 years ago
  69. fd04b6f Combine image string char arrays into single array by Mathieu Chartier · 10 years ago
  70. d777112 Merge "Don't call AddImageStringsToTable or MoveImageClassesToClassTable if running imageless" by Mathieu Chartier · 10 years ago
  71. bc58ede Don't call AddImageStringsToTable or MoveImageClassesToClassTable if running imageless by Mathieu Chartier · 10 years ago
  72. 5d99e33 Merge "ART: copy dalvikInsn back on throw instruction processing" by Bill Buzbee · 10 years ago
  73. 144ed95 Merge "Add stress test for field offset assignment sorting." by Vladimir Marko · 10 years ago
  74. fe32907 Add stress test for field offset assignment sorting. by Vladimir Marko · 10 years ago
  75. 9aaf6a7 Merge "Change 512 to kLocalsMax." by Mathieu Chartier · 10 years ago
  76. 21cc798 Fix a bug in the type propagation phase of optimizing. by Nicolas Geoffray · 10 years ago
  77. 7895946 Change 512 to kLocalsMax. by Mathieu Chartier · 10 years ago
  78. 4c552bd Merge "Fix ordering of fields with the same name." by Vladimir Marko · 10 years ago
  79. 825365c Merge "Fix reference leaks in ToReflectedMethod and ToReflectedField" by Mathieu Chartier · 10 years ago
  80. 41da596 Fix reference leaks in ToReflectedMethod and ToReflectedField by Mathieu Chartier · 10 years ago
  81. 72c92d8 Merge "Don't fall back to Quick in optimizing." by Nicolas Geoffray · 10 years ago
  82. e2dc6fa Don't fall back to Quick in optimizing. by Nicolas Geoffray · 10 years ago
  83. 7a7c1db Fix ordering of fields with the same name. by Vladimir Marko · 10 years ago
  84. cff1374 Add support for int-to-float & int-to-double in optimizing. by Roland Levillain · 10 years ago
  85. 410709f Merge "Fix art_quick_instrumentation_entry stub for x86/x86_64" by Sebastien Hertz · 10 years ago
  86. 32b12f8 Fix art_quick_instrumentation_entry stub for x86/x86_64 by Sebastien Hertz · 10 years ago
  87. 6990bda Merge "Fix DCHECK in artInstrumentationMethodEntryFromCode" by Sebastien Hertz · 10 years ago
  88. 8315ee0 Fix DCHECK in artInstrumentationMethodEntryFromCode by Sebastien Hertz · 10 years ago
  89. 7bfb3f8 Merge "Revert "Revert "Unfortunately, the test still hits too many run failures.""" by Nicolas Geoffray · 10 years ago
  90. 3cfb0d3 Revert "Revert "Unfortunately, the test still hits too many run failures."" by Nicolas Geoffray · 10 years ago
  91. 1c18d5d Merge "[optimizing compiler] Add REM_INT, REM_LONG" by Calin Juravle · 10 years ago
  92. bacfec3 [optimizing compiler] Add REM_INT, REM_LONG by Calin Juravle · 10 years ago
  93. 610b21c Merge "Add support for int-to-short in the optimizing compiler." by Roland Levillain · 10 years ago
  94. 1ad824c Merge "Revert "Arm64: Use the debug version of VIXL for debug builds."" by Nicolas Geoffray · 10 years ago
  95. 847c8db Revert "Arm64: Use the debug version of VIXL for debug builds." by Nicolas Geoffray · 10 years ago
  96. 6a35b98 Merge "Fix lint error." by Nicolas Geoffray · 10 years ago
  97. 900f6eb Fix lint error. by Nicolas Geoffray · 10 years ago
  98. 6d54142 Merge "Arm64: Use the debug version of VIXL for debug builds." by Nicolas Geoffray · 10 years ago
  99. c1d4ec9 Merge "Minor object store optimizations." by Nicolas Geoffray · 10 years ago
  100. 44e6d98 Merge "Fix failure in --no-dex2oat invocation of 425-invokesuper." by Nicolas Geoffray · 10 years ago