1. e313d16 Merge "Fix off-by-one errors in limit checking for ldr/str instructions." by Dave Allison · 10 years ago
  2. 0bb9ade Fix off-by-one errors in limit checking for ldr/str instructions. by Dave Allison · 10 years ago
  3. d5a4a2f Merge "ART: ARM64 fp return reg locations are FP" by Andreas Gampe · 10 years ago
  4. c6301bc ART: ARM64 fp return reg locations are FP by Andreas Gampe · 10 years ago
  5. aec31aa Merge "Add a new type of profile data in ART profiler" by Calin Juravle · 10 years ago
  6. 445220d Add a new type of profile data in ART profiler by Wei Jin · 10 years ago
  7. 6c22b19 Merge "Fix JNI ToReflectedMethod for constructor" by Sebastien Hertz · 10 years ago
  8. a94d7fd Merge "Fix topological ordering and use it for optimizations." by Vladimir Marko · 10 years ago
  9. fee5586 Merge "Support additional instructions in ARM and thumb assemblers" by Dave Allison · 10 years ago
  10. cdda4e5 Merge "ART: Change sprintf to snprintf" by Andreas Gampe · 10 years ago
  11. 829b4ba ART: Change sprintf to snprintf by Andreas Gampe · 10 years ago
  12. b2c369f Merge "Expanded native code to use arraycopy for specific data types." by Jeff Hao · 10 years ago
  13. 45fdb93 Support additional instructions in ARM and thumb assemblers by Dave Allison · 10 years ago
  14. d333376 Fix JNI ToReflectedMethod for constructor by Sebastien Hertz · 10 years ago
  15. 0c17346 Merge "Fix memory leak in JDWP object registry" by Sebastien Hertz · 10 years ago
  16. a032870 Fix memory leak in JDWP object registry by Sebastien Hertz · 10 years ago
  17. 8803c1c Merge "ART: Use ANDROID_HOST_OUT for ANDROID_ROOT in Runtime tests" by Andreas Gampe · 10 years ago
  18. 86f5662 ART: Use ANDROID_HOST_OUT for ANDROID_ROOT in Runtime tests by Andreas Gampe · 10 years ago
  19. 8a9f3ee Merge "ART: Native support for multidex" by Andreas Gampe · 10 years ago
  20. 833a485 ART: Native support for multidex by Andreas Gampe · 11 years ago
  21. b849f6d Merge "Fix linux build." by Brian Carlstrom · 10 years ago
  22. 39b1ef0 Fix linux build. by Brian Carlstrom · 10 years ago
  23. e334cca Merge "Further refine gtest dependencies." by Brian Carlstrom · 10 years ago
  24. eb85f2b Further refine gtest dependencies. by Brian Carlstrom · 10 years ago
  25. b0947fc Merge "Copyright assignment" by Andreas Gampe · 10 years ago
  26. 62edf0b Copyright assignment by Bernhard Rosenkraenzer · 10 years ago
  27. ebeaf8f Merge "Treat larger than jint capacity in NewDirectByteBuffer as an error" by Brian Carlstrom · 10 years ago
  28. 45d26c8 Treat larger than jint capacity in NewDirectByteBuffer as an error by Brian Carlstrom · 10 years ago
  29. 3ee7b36 Merge "Fix the Mac build on x86-64." by Ian Rogers · 10 years ago
  30. c3ccc10 Fix the Mac build on x86-64. by Ian Rogers · 10 years ago
  31. b5dc944 Merge "Fix names of TEST_ART_TIMING_SENSITIVE_RUN_TESTS" by Brian Carlstrom · 10 years ago
  32. 6ffcd00 Fix names of TEST_ART_TIMING_SENSITIVE_RUN_TESTS by Brian Carlstrom · 10 years ago
  33. e043deb Merge "Add libjavacore dependency for oat tests" by Brian Carlstrom · 10 years ago
  34. 519e3d0 Add libjavacore dependency for oat tests by Brian Carlstrom · 10 years ago
  35. 3153895 Merge "Weaken condition to dump a thread's stack in a debug build." by Ian Rogers · 10 years ago
  36. eef2e54 Weaken condition to dump a thread's stack in a debug build. by Ian Rogers · 10 years ago
  37. ece10db Merge "Define run-test targets." by Ian Rogers · 10 years ago
  38. bf66bce Define run-test targets. by Ian Rogers · 10 years ago
  39. b9d11f7 Merge "x86_64: Fix wide argument increment" by Ian Rogers · 10 years ago
  40. c6f0f60 Merge "x86_64: int-to-long should ensure that int in kCoreReg" by Ian Rogers · 10 years ago
  41. e63d9d4 x86_64: int-to-long should ensure that int in kCoreReg by Serguei Katkov · 10 years ago
  42. 10fdc6a Merge "Fix various test dependencies." by Ian Rogers · 10 years ago
  43. 665de8a Fix various test dependencies. by Ian Rogers · 10 years ago
  44. b6564c1 x86_64: Fix wide argument increment by Chao-ying Fu · 10 years ago
  45. d377971 Merge "Multilib ART host." by Ian Rogers · 10 years ago
  46. afd9acc Multilib ART host. by Ian Rogers · 10 years ago
  47. ba778fa Merge "AArch64: Add memcmp.S for Arm64." by Andreas Gampe · 10 years ago
  48. 685d352 Merge "Add more read barriers to the class linker." by Hiroshi Yamauchi · 10 years ago
  49. e9e3e69 Add more read barriers to the class linker. by Hiroshi Yamauchi · 10 years ago
  50. fe7aee2 Merge "More advanced timing loggers." by Mathieu Chartier · 10 years ago
  51. f5997b4 More advanced timing loggers. by Mathieu Chartier · 10 years ago
  52. 1f47b4d Merge "Add logging to monitor deflation." by Mathieu Chartier · 10 years ago
  53. 48ab687 Add logging to monitor deflation. by Mathieu Chartier · 10 years ago
  54. 57d99f6 Merge "Return "false" instead of "nullptr" in bool DexFile::Open." by Nicolas Geoffray · 10 years ago
  55. bacce5c Return "false" instead of "nullptr" in bool DexFile::Open. by Alexander Ivchenko · 10 years ago
  56. fe6bfba Merge "Revert "Re-enable tests with the optimizing compiler."" by Nicolas Geoffray · 10 years ago
  57. e61fd35 Revert "Re-enable tests with the optimizing compiler." by Nicolas Geoffray · 10 years ago
  58. 2055091 Re-enable tests with the optimizing compiler. by Nicolas Geoffray · 10 years ago
  59. ae43e2b Merge "Fix test-art-target error" by Nicolas Geoffray · 10 years ago
  60. 532714a Fix test-art-target error by Brian Carlstrom · 10 years ago
  61. 89522f4 Merge "Fix a bug in LiveInterval::FirstRegisterUseAfter." by Nicolas Geoffray · 10 years ago
  62. de025a7 Fix a bug in LiveInterval::FirstRegisterUseAfter. by Nicolas Geoffray · 10 years ago
  63. 84691ba Merge "Re-enable tests with the optimizing compiler." by Nicolas Geoffray · 10 years ago
  64. e7248f2 Merge "Really use GCC for ARM64" by Sebastien Hertz · 10 years ago
  65. ea521dc Really use GCC for ARM64 by Sebastien Hertz · 10 years ago
  66. 77c0b8d Merge "Address comments on change 45d26c86b00580593067ca42091ad66cf7dc4f7c" by Brian Carlstrom · 10 years ago
  67. 85a9336 Address comments on change 45d26c86b00580593067ca42091ad66cf7dc4f7c by Brian Carlstrom · 10 years ago
  68. 58fb36a Merge "Fix build rule." by Nicolas Geoffray · 10 years ago
  69. f5449a2 Fix build rule. by Nicolas Geoffray · 10 years ago
  70. b1cbf58 Merge "Re-enable tests with the optimizing compiler." by Nicolas Geoffray · 10 years ago
  71. f61b537 Re-enable tests with the optimizing compiler. by Nicolas Geoffray · 10 years ago
  72. cbb0e80 Merge "Use reader lock of bulk free lock when not freeing." by Mathieu Chartier · 10 years ago
  73. a1c1c71 Use reader lock of bulk free lock when not freeing. by Mathieu Chartier · 10 years ago
  74. 5dcdc93 Merge "Fix implicit check option handling for non-cross-compiles" by Dave Allison · 10 years ago
  75. ca3aaba Fix implicit check option handling for non-cross-compiles by Dave Allison · 10 years ago
  76. 9658d24 Merge "Fixed ImageWriter timings not being written out." by Brian Carlstrom · 10 years ago
  77. b03a0ec Fixed ImageWriter timings not being written out. by Alex Light · 10 years ago
  78. fbd18f1 Merge "Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter"" by Andreas Gampe · 10 years ago
  79. de68676 Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter" by Andreas Gampe · 10 years ago
  80. 7e47f71 Merge "ART: Split out more cases of Load/StoreRef, volatile as parameter" by Andreas Gampe · 10 years ago
  81. 27113be Merge "Revert "Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter""" by Andreas Gampe · 10 years ago
  82. 3c12c51 Revert "Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter"" by Andreas Gampe · 10 years ago
  83. 1528b02 Merge "Add some more instruction support to optimizing compiler." by Dave Allison · 10 years ago
  84. 20dfc79 Add some more instruction support to optimizing compiler. by Dave Allison · 10 years ago
  85. a76724f Merge "Use GCC on ARM64" by Sebastien Hertz · 10 years ago
  86. 1bc6772 Merge "Log profile info only on debug builds." by Calin Juravle · 10 years ago
  87. 7db22606 Merge "Always compile leafs during profile based compilation." by Calin Juravle · 10 years ago
  88. ad1e79f Merge "Move trampolines to thumb2 instead of ARM" by Dave Allison · 10 years ago
  89. 2689fba ART: Split out more cases of Load/StoreRef, volatile as parameter by Andreas Gampe · 10 years ago
  90. 50abf0a Move trampolines to thumb2 instead of ARM by Dave Allison · 10 years ago
  91. 08f7a2d Log profile info only on debug builds. by Calin Juravle · 10 years ago
  92. 38a0904 Always compile leafs during profile based compilation. by Calin Juravle · 10 years ago
  93. 9462a31 Merge "x86_64: Correct fix for cmp-long" by Bill Buzbee · 10 years ago
  94. 1c55703 x86_64: Correct fix for cmp-long by Serguei Katkov · 10 years ago
  95. 3c6c464 Merge "Mac doesn't define MAP_ANONYMOUS" by Ian Rogers · 10 years ago
  96. d6b6865 Mac doesn't define MAP_ANONYMOUS by Ian Rogers · 10 years ago
  97. be781e5 Merge "Revert "Revert "ART: Fix StoreValue to use RefDisp when necessary.""" by Andreas Gampe · 10 years ago
  98. 2073e75 Revert "Revert "ART: Fix StoreValue to use RefDisp when necessary."" by Andreas Gampe · 10 years ago
  99. dd79f21 Merge "Limit the size of files created by run-test to 2MB." by Ian Rogers · 10 years ago
  100. 997f0f9 Limit the size of files created by run-test to 2MB. by Ian Rogers · 10 years ago