1. 305e60b resolved conflicts for merge of 9ef2ec9b to lmp-dev-plus-aosp by Stephen Hines · 11 years ago
  2. b3c3f93 resolved conflicts for merge of 307f6508 to lmp-dev-plus-aosp by Andreas Gampe · 11 years ago
  3. 749647c am ee2d1ada: Fix JNI compiler frame size adjustments. by Vladimir Marko · 11 years ago
  4. ee2d1ad Fix JNI compiler frame size adjustments. by Vladimir Marko · 11 years ago
  5. 51cc432 am 195bb33e: Merge "ART: Account for multidex location strings in VMClassLoader" by Andreas Gampe · 11 years ago
  6. 829cfff am 6d5e82f7: ART: Fix wrong CHECK in GetCurrentLocationForThrow by Andreas Gampe · 11 years ago
  7. c6dfd89 am b3ec51e6: ART: Relax CurrentMethodVisitor requirements on GetDexPC by Andreas Gampe · 11 years ago
  8. 6380efc am 9157c0ca: ART: Account for multidex location strings in VMClassLoader by Andreas Gampe · 11 years ago
  9. 6d5e82f ART: Fix wrong CHECK in GetCurrentLocationForThrow by Andreas Gampe · 11 years ago
  10. b3ec51e ART: Relax CurrentMethodVisitor requirements on GetDexPC by Andreas Gampe · 11 years ago
  11. 9157c0c ART: Account for multidex location strings in VMClassLoader by Andreas Gampe · 11 years ago
  12. e751e9a am 4857b868: Merge "Integrate ART with NativeBridge interfaces" by Andreas Gampe · 11 years ago
  13. 32de214 am c0dcf291: Fix stale remembered sets error. by Mathieu Chartier · 11 years ago
  14. 56aa892 am 5dc158e9: Fix access to long/double stack values from debugger by Sebastien Hertz · 11 years ago
  15. 9ef2ec9 Merge "Remove errors/warnings from tautological comparisons." into lmp-dev by Stephen Hines · 11 years ago
  16. 4df72b8 Remove errors/warnings from tautological comparisons. by Stephen Hines · 11 years ago
  17. 4857b86 Merge "Integrate ART with NativeBridge interfaces" by Andreas Gampe · 11 years ago
  18. 355383f Integrate ART with NativeBridge interfaces by Yong WU · 11 years ago
  19. 338eb23 am 54f3c041: Merge "Fix memory leak in RemoveRememberedSet." by Mathieu Chartier · 11 years ago
  20. fcc91b8 resolved conflicts for merge of bebee4fd to lmp-dev-plus-aosp by Andreas Gampe · 11 years ago
  21. b8eb3ad am d68168e9: Merge "ART: Do not attempt to compile a method with too many registers" into lmp-dev by Andreas Gampe · 11 years ago
  22. 337dfe0 am 1f710373: Merge "ART: Check high part of dalvik register pairs on put-wide" into lmp-dev by Andreas Gampe · 11 years ago
  23. 15b707b am 0f45f22e: (-s ours) ART: Throw StackOverflowError in native code by Andreas Gampe · 11 years ago
  24. 204e57c resolved conflicts for merge of 7521704f to lmp-dev-plus-aosp by Mathieu Chartier · 11 years ago
  25. c0dcf29 Fix stale remembered sets error. by Mathieu Chartier · 11 years ago
  26. 797517a am ca928ba8: Merge "Fix access to long/double stack values from debugger" by Sebastien Hertz · 11 years ago
  27. 5dc158e Fix access to long/double stack values from debugger by Sebastien Hertz · 11 years ago
  28. 118dbba am 3017527b: Merge "Increase limit to 2600 on host clang builds for frame size." by Stephen Hines · 11 years ago
  29. 50985c8 am 7f9c8f7b: Merge "Update frame-larger-than limit to 2440 for new clang." by Stephen Hines · 11 years ago
  30. 8eb3894 am 488deba5: Merge "Reduce allocations in ParallelGC test." by Mathieu Chartier · 11 years ago
  31. 26ff0b1 am cfd31c5e: Merge "Use a (somewhat) more documented environment variable." by Nicolas Geoffray · 11 years ago
  32. 195bb33 Merge "ART: Account for multidex location strings in VMClassLoader" by Andreas Gampe · 11 years ago
  33. cb8f9e8 ART: Account for multidex location strings in VMClassLoader by Andreas Gampe · 11 years ago
  34. bebee4f ART: Refactor GenSelect, refactor gen_common accordingly by Andreas Gampe · 11 years ago
  35. 2bdbeec am 75c99e9d: Merge "x86: GenSelect utility update" by Andreas Gampe · 11 years ago
  36. 0f45f22 ART: Throw StackOverflowError in native code by Andreas Gampe · 11 years ago
  37. b94ed50 resolved conflicts for merge of 38c488bc to lmp-dev-plus-aosp by Mathieu Chartier · 11 years ago
  38. 38c488b Recycle mem-maps for collector transitions. by Mathieu Chartier · 11 years ago
  39. f4afc70 am 0346b6be: Merge "Fix run-test --trace option if --host is specified after." by Jeff Hao · 11 years ago
  40. 8060f68 am b76cac63: Revert "Revert "Disable adding main and non moving spaces to immune region in GSS"" by Mathieu Chartier · 11 years ago
  41. b76cac6 Revert "Revert "Disable adding main and non moving spaces to immune region in GSS"" by Mathieu Chartier · 11 years ago
  42. cfd31c5 Merge "Use a (somewhat) more documented environment variable." by Nicolas Geoffray · 11 years ago
  43. 6fbcc12 Use a (somewhat) more documented environment variable. by Nicolas Geoffray · 11 years ago
  44. ca928ba Merge "Fix access to long/double stack values from debugger" by Sebastien Hertz · 11 years ago
  45. 6590cb0 am cf60db36: Merge "ART: Fix x86_64 instrumentation_exit, also movsd -> movq" by Andreas Gampe · 11 years ago
  46. 40f5349 am 80b3f96e: Merge "Add test-art-*-run-test-###-test-name32/64 test targets." by Andreas Gampe · 11 years ago
  47. e1603a5 am b37576bb: Merge "ART: Fix erroneous output" by Andreas Gampe · 11 years ago
  48. 9871afa resolved conflicts for merge of 525f2f30 to lmp-dev-plus-aosp by Andreas Gampe · 11 years ago
  49. 54f3c04 Merge "Fix memory leak in RemoveRememberedSet." by Mathieu Chartier · 11 years ago
  50. 5189e24 Fix memory leak in RemoveRememberedSet. by Mathieu Chartier · 11 years ago
  51. 3017527 Merge "Increase limit to 2600 on host clang builds for frame size." by Stephen Hines · 11 years ago
  52. 1159727 Increase limit to 2600 on host clang builds for frame size. by Stephen Hines · 11 years ago
  53. 488deba Merge "Reduce allocations in ParallelGC test." by Mathieu Chartier · 11 years ago
  54. ac3cea0 Reduce allocations in ParallelGC test. by Mathieu Chartier · 11 years ago
  55. 7f9c8f7 Merge "Update frame-larger-than limit to 2440 for new clang." by Stephen Hines · 11 years ago
  56. 67a4338 Update frame-larger-than limit to 2440 for new clang. by Stephen Hines · 11 years ago
  57. 75c99e9 Merge "x86: GenSelect utility update" by Andreas Gampe · 11 years ago
  58. 0346b6b Merge "Fix run-test --trace option if --host is specified after." by Jeff Hao · 11 years ago
  59. 85139a3 Fix run-test --trace option if --host is specified after. by Jeff Hao · 11 years ago
  60. 7521704 Merge "Fix stale remembered sets error." by Mathieu Chartier · 11 years ago
  61. c5a8347 Fix stale remembered sets error. by Mathieu Chartier · 11 years ago
  62. d68168e Merge "ART: Do not attempt to compile a method with too many registers" into lmp-dev by Andreas Gampe · 11 years ago
  63. b07bba1 ART: Do not attempt to compile a method with too many registers by Andreas Gampe · 11 years ago
  64. 1f71037 Merge "ART: Check high part of dalvik register pairs on put-wide" into lmp-dev by Andreas Gampe · 11 years ago
  65. 328fbbf ART: Check high part of dalvik register pairs on put-wide by Andreas Gampe · 11 years ago
  66. 0ebe2f8 am f5881ed6: ART: Fix x86_64 instrumentation_exit, also movsd -> movq by Andreas Gampe · 11 years ago
  67. 80a98c0 am 2c240f79: Fix x86 instrumentation exit entrypoint and trace size limit. by Jeff Hao · 11 years ago
  68. f5881ed ART: Fix x86_64 instrumentation_exit, also movsd -> movq by Andreas Gampe · 11 years ago
  69. 2c240f7 Fix x86 instrumentation exit entrypoint and trace size limit. by Jeff Hao · 11 years ago
  70. 307f650 Merge "ART: Relax CurrentMethodVisitor requirements on GetDexPC" by Andreas Gampe · 11 years ago
  71. 4a8c3fa ART: Relax CurrentMethodVisitor requirements on GetDexPC by Andreas Gampe · 11 years ago
  72. a7dfd3c am 7dfc30b5: Merge "Use the TMPDIR environment variable for test directory if set." by Ian Rogers · 11 years ago
  73. 51b24bf am 4490ff42: Merge "Rewrite topological sort order and improve GVN." into lmp-dev by Vladimir Marko · 11 years ago
  74. 2009852 am 293caab6: Fix null pointer check elimination for catch entries. by Vladimir Marko · 11 years ago
  75. 4de0d3f am 0edcfd64: Merge "Fix implicit stack overflow check on optimizing/x86." by Nicolas Geoffray · 11 years ago
  76. 93fcbaa am 8bf67c21: Merge "Rewrite topological sort order and improve GVN." by Vladimir Marko · 11 years ago
  77. c518fae am 055fb15e: Merge "Use the correct HOST_ARCH for oat files." by Nicolas Geoffray · 11 years ago
  78. 31d09c7 am 7c66c8df: Merge "Fix null pointer check elimination for catch entries." by Vladimir Marko · 11 years ago
  79. f75cf7d am cdd185b8: Merge "Rules depend on DEX2OATD, not DEX2OATD_DEPENDENCY." by Nicolas Geoffray · 11 years ago
  80. 293caab Fix null pointer check elimination for catch entries. by Vladimir Marko · 11 years ago
  81. 8faf95f am f9d6aede: Use vabs/fabs on arm/arm64 for intrinsic abs(). by Vladimir Marko · 11 years ago
  82. 9ee4519 x86: GenSelect utility update by Serguei Katkov · 11 years ago
  83. 4490ff4 Merge "Rewrite topological sort order and improve GVN." into lmp-dev by Vladimir Marko · 11 years ago
  84. 1fd4821 Rewrite topological sort order and improve GVN. by Vladimir Marko · 11 years ago
  85. 8bf67c2 Merge "Rewrite topological sort order and improve GVN." by Vladimir Marko · 11 years ago
  86. 55fff04 Rewrite topological sort order and improve GVN. by Vladimir Marko · 11 years ago
  87. 055fb15 Merge "Use the correct HOST_ARCH for oat files." by Nicolas Geoffray · 11 years ago
  88. d0f04f7 Use the correct HOST_ARCH for oat files. by Nicolas Geoffray · 11 years ago
  89. 7c66c8d Merge "Fix null pointer check elimination for catch entries." by Vladimir Marko · 11 years ago
  90. 0edcfd6 Merge "Fix implicit stack overflow check on optimizing/x86." by Nicolas Geoffray · 11 years ago
  91. 397f2e4 Fix implicit stack overflow check on optimizing/x86. by Nicolas Geoffray · 11 years ago
  92. cdd185b Merge "Rules depend on DEX2OATD, not DEX2OATD_DEPENDENCY." by Nicolas Geoffray · 11 years ago
  93. b1efe97 Rules depend on DEX2OATD, not DEX2OATD_DEPENDENCY. by Nicolas Geoffray · 11 years ago
  94. 386f173 am d83d1a7e: Merge "Fix x86 instrumentation exit entrypoint and trace size limit." by Jeff Hao · 11 years ago
  95. 97ef247 am ab9167bd: Merge "Changed default non-full tests to be prebuild." by Andreas Gampe · 11 years ago
  96. 4e996f6 am 2ac30da0: (-s ours) Merge "Recycle mem-maps for collector transitions." by Mathieu Chartier · 11 years ago
  97. 2ed7af2 am 7326ff0a: Merge "Fix build, missing spaces around =/<." by Mingyao Yang · 11 years ago
  98. 7d4c57b am ddc21198: Merge "Put oat test output on stderr." by Ian Rogers · 11 years ago
  99. 228b65b am c389c97c: Merge "Set vtable in class object to null after linking." by Mingyao Yang · 11 years ago
  100. 00b3a96 am c836fcbb: Merge "Made sync-test actually wait for first thread to start." by Andreas Gampe · 11 years ago