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