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