1. 920506d Do not try to sharpen super calls to abstract methods. by Vladimir Marko · 10 years ago
  2. d3b0c55 Merge "Fix typo." by Nicolas Geoffray · 10 years ago
  3. 5680ba9 Fix typo. by Nicolas Geoffray · 10 years ago
  4. ee54634 Merge "Opt compiler: Add support for more IRs on arm64." by Nicolas Geoffray · 10 years ago
  5. 67555f7 Opt compiler: Add support for more IRs on arm64. by Alexandre Rames · 10 years ago
  6. bf75c5c Merge "Fix a bug in the type propagation phase of optimizing." by Nicolas Geoffray · 10 years ago
  7. 27e49ba Merge "Add support for int-to-float & int-to-double in optimizing." by Roland Levillain · 10 years ago
  8. 440e3e3 Merge "Enable the hspace compaction on OOM by default." by Hiroshi Yamauchi · 10 years ago
  9. 20ed5af Enable the hspace compaction on OOM by default. by Hiroshi Yamauchi · 10 years ago
  10. 6eb53ad Merge "Add denver64 as a known ARM64 variant." by Ian Rogers · 10 years ago
  11. d9df670 Add denver64 as a known ARM64 variant. by Ian Rogers · 10 years ago
  12. a2eb8cb Merge "Change IsZygote test to !IsCompiler" by Mathieu Chartier · 10 years ago
  13. 9c7d8bc Change IsZygote test to !IsCompiler by Mathieu Chartier · 10 years ago
  14. 974eb95 Merge "Combine image string char arrays into single array" by Mathieu Chartier · 10 years ago
  15. fd04b6f Combine image string char arrays into single array by Mathieu Chartier · 10 years ago
  16. d777112 Merge "Don't call AddImageStringsToTable or MoveImageClassesToClassTable if running imageless" by Mathieu Chartier · 10 years ago
  17. bc58ede Don't call AddImageStringsToTable or MoveImageClassesToClassTable if running imageless by Mathieu Chartier · 10 years ago
  18. 5d99e33 Merge "ART: copy dalvikInsn back on throw instruction processing" by Bill Buzbee · 10 years ago
  19. 144ed95 Merge "Add stress test for field offset assignment sorting." by Vladimir Marko · 10 years ago
  20. fe32907 Add stress test for field offset assignment sorting. by Vladimir Marko · 10 years ago
  21. 9aaf6a7 Merge "Change 512 to kLocalsMax." by Mathieu Chartier · 10 years ago
  22. 21cc798 Fix a bug in the type propagation phase of optimizing. by Nicolas Geoffray · 10 years ago
  23. 7895946 Change 512 to kLocalsMax. by Mathieu Chartier · 10 years ago
  24. 4c552bd Merge "Fix ordering of fields with the same name." by Vladimir Marko · 10 years ago
  25. 825365c Merge "Fix reference leaks in ToReflectedMethod and ToReflectedField" by Mathieu Chartier · 10 years ago
  26. 41da596 Fix reference leaks in ToReflectedMethod and ToReflectedField by Mathieu Chartier · 10 years ago
  27. 72c92d8 Merge "Don't fall back to Quick in optimizing." by Nicolas Geoffray · 10 years ago
  28. e2dc6fa Don't fall back to Quick in optimizing. by Nicolas Geoffray · 10 years ago
  29. 7a7c1db Fix ordering of fields with the same name. by Vladimir Marko · 10 years ago
  30. cff1374 Add support for int-to-float & int-to-double in optimizing. by Roland Levillain · 10 years ago
  31. 410709f Merge "Fix art_quick_instrumentation_entry stub for x86/x86_64" by Sebastien Hertz · 10 years ago
  32. 32b12f8 Fix art_quick_instrumentation_entry stub for x86/x86_64 by Sebastien Hertz · 10 years ago
  33. 6990bda Merge "Fix DCHECK in artInstrumentationMethodEntryFromCode" by Sebastien Hertz · 10 years ago
  34. 8315ee0 Fix DCHECK in artInstrumentationMethodEntryFromCode by Sebastien Hertz · 10 years ago
  35. 7bfb3f8 Merge "Revert "Revert "Unfortunately, the test still hits too many run failures.""" by Nicolas Geoffray · 10 years ago
  36. 3cfb0d3 Revert "Revert "Unfortunately, the test still hits too many run failures."" by Nicolas Geoffray · 10 years ago
  37. 1c18d5d Merge "[optimizing compiler] Add REM_INT, REM_LONG" by Calin Juravle · 10 years ago
  38. bacfec3 [optimizing compiler] Add REM_INT, REM_LONG by Calin Juravle · 10 years ago
  39. 610b21c Merge "Add support for int-to-short in the optimizing compiler." by Roland Levillain · 10 years ago
  40. 1ad824c Merge "Revert "Arm64: Use the debug version of VIXL for debug builds."" by Nicolas Geoffray · 10 years ago
  41. 847c8db Revert "Arm64: Use the debug version of VIXL for debug builds." by Nicolas Geoffray · 10 years ago
  42. 6a35b98 Merge "Fix lint error." by Nicolas Geoffray · 10 years ago
  43. 900f6eb Fix lint error. by Nicolas Geoffray · 10 years ago
  44. 6d54142 Merge "Arm64: Use the debug version of VIXL for debug builds." by Nicolas Geoffray · 10 years ago
  45. c1d4ec9 Merge "Minor object store optimizations." by Nicolas Geoffray · 10 years ago
  46. 44e6d98 Merge "Fix failure in --no-dex2oat invocation of 425-invokesuper." by Nicolas Geoffray · 10 years ago
  47. 1ed097d Fix failure in --no-dex2oat invocation of 425-invokesuper. by Nicolas Geoffray · 10 years ago
  48. 58d2974 Merge "The libc++ gtest is being renamed to libgtest." by Dan Albert · 10 years ago
  49. 8805c91 Merge "Up the stack size limit for SANITIZE_HOST." by Dan Albert · 10 years ago
  50. 98b8bcf Up the stack size limit for SANITIZE_HOST. by Dan Albert · 10 years ago
  51. cac81ca Merge "Avoid abort in malformed dex code." by Ian Rogers · 10 years ago
  52. 64deff0 Merge "AArch64: Small improvements." by Bill Buzbee · 10 years ago
  53. 8e1f4f8 Avoid abort in malformed dex code. by Ian Rogers · 10 years ago
  54. 195c576 Arm64: Use the debug version of VIXL for debug builds. by Serban Constantinescu · 10 years ago
  55. 81852bf Merge "Fix LinkFieldsComparator." by Vladimir Marko · 10 years ago
  56. d577748 Fix LinkFieldsComparator. by Vladimir Marko · 10 years ago
  57. 2431452 AArch64: Small improvements. by Matteo Franchin · 10 years ago
  58. 01a8d71 Add support for int-to-short in the optimizing compiler. by Roland Levillain · 10 years ago
  59. ff5298f Merge "Add support for int-to-char in the optimizing compiler." by Roland Levillain · 10 years ago
  60. 7bacaa8 Merge "Keep original order of fields in Class." by Vladimir Marko · 10 years ago
  61. af07bc1 Minor object store optimizations. by Nicolas Geoffray · 10 years ago
  62. 981e454 Add support for int-to-char in the optimizing compiler. by Roland Levillain · 10 years ago
  63. 76649e8 Keep original order of fields in Class. by Vladimir Marko · 10 years ago
  64. 4594ad6 Merge "Quick: Fix arm64 AGET/APUT to use 32-bit index." by Vladimir Marko · 10 years ago
  65. 244087c Merge "ART: Fix last lpae occurrence, Arm64 generic" by Andreas Gampe · 10 years ago
  66. 72a122c ART: Fix last lpae occurrence, Arm64 generic by Andreas Gampe · 10 years ago
  67. 0e57dec Merge "ART: Multiview assembler_test, fix x86-64 assembler" by Andreas Gampe · 10 years ago
  68. 851df20 ART: Multiview assembler_test, fix x86-64 assembler by Andreas Gampe · 10 years ago
  69. 963ab93 Merge "Instruction set features for ARM64, MIPS and X86." by Ian Rogers · 10 years ago
  70. d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 10 years ago
  71. f20076f Merge "ART: Implicit null check should break def tracking" by Bill Buzbee · 10 years ago
  72. 3225b83 Merge "ART: Compiled-classes list for compiler-driver" by Andreas Gampe · 10 years ago
  73. 4bf3ae9 ART: Compiled-classes list for compiler-driver by Andreas Gampe · 10 years ago
  74. 67ab619 Merge "kill HAVE_GETHOSTBYNAME_R" by Yabin Cui · 10 years ago
  75. 5b23aae Merge "Disable DumpNativeStack." by Ian Rogers · 10 years ago
  76. efb4f28 Merge "Exercise the generation of SBFX on ARM32 & Thumb-2." by Roland Levillain · 10 years ago
  77. 7bdabab Merge "Add support for int-to-byte in the optimizing compiler." by Roland Levillain · 10 years ago
  78. 4545d77 Disable DumpNativeStack. by Ian Rogers · 10 years ago
  79. ec17f98 kill HAVE_GETHOSTBYNAME_R by Yabin Cui · 10 years ago
  80. 346bcbd Merge "Revert "Unfortunately, the test still hits too many run failures."" by Ian Rogers · 10 years ago
  81. f8069a2 Revert "Unfortunately, the test still hits too many run failures." by Ian Rogers · 10 years ago
  82. 1a28fc4 Exercise the generation of SBFX on ARM32 & Thumb-2. by Roland Levillain · 10 years ago
  83. 0660157 Merge "[optimizing compiler] Add 014-math3 to the list of arm64 broken tests" by Calin Juravle · 10 years ago
  84. 3fdfe78 Merge "[optimizing compiler] Rename dex_offset to dex_pc in the builder" by Calin Juravle · 10 years ago
  85. fcdae6e [optimizing compiler] Add 014-math3 to the list of arm64 broken tests by Calin Juravle · 10 years ago
  86. 51d3fc4 Add support for int-to-byte in the optimizing compiler. by Roland Levillain · 10 years ago
  87. 225ff81 [optimizing compiler] Rename dex_offset to dex_pc in the builder by Calin Juravle · 10 years ago
  88. dc87c1d Merge "[optimizing compiler] Fix Move for instruction with constant output" by Calin Juravle · 10 years ago
  89. a21f598 [optimizing compiler] Fix Move for instruction with constant output by Calin Juravle · 10 years ago
  90. 172808c Merge "Use correct register class for refs" by Vladimir Marko · 10 years ago
  91. 9c3617a ART: Implicit null check should break def tracking by Pavel Vyssotski · 10 years ago
  92. e08785b Quick: Fix arm64 AGET/APUT to use 32-bit index. by Vladimir Marko · 10 years ago
  93. d94a0a1 Merge "[optimizing compiler] Add DIV_LONG" by Calin Juravle · 10 years ago
  94. d77ae8a Merge "[optimizing compiler] add HTemporary support for long and doubles" by Calin Juravle · 10 years ago
  95. 39edb50 Merge "And another failing test on optimizing/armv8." by Nicolas Geoffray · 10 years ago
  96. 002aaa1 And another failing test on optimizing/armv8. by Nicolas Geoffray · 10 years ago
  97. d0d805b Merge "Add a --method-filter option to oatdump." by Nicolas Geoffray · 10 years ago
  98. ff92e17 Merge "Unfortunately, the test still hits too many run failures." by Nicolas Geoffray · 10 years ago
  99. 05b6570 Unfortunately, the test still hits too many run failures. by Nicolas Geoffray · 10 years ago
  100. a3279c8 Merge "Do a parallel move in BoundsCheckSlowPath." by Nicolas Geoffray · 10 years ago