1. 854461a Merge "Fixed Literal String intern mismatch." by Mathieu Chartier · 8 years ago
  2. 762ef84 Fixed Literal String intern mismatch. by Chang Xing · 8 years ago
  3. 85b82e3 Merge "Reset JIT method counters to 0 instead of 1 when clearing." by Treehugger Robot · 8 years ago
  4. 8144b1e Merge "signal_catcher: track tombstoned API changes." by Narayan Kamath · 8 years ago
  5. e0f02b7 signal_catcher: track tombstoned API changes. by Narayan Kamath · 8 years ago
  6. 726e179 Merge changes I282b25a3,I297f0ad4,I052ac9f7 by Treehugger Robot · 8 years ago
  7. 00286db Reset JIT method counters to 0 instead of 1 when clearing. by Jeff Hao · 8 years ago
  8. 413d0be Merge "ART: Add some UNLIKELY in the verifier" by Treehugger Robot · 8 years ago
  9. 2af9902 ART: More header cleanup - class_linker.h by Andreas Gampe · 8 years ago
  10. d482e73 ART: More header cleanup - runtime.h by Andreas Gampe · 8 years ago
  11. a14100c ART: More header cleanup - jni_internal.h by Andreas Gampe · 8 years ago
  12. 29e8142 ART: Add some UNLIKELY in the verifier by Andreas Gampe · 8 years ago
  13. 8ea4eec ART: Mark some functions as always-inline by Andreas Gampe · 8 years ago
  14. deae7db ART: Add missing namespace comments by Andreas Gampe · 8 years ago
  15. 8d01c37 ART: Remove unique_ptr release warnings by Andreas Gampe · 8 years ago
  16. 1171dee Merge "Fix dexlayout fixed point test" by Mathieu Chartier · 8 years ago
  17. 4b3d690 Fix OOME handling in VMClassLoader.getBootClassPathEntries(). by Vladimir Marko · 8 years ago
  18. d00e02b Fix dexlayout fixed point test by Mathieu Chartier · 8 years ago
  19. 0a5ace5 Merge "Stop interpreter from accessing code items of compiled code." by Treehugger Robot · 8 years ago
  20. d8b6461 Merge "Simplify CHA dependency tracking data structure." by Mingyao Yang · 8 years ago
  21. cc10450 Simplify CHA dependency tracking data structure. by Mingyao Yang · 8 years ago
  22. 2419cb7 MIPS: Drop unnecessary code for R6 in interpreter (NAN2008) by Lena Djokic · 8 years ago
  23. 2d7ed74 Merge "Flush data cache after updating the JIT table." by Nicolas Geoffray · 8 years ago
  24. dbddc22 Refactor profiles to use TypeReference instead of ClassReference by Mathieu Chartier · 8 years ago
  25. a559fa1 Merge "Fix compiler crash due to inline caches and improve docs" by Treehugger Robot · 8 years ago
  26. 5ea8413 Stop interpreter from accessing code items of compiled code. by Jeff Hao · 8 years ago
  27. e6f87cc Fix compiler crash due to inline caches and improve docs by Calin Juravle · 8 years ago
  28. 8bdf4e0 Merge "ART: Remove RegisterNativeMethods special-casing" by Treehugger Robot · 8 years ago
  29. e89d260 Merge "Remove segfault." by Treehugger Robot · 8 years ago
  30. e16c3bf Remove segfault. by Steven Moreland · 8 years ago
  31. 5232be6 ART: Remove RegisterNativeMethods special-casing by Andreas Gampe · 8 years ago
  32. 69462a2 Merge "ART: Clean up instruction_set.h" by Treehugger Robot · 8 years ago
  33. 352b17a Flush data cache after updating the JIT table. by Nicolas Geoffray · 8 years ago
  34. 03a8e86 Merge "Record types when the interpreter executes intrinsics." by Nicolas Geoffray · 8 years ago
  35. b2fe778 Merge "ART: Fix some pedantic warnings" by Treehugger Robot · 8 years ago
  36. 705543e ART: Clean up instruction_set.h by Andreas Gampe · 8 years ago
  37. 01f7743 ART: Fix some pedantic warnings by Andreas Gampe · 8 years ago
  38. 75e4b2a Use HeapGrowthMultiplier for native allocaitons by Mathieu Chartier · 8 years ago
  39. ec89dfa Merge "Record inline caches only for the strictly hot methods" by Calin Juravle · 8 years ago
  40. b9bec2e Record types when the interpreter executes intrinsics. by Nicolas Geoffray · 8 years ago
  41. eb71033 ART: Use file descriptors handed out by tombstoned for traces. by Narayan Kamath · 8 years ago
  42. a4bf3c3 Merge "Use DeletableArenaObject for DexFileData" by Treehugger Robot · 8 years ago
  43. 798ba16 Use DeletableArenaObject for DexFileData by Calin Juravle · 8 years ago
  44. 81cbb24 Merge "Use arena allocation for profiles" by Calin Juravle · 8 years ago
  45. a39fd98 Record inline caches only for the strictly hot methods by Calin Juravle · 8 years ago
  46. 14538fb Merge "ART: Add class instance fields in hprof dumps" by Treehugger Robot · 8 years ago
  47. 73b9f45 Merge "FdFile: fix operator=(FdFile&&)" by Narayan Kamath · 8 years ago
  48. bbd8d01 Merge "ART: Reserve sentinel early" by Treehugger Robot · 8 years ago
  49. cc3171a Use arena allocation for profiles by Calin Juravle · 8 years ago
  50. 28b6e7e Deal with ASAN alloc-dealloc mismatch in class transformation code. by Alex Light · 8 years ago
  51. 3a2c55c ART: Add class instance fields in hprof dumps by Andreas Gampe · 8 years ago
  52. eda7d3d FdFile: fix operator=(FdFile&&) by Narayan Kamath · 8 years ago
  53. 728411b Merge "MIPS: Improve object lock/unlock." by Vladimir Marko · 8 years ago
  54. 95c7d5b Merge "Go to suspended before waiting for GC to complete." by Mathieu Chartier · 8 years ago
  55. 1e8ce07 Merge "Use DumpObjectInfo in CheckPreconditionsForAllocObject" by Mathieu Chartier · 8 years ago
  56. 96f4c3c Use DumpObjectInfo in CheckPreconditionsForAllocObject by Mathieu Chartier · 8 years ago
  57. b93d5b1 Go to suspended before waiting for GC to complete. by Mathieu Chartier · 8 years ago
  58. daaec10 Merge "heap: Tolerate rosalloc allocation races in the heap visitor" by Igor Murashkin · 8 years ago
  59. 76c7665 heap: Tolerate rosalloc allocation races in the heap visitor by Igor Murashkin · 8 years ago
  60. 5f2a2fc ART: Reserve sentinel early by Andreas Gampe · 8 years ago
  61. 3bada4b Avoid binding const references to temporaries. by Vladimir Marko · 8 years ago
  62. a654e03 Merge "Also return vdex file from DexFile.getDexFileOutputPath" by Calin Juravle · 8 years ago
  63. 4ce0c76 Send holder to Mark in ConcurrentCopying::Process for GC verification by Mathieu Chartier · 8 years ago
  64. ff120c2 Merge "Use GC critical section for profile saver" by Mathieu Chartier · 8 years ago
  65. ee810b3 Merge "Do not cache profiles in the ProfileSaver." by Calin Juravle · 8 years ago
  66. 0fe407a Merge "Make dexdump2 more forgiving on closing not-live register." by Aart Bik · 8 years ago
  67. c1c3351 Merge "Revert "Stop interpreter from accessing code items of compiled code."" by Treehugger Robot · 8 years ago
  68. ef65271 Revert "Stop interpreter from accessing code items of compiled code." by Nicolas Geoffray · 8 years ago
  69. 3910037 Use GC critical section for profile saver by Mathieu Chartier · 8 years ago
  70. dcab190 Do not cache profiles in the ProfileSaver. by Calin Juravle · 8 years ago
  71. 2058b1d Make dexdump2 more forgiving on closing not-live register. by Aart Bik · 8 years ago
  72. 19daa62 Merge "ART: Let JIT tasks finish under sanitization" by Treehugger Robot · 8 years ago
  73. 367b9d8 Also return vdex file from DexFile.getDexFileOutputPath by Calin Juravle · 8 years ago
  74. aad63d0 Merge "ART: Add arena tracking mode" by Treehugger Robot · 8 years ago
  75. 5504aef Merge changes Ic48ccda9,Ibc0a29c9 by Treehugger Robot · 8 years ago
  76. 4632f5b Merge "ART: Improve RegType::IsAssignableFrom" by Treehugger Robot · 8 years ago
  77. 47aa869 Merge "No need to lock when calling Thread.interrupted." by Nicolas Geoffray · 8 years ago
  78. 8e0a5de Merge "Revert "Revert "RegisterNativeAllocation: Avoid case of double blocking gc.""" by Richard Uhler · 8 years ago
  79. 42ae05a ART: Improve RegType::IsAssignableFrom by Andreas Gampe · 8 years ago
  80. ad63fe5 MIPS: Improve object lock/unlock. by Alexey Frunze · 8 years ago
  81. 0c26f2f Merge "Stop interpreter from accessing code items of compiled code." by Treehugger Robot · 8 years ago
  82. e9196b6 Merge "ART: Add UNLIKELY in verifier" by Treehugger Robot · 8 years ago
  83. 2f28244 Merge "ART: Collect instruction flags in a struct" by Treehugger Robot · 8 years ago
  84. 178dce7 Stop interpreter from accessing code items of compiled code. by Jeff Hao · 8 years ago
  85. 0897e1c ART: Let JIT tasks finish under sanitization by Andreas Gampe · 8 years ago
  86. 74979b1 ART: Add UNLIKELY in verifier by Andreas Gampe · 8 years ago
  87. b3937e3 ART: Collect instruction flags in a struct by Andreas Gampe · 8 years ago
  88. 6579b09 Merge "ART: Fix iterator invalidation" by Treehugger Robot · 8 years ago
  89. da1da8a Revert "Revert "RegisterNativeAllocation: Avoid case of double blocking gc."" by Richard Uhler · 8 years ago
  90. a774575 Merge "Revert "RegisterNativeAllocation: Avoid case of double blocking gc."" by Richard Uhler · 8 years ago
  91. 602b1c1 Revert "RegisterNativeAllocation: Avoid case of double blocking gc." by Richard Uhler · 8 years ago
  92. a65f767 Merge "RegisterNativeAllocation: Avoid case of double blocking gc." by Treehugger Robot · 8 years ago
  93. 8df0f36 RegisterNativeAllocation: Avoid case of double blocking gc. by Richard Uhler · 8 years ago
  94. 7974468 Merge "sigchain: limit use of SetHandlingSignal." by Treehugger Robot · 8 years ago
  95. 39e6738 ART: Fix iterator invalidation by Andreas Gampe · 8 years ago
  96. 5629d2d ART: Move JIT code cache sentinel to sentinel fault page by Andreas Gampe · 8 years ago
  97. 2ac67d5 ART: Reserve sentinel fault page by Andreas Gampe · 8 years ago
  98. 365719c No need to lock when calling Thread.interrupted. by Nicolas Geoffray · 8 years ago
  99. c4209f0 Merge "Fix determinism for app images" by Treehugger Robot · 8 years ago
  100. 3738e98 Fix determinism for app images by Mathieu Chartier · 8 years ago