1. 292567e Rename NativeDexFile -> StandardDexFile by Mathieu Chartier · 7 years ago
  2. b95f45e Merge "ART: Change ObjPtr validation" by Treehugger Robot · 7 years ago
  3. 9ca5363 Merge "ART: Make FastJNI annotation checks slow-debug" by Treehugger Robot · 7 years ago
  4. 81e8938 ART: Change ObjPtr validation by Andreas Gampe · 7 years ago
  5. 387c281 Merge "Use ScopedArenaAllocator in BCE, DCE, LSE, ..." by Treehugger Robot · 7 years ago
  6. 009d166 Use ScopedArenaAllocator in BCE, DCE, LSE, ... by Vladimir Marko · 7 years ago
  7. 0284f43 Merge changes I4bbb21bf,Ie79b46cd,Ia50aafc8 by Vladimir Marko · 7 years ago
  8. a682247 ART: Make FastJNI annotation checks slow-debug by Andreas Gampe · 7 years ago
  9. 128acd4 Merge "Provide an option to pass odex and vdex fds in dexoptanalyzer" by Treehugger Robot · 7 years ago
  10. b22dea0 Provide an option to pass odex and vdex fds in dexoptanalyzer by Shubham Ajmera · 7 years ago
  11. ce7213d Merge "Add DexFileLoader class" by Mathieu Chartier · 7 years ago
  12. 79c87da Add DexFileLoader class by Mathieu Chartier · 7 years ago
  13. 64a8b85 Merge "ART: Fix allocation tracking" by Treehugger Robot · 7 years ago
  14. 656e97f Merge "Add a shared interface for different types of dex files" by Treehugger Robot · 7 years ago
  15. 4548534 ART: Fix allocation tracking by Andreas Gampe · 7 years ago
  16. 7b074bf Add a shared interface for different types of dex files by Mathieu Chartier · 7 years ago
  17. a7d81f1 Merge "ART: Add allocation tracking to JNI global refs" by Treehugger Robot · 7 years ago
  18. 69d310e Use ScopedArenaAllocator for building HGraph. by Vladimir Marko · 7 years ago
  19. 4c36826 Merge "Strengthen annotation-related checks in JNI code." by Roland Levillain · 7 years ago
  20. 4e17a9c Merge "Clean up dex_file a bit" by Mathieu Chartier · 7 years ago
  21. 403cb2c Merge "[art] Compile secondary dex files in isolation" by Treehugger Robot · 7 years ago
  22. 8d8d37b [art] Compile secondary dex files in isolation by Calin Juravle · 7 years ago
  23. 73d7b2d Clean up dex_file a bit by Mathieu Chartier · 7 years ago
  24. 1e0730a Merge "Move to interpreter if async-exceptions are pending." by Treehugger Robot · 7 years ago
  25. 8f34aba Move to interpreter if async-exceptions are pending. by Alex Light · 7 years ago
  26. 797e6d4 Merge "ART: Remove FileDescriptor knowledge" by Treehugger Robot · 7 years ago
  27. df2d5de Strengthen annotation-related checks in JNI code. by Roland Levillain · 8 years ago
  28. 0967cd9 Merge "Use ScopedArenaAllocator for register allocation." by Vladimir Marko · 7 years ago
  29. 464f8cd Merge "ART: Use ScopedArenaAllocator for pass-local data." by Treehugger Robot · 7 years ago
  30. e764d2e Use ScopedArenaAllocator for register allocation. by Vladimir Marko · 7 years ago
  31. e4c00b3 Merge "Revert "Revert "base: Add more bit utils and bit struct class""" by Treehugger Robot · 7 years ago
  32. 1e77d27 Revert "Revert "base: Add more bit utils and bit struct class"" by Igor Murashkin · 7 years ago
  33. d99f3f6 Merge "Revert "base: Add more bit utils and bit struct class"" by Nicolas Geoffray · 7 years ago
  34. 5e008b3 Revert "base: Add more bit utils and bit struct class" by Nicolas Geoffray · 7 years ago
  35. adc4a0d Merge "base: Add more bit utils and bit struct class" by Treehugger Robot · 7 years ago
  36. ad5df10 ART: Remove FileDescriptor knowledge by Andreas Gampe · 7 years ago
  37. c60f75d base: Add more bit utils and bit struct class by Igor Murashkin · 7 years ago
  38. 097f34c ART: Use CmdlineParser in dex2oat by Andreas Gampe · 7 years ago
  39. ca6fff8 ART: Use ScopedArenaAllocator for pass-local data. by Vladimir Marko · 7 years ago
  40. df7f7f0 Address comment for aog/502433 by Mathieu Chartier · 7 years ago
  41. 1b35b46 ART: Add allocation tracking to JNI global refs by Andreas Gampe · 7 years ago
  42. aac9012 Compare rounded sizes in CheckPreconditionsForAllocObject by Mathieu Chartier · 7 years ago
  43. 8d8de0c Use CheckedCall for mprotects by Mathieu Chartier · 7 years ago
  44. 1602bf6 Merge "Rename CHECK_MEMORY_CALL to CheckedCall" by Mathieu Chartier · 7 years ago
  45. 3425d02 Rename CHECK_MEMORY_CALL to CheckedCall by Mathieu Chartier · 7 years ago
  46. 3395da0 Merge changes I03daad97,I7d47b978,I70103fb2 by Treehugger Robot · 7 years ago
  47. 691839c signal_catcher: reformat includes. by Josh Gao · 7 years ago
  48. 361a1fa fd_file: never report Close failure on linux. by Josh Gao · 7 years ago
  49. 494ec69 fd_file: don't report failure when trying to flush a pipe. by Josh Gao · 7 years ago
  50. f167135 Merge changes from topic "thread-stop" by Alex Light · 7 years ago
  51. 844a4ed Merge "ART: Dump allocation stacks in reference table dumps" by Treehugger Robot · 7 years ago
  52. 25ae379 Merge "ART: Add VarHandle fence intrinsics" by Orion Hodson · 7 years ago
  53. 8a2a1fc ART: Dump allocation stacks in reference table dumps by Andreas Gampe · 7 years ago
  54. 2e59994 ART: support for const-method-{handle,type} by Orion Hodson · 7 years ago
  55. 4a4610a ART: Add VarHandle fence intrinsics by Orion Hodson · 7 years ago
  56. cfcc9cf ART: Increase the number of potential instrinsics by Orion Hodson · 7 years ago
  57. f67f115 Merge "Send ThreadEnd after clearing ThreadGroup." by Treehugger Robot · 7 years ago
  58. df13240 Send ThreadEnd after clearing ThreadGroup. by Alex Light · 7 years ago
  59. c46cf80 Add startup/post-startup bits for random profiles by Mathieu Chartier · 7 years ago
  60. 7ec532f Merge "Refactor conditional uses of ReadBarrier::AssertToSpaceInvariant." by Roland Levillain · 7 years ago
  61. a78f5b6 Refactor conditional uses of ReadBarrier::AssertToSpaceInvariant. by Roland Levillain · 7 years ago
  62. 40a21b3 Merge "ART: Fix loading PIC oat files without image for oatdump." by Vladimir Marko · 7 years ago
  63. eb5bedd Merge "Check the to-space invariant on a delivered exception." by Roland Levillain · 7 years ago
  64. 667585a ART: Fix loading PIC oat files without image for oatdump. by Vladimir Marko · 7 years ago
  65. 05727c5 Merge "Clean up DexInstuctionIterator." by Treehugger Robot · 7 years ago
  66. 87575bd Merge "Rename libz-host -> libz" by Dan Willemsen · 7 years ago
  67. f94d960 Merge "Ensure that OSR doesn't break local-variable get/set" by Alex Light · 7 years ago
  68. 848574c Implement asynchronous exception support by Alex Light · 7 years ago
  69. b77b698 Check the to-space invariant on a delivered exception. by Roland Levillain · 8 years ago
  70. d7559b7 Clean up DexInstuctionIterator. by Vladimir Marko · 7 years ago
  71. 0e503b5 Rename libz-host -> libz by Dan Willemsen · 7 years ago
  72. 9486eab Merge changes Iec406b73,I18aa6aa5 by Treehugger Robot · 7 years ago
  73. 2ca2780 Run bpfmt by Dan Willemsen · 7 years ago
  74. 9389ae7 Simplify Android.bp files by Dan Willemsen · 7 years ago
  75. 1d2d4ff Add DexInstructionIterator and use it a few places by Mathieu Chartier · 7 years ago
  76. 2161193 Ensure that OSR doesn't break local-variable get/set by Alex Light · 7 years ago
  77. ba8069e Merge "Pass methods array to GetMethodsSliceRangeUnchecked" by Mathieu Chartier · 7 years ago
  78. fb21f9d Merge "ART: Refactor IRT:Add" by Treehugger Robot · 7 years ago
  79. 2466d62 Pass methods array to GetMethodsSliceRangeUnchecked by Mathieu Chartier · 7 years ago
  80. 2dc2bcc Merge "Ensure the oat/vdex file is erased if we fail to truncate" by Calin Juravle · 7 years ago
  81. f636252 Merge changes I87f14bf1,Idc21bf89 by Alex Light · 7 years ago
  82. 4894cdd Merge "ART: Introduce compiler data type." by Vladimir Marko · 7 years ago
  83. b09be72 Ensure the oat/vdex file is erased if we fail to truncate by Calin Juravle · 7 years ago
  84. 2565112 ART: Refactor IRT:Add by Andreas Gampe · 7 years ago
  85. 3f09389 ART: Change GetAndroidRoot() handling by Andreas Gampe · 7 years ago
  86. 2c1ef39 Merge "Delete DexMethodIterator" by Mathieu Chartier · 7 years ago
  87. 0ebe0d8 ART: Introduce compiler data type. by Vladimir Marko · 7 years ago
  88. d17c8b6 Delete DexMethodIterator by Mathieu Chartier · 7 years ago
  89. 79bbbc1 Merge "Change JIT timings to collect thread CPU time." by Nicolas Geoffray · 7 years ago
  90. d95b7e1 Merge "ART: Faster PrettyMethod()." by Vladimir Marko · 7 years ago
  91. 3d69922 Change JIT timings to collect thread CPU time. by Nicolas Geoffray · 7 years ago
  92. 9d71293 Merge "Verify NumberMethodId in profile and dex_file." by Treehugger Robot · 7 years ago
  93. 594bccc Merge "ART: Improve double-JNI-load exception message" by Treehugger Robot · 7 years ago
  94. 91842ae Lower PLOG(ERROR) to PLOG(WARNING) if unable to find realpath by Alex Light · 7 years ago
  95. 478abf0 Merge "Revert^2 "Verify profile wrt dex file in dex2oat""" by Shubham Ajmera · 7 years ago
  96. 460ab79 Verify NumberMethodId in profile and dex_file. by Shubham Ajmera · 7 years ago
  97. b8a55f8 ART: Faster PrettyMethod(). by Vladimir Marko · 7 years ago
  98. 188b2bf Revert^2 "Verify profile wrt dex file in dex2oat"" by Shubham Ajmera · 7 years ago
  99. 5402edd Merge "Unlink the vdex/oat file if we fail to compile succesfully" by Calin Juravle · 7 years ago
  100. d4215bb Unlink the vdex/oat file if we fail to compile succesfully by Calin Juravle · 7 years ago