1. 31d09c7 am 7c66c8df: Merge "Fix null pointer check elimination for catch entries." by Vladimir Marko · 11 years ago
  2. f75cf7d am cdd185b8: Merge "Rules depend on DEX2OATD, not DEX2OATD_DEPENDENCY." by Nicolas Geoffray · 11 years ago
  3. 8faf95f am f9d6aede: Use vabs/fabs on arm/arm64 for intrinsic abs(). by Vladimir Marko · 11 years ago
  4. 7c66c8d Merge "Fix null pointer check elimination for catch entries." by Vladimir Marko · 11 years ago
  5. cdd185b Merge "Rules depend on DEX2OATD, not DEX2OATD_DEPENDENCY." by Nicolas Geoffray · 11 years ago
  6. b1efe97 Rules depend on DEX2OATD, not DEX2OATD_DEPENDENCY. by Nicolas Geoffray · 11 years ago
  7. 386f173 am d83d1a7e: Merge "Fix x86 instrumentation exit entrypoint and trace size limit." by Jeff Hao · 11 years ago
  8. 97ef247 am ab9167bd: Merge "Changed default non-full tests to be prebuild." by Andreas Gampe · 11 years ago
  9. 4e996f6 am 2ac30da0: (-s ours) Merge "Recycle mem-maps for collector transitions." by Mathieu Chartier · 11 years ago
  10. 2ed7af2 am 7326ff0a: Merge "Fix build, missing spaces around =/<." by Mingyao Yang · 11 years ago
  11. 7d4c57b am ddc21198: Merge "Put oat test output on stderr." by Ian Rogers · 11 years ago
  12. 228b65b am c389c97c: Merge "Set vtable in class object to null after linking." by Mingyao Yang · 11 years ago
  13. 00b3a96 am c836fcbb: Merge "Made sync-test actually wait for first thread to start." by Andreas Gampe · 11 years ago
  14. 8e87e14 am f645a02c: Merge "ART: Fix checks for relocation delta" by Andreas Gampe · 11 years ago
  15. 990f4e7 am 306cd217: Merge "ART: Blacklist relocate option in oat tests" by Andreas Gampe · 11 years ago
  16. 2ac30da Merge "Recycle mem-maps for collector transitions." by Mathieu Chartier · 11 years ago
  17. b363f66 Recycle mem-maps for collector transitions. by Mathieu Chartier · 11 years ago
  18. 0a810d2 Fix null pointer check elimination for catch entries. by Vladimir Marko · 11 years ago
  19. 7cd14d4 am d2d90ecc: Merge "Make unit test tell if a method is a leaf." by Nicolas Geoffray · 11 years ago
  20. c836fcb Merge "Made sync-test actually wait for first thread to start." by Andreas Gampe · 11 years ago
  21. 8d9044b Made sync-test actually wait for first thread to start. by Alex Light · 11 years ago
  22. f645a02 Merge "ART: Fix checks for relocation delta" by Andreas Gampe · 11 years ago
  23. 45232a4 ART: Fix checks for relocation delta by Andreas Gampe · 11 years ago
  24. 306cd21 Merge "ART: Blacklist relocate option in oat tests" by Andreas Gampe · 11 years ago
  25. 508c1c1 ART: Blacklist relocate option in oat tests by Andreas Gampe · 11 years ago
  26. d83d1a7 Merge "Fix x86 instrumentation exit entrypoint and trace size limit." by Jeff Hao · 11 years ago
  27. cf2e7b0 Fix x86 instrumentation exit entrypoint and trace size limit. by Jeff Hao · 11 years ago
  28. ab9167b Merge "Changed default non-full tests to be prebuild." by Andreas Gampe · 11 years ago
  29. 9d72253 Changed default non-full tests to be prebuild. by Alex Light · 11 years ago
  30. 7326ff0 Merge "Fix build, missing spaces around =/<." by Mingyao Yang · 11 years ago
  31. 1a12858 Fix build, missing spaces around =/<. by Mingyao Yang · 11 years ago
  32. ddc2119 Merge "Put oat test output on stderr." by Ian Rogers · 11 years ago
  33. d2c0b09 Put oat test output on stderr. by Ian Rogers · 11 years ago
  34. c389c97 Merge "Set vtable in class object to null after linking." by Mingyao Yang · 11 years ago
  35. 2cdbad7 Set vtable in class object to null after linking. by Mingyao Yang · 11 years ago
  36. a534eea am 16fc9f61: Merge "Runtime can now be set to require relocation" by Andreas Gampe · 11 years ago
  37. f9d6aed Use vabs/fabs on arm/arm64 for intrinsic abs(). by Vladimir Marko · 11 years ago
  38. d4c3ba8 am 84568fdf: Merge "Interpreter can kick in even when implicit checks are enabled." by Nicolas Geoffray · 11 years ago
  39. 575541c am e10a0bd0: Merge "Stack overflow checks and NPE checks for optimizing." by Nicolas Geoffray · 11 years ago
  40. 9efa6cf am 2983d230: Merge "Use vabs/fabs on arm/arm64 for intrinsic abs()." by Vladimir Marko · 11 years ago
  41. b17f61e am ebb6b5c9: Merge "Avoid marking erroneous classes as erroneous twice." by Ian Rogers · 11 years ago
  42. 2caead0 am 9d9fec65: Merge "ART: Throw StackOverflowError in native code" by Andreas Gampe · 11 years ago
  43. 4971caf am 7ff831f6: Merge "ART: Check high part of dalvik register pairs on put-wide" by Andreas Gampe · 11 years ago
  44. 115323d am 0a142c96: Merge "Redirect failing test output to stderr." by Ian Rogers · 11 years ago
  45. 5c3eb27 am 9cdde520: Merge "ART: Increase command buffer size in assembler_thumb_test" by Ian Rogers · 11 years ago
  46. f63063c am 01bd8e3d: Merge "Revert "Disable adding main and non moving spaces to immune region in GSS"" into lmp-dev by Mathieu Chartier · 11 years ago
  47. 44dec91 am 96823a65: Merge "Add detection of zygote vs app vs image objects in hprof" by Mathieu Chartier · 11 years ago
  48. cc9c29c am c62944ad: Merge "Add read barriers for the GC roots in Instrumentation." by Hiroshi Yamauchi · 11 years ago
  49. 99294a8 am 719ca5ad: Merge "Fix erroneous behaviors with OOME present." by Ian Rogers · 11 years ago
  50. 16fc9f6 Merge "Runtime can now be set to require relocation" by Andreas Gampe · 11 years ago
  51. a59dd80 Runtime can now be set to require relocation by Alex Light · 11 years ago
  52. 9d9fec6 Merge "ART: Throw StackOverflowError in native code" by Andreas Gampe · 11 years ago
  53. 7ea6f79 ART: Throw StackOverflowError in native code by Andreas Gampe · 11 years ago
  54. 9cdde52 Merge "ART: Increase command buffer size in assembler_thumb_test" by Ian Rogers · 11 years ago
  55. 4470c1d ART: Increase command buffer size in assembler_thumb_test by Andreas Gampe · 11 years ago
  56. 96823a6 Merge "Add detection of zygote vs app vs image objects in hprof" by Mathieu Chartier · 11 years ago
  57. ae1ad00 Add detection of zygote vs app vs image objects in hprof by Mathieu Chartier · 11 years ago
  58. c62944a Merge "Add read barriers for the GC roots in Instrumentation." by Hiroshi Yamauchi · 11 years ago
  59. 799eb3a Add read barriers for the GC roots in Instrumentation. by Hiroshi Yamauchi · 11 years ago
  60. ae2bc93 am 1e5bc0bc: Fix bad comment in class_linker by Calin Juravle · 11 years ago
  61. 1e5bc0b Fix bad comment in class_linker by Calin Juravle · 11 years ago
  62. 81cb871 am 1a5272ed: Merge "Rename openDexFileNative to openDexFile." into lmp-dev by Narayan Kamath · 11 years ago
  63. 9774207 resolved conflicts for merge of 5554c0c0 to lmp-dev-plus-aosp by Narayan Kamath · 11 years ago
  64. bf37ff6 am a6d4bc19: Merge "Fix sizeof -> strlen to get the test to run on build servers." by Nicolas Geoffray · 11 years ago
  65. 8e4b343 am 043f89b4: Merge "Add write barriers to optimizing compiler." by Nicolas Geoffray · 11 years ago
  66. ece9403 am b5a21410: Merge "Add assembly operations with constants in optimizing compiler." by Nicolas Geoffray · 11 years ago
  67. 8d95b68 am f021cc08: ART: Also accept java.lang.Throwable as a catch-all handler. by Andreas Gampe · 11 years ago
  68. 24bebb1 am 4a3a3d4e: Merge "ART: Improve overflow detection in dex file verifier" into lmp-dev by Andreas Gampe · 11 years ago
  69. b3641da am 147eb41b: (-s ours) Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 11 years ago
  70. 7ff831f Merge "ART: Check high part of dalvik register pairs on put-wide" by Andreas Gampe · 11 years ago
  71. 2a593a1 ART: Check high part of dalvik register pairs on put-wide by Andreas Gampe · 11 years ago
  72. 0a142c9 Merge "Redirect failing test output to stderr." by Ian Rogers · 11 years ago
  73. 5182915 Redirect failing test output to stderr. by Ian Rogers · 11 years ago
  74. 719ca5a Merge "Fix erroneous behaviors with OOME present." by Ian Rogers · 11 years ago
  75. c114b5f Fix erroneous behaviors with OOME present. by Ian Rogers · 11 years ago
  76. 01bd8e3 Merge "Revert "Disable adding main and non moving spaces to immune region in GSS"" into lmp-dev by Mathieu Chartier · 11 years ago
  77. f85c2fb Revert "Disable adding main and non moving spaces to immune region in GSS" by Mathieu Chartier · 11 years ago
  78. ee45075 am 4436e926: Merge "Fix the name of a black listed run-test." by Ian Rogers · 11 years ago
  79. 553a1b2 am 4ebed4ac: Merge "Black list timing sensitive tests from gcverify and gcstress" by Ian Rogers · 11 years ago
  80. 14eb1f8 am 607cf217: Merge "Black list more trace tests." by Ian Rogers · 11 years ago
  81. f021cc0 ART: Also accept java.lang.Throwable as a catch-all handler. by Andreas Gampe · 11 years ago
  82. ca0231b am d4a6e5cc: Merge "ART: Also accept java.lang.Throwable as a catch-all handler." by Andreas Gampe · 11 years ago
  83. 64dc128 am 50246792: Merge "Run-test fix." by Ian Rogers · 11 years ago
  84. 9929e0b am a9ca9816: Merge "Add a GC stress run that uses a moving collector and small heap sizes." by Ian Rogers · 11 years ago
  85. 489b16d Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 11 years ago
  86. 639a56b am ca906544: Merge "ART: Improve overflow detection in dex file verifier" by Andreas Gampe · 11 years ago
  87. 3bb139f am 0d55759b: Merge "Add GC verification test rules." by Ian Rogers · 11 years ago
  88. 6d6f1ee am bcacf161: Merge "Allow optimizing and trace tests to be not run." by Ian Rogers · 11 years ago
  89. 7021745 am e72ff802: Merge "ART: Do not attempt to compile a method with too many registers" by Andreas Gampe · 11 years ago
  90. ca90654 Merge "ART: Improve overflow detection in dex file verifier" by Andreas Gampe · 11 years ago
  91. 294d157 am f491680e: Merge "ART: Fail dex file verification on invalid access flags" into lmp-dev by Andreas Gampe · 11 years ago
  92. 147eb41 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 11 years ago
  93. ec1fa1e am 72b660ec: Merge "x86_64: Fix GenDalvikArgsRange for 64-bit ref" by Ian Rogers · 11 years ago
  94. 6241d7e am 66a11617: Merge "Fix identifier size in the heap dump." into lmp-dev by Narayan Kamath · 11 years ago
  95. 065caaf am 027fd2f2: Merge "Improved implementation of inline of String.indexOf" by Ian Rogers · 11 years ago
  96. 4d23b98 am d6523332: Merge "Add optimized assembler implementation of __memcmp16 for x86." by Ian Rogers · 11 years ago
  97. a3aeb5b am 03fc5abc: Merge "ART: inline Math.Max/Min (float and double)" by Ian Rogers · 11 years ago
  98. acc0021 am d5673e47: Merge "Fix bad comment in class_linker" by Calin Juravle · 11 years ago
  99. 7d8591a am acb4eb12: Fix GVN to handle normal paths leading to catch entry. by Vladimir Marko · 11 years ago
  100. c08e57a am fd60fbcc: Merge "Fix GVN to handle normal paths leading to catch entry." by Vladimir Marko · 11 years ago