1. 7a62e67 Propagate the read barrier option to Class::VisitNativeRoots. by Hiroshi Yamauchi · 8 years ago
  2. 1e5dda5 Merge "Avoid the need for the black color for the baker-style read barrier." by Treehugger Robot · 8 years ago
  3. 8e67465 Avoid the need for the black color for the baker-style read barrier. by Hiroshi Yamauchi · 9 years ago
  4. 2b650b7 Merge "Revert "Revert "Move rewritten StringFactory call results into dex registers for deopt""" by Mingyao Yang · 8 years ago
  5. 1b1e31f Only fill methods with 0xFE on debug builds by Mathieu Chartier · 8 years ago
  6. ffedec5 Revert "Revert "Move rewritten StringFactory call results into dex registers for deopt"" by Mingyao Yang · 8 years ago
  7. 96c6ad8 Merge "ARM: Add new String.compareTo intrinsic." by Vladimir Marko · 8 years ago
  8. c25cbf1 ARM: Add new String.compareTo intrinsic. by Scott Wakeling · 8 years ago
  9. ca87756 Merge "Add missing check for IsShuttingDown in profile saver" by Treehugger Robot · 8 years ago
  10. 8fbea8e Add missing check for IsShuttingDown in profile saver by Calin Juravle · 8 years ago
  11. 54315c7 ART: Check whether an oat file exists before opening by Andreas Gampe · 8 years ago
  12. 0fc5abe Merge "Do not allow OSR jump while debugging is active." by Aart Bik · 8 years ago
  13. 93622f9 Merge changes I0bbdf83d,I70156f98 by Treehugger Robot · 8 years ago
  14. 29bdaee Do not allow OSR jump while debugging is active. by Aart Bik · 8 years ago
  15. 247250f Merge "Clean up JNI calling convention callee saves." by Vladimir Marko · 8 years ago
  16. 3224838 Clean up JNI calling convention callee saves. by Vladimir Marko · 8 years ago
  17. a57305e Fix profile saver initial wait by Mathieu Chartier · 8 years ago
  18. 39004a6 ART: Fix Mac build by Andreas Gampe · 8 years ago
  19. 4075f83 ART: Optimize PreSetup pass for oat-file open by Andreas Gampe · 8 years ago
  20. db9fcb3 Merge "Revert "Move rewritten StringFactory call results into dex registers for deopt"" by Treehugger Robot · 8 years ago
  21. 695e2c4 Revert "Move rewritten StringFactory call results into dex registers for deopt" by Hiroshi Yamauchi · 8 years ago
  22. 667953b Merge "Move rewritten StringFactory call results into dex registers for deopt" by Mingyao Yang · 8 years ago
  23. 989ab3b Catch classes inheriting from themselves in the class linker. by Roland Levillain · 8 years ago
  24. 6e759ad ART: Fix systrace monitor logging by Andreas Gampe · 8 years ago
  25. 8ca33bf Move rewritten StringFactory call results into dex registers for deopt by Mingyao Yang · 8 years ago
  26. 8ccc728 Merge "Fix an assert during jdwp debugging." by Mingyao Yang · 8 years ago
  27. 278a80b ART: Return native debuggable status of the app. by Oleksiy Vyalov · 8 years ago
  28. f0192c8 Support to pass <uses-library> option through to dex2oat. by Jeff Hao · 8 years ago
  29. 8cafedd Merge "Revert "Reject classes inheriting from themselves directly or transitively."" by Roland Levillain · 8 years ago
  30. 4021b46 Revert "Reject classes inheriting from themselves directly or transitively." by Roland Levillain · 8 years ago
  31. a5755ab Merge "Revert "Reject classes implementing themselves as interface directly or transitively."" by Roland Levillain · 8 years ago
  32. a6f672a Revert "Reject classes implementing themselves as interface directly or transitively." by Roland Levillain · 8 years ago
  33. a263892 Adjust ProfileSaver strategy by Calin Juravle · 8 years ago
  34. 3fd448a Fix an assert during jdwp debugging. by Mingyao Yang · 8 years ago
  35. 31e61f1 Merge "SafeStack-friendly stack protection in ART." by Evgenii Stepanov · 8 years ago
  36. 84a4ab8 SafeStack-friendly stack protection in ART. by Evgenii Stepanov · 8 years ago
  37. 8494943 Make quick frames of proxy methods visited if they're constructors. by Jeff Hao · 8 years ago
  38. ab880f4 Typos and stylistic fixes. by Roland Levillain · 8 years ago
  39. 2273f67 Merge "Reject classes implementing themselves as interface directly or transitively." by Roland Levillain · 8 years ago
  40. 69872a1 Merge "Reject classes inheriting from themselves directly or transitively." by Roland Levillain · 8 years ago
  41. 3459846 Reject classes implementing themselves as interface directly or transitively. by Roland Levillain · 8 years ago
  42. 35e827a Fix JNIEnv-on-wrong-thread abort message. by Daniel Erat · 8 years ago
  43. 30ad1c2 Merge "Use _exit instead of exit for the system exit." by Hiroshi Yamauchi · 8 years ago
  44. 498bb81 Reject classes inheriting from themselves directly or transitively. by Roland Levillain · 8 years ago
  45. afb2e78 Merge "Ensure that java.lang.reflect.Field is initialized" by Przemyslaw Szczepaniak · 8 years ago
  46. a2b147e Ensure that java.lang.reflect.Field is initialized by Przemyslaw Szczepaniak · 8 years ago
  47. e18d619 Don't expect permission to open foreign dex use marks. by Richard Uhler · 8 years ago
  48. 249b4d1 Use _exit instead of exit for the system exit. by Hiroshi Yamauchi · 8 years ago
  49. 5d2a3f7 Add histogram for native allocations by Mathieu Chartier · 8 years ago
  50. 10c5f56 Prevent ArtMethod clearing race by Mathieu Chartier · 8 years ago
  51. 73ad16e Revert some flaky unloading by Mathieu Chartier · 8 years ago
  52. b88a2ca Merge changes I11f1f820,Iafec1f83 by Mathieu Chartier · 8 years ago
  53. 21fd1b7 Merge "Break the debug cycle!" by Aart Bik · 8 years ago
  54. e5a5aaa Merge "Make all java.lang.reflect.Constructor methods handle proxies." by Alex Light · 8 years ago
  55. cf79a4d Merge "Add ability to see if a dex file is backed by an oat file." by Treehugger Robot · 8 years ago
  56. e16259f Merge "Fix issue with Constructor proxies." by Alex Light · 8 years ago
  57. 33bae7d Revert "Revert "Revert "Revert "(dl)Close native libraries on unload"""" by Mathieu Chartier · 8 years ago
  58. c0f2e67 Revert "Revert "Remove double unloading hack"" by Mathieu Chartier · 8 years ago
  59. 0122320 Break the debug cycle! by Aart Bik · 8 years ago
  60. 90671be Add ability to see if a dex file is backed by an oat file. by Jeff Hao · 8 years ago
  61. 52c9da0 Fix issue with Constructor proxies. by Alex Light · 8 years ago
  62. 8943c1d DexFile: Add an API to query oat file status. by Narayan Kamath · 8 years ago
  63. 24950e1 Merge "Fix braino when parsing invoke transition weight." by Treehugger Robot · 8 years ago
  64. 7c9f3ba Fix braino when parsing invoke transition weight. by Nicolas Geoffray · 8 years ago
  65. a8d06f0 Merge "Workaround invokesuper underspecified behavior." by Nicolas Geoffray · 8 years ago
  66. 36a95bc Make all java.lang.reflect.Constructor methods handle proxies. by Alex Light · 8 years ago
  67. c544f34 Initialize native loader before starting runtime by Dimitry Ivanov · 8 years ago
  68. 266f2d4 Merge "Revert "Revert "Assembly RegionTLAB allocation fast path for x86_64""" by Treehugger Robot · 8 years ago
  69. 60be30a Merge "Fix ProtoId ordering check in DexFileVerifier." by Vladimir Marko · 8 years ago
  70. b8c34ea Merge "Revert "Remove double unloading hack"" by Nicolas Geoffray · 8 years ago
  71. e9cae49 Revert "Remove double unloading hack" by Nicolas Geoffray · 8 years ago
  72. e2cfab5 Merge "Revert "Revert "Revert "(dl)Close native libraries on unload"""" by Nicolas Geoffray · 8 years ago
  73. 624b68e Revert "Revert "Revert "(dl)Close native libraries on unload""" by Nicolas Geoffray · 8 years ago
  74. 0ed0521 Fix test for verification of clinit method by Alex Light · 8 years ago
  75. f0ecae7 Make <clinit> verification stronger for v37+. by Alex Light · 8 years ago
  76. f663e34 Workaround invokesuper underspecified behavior. by Aart Bik · 8 years ago
  77. bc177b3 Merge "Fix index checks for error strings in DexFileVerifier." by Vladimir Marko · 8 years ago
  78. b408e58 Remove double unloading hack by Mathieu Chartier · 8 years ago
  79. b0fca36 Merge "Fix assert failure in interpreter after deoptimization." by Mingyao Yang · 8 years ago
  80. 504a690 Fix assert failure in interpreter after deoptimization. by Mingyao Yang · 8 years ago
  81. 727d6df Revert "Revert "(dl)Close native libraries on unload"" by Mathieu Chartier · 8 years ago
  82. b652da7 Merge "Remove -XOatFileManagerCompilerFilter argument." by Richard Uhler · 8 years ago
  83. 0ca8add Fix ProtoId ordering check in DexFileVerifier. by Vladimir Marko · 8 years ago
  84. 59399ab Fix index checks for error strings in DexFileVerifier. by Vladimir Marko · 8 years ago
  85. a246510 Merge "Patch for compiling art to run on linux target" by Roland Levillain · 8 years ago
  86. a69ae8a Merge "Revert "(dl)Close native libraries on unload"" by Nicolas Geoffray · 8 years ago
  87. 0cf0dbd Revert "(dl)Close native libraries on unload" by Nicolas Geoffray · 8 years ago
  88. bdcd89e Merge "(dl)Close native libraries on unload" by Treehugger Robot · 8 years ago
  89. 2eb3ba9 (dl)Close native libraries on unload by Dimitry Ivanov · 8 years ago
  90. 66630be Update comment in class_linker.cc by Alex Light · 8 years ago
  91. 43aa331 Merge "Check if a class is verified before visiting profiling info." by Treehugger Robot · 8 years ago
  92. c5818f6 Merge "ARM64: Add new String.compareTo intrinsic." by Vladimir Marko · 8 years ago
  93. 022dd86 Check if a class is verified before visiting profiling info. by Nicolas Geoffray · 8 years ago
  94. fbcf46e Merge "Put a handle on the String object." by Nicolas Geoffray · 8 years ago
  95. 2ba8895 ART: Dump more OatDexFile data in oatdump by Andreas Gampe · 8 years ago
  96. f4b3487 Remove -XOatFileManagerCompilerFilter argument. by Richard Uhler · 8 years ago
  97. d6c2bfa Fix vtable corruption. by Alex Light · 8 years ago
  98. a96f316 Put a handle on the String object. by Nicolas Geoffray · 8 years ago
  99. 1f36f41 ARM64: Add new String.compareTo intrinsic. by Scott Wakeling · 8 years ago
  100. 39d68ef Reset NativeLoader on DestroyJavaVM by Dimitry Ivanov · 8 years ago