1. 1e8a22f Merge "ART: Check whether an oat file exists before opening" into nyc-dev by Andreas Gampe · 9 years ago
  2. 8a325a9 Merge "Do not allow OSR jump while debugging is active." into nyc-dev by Aart Bik · 9 years ago
  3. 5ecab6e Do not allow OSR jump while debugging is active. by Aart Bik · 9 years ago
  4. 29173de Merge "Add missing check for IsShuttingDown in profile saver" into nyc-dev by TreeHugger Robot · 9 years ago
  5. 0233a41 Add missing check for IsShuttingDown in profile saver by Calin Juravle · 9 years ago
  6. 84c5ad8 Merge "Fix profile saver initial wait" into nyc-dev by Mathieu Chartier · 9 years ago
  7. 79d123f Merge "Revert "Move rewritten StringFactory call results into dex registers for deopt"" into nyc-dev by TreeHugger Robot · 9 years ago
  8. 5a6171d Revert "Move rewritten StringFactory call results into dex registers for deopt" by Roland Levillain · 9 years ago
  9. 17fc4bd ART: Fix Mac build by Andreas Gampe · 9 years ago
  10. d9a720b ART: Check whether an oat file exists before opening by Andreas Gampe · 9 years ago
  11. b938d19 Merge "ART: Optimize PreSetup pass for oat-file open" into nyc-dev by TreeHugger Robot · 9 years ago
  12. 0ec065d Fix profile saver initial wait by Mathieu Chartier · 9 years ago
  13. 9821cce ART: Optimize PreSetup pass for oat-file open by Andreas Gampe · 9 years ago
  14. 0ea451b Move rewritten StringFactory call results into dex registers for deopt by Mingyao Yang · 9 years ago
  15. 3fdf31d Merge "Catch classes inheriting from themselves in the class linker." into nyc-dev by Roland Levillain · 9 years ago
  16. 90328ac Catch classes inheriting from themselves in the class linker. by Roland Levillain · 9 years ago
  17. 825ab1c ART: Fix systrace monitor logging by Andreas Gampe · 9 years ago
  18. cd38fb2 Merge "Revert "Reject classes inheriting from themselves directly or transitively."" into nyc-dev by TreeHugger Robot · 9 years ago
  19. 1b95ffd Merge "Visit IMT of all classes during image writing" into nyc-dev by Mathieu Chartier · 9 years ago
  20. 77143f7 Revert "Reject classes inheriting from themselves directly or transitively." by Nicolas Geoffray · 9 years ago
  21. 54689b7 Visit IMT of all classes during image writing by Mathieu Chartier · 9 years ago
  22. d2451e4 Merge "Fix assert failure in interpreter after deoptimization." into nyc-dev by Mingyao Yang · 9 years ago
  23. 5fbb0fe Adjust ProfileSaver strategy by Calin Juravle · 9 years ago
  24. 04f511b Merge "Make quick frames of proxy methods visited if they're constructors." into nyc-dev by Jeff Hao · 9 years ago
  25. 9de98ef Reject classes inheriting from themselves directly or transitively. by Roland Levillain · 9 years ago
  26. 12c08f0 Make quick frames of proxy methods visited if they're constructors. by Jeff Hao · 9 years ago
  27. 6cb4ccb Ensure that java.lang.reflect.Field is initialized by Przemyslaw Szczepaniak · 9 years ago
  28. a6e95b3 Fix oatdump crash on arm64/arm code. Also adds 16 bit literal information. by Aart Bik · 9 years ago
  29. 28e1a50 Merge "Don't expect permission to open foreign dex use marks." into nyc-dev by Richard Uhler · 9 years ago
  30. bf0c2e7 Merge "Fix another case of live_in at irreducible loop entry." into nyc-dev by TreeHugger Robot · 9 years ago
  31. f8e5d94 Merge "Prevent ArtMethod clearing race" into nyc-dev by Mathieu Chartier · 9 years ago
  32. 92091bd Prevent ArtMethod clearing race by Mathieu Chartier · 9 years ago
  33. 0dce75d Add histogram for native allocations by Mathieu Chartier · 9 years ago
  34. 12e4157 Don't expect permission to open foreign dex use marks. by Richard Uhler · 9 years ago
  35. 0b80b74 Fix assert failure in interpreter after deoptimization. by Mingyao Yang · 9 years ago
  36. 77ce643 Fix another case of live_in at irreducible loop entry. by Nicolas Geoffray · 9 years ago
  37. ab24938 Merge changes from topic 'native_unloads' into nyc-dev by Mathieu Chartier · 9 years ago
  38. ba17f45 Fix libarttest to be non debug by Mathieu Chartier · 9 years ago
  39. 0faf151 Merge "Break the debug cycle!" into nyc-dev by Aart Bik · 9 years ago
  40. ab9ca53 Change test 136 to use dlopen by Mathieu Chartier · 9 years ago
  41. 769e758 Revert "Revert "Remove double unloading hack"" by Mathieu Chartier · 9 years ago
  42. a15b127 Revert "Revert "Revert "Revert "(dl)Close native libraries on unload"""" by Mathieu Chartier · 9 years ago
  43. b0251e8 Merge "Initialize native loader before starting runtime" into nyc-dev by Dimitry Ivanov · 9 years ago
  44. b28abe4 Break the debug cycle! by Aart Bik · 9 years ago
  45. d43f57e Merge "Make all java.lang.reflect.Constructor methods handle proxies." into nyc-dev by Alex Light · 9 years ago
  46. 2b86767 Initialize native loader before starting runtime by Dimitry Ivanov · 9 years ago
  47. 3e0eff4 Make all java.lang.reflect.Constructor methods handle proxies. by Alex Light · 9 years ago
  48. 2f7c9d9 Fix issue with Constructor proxies. by Alex Light · 9 years ago
  49. 63347bb Reduce memory usage of SSA Phi elimination and make it faster. by Vladimir Marko · 9 years ago
  50. a26b3c5 Attribute arena allocations previously marked as STL. by Vladimir Marko · 9 years ago
  51. f11e547 Merge "Fix ProtoId ordering check in DexFileVerifier." into nyc-dev by Vladimir Marko · 9 years ago
  52. 74acb01 Merge "ART: Fix dominance for irreducible loops" into nyc-dev by TreeHugger Robot · 9 years ago
  53. 7e589fe ART: Fix dominance for irreducible loops by David Brazdil · 9 years ago
  54. d6bcae6 Fix ProtoId ordering check in DexFileVerifier. by Vladimir Marko · 9 years ago
  55. 23fddf8 Merge "Fix index checks for error strings in DexFileVerifier." into nyc-dev by Vladimir Marko · 9 years ago
  56. b7a459b Merge "Optimizing: LoadString may not have any side effects." into nyc-dev by Vladimir Marko · 9 years ago
  57. bf12e4d Optimizing: LoadString may not have any side effects. by Vladimir Marko · 9 years ago
  58. 6282080 Merge "Relax the DCHECK in load store elimination." into nyc-dev by TreeHugger Robot · 9 years ago
  59. fd175b1 Fix index checks for error strings in DexFileVerifier. by Vladimir Marko · 9 years ago
  60. bb2c93b Relax the DCHECK in load store elimination. by Nicolas Geoffray · 9 years ago
  61. ffaa91d Workaround invokesuper underspecified behavior. by Aart Bik · 9 years ago
  62. ceeb3b7 Merge "Hold a ClassLoader reference in NativeAllocationRegistry." into nyc-dev by Richard Uhler · 9 years ago
  63. 025db8d Merge "Fix braino when parsing invoke transition weight." into nyc-dev by TreeHugger Robot · 9 years ago
  64. 95bc2f2 Fix braino when parsing invoke transition weight. by Nicolas Geoffray · 9 years ago
  65. c30bc58 Fix test for verification of clinit method by Alex Light · 9 years ago
  66. 53685b0 Merge "Make <clinit> verification stronger for v37+." into nyc-dev by TreeHugger Robot · 9 years ago
  67. 89f4eb5 Merge "Fix libart tests on target" into nyc-dev by TreeHugger Robot · 9 years ago
  68. 8d8118a Make <clinit> verification stronger for v37+. by Alex Light · 9 years ago
  69. 1c95192 Fix libart tests on target by Dimitry Ivanov · 9 years ago
  70. 727074b Remove a common subexpression from profman output by David Sehr · 9 years ago
  71. e4a97f9 Stop populating irreducible loop at header by David Brazdil · 9 years ago
  72. 64b0f0b Add braces per the coding convention by David Sehr · 9 years ago
  73. 305ed71 Limit profman log spam with time threshold by David Sehr · 9 years ago
  74. 2ded6f2 Merge "Revert "(dl)Close native libraries on unload"" into nyc-dev by Nicolas Geoffray · 9 years ago
  75. 2723387 Revert "(dl)Close native libraries on unload" by Nicolas Geoffray · 9 years ago
  76. 38e6af0 Merge "(dl)Close native libraries on unload" into nyc-dev by Dimitry Ivanov · 9 years ago
  77. e4c30e4 Merge "Do not look at dead phis during SsaRedundantPhiElimination." into nyc-dev by TreeHugger Robot · 9 years ago
  78. 89db4e6 Do not look at dead phis during SsaRedundantPhiElimination. by Nicolas Geoffray · 9 years ago
  79. 1c113cd Merge "Check if a class is verified before visiting profiling info." into nyc-dev by TreeHugger Robot · 9 years ago
  80. e128d74 Check if a class is verified before visiting profiling info. by Nicolas Geoffray · 9 years ago
  81. e942538 Merge "Put a handle on the String object." into nyc-dev by TreeHugger Robot · 9 years ago
  82. f57e4a4 Put a handle on the String object. by Nicolas Geoffray · 9 years ago
  83. 040bd29 Merge "ART: Dump more OatDexFile data in oatdump" into nyc-dev by TreeHugger Robot · 9 years ago
  84. 35f0119 (dl)Close native libraries on unload by Dimitry Ivanov · 9 years ago
  85. b554343 Fix vtable corruption. by Alex Light · 9 years ago
  86. 7d3c739 Hold a ClassLoader reference in NativeAllocationRegistry. by Richard Uhler · 9 years ago
  87. 00bb716 ART: Dump more OatDexFile data in oatdump by Andreas Gampe · 9 years ago
  88. a421e9e Merge "DexFile: Add an API to query oat file status." into nyc-dev by Narayan Kamath · 9 years ago
  89. cd7e7f7 DexFile: Add an API to query oat file status. by Narayan Kamath · 9 years ago
  90. 2041f98 Fix check_jni_compiler tests by Dimitry Ivanov · 9 years ago
  91. 0452f4d Supply librarySearchPath to PathClassLoader by Dimitry Ivanov · 9 years ago
  92. e202670 Merge "Reset NativeLoader on DestroyJavaVM" into nyc-dev by Dimitry Ivanov · 9 years ago
  93. 9e83422 Reset NativeLoader on DestroyJavaVM by Dimitry Ivanov · 9 years ago
  94. dcb95cc Merge "Fix profile saver to use base dex location" into nyc-dev by Mathieu Chartier · 9 years ago
  95. da19488 Merge "Correct monitor pool synchronization" into nyc-dev by Hans Boehm · 9 years ago
  96. f957a5f Merge "ART: Disambiguate access-checks mode from lock-counting" into nyc-dev by Andreas Gampe · 9 years ago
  97. 8e181b2 Merge "ART: Fix Mac build" into nyc-dev by Andreas Gampe · 9 years ago
  98. 4cf9adc ART: Fix Mac build by Andreas Gampe · 9 years ago
  99. 7393434 Merge "Add ability to see if a dex file is backed by an oat file." into nyc-dev by Jeff Hao · 9 years ago
  100. 9275af6 Fix profile saver to use base dex location by Mathieu Chartier · 9 years ago