1. 2e4232c Adjust ProfileSaver strategy am: 5fbb0fe062 by Calin Juravle · 9 years ago
  2. 5fbb0fe Adjust ProfileSaver strategy by Calin Juravle · 9 years ago
  3. a38d8fe Merge "Make quick frames of proxy methods visited if they\'re constructors." into nyc-dev by Jeff Hao · 9 years ago
  4. 04f511b Merge "Make quick frames of proxy methods visited if they're constructors." into nyc-dev by Jeff Hao · 9 years ago
  5. 2598612 Reject classes inheriting from themselves directly or transitively. by Roland Levillain · 9 years ago
  6. 9de98ef Reject classes inheriting from themselves directly or transitively. by Roland Levillain · 9 years ago
  7. 12c08f0 Make quick frames of proxy methods visited if they're constructors. by Jeff Hao · 9 years ago
  8. 2ece5fc Ensure that java.lang.reflect.Field is initialized am: 6cb4ccbd0d by Przemyslaw Szczepaniak · 9 years ago
  9. 6cb4ccb Ensure that java.lang.reflect.Field is initialized by Przemyslaw Szczepaniak · 9 years ago
  10. 5446a4d Fix oatdump crash on arm64/arm code. Also adds 16 bit literal information. by Aart Bik · 9 years ago
  11. a6e95b3 Fix oatdump crash on arm64/arm code. Also adds 16 bit literal information. by Aart Bik · 9 years ago
  12. 80cb99f Merge "Don\'t expect permission to open foreign dex use marks." into nyc-dev by Richard Uhler · 9 years ago
  13. 28e1a50 Merge "Don't expect permission to open foreign dex use marks." into nyc-dev by Richard Uhler · 9 years ago
  14. 5ce37ec Merge "Fix another case of live_in at irreducible loop entry." into nyc-dev by Nicolas Geoffray · 9 years ago
  15. bf0c2e7 Merge "Fix another case of live_in at irreducible loop entry." into nyc-dev by TreeHugger Robot · 9 years ago
  16. f5dfb25 Merge "Prevent ArtMethod clearing race" into nyc-dev am: f8e5d94a12 by Mathieu Chartier · 9 years ago
  17. f8e5d94 Merge "Prevent ArtMethod clearing race" into nyc-dev by Mathieu Chartier · 9 years ago
  18. fc3ec7b Add histogram for native allocations am: 0dce75dc69 by Mathieu Chartier · 9 years ago
  19. 92091bd Prevent ArtMethod clearing race by Mathieu Chartier · 9 years ago
  20. 0dce75d Add histogram for native allocations by Mathieu Chartier · 9 years ago
  21. 12e4157 Don't expect permission to open foreign dex use marks. by Richard Uhler · 9 years ago
  22. 77ce643 Fix another case of live_in at irreducible loop entry. by Nicolas Geoffray · 9 years ago
  23. 518ddba Merge changes from topic \'native_unloads\' into nyc-dev am: ab249381b4 by Mathieu Chartier · 9 years ago
  24. ab24938 Merge changes from topic 'native_unloads' into nyc-dev by Mathieu Chartier · 9 years ago
  25. ba17f45 Fix libarttest to be non debug by Mathieu Chartier · 9 years ago
  26. 31d1937 Merge "Break the debug cycle!" into nyc-dev am: 0faf1514b5 by Aart Bik · 9 years ago
  27. 0faf151 Merge "Break the debug cycle!" into nyc-dev by Aart Bik · 9 years ago
  28. ab9ca53 Change test 136 to use dlopen by Mathieu Chartier · 9 years ago
  29. 769e758 Revert "Revert "Remove double unloading hack"" by Mathieu Chartier · 9 years ago
  30. a15b127 Revert "Revert "Revert "Revert "(dl)Close native libraries on unload"""" by Mathieu Chartier · 9 years ago
  31. e5ee7fb Merge "Initialize native loader before starting runtime" into nyc-dev by Dimitry Ivanov · 9 years ago
  32. b0251e8 Merge "Initialize native loader before starting runtime" into nyc-dev by Dimitry Ivanov · 9 years ago
  33. b28abe4 Break the debug cycle! by Aart Bik · 9 years ago
  34. 740eed0 Merge "Make all java.lang.reflect.Constructor methods handle proxies." into nyc-dev by Alex Light · 9 years ago
  35. d43f57e Merge "Make all java.lang.reflect.Constructor methods handle proxies." into nyc-dev by Alex Light · 9 years ago
  36. ac1579f Fix issue with Constructor proxies. am: 2f7c9d9613 by Alex Light · 9 years ago
  37. 2b86767 Initialize native loader before starting runtime by Dimitry Ivanov · 9 years ago
  38. 3e0eff4 Make all java.lang.reflect.Constructor methods handle proxies. by Alex Light · 9 years ago
  39. 2f7c9d9 Fix issue with Constructor proxies. by Alex Light · 9 years ago
  40. 2e98af8 Reduce memory usage of SSA Phi elimination and make it faster. am: 63347bbb6d by Vladimir Marko · 9 years ago
  41. 1a19752 Attribute arena allocations previously marked as STL. am: a26b3c51bf by Vladimir Marko · 9 years ago
  42. 63347bb Reduce memory usage of SSA Phi elimination and make it faster. by Vladimir Marko · 9 years ago
  43. a26b3c5 Attribute arena allocations previously marked as STL. by Vladimir Marko · 9 years ago
  44. 4b50231 Merge "Fix ProtoId ordering check in DexFileVerifier." into nyc-dev by Vladimir Marko · 9 years ago
  45. f11e547 Merge "Fix ProtoId ordering check in DexFileVerifier." into nyc-dev by Vladimir Marko · 9 years ago
  46. d5f2d71 Merge "ART: Fix dominance for irreducible loops" into nyc-dev am: 74acb01900 by David Brazdil · 9 years ago
  47. 74acb01 Merge "ART: Fix dominance for irreducible loops" into nyc-dev by TreeHugger Robot · 9 years ago
  48. 7e589fe ART: Fix dominance for irreducible loops by David Brazdil · 9 years ago
  49. 9bd34a4 Merge "Fix index checks for error strings in DexFileVerifier." into nyc-dev by Vladimir Marko · 9 years ago
  50. d6bcae6 Fix ProtoId ordering check in DexFileVerifier. by Vladimir Marko · 9 years ago
  51. 23fddf8 Merge "Fix index checks for error strings in DexFileVerifier." into nyc-dev by Vladimir Marko · 9 years ago
  52. 9eff162 Merge "Optimizing: LoadString may not have any side effects." into nyc-dev by Vladimir Marko · 9 years ago
  53. b7a459b Merge "Optimizing: LoadString may not have any side effects." into nyc-dev by Vladimir Marko · 9 years ago
  54. 30d71a2 Merge "Relax the DCHECK in load store elimination." into nyc-dev am: 6282080843 by Nicolas Geoffray · 9 years ago
  55. 5f0e8fd Workaround invokesuper underspecified behavior. am: ffaa91d39b by Aart Bik · 9 years ago
  56. bf12e4d Optimizing: LoadString may not have any side effects. by Vladimir Marko · 9 years ago
  57. 6282080 Merge "Relax the DCHECK in load store elimination." into nyc-dev by TreeHugger Robot · 9 years ago
  58. fd175b1 Fix index checks for error strings in DexFileVerifier. by Vladimir Marko · 9 years ago
  59. bb2c93b Relax the DCHECK in load store elimination. by Nicolas Geoffray · 9 years ago
  60. ffaa91d Workaround invokesuper underspecified behavior. by Aart Bik · 9 years ago
  61. 559de5b Merge "Hold a ClassLoader reference in NativeAllocationRegistry." into nyc-dev by Richard Uhler · 9 years ago
  62. ceeb3b7 Merge "Hold a ClassLoader reference in NativeAllocationRegistry." into nyc-dev by Richard Uhler · 9 years ago
  63. 4e85ac8 Merge "Fix braino when parsing invoke transition weight." into nyc-dev by Nicolas Geoffray · 9 years ago
  64. 025db8d Merge "Fix braino when parsing invoke transition weight." into nyc-dev by TreeHugger Robot · 9 years ago
  65. 95bc2f2 Fix braino when parsing invoke transition weight. by Nicolas Geoffray · 9 years ago
  66. f44ddcb Fix test for verification of clinit method am: c30bc58d94 by Alex Light · 9 years ago
  67. c30bc58 Fix test for verification of clinit method by Alex Light · 9 years ago
  68. cc06237 Merge "Make <clinit> verification stronger for v37+." into nyc-dev by Alex Light · 9 years ago
  69. 53685b0 Merge "Make <clinit> verification stronger for v37+." into nyc-dev by TreeHugger Robot · 9 years ago
  70. 63aa766 Merge "Fix libart tests on target" into nyc-dev am: 89f4eb5d93 by Dimitry Ivanov · 9 years ago
  71. dc6564f Remove a common subexpression from profman output am: 727074b62e by David Sehr · 9 years ago
  72. 89f4eb5 Merge "Fix libart tests on target" into nyc-dev by TreeHugger Robot · 9 years ago
  73. 8d8118a Make <clinit> verification stronger for v37+. by Alex Light · 9 years ago
  74. 1c95192 Fix libart tests on target by Dimitry Ivanov · 9 years ago
  75. 727074b Remove a common subexpression from profman output by David Sehr · 9 years ago
  76. bae7d1e Stop populating irreducible loop at header am: e4a97f9268 by David Brazdil · 9 years ago
  77. e4a97f9 Stop populating irreducible loop at header by David Brazdil · 9 years ago
  78. 4f3a160 Add braces per the coding convention am: 64b0f0bf5b by David Sehr · 9 years ago
  79. 64b0f0b Add braces per the coding convention by David Sehr · 9 years ago
  80. 4fbc150 Limit profman log spam with time threshold am: 305ed710a8 by David Sehr · 9 years ago
  81. 305ed71 Limit profman log spam with time threshold by David Sehr · 9 years ago
  82. 267e25a Merge "Revert "(dl)Close native libraries on unload"" into nyc-dev by Nicolas Geoffray · 9 years ago
  83. 2ded6f2 Merge "Revert "(dl)Close native libraries on unload"" into nyc-dev by Nicolas Geoffray · 9 years ago
  84. 2723387 Revert "(dl)Close native libraries on unload" by Nicolas Geoffray · 9 years ago
  85. fe766ff Merge "(dl)Close native libraries on unload" into nyc-dev am: 38e6af0aee by Dimitry Ivanov · 9 years ago
  86. 38e6af0 Merge "(dl)Close native libraries on unload" into nyc-dev by Dimitry Ivanov · 9 years ago
  87. 915ec4d Merge "Do not look at dead phis during SsaRedundantPhiElimination." into nyc-dev by Nicolas Geoffray · 9 years ago
  88. e4c30e4 Merge "Do not look at dead phis during SsaRedundantPhiElimination." into nyc-dev by TreeHugger Robot · 9 years ago
  89. 89db4e6 Do not look at dead phis during SsaRedundantPhiElimination. by Nicolas Geoffray · 9 years ago
  90. 1e18a5c Merge "Check if a class is verified before visiting profiling info." into nyc-dev by Nicolas Geoffray · 9 years ago
  91. 1c113cd Merge "Check if a class is verified before visiting profiling info." into nyc-dev by TreeHugger Robot · 9 years ago
  92. c47387d Merge "Put a handle on the String object." into nyc-dev am: e9425382bd by Nicolas Geoffray · 9 years ago
  93. e128d74 Check if a class is verified before visiting profiling info. by Nicolas Geoffray · 9 years ago
  94. e942538 Merge "Put a handle on the String object." into nyc-dev by TreeHugger Robot · 9 years ago
  95. f57e4a4 Put a handle on the String object. by Nicolas Geoffray · 9 years ago
  96. 3f23438 Merge "ART: Dump more OatDexFile data in oatdump" into nyc-dev am: 040bd29547 by Andreas Gampe · 9 years ago
  97. 040bd29 Merge "ART: Dump more OatDexFile data in oatdump" into nyc-dev by TreeHugger Robot · 9 years ago
  98. 7b8a321 Fix vtable corruption. am: b554343e1d by Alex Light · 9 years ago
  99. 35f0119 (dl)Close native libraries on unload by Dimitry Ivanov · 9 years ago
  100. b554343 Fix vtable corruption. by Alex Light · 9 years ago