1. 17965ed Re-enable DEX-to-DEX compilation path by Sebastien Hertz · 10 years ago
  2. 6f31ce3 Merge "Please clang by making explicit instantiations non-static." by Nicolas Geoffray · 10 years ago
  3. 0bf8b9c Please clang by making explicit instantiations non-static. by Nicolas Geoffray · 10 years ago
  4. 839f43a Merge "Explicitly instantiate artInvokeCommon to please analysis tool." by Nicolas Geoffray · 10 years ago
  5. 8689a0a Explicitly instantiate artInvokeCommon to please analysis tool. by Nicolas Geoffray · 10 years ago
  6. 541dd23 Merge "Insert an empty read barrier call." by Hiroshi Yamauchi · 10 years ago
  7. 800ac2d Insert an empty read barrier call. by Hiroshi Yamauchi · 10 years ago
  8. e9236f0 Merge "Fix Object::Clone()'s pre-fence barrier." by Hiroshi Yamauchi · 10 years ago
  9. e5893f8 Merge "Restore the args in the invoke trampoline slow paths." by Mathieu Chartier · 10 years ago
  10. 4cd662e Fix Object::Clone()'s pre-fence barrier. by Hiroshi Yamauchi · 10 years ago
  11. 5f3ded4 Restore the args in the invoke trampoline slow paths. by Mathieu Chartier · 10 years ago
  12. 03bafa4 Merge "Do not output ARM64 assembler debug code." by Andreas Gampe · 10 years ago
  13. 77093dc Merge "Make frame size dependent on arch-specific constants." by Andreas Gampe · 10 years ago
  14. 0666dcb Merge "Add OpEndIT() for marking the end of OpIT blocks" by Dave Allison · 10 years ago
  15. 242947d Make frame size dependent on arch-specific constants. by Andreas Gampe · 10 years ago
  16. 44e1354 Do not output ARM64 assembler debug code. by Andreas Gampe · 10 years ago
  17. 3da67a5 Add OpEndIT() for marking the end of OpIT blocks by Dave Allison · 10 years ago
  18. 0537c5e Merge "Fix off-by-1 error in new SpaceBitmap" by Andreas Gampe · 10 years ago
  19. be73e57 Fix off-by-1 error in new SpaceBitmap by Andreas Gampe · 10 years ago
  20. 7f74c43 Merge "Add monitor_enter_object as root." by Mathieu Chartier · 10 years ago
  21. 43d8bb8 Add monitor_enter_object as root. by Mathieu Chartier · 10 years ago
  22. a7b2826 Merge "Support passing arguments to invoke-static* instructions." by Nicolas Geoffray · 10 years ago
  23. 4a34a42 Support passing arguments to invoke-static* instructions. by Nicolas Geoffray · 10 years ago
  24. 5a4139f Merge "art: Handle x86_64 architecture equal to x86" by Bill Buzbee · 10 years ago
  25. 71100b5 Merge "Fix Unsafe.getLong()/putLong() for x86, add test." by Vladimir Marko · 10 years ago
  26. 0c7350d Merge "Runtime::PreZygoteFork returns void, not boolean." by Narayan Kamath · 10 years ago
  27. 99f391e Fix Unsafe.getLong()/putLong() for x86, add test. by Vladimir Marko · 10 years ago
  28. 5cc2d07 Merge "Profile: renamed kThresholdPercent and make it configurable" by Calin Juravle · 10 years ago
  29. 317055b Merge "Profile: repurposed kTresholdPercent" by Calin Juravle · 10 years ago
  30. 6a58cb1 art: Handle x86_64 architecture equal to x86 by Dmitry Petrochenko · 10 years ago
  31. 8549cf9 Merge "Use temp register in Unsafe Get/Put intrisics for displaced offset." by Mathieu Chartier · 10 years ago
  32. 744924b Merge "Make SpaceBitmap cross-compiling tolerant" by Andreas Gampe · 10 years ago
  33. 7c95cef Use temp register in Unsafe Get/Put intrisics for displaced offset. by Mathieu Chartier · 10 years ago
  34. 5cff308 Merge "Add support for -Xverify:none mode." by Jeff Hao · 10 years ago
  35. 4a200f5 Add support for -Xverify:none mode. by Jeff Hao · 10 years ago
  36. cb8aea4 Make SpaceBitmap cross-compiling tolerant by Andreas Gampe · 10 years ago
  37. d0ab122 Merge "Keep the symbol table in the shared libraries." by Christopher Ferris · 10 years ago
  38. a7a49dd Merge "Pass instruction-set from runtime through to spawned dex2oat." by Ian Rogers · 10 years ago
  39. 8afeb85 Pass instruction-set from runtime through to spawned dex2oat. by Ian Rogers · 10 years ago
  40. 04ff226 Profile: renamed kThresholdPercent and make it configurable by Calin Juravle · 10 years ago
  41. 40462bc Merge "force dex2oat target executables to be compiled for 32-bit" by Colin Cross · 10 years ago
  42. c6829ab Merge "Add r4 as promotable register if implicit suspend checks" by Dave Allison · 10 years ago
  43. f6b65c1 Add r4 as promotable register if implicit suspend checks by Dave Allison · 10 years ago
  44. d747543 force dex2oat target executables to be compiled for 32-bit by Colin Cross · 10 years ago
  45. f6a4cee Profile: repurposed kTresholdPercent by Calin Juravle · 10 years ago
  46. 0807e7b Merge "Avoid debug check violation in thread registration." by Ian Rogers · 10 years ago
  47. 2966e13 Avoid debug check violation in thread registration. by Ian Rogers · 10 years ago
  48. 161f71a Merge "Fixed total method count in profile file parsing." by Calin Juravle · 10 years ago
  49. ea1e520 Fixed total method count in profile file parsing. by Calin Juravle · 10 years ago
  50. 3de95a7 Runtime::PreZygoteFork returns void, not boolean. by Narayan Kamath · 10 years ago
  51. 7738460 Merge "Include <sys/resource.h> for rlimit." by Narayan Kamath · 10 years ago
  52. ad4b0d2 Include <sys/resource.h> for rlimit. by Narayan Kamath · 10 years ago
  53. 2dc2bf9 Merge "Update missed DEX2OAT -> DEX2OATD changes." by Nicolas Geoffray · 10 years ago
  54. 668e9d8 Update missed DEX2OAT -> DEX2OATD changes. by Nicolas Geoffray · 10 years ago
  55. 8e157dc Merge "Move most zygote related code to frameworks/base." by Narayan Kamath · 10 years ago
  56. 5120686 Merge "Use debug version of DEX2OAT explicitly." by Nicolas Geoffray · 10 years ago
  57. 1db132d Use debug version of DEX2OAT explicitly. by Nicolas Geoffray · 10 years ago
  58. a7f984a Merge "Fix ClassHelper::GetDirectInterface for proxy class" by Sebastien Hertz · 10 years ago
  59. 1246d68 Merge "Cleanup transaction support" by Sebastien Hertz · 10 years ago
  60. ee1d79a Cleanup transaction support by Sebastien Hertz · 11 years ago
  61. d59b7b1 Keep the symbol table in the shared libraries. by Christopher Ferris · 10 years ago
  62. f689b93 Merge "Use TEST_ART_RUN_TESTS consistently" by Brian Carlstrom · 10 years ago
  63. 934ce80 Use TEST_ART_RUN_TESTS consistently by Brian Carlstrom · 10 years ago
  64. b74a862 Merge "Add GenBarrier() calls to terminate all IT blocks." by Dave Allison · 10 years ago
  65. 43a065c Add GenBarrier() calls to terminate all IT blocks. by Dave Allison · 10 years ago
  66. 52f5ecb Merge "Fix ThreadStress, unify ANR lock descriptions." by Ian Rogers · 10 years ago
  67. f5424f2 Merge "Fix Thread offsets for ARM64 assembly" by Andreas Gampe · 10 years ago
  68. 252f848 Merge "Fix running with DlMalloc instead of RosAlloc." by Mathieu Chartier · 10 years ago
  69. d803bc7 Fix ThreadStress, unify ANR lock descriptions. by Ian Rogers · 10 years ago
  70. da44d77 Fix running with DlMalloc instead of RosAlloc. by Mathieu Chartier · 10 years ago
  71. 86fb9bf Fix Thread offsets for ARM64 assembly by Andreas Gampe · 10 years ago
  72. b3d7eed Merge "Build changes to build multilib tests" by Andreas Gampe · 10 years ago
  73. afbaa1a Build changes to build multilib tests by Andreas Gampe · 10 years ago
  74. a1dbc55 Merge "Quick compiler: add comment to Arm encoding" by buzbee · 10 years ago
  75. 80fdef4 Quick compiler: add comment to Arm encoding by buzbee · 10 years ago
  76. 8ce67ac Merge "Fix reflection access checks for app compatibility." by Jeff Hao · 10 years ago
  77. 925b687 Fix reflection access checks for app compatibility. by Jeff Hao · 10 years ago
  78. d265a8a Merge "Quick compiler, MIPS resource cleanup" by buzbee · 10 years ago
  79. 14f8807 Merge "Revert "Fix access checks for app compatibility."" by Jeff Hao · 10 years ago
  80. dd9699a Revert "Fix access checks for app compatibility." by Jeff Hao · 10 years ago
  81. 1ad45ef Merge "Add handler for printing java stack traces for compiled code SIGSEGV." by Mathieu Chartier · 10 years ago
  82. 9c60d7d Merge "Fix access checks for app compatibility." by Jeff Hao · 10 years ago
  83. 79b1bf0 Merge "Make the support code for read barriers a bit more general." by Hiroshi Yamauchi · 10 years ago
  84. b59b2c8 Fix access checks for app compatibility. by Jeff Hao · 10 years ago
  85. c751fdc Add handler for printing java stack traces for compiled code SIGSEGV. by Mathieu Chartier · 10 years ago
  86. e0309ad Merge "Calling convention support for cross 64/32 compilation." by Ian Rogers · 10 years ago
  87. 790a6b7 Calling convention support for cross 64/32 compilation. by Ian Rogers · 10 years ago
  88. 7ea687d Merge "Fix stack overflow slow path error." by Mathieu Chartier · 10 years ago
  89. 8b2c8b9 Move most zygote related code to frameworks/base. by Narayan Kamath · 10 years ago
  90. 88e0463 Merge "Revert "Revert "Optimize easy multiply and easy div remainder.""" by Ian Rogers · 10 years ago
  91. e931e21 Merge "Allow mixing of thread offsets between 32 and 64bit architectures." by Ian Rogers · 10 years ago
  92. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 10 years ago
  93. 8464a64 Merge "art: Make calling convention immune to SIRT structure change" by Andreas Gampe · 10 years ago
  94. 382028d Merge "Fix instruction printing for filled-new-array" by Andreas Gampe · 10 years ago
  95. d0b86c7 Merge "Use ResetDef to prevent from removing necessary stores for x86 long-to-fp." by Bill Buzbee · 10 years ago
  96. 80989a6 Fix ClassHelper::GetDirectInterface for proxy class by Sebastien Hertz · 10 years ago
  97. 70f9ebf Merge "Disable timing sensitive tests on dist builds." by Nicolas Geoffray · 10 years ago
  98. 6c90df9 Merge "Return correct JDWP type tag for array class" by Sebastien Hertz · 10 years ago
  99. e18b027 Merge "Art script: Use PWD for android-data and cleanup after running." by Nicolas Geoffray · 10 years ago
  100. 9f3139c Merge "Add -lpthread -ldl to link executable/tests" by Andrew Hsieh · 10 years ago