1. 3b45ef2 ART: Fix VerifyObject runtime verification by Andreas Gampe · 9 years ago
  2. f39c9eb Fix a few literals and assertions. by Roland Levillain · 9 years ago
  3. 3fc9903 ART: Do not relocate app program headers in patchoat. by Vladimir Marko · 9 years ago
  4. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  5. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  6. b1fcead ART: Change image_classes and compiled_classes to unordered set by Andreas Gampe · 9 years ago
  7. de48692 Don't call ComputeEagerResolvedStrings by Mathieu Chartier · 9 years ago
  8. 3481ba2 ART: Clean up includes. by Vladimir Marko · 9 years ago
  9. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  10. 20f8559 Fixed layout for dex caches in boot image. by Vladimir Marko · 9 years ago
  11. 3679a47 Merge "Support relative encoded dex locations in oat files." by Richard Uhler · 9 years ago
  12. e5fed03 Support relative encoded dex locations in oat files. by Richard Uhler · 9 years ago
  13. 0b7fcf9 ART: Fix missing Erase() in error case by Andreas Gampe · 9 years ago
  14. dd9d055 ART: More cutouts for unstarted runtime by Andreas Gampe · 9 years ago
  15. e15ea08 Reserve bits in the lock word for read barriers. by Hiroshi Yamauchi · 9 years ago
  16. 5c42c29 Add support for .bss section in oat files. by Vladimir Marko · 9 years ago
  17. 5a3399d Merge "Fix ImageWriter::ComputeEagerResolvedStringsCallback()." by Vladimir Marko · 9 years ago
  18. a48aef4 Fix ImageWriter::ComputeEagerResolvedStringsCallback(). by Vladimir Marko · 10 years ago
  19. c7d1188 Handle variable size of methods properly between 32 and 64 bit. by Jeff Hao · 10 years ago
  20. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  21. b061b89 Merge "ART: Make ProcessStrings less noisy" by Andreas Gampe · 10 years ago
  22. dc84301 ART: Make ProcessStrings less noisy by Andreas Gampe · 10 years ago
  23. 0c8c303 Clean up the locks around Heap::VisitObjects(). by Hiroshi Yamauchi · 10 years ago
  24. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  25. 245ee00 ART: Fix string data leak in image writer by Andreas Gampe · 10 years ago
  26. faeda18 Revert "Revert "Rewrite ImageWriter's merging of String char[]s."" by Vladimir Marko · 10 years ago
  27. 4c964de Revert "Rewrite ImageWriter's merging of String char[]s." by Vladimir Marko · 10 years ago
  28. c73743c Rewrite ImageWriter's merging of String char[]s. by Vladimir Marko · 10 years ago
  29. 3389ca7 Call ProcessStrings() in ImageWriter, fix prefix check. by Vladimir Marko · 10 years ago
  30. eace458 Move dexCacheStrings from ArtMethod to Class by Mathieu Chartier · 10 years ago
  31. 957ca1c Delete ArtMethod gc_map_ field by Mathieu Chartier · 10 years ago
  32. f5b4c50 dex2oat: Pack likely-dirty objects together when generating the boot image by Igor Murashkin · 10 years ago
  33. 88f21ca Fix transitive equality error in set. by Mathieu Chartier · 10 years ago
  34. 4303ba9 ART: Track Flush & Close in FdFile by Andreas Gampe · 10 years ago
  35. 2d72101 Change 64 bit ArtMethod fields to be pointer sized by Mathieu Chartier · 10 years ago
  36. fd04b6f Combine image string char arrays into single array by Mathieu Chartier · 10 years ago
  37. 76649e8 Keep original order of fields in Class. by Vladimir Marko · 10 years ago
  38. bcc1ce0 Merge "ART: Refactor dex2oat" by Andreas Gampe · 10 years ago
  39. 88ec7f4 ART: Refactor dex2oat by Andreas Gampe · 10 years ago
  40. c2e2062 Add hash set by Mathieu Chartier · 10 years ago
  41. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  42. 4677476 ART: Add support for patching and loading OAT files compiled with PIC by Igor Murashkin · 10 years ago
  43. 2d2621a Optimize method linking by Mathieu Chartier · 10 years ago
  44. 2c4257b Tidy logging code not using UNIMPLEMENTED. by Ian Rogers · 10 years ago
  45. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  46. 62d1ca3 ART: Prepare for ELF64. by Tong Shen · 10 years ago
  47. f4da675 Implement method calls using relative BL on ARM. by Vladimir Marko · 10 years ago
  48. 2d5f39e Add ScopedAssertNoThreadSuspension by Mathieu Chartier · 10 years ago
  49. 3cd86d6 The image for writing needn't be in low 4GB. by Ian Rogers · 10 years ago
  50. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 10 years ago
  51. a59dd80 Runtime can now be set to require relocation by Alex Light · 10 years ago
  52. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  53. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 10 years ago
  54. eefbe39 Fix some style nitpicks by Alex Light · 10 years ago
  55. 53cb16b Add patchoat tool to Art. by Alex Light · 10 years ago
  56. e9e3e69 Add more read barriers to the class linker. by Hiroshi Yamauchi · 10 years ago
  57. e1d0781 Fix interpreter entrypoint initialization in the image by Sebastien Hertz · 10 years ago
  58. d8a737a Revert "Revert "Clean up image writer patching."" by Mathieu Chartier · 10 years ago
  59. fb241b6 Revert "Clean up image writer patching." by Mathieu Chartier · 10 years ago
  60. fc3b871 Clean up image writer patching. by Mathieu Chartier · 10 years ago
  61. 57d2733 Add support for relative patching to quick offsets. by Mathieu Chartier · 10 years ago
  62. 0cd8135 Revert "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 10 years ago
  63. 3bdb873 Revert "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 10 years ago
  64. e09ae09 Fix an outstanding compaction bug in interpreter. by Mathieu Chartier · 10 years ago
  65. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  66. f832284 Delete ClassHelper and fix compaction bug in GetDirectInterface by Mathieu Chartier · 10 years ago
  67. f0972a4 Fix generic jni issue in ArtMethod::GetQuickFrameInfo by Dmitry Petrochenko · 10 years ago
  68. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  69. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  70. 6e83c17 Replace the bool kDoReadBarrier template parameter with an enum. by Hiroshi Yamauchi · 10 years ago
  71. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 10 years ago
  72. 8a63057 Move mapping table and vmap table offsets to OatMethodHeader. by Vladimir Marko · 10 years ago
  73. 4d7f61d Use non volatile lock words in semispace collector. by Mathieu Chartier · 10 years ago
  74. a8e8f9c Refactor space bitmap to support different alignments. by Mathieu Chartier · 10 years ago
  75. 624468c Make the support code for read barriers a bit more general. by Hiroshi Yamauchi · 10 years ago
  76. b7ea3ac Refactor image writer reference visiting logic. by Mathieu Chartier · 10 years ago
  77. 49161ce Allow patching between dex files in the boot classpath. by Jeff Hao · 10 years ago
  78. 1a57066 A few 64bit fixes. by Ian Rogers · 10 years ago
  79. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 10 years ago
  80. 5e754d8 Revert "Revert "Avoid compiling monster methods in boot image"" by Brian Carlstrom · 10 years ago
  81. 2ec6520 Support compiler filters for boot classpath by Brian Carlstrom · 10 years ago
  82. 9583fbc Remove oat file location in the image. by Nicolas Geoffray · 10 years ago
  83. 2da8823 Initial changes towards Generic JNI option by Andreas Gampe · 10 years ago
  84. 9d04a20 (Experimental) Add Brooks pointers. by Hiroshi Yamauchi · 11 years ago
  85. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 10 years ago
  86. 4e30541 Fix and optimize verify object. by Mathieu Chartier · 10 years ago
  87. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  88. 55d0eac Support Direct Method/Type access for X86 by Mark Mendell · 11 years ago
  89. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  90. be1ca55 Use direct class pointers at allocation sites in the compiled code. by Hiroshi Yamauchi · 11 years ago
  91. 5ddb410 Remove intialized static storage from dex cache. by Ian Rogers · 11 years ago
  92. 4605362 Don't rely on gcc extensions by Bernhard Rosenkränzer · 11 years ago
  93. 5048223 Compact zygote. by Mathieu Chartier · 11 years ago
  94. 24c534d Don't read characters from 0 length strings. by Ian Rogers · 11 years ago
  95. 12aeccd Fix image writer bitmap size calculation. by Mathieu Chartier · 11 years ago
  96. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  97. 4e6a31e Lazily compute object identity hash codes. by Mathieu Chartier · 11 years ago
  98. 7195dd8 Merge "Don't use UTF16 length as length for MUTF8." into dalvik-dev by Ian Rogers · 11 years ago
  99. dfb325e Don't use UTF16 length as length for MUTF8. by Ian Rogers · 11 years ago
  100. c844a0f Merge "Implement Interface Method Tables (IMT)." into dalvik-dev by Jeff Hao · 11 years ago