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