1. 69a5030 ARM64: Remove suspend register. by Zheng Xu · 9 years ago
  2. e015a31 Merge "Revert "ART: Turn of native stack dump on x86 on-device"" by Christopher Ferris · 9 years ago
  3. 5b310c4 Merge "Fix DCHECK failures from Class::VisitFieldRoots" by Mathieu Chartier · 9 years ago
  4. 1561e1b Revert "ART: Turn of native stack dump on x86 on-device" by Christopher Ferris · 9 years ago
  5. d3ed9a3 Fix DCHECK failures from Class::VisitFieldRoots by Mathieu Chartier · 9 years ago
  6. 67592a4 Merge "Move the file which defines DWARF enums." by David Srbecky · 9 years ago
  7. 7c869b3 Move the file which defines DWARF enums. by David Srbecky · 9 years ago
  8. 180b315 Merge "Relocate DWARF using .oat_patches." by David Srbecky · 9 years ago
  9. 4b5673b Merge "ART: Clean up includes." by Vladimir Marko · 9 years ago
  10. fac107b Merge "JDWP: fix thread_list deadlock" by Sebastien Hertz · 9 years ago
  11. 3481ba2 ART: Clean up includes. by Vladimir Marko · 9 years ago
  12. 2f6cdb0 Relocate DWARF using .oat_patches. by David Srbecky · 9 years ago
  13. 48ee356 ART: Ignore result for exception-case JNIEndWithReference by Andreas Gampe · 9 years ago
  14. e598e04 ART: Add Array.createObjectArray to unstarted runtime by Andreas Gampe · 9 years ago
  15. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  16. 1e7e85a Merge "Avoid using dex cache array pointers in libart." by Vladimir Marko · 9 years ago
  17. c136312 Avoid using dex cache array pointers in libart. by Vladimir Marko · 9 years ago
  18. d80e93d Merge "Extend the DWARF library to support .debug_info section." by David Srbecky · 9 years ago
  19. b536247 Extend the DWARF library to support .debug_info section. by David Srbecky · 9 years ago
  20. d0ad2ee Add support for nested method verifiers by Mathieu Chartier · 10 years ago
  21. 4ab74e8 Merge "ART: IRT refactor" by Andreas Gampe · 9 years ago
  22. 3f5881f ART: IRT refactor by Andreas Gampe · 9 years ago
  23. 23cedd2 Test DexOptStatus enum values match DexFile values. by Richard Uhler · 9 years ago
  24. a528e85 Merge "Rename isDexOptNeededInternal and add kSelfPatchOatNeeded" by Richard Uhler · 9 years ago
  25. a2d40be Merge "Fix JDWP race at runtime shutdown" by Sebastien Hertz · 9 years ago
  26. 6920639 JDWP: fix thread_list deadlock by Sebastien Hertz · 9 years ago
  27. 605e014 Merge "Ignore not yet loaded classes during hprof" by Sebastien Hertz · 9 years ago
  28. 40f6556 Merge "ART: Fix 64-bit ELF file support" by Andreas Gampe · 9 years ago
  29. 3c54b00 ART: Fix 64-bit ELF file support by Andreas Gampe · 9 years ago
  30. 4809d0a Fix CC root visiting bug by Mathieu Chartier · 9 years ago
  31. d875064 ART: Remove unused variables. by Andreas Gampe · 9 years ago
  32. 9b87d4a Merge "JDWP: clear exception when allocation fails" by Sebastien Hertz · 9 years ago
  33. ca068b2 Ignore not yet loaded classes during hprof by Sebastien Hertz · 9 years ago
  34. 1b8e8ca Merge "Revert "ART: Fix noreturn for Mac"" by Andreas Gampe · 9 years ago
  35. 48cc32c Revert "ART: Fix noreturn for Mac" by Andreas Gampe · 9 years ago
  36. 81a6543 Merge "ART: Add support for "silvermont" variant" by Andreas Gampe · 9 years ago
  37. a9aabfe Merge "ART: Fix noreturn for Mac" by Andreas Gampe · 9 years ago
  38. 79dda42 ART: Fix noreturn for Mac by Andreas Gampe · 9 years ago
  39. 084403f Merge "Add more logging for debugging possible deadlock" by Mathieu Chartier · 9 years ago
  40. 720e71a Add more logging for debugging possible deadlock by Mathieu Chartier · 9 years ago
  41. 75c40d4 Fix JNI compiler for mips64 by Goran Jakovljevic · 10 years ago
  42. 017d16c ART: Make unknown variant "mips64r6" go away by Andreas Gampe · 9 years ago
  43. 65b798e ART: Enable more Clang warnings by Andreas Gampe · 9 years ago
  44. 758a801 ART: Enable Clang's -Wdeprecated by Andreas Gampe · 10 years ago
  45. e8aae00 Merge "ART: Add Clang's -Wused-but-marked-unused" by Andreas Gampe · 9 years ago
  46. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 10 years ago
  47. ca71458 ART: Add Clang's -Wused-but-marked-unused by Andreas Gampe · 10 years ago
  48. de194bf Delete missed ClampGrowthLimit CHECK by Mathieu Chartier · 10 years ago
  49. 9c53fa5 Merge "ART: Turn of native stack dump on x86 on-device" by Andreas Gampe · 10 years ago
  50. 2f0751e ART: Turn of native stack dump on x86 on-device by Andreas Gampe · 10 years ago
  51. 24a05f4 ART: Add support for "silvermont" variant by Andreas Gampe · 10 years ago
  52. 9ba48ce Merge "Fix the read barrier builds." by Hiroshi Yamauchi · 10 years ago
  53. 02d2f29 Fix the read barrier builds. by Hiroshi Yamauchi · 10 years ago
  54. 95abd04 Rename isDexOptNeededInternal and add kSelfPatchOatNeeded by Richard Uhler · 10 years ago
  55. 425587d Merge "Use va_list argument to abort transaction" by Sebastien Hertz · 10 years ago
  56. b2d4768 Merge "Store OatDexFile instead of OatFile in DexFile." by Richard Uhler · 10 years ago
  57. 2c18b95 Merge "ART: Avoid obvious segfault in arm & x86 fault handler" by Andreas Gampe · 10 years ago
  58. 45b1597 Use va_list argument to abort transaction by Sebastien Hertz · 10 years ago
  59. 9415886 ART: Avoid obvious segfault in arm & x86 fault handler by Andreas Gampe · 10 years ago
  60. 64db239 Revert "ART: Workaround for b/20019689" by Sebastien Hertz · 10 years ago
  61. ae36b4a Merge "Use specific exception class to abort transaction" by Sebastien Hertz · 10 years ago
  62. 2fd7e69 Use specific exception class to abort transaction by Sebastien Hertz · 10 years ago
  63. a68a7cf Merge "ART: Move trace options to a struct" by Andreas Gampe · 10 years ago
  64. f6a780a ART: Move trace options to a struct by Andreas Gampe · 10 years ago
  65. 97597c9 Merge "[optimizing] Implement x86/x86_64 math intrinsics" by Andreas Gampe · 10 years ago
  66. 9a5df52 Merge "Fix race with Heap::ClampGrowthLimit and GC" by Mathieu Chartier · 10 years ago
  67. ddac423 Fix race with Heap::ClampGrowthLimit and GC by Mathieu Chartier · 10 years ago
  68. 07b3c23 Store OatDexFile instead of OatFile in DexFile. by Richard Uhler · 10 years ago
  69. 2c3e77a JDWP: clear exception when allocation fails by Sebastien Hertz · 10 years ago
  70. e8a339e Merge "Write .debug_line section using the new DWARF library." by David Srbecky · 10 years ago
  71. b4524fd Switch to shared libcutils on host to fix odr-violation by Brian Carlstrom · 10 years ago
  72. e428522 Merge "Revert "Revert "Deoptimization-based bce.""" by Mingyao Yang · 10 years ago
  73. aacc25d ART: Fix unstarted runtime by Andreas Gampe · 10 years ago
  74. 328dd44 ART: Workaround for b/20019689 by Andreas Gampe · 10 years ago
  75. d43b3ac Revert "Revert "Deoptimization-based bce."" by Mingyao Yang · 10 years ago
  76. a25b5fe Merge "ART: Set default prune counter to 10" by Andreas Gampe · 10 years ago
  77. fb8d279 [optimizing] Implement x86/x86_64 math intrinsics by Mark Mendell · 10 years ago
  78. 6f71589 Write .debug_line section using the new DWARF library. by David Srbecky · 10 years ago
  79. 4e5b208 Fix JDWP race at runtime shutdown by Sebastien Hertz · 10 years ago
  80. 9106e52 ART: Set default prune counter to 10 by Andreas Gampe · 10 years ago
  81. faed995 Only GC the first time we call PreZygoteFork by Mathieu Chartier · 10 years ago
  82. bf14306 Merge "Visit image roots for hprof" by Mathieu Chartier · 10 years ago
  83. 461687d Visit image roots for hprof by Mathieu Chartier · 10 years ago
  84. f93c6fe Merge "Fixed layout for dex caches in boot image." by Vladimir Marko · 10 years ago
  85. dcff612 Merge "Revert "Revert "Add small library for writing of DWARF data.""" by David Srbecky · 10 years ago
  86. 2910e15 Merge "Fix oat_file_assistant_test's ReserveImageSpace()." by Richard Uhler · 10 years ago
  87. 15c1975 Revert "Revert "Add small library for writing of DWARF data."" by David Srbecky · 10 years ago
  88. ebbb1e3 Merge "Use variable encoding for StackMap." by Nicolas Geoffray · 10 years ago
  89. 896f8f7 Use variable encoding for StackMap. by Nicolas Geoffray · 10 years ago
  90. 5942d57 Merge "Revert "Add small library for writing of DWARF data."" by Nicolas Geoffray · 10 years ago
  91. 1ded5be Revert "Add small library for writing of DWARF data." by Nicolas Geoffray · 10 years ago
  92. f1c2b1f Merge "ART: Inline MemoryRegion operations" by David Brazdil · 10 years ago
  93. b765683 ART: Inline MemoryRegion operations by David Brazdil · 10 years ago
  94. a552e1c Use unique location catalogs to encode Dex register maps. by Roland Levillain · 10 years ago
  95. ba62335 Merge "Ensure MemoryRegion::Load & MemoryRegion::Store are word-aligned." by Roland Levillain · 10 years ago
  96. bdba92d Ensure MemoryRegion::Load & MemoryRegion::Store are word-aligned. by Roland Levillain · 10 years ago
  97. 4665300 Merge "Add small library for writing of DWARF data." by David Srbecky · 10 years ago
  98. 75c3d61 Add small library for writing of DWARF data. by David Srbecky · 10 years ago
  99. 20f8559 Fixed layout for dex caches in boot image. by Vladimir Marko · 10 years ago
  100. d9269b9 Merge "Fix 099-vmdebug and 802-deoptimization art tests for Mips." by Andreas Gampe · 10 years ago