1. 7a7c1db Fix ordering of fields with the same name. by Vladimir Marko · 10 years ago
  2. 1c18d5d Merge "[optimizing compiler] Add REM_INT, REM_LONG" by Calin Juravle · 10 years ago
  3. bacfec3 [optimizing compiler] Add REM_INT, REM_LONG by Calin Juravle · 10 years ago
  4. 610b21c Merge "Add support for int-to-short in the optimizing compiler." by Roland Levillain · 10 years ago
  5. 1ad824c Merge "Revert "Arm64: Use the debug version of VIXL for debug builds."" by Nicolas Geoffray · 10 years ago
  6. 847c8db Revert "Arm64: Use the debug version of VIXL for debug builds." by Nicolas Geoffray · 10 years ago
  7. 6a35b98 Merge "Fix lint error." by Nicolas Geoffray · 10 years ago
  8. 900f6eb Fix lint error. by Nicolas Geoffray · 10 years ago
  9. 6d54142 Merge "Arm64: Use the debug version of VIXL for debug builds." by Nicolas Geoffray · 10 years ago
  10. c1d4ec9 Merge "Minor object store optimizations." by Nicolas Geoffray · 10 years ago
  11. 44e6d98 Merge "Fix failure in --no-dex2oat invocation of 425-invokesuper." by Nicolas Geoffray · 10 years ago
  12. 1ed097d Fix failure in --no-dex2oat invocation of 425-invokesuper. by Nicolas Geoffray · 10 years ago
  13. 58d2974 Merge "The libc++ gtest is being renamed to libgtest." by Dan Albert · 10 years ago
  14. 8805c91 Merge "Up the stack size limit for SANITIZE_HOST." by Dan Albert · 10 years ago
  15. 98b8bcf Up the stack size limit for SANITIZE_HOST. by Dan Albert · 10 years ago
  16. cac81ca Merge "Avoid abort in malformed dex code." by Ian Rogers · 10 years ago
  17. 64deff0 Merge "AArch64: Small improvements." by Bill Buzbee · 10 years ago
  18. 8e1f4f8 Avoid abort in malformed dex code. by Ian Rogers · 10 years ago
  19. 195c576 Arm64: Use the debug version of VIXL for debug builds. by Serban Constantinescu · 10 years ago
  20. 81852bf Merge "Fix LinkFieldsComparator." by Vladimir Marko · 10 years ago
  21. d577748 Fix LinkFieldsComparator. by Vladimir Marko · 10 years ago
  22. 2431452 AArch64: Small improvements. by Matteo Franchin · 10 years ago
  23. 01a8d71 Add support for int-to-short in the optimizing compiler. by Roland Levillain · 10 years ago
  24. ff5298f Merge "Add support for int-to-char in the optimizing compiler." by Roland Levillain · 10 years ago
  25. 7bacaa8 Merge "Keep original order of fields in Class." by Vladimir Marko · 10 years ago
  26. af07bc1 Minor object store optimizations. by Nicolas Geoffray · 10 years ago
  27. 981e454 Add support for int-to-char in the optimizing compiler. by Roland Levillain · 10 years ago
  28. 76649e8 Keep original order of fields in Class. by Vladimir Marko · 10 years ago
  29. 4594ad6 Merge "Quick: Fix arm64 AGET/APUT to use 32-bit index." by Vladimir Marko · 10 years ago
  30. 244087c Merge "ART: Fix last lpae occurrence, Arm64 generic" by Andreas Gampe · 10 years ago
  31. 72a122c ART: Fix last lpae occurrence, Arm64 generic by Andreas Gampe · 10 years ago
  32. 0e57dec Merge "ART: Multiview assembler_test, fix x86-64 assembler" by Andreas Gampe · 10 years ago
  33. 851df20 ART: Multiview assembler_test, fix x86-64 assembler by Andreas Gampe · 10 years ago
  34. 963ab93 Merge "Instruction set features for ARM64, MIPS and X86." by Ian Rogers · 10 years ago
  35. d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 10 years ago
  36. f20076f Merge "ART: Implicit null check should break def tracking" by Bill Buzbee · 10 years ago
  37. 3225b83 Merge "ART: Compiled-classes list for compiler-driver" by Andreas Gampe · 10 years ago
  38. 4bf3ae9 ART: Compiled-classes list for compiler-driver by Andreas Gampe · 10 years ago
  39. 67ab619 Merge "kill HAVE_GETHOSTBYNAME_R" by Yabin Cui · 10 years ago
  40. 5b23aae Merge "Disable DumpNativeStack." by Ian Rogers · 10 years ago
  41. efb4f28 Merge "Exercise the generation of SBFX on ARM32 & Thumb-2." by Roland Levillain · 10 years ago
  42. 7bdabab Merge "Add support for int-to-byte in the optimizing compiler." by Roland Levillain · 10 years ago
  43. 4545d77 Disable DumpNativeStack. by Ian Rogers · 10 years ago
  44. ec17f98 kill HAVE_GETHOSTBYNAME_R by Yabin Cui · 10 years ago
  45. 346bcbd Merge "Revert "Unfortunately, the test still hits too many run failures."" by Ian Rogers · 10 years ago
  46. f8069a2 Revert "Unfortunately, the test still hits too many run failures." by Ian Rogers · 10 years ago
  47. 1a28fc4 Exercise the generation of SBFX on ARM32 & Thumb-2. by Roland Levillain · 10 years ago
  48. 0660157 Merge "[optimizing compiler] Add 014-math3 to the list of arm64 broken tests" by Calin Juravle · 10 years ago
  49. 3fdfe78 Merge "[optimizing compiler] Rename dex_offset to dex_pc in the builder" by Calin Juravle · 10 years ago
  50. fcdae6e [optimizing compiler] Add 014-math3 to the list of arm64 broken tests by Calin Juravle · 10 years ago
  51. 51d3fc4 Add support for int-to-byte in the optimizing compiler. by Roland Levillain · 10 years ago
  52. 225ff81 [optimizing compiler] Rename dex_offset to dex_pc in the builder by Calin Juravle · 10 years ago
  53. dc87c1d Merge "[optimizing compiler] Fix Move for instruction with constant output" by Calin Juravle · 10 years ago
  54. a21f598 [optimizing compiler] Fix Move for instruction with constant output by Calin Juravle · 10 years ago
  55. 172808c Merge "Use correct register class for refs" by Vladimir Marko · 10 years ago
  56. 9c3617a ART: Implicit null check should break def tracking by Pavel Vyssotski · 10 years ago
  57. e08785b Quick: Fix arm64 AGET/APUT to use 32-bit index. by Vladimir Marko · 10 years ago
  58. d94a0a1 Merge "[optimizing compiler] Add DIV_LONG" by Calin Juravle · 10 years ago
  59. d77ae8a Merge "[optimizing compiler] add HTemporary support for long and doubles" by Calin Juravle · 10 years ago
  60. 39edb50 Merge "And another failing test on optimizing/armv8." by Nicolas Geoffray · 10 years ago
  61. 002aaa1 And another failing test on optimizing/armv8. by Nicolas Geoffray · 10 years ago
  62. d0d805b Merge "Add a --method-filter option to oatdump." by Nicolas Geoffray · 10 years ago
  63. ff92e17 Merge "Unfortunately, the test still hits too many run failures." by Nicolas Geoffray · 10 years ago
  64. 05b6570 Unfortunately, the test still hits too many run failures. by Nicolas Geoffray · 10 years ago
  65. a3279c8 Merge "Do a parallel move in BoundsCheckSlowPath." by Nicolas Geoffray · 10 years ago
  66. 2750354 Use correct register class for refs by Serguei Katkov · 10 years ago
  67. a1af1b5 Merge "Modify the behavior of thread suspend shootouts." by Ian Rogers · 10 years ago
  68. 4ad5cd3 Modify the behavior of thread suspend shootouts. by Ian Rogers · 10 years ago
  69. 741e287 Merge "Use the new name for the libc++ libbacktrace." by Dan Albert · 10 years ago
  70. 81ea72b Merge "ART: Fix clobbering low part in 32-bit version of X86Mir2Lir::GenNegDouble" by Bill Buzbee · 10 years ago
  71. e49e9a0 Merge "ART: GenNegLong incorrectly handled register overlap for x86" by Bill Buzbee · 10 years ago
  72. d6fb6cf [optimizing compiler] Add DIV_LONG by Calin Juravle · 10 years ago
  73. 0069174 Merge "Use CommonRuntimeTest::boot_class_path_ in DexMethodIteratorTest" by Brian Carlstrom · 10 years ago
  74. f97f9fb [optimizing compiler] add HTemporary support for long and doubles by Calin Juravle · 10 years ago
  75. de59a0a Merge "Mark test as failing for optimizing/armv8." by Nicolas Geoffray · 10 years ago
  76. 70e59ad Mark test as failing for optimizing/armv8. by Nicolas Geoffray · 10 years ago
  77. 3fcd220 Add a --method-filter option to oatdump. by Nicolas Geoffray · 10 years ago
  78. f0e3937 Do a parallel move in BoundsCheckSlowPath. by Nicolas Geoffray · 10 years ago
  79. 0eaf65e Merge "Implement and/or/xor in optimizing." by Nicolas Geoffray · 10 years ago
  80. cbed7b6 Merge "Fix bad OOM check in Thread::CreatePeer()." by Vladimir Marko · 10 years ago
  81. 4451205 Fix bad OOM check in Thread::CreatePeer(). by Vladimir Marko · 10 years ago
  82. 9574c4b Implement and/or/xor in optimizing. by Nicolas Geoffray · 10 years ago
  83. 59321e0 Merge "More armv8/optimizing test failures." by Nicolas Geoffray · 10 years ago
  84. 36cc29b More armv8/optimizing test failures. by Nicolas Geoffray · 10 years ago
  85. 0994a63 Merge "Implement monitorenter/monitorexit." by Nicolas Geoffray · 10 years ago
  86. b7baf5c Implement monitorenter/monitorexit. by Nicolas Geoffray · 10 years ago
  87. 15136cb Merge "Revert "Revert "Add support for long-to-int in the optimizing compiler.""" by Roland Levillain · 10 years ago
  88. 9ffeab5 Merge "Update list of armv8/optimizing failing tests." by Nicolas Geoffray · 10 years ago
  89. 2a52b33 Update list of armv8/optimizing failing tests. by Nicolas Geoffray · 10 years ago
  90. 93ca91d Merge "Remove HTemporary when building the SSA graph." by Nicolas Geoffray · 10 years ago
  91. f2d99e1 Merge "Implement invokesuper in optimizing." by Nicolas Geoffray · 10 years ago
  92. 0d8db99 Implement invokesuper in optimizing. by Nicolas Geoffray · 10 years ago
  93. 36750ca Merge "Implement checkcast for optimizing." by Nicolas Geoffray · 10 years ago
  94. 57a88d4 Implement checkcast for optimizing. by Nicolas Geoffray · 10 years ago
  95. fd84f66 The libc++ gtest is being renamed to libgtest. by Dan Albert · 10 years ago
  96. 401da91 Merge "Don't try to handle nested SIGSEGV inside fault handler." by Ian Rogers · 10 years ago
  97. ad11e7a Don't try to handle nested SIGSEGV inside fault handler. by Ian Rogers · 10 years ago
  98. b5c49cf Merge "Allow JNI AttachCurrentThread to fail if not enough stack." by Ian Rogers · 10 years ago
  99. f4d4da1 Allow JNI AttachCurrentThread to fail if not enough stack. by Ian Rogers · 10 years ago
  100. e73a064 Use the new name for the libc++ libbacktrace. by Dan Albert · 10 years ago