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