1. 0e12bdc Add ISA directory to image and odex pathnames. by Brian Carlstrom · 10 years ago
  2. db2633c Change ObjectLock to take Handle instead of Handle pointer. by Mathieu Chartier · 10 years ago
  3. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  4. cbfb8b2 Merge "Ensure JNI primitive array type is appropriate." by Ian Rogers · 10 years ago
  5. 2d10b20 Ensure JNI primitive array type is appropriate. by Ian Rogers · 10 years ago
  6. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  7. 7624d25 Move quick frame info to OatQuickMethodHeader. by Vladimir Marko · 10 years ago
  8. 151f221 Improve ValidateSuperClassDescriptors performance. by Ian Rogers · 10 years ago
  9. eafef7d Merge "Allow ArtMethod::Invoke in unstarted runtimes." by Ian Rogers · 10 years ago
  10. 5d27faf Allow ArtMethod::Invoke in unstarted runtimes. by Ian Rogers · 10 years ago
  11. 52f8488 Prevent spurious dexopts in 32-64 builds. by Narayan Kamath · 10 years ago
  12. 64e7ac0 Don't leak oat file when we fail to open a dex file. by Vladimir Marko · 10 years ago
  13. 11d9f06 Use instruction specific dalvik cache dirs. by Narayan Kamath · 10 years ago
  14. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 10 years ago
  15. 8a63057 Move mapping table and vmap table offsets to OatMethodHeader. by Vladimir Marko · 10 years ago
  16. 82b1a81 Merge "Avoid allocating OatFile::OatClass on the heap." by Vladimir Marko · 10 years ago
  17. ea81063 Merge "Speed up single-stepping" by Sebastien Hertz · 10 years ago
  18. d3c5beb Avoid allocating OatFile::OatClass on the heap. by Vladimir Marko · 10 years ago
  19. 7ec2f1c Speed up single-stepping by Sebastien Hertz · 10 years ago
  20. 329d188 Better error reporting when loading dex files by Andreas Gampe · 10 years ago
  21. 4cd662e Fix Object::Clone()'s pre-fence barrier. by Hiroshi Yamauchi · 10 years ago
  22. 4a200f5 Add support for -Xverify:none mode. by Jeff Hao · 10 years ago
  23. 8afeb85 Pass instruction-set from runtime through to spawned dex2oat. by Ian Rogers · 10 years ago
  24. 624468c Make the support code for read barriers a bit more general. by Hiroshi Yamauchi · 10 years ago
  25. 62f0512 Improvements to Field.get/set. by Ian Rogers · 10 years ago
  26. 8fa2dad Refactor reference code into mirror namespace. by Mathieu Chartier · 10 years ago
  27. 9a6a99a Remove small duplicate code in Generic JNI handling, add comments by Andreas Gampe · 10 years ago
  28. 4dcef7e Merge "Fixes for Generic JNI" by Andreas Gampe · 10 years ago
  29. 9054683 Fixes for Generic JNI by Andreas Gampe · 10 years ago
  30. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 11 years ago
  31. 1a57066 A few 64bit fixes. by Ian Rogers · 10 years ago
  32. bf6b92a Generic JNI implementation for x86_64 by Andreas Gampe · 10 years ago
  33. 2ec6520 Support compiler filters for boot classpath by Brian Carlstrom · 10 years ago
  34. 893263b Avoid marking old class linker and intern table roots during pause. by Mathieu Chartier · 10 years ago
  35. 9583fbc Remove oat file location in the image. by Nicolas Geoffray · 10 years ago
  36. 2da8823 Initial changes towards Generic JNI option by Andreas Gampe · 11 years ago
  37. 6fac447 Make allocations report usable size. by Ian Rogers · 11 years ago
  38. 9d04a20 (Experimental) Add Brooks pointers. by Hiroshi Yamauchi · 11 years ago
  39. 4cf5e57 Move waitpid(2) includes to art::Exec implementation by Brian Carlstrom · 11 years ago
  40. 35d8b8e Avoid going through char* for std::string API by Brian Carlstrom · 11 years ago
  41. fffb0b7 Merge "Create CompilerOptions" by Brian Carlstrom · 11 years ago
  42. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 11 years ago
  43. 6449c62 Create CompilerOptions by Brian Carlstrom · 11 years ago
  44. 4e30541 Fix and optimize verify object. by Mathieu Chartier · 11 years ago
  45. 073278c Do not FixupStaticTrampolines of uninitialized classes by Brian Carlstrom · 11 years ago
  46. 815873e Change root visitor to use Object**. by Mathieu Chartier · 11 years ago
  47. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  48. fd14755 Merge "Work in the direction of hard float quick ABIs." by Ian Rogers · 11 years ago
  49. 0177e53 Work in the direction of hard float quick ABIs. by Ian Rogers · 11 years ago
  50. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  51. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  52. 0d6adac Fix apps with more than one dex file with the same name by Brian Carlstrom · 11 years ago
  53. c0a9ea4 Add missing SIRT to CreateArrayClass. by Mathieu Chartier · 11 years ago
  54. 1d27b34 Change DisableGC to DisableMovingGC. by Mathieu Chartier · 11 years ago
  55. 23a2821 Clean up access checks. by Vladimir Marko · 11 years ago
  56. 60836d5 Fix opening oat files that are out of date. by Vladimir Marko · 11 years ago
  57. 0cb50e5 Merge "Remove intialized static storage from dex cache." by Ian Rogers · 11 years ago
  58. 5ddb410 Remove intialized static storage from dex cache. by Ian Rogers · 11 years ago
  59. 801a811 Remove duplicate/unnecessary code from ClassLinker. by Vladimir Marko · 11 years ago
  60. 2b5eaa2 Move compiler code out of method verifier. by Vladimir Marko · 11 years ago
  61. 22cb09b Add class to verifier's rejected list if superclass is erroneous. by Jeff Hao · 11 years ago
  62. 8755359 Merge "Enable moving classes." by Mathieu Chartier · 11 years ago
  63. 08cbf66 Do not require classes.dex to support stripped zip files by Brian Carlstrom · 11 years ago
  64. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  65. cbb2d20 Refactor allocation entrypoints. by Mathieu Chartier · 11 years ago
  66. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  67. 610e49f Fix typo in duplicate condition by Brian Carlstrom · 11 years ago
  68. 7195dd8 Merge "Don't use UTF16 length as length for MUTF8." into dalvik-dev by Ian Rogers · 11 years ago
  69. dfb325e Don't use UTF16 length as length for MUTF8. by Ian Rogers · 11 years ago
  70. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 11 years ago
  71. fd7e33f Merge "Throw IOException at source of failing to open a dex file." into dalvik-dev by Ian Rogers · 11 years ago
  72. 79b4f38 Fix incorrect initial dex cache size. by Mathieu Chartier · 11 years ago
  73. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 11 years ago
  74. 4e62746 resolved conflicts for merge of 5d79c5de to dalvik-dev by Brian Carlstrom · 11 years ago
  75. e810452 Preload DexCaches by Brian Carlstrom · 11 years ago
  76. ed9bd3a am 921270a3: am 8ab30e0c: am 31b9d664: Hold proxy classes live in class linker. by Mathieu Chartier · 11 years ago
  77. 31b9d66 Hold proxy classes live in class linker. by Mathieu Chartier · 11 years ago
  78. 9822c33 Merge "Clinits may not have the kAccConstructor flag." into dalvik-dev by Ian Rogers · 11 years ago
  79. 241b5de Clinits may not have the kAccConstructor flag. by Ian Rogers · 11 years ago
  80. 657d498 am ed51dca0: am 9fbe6cbd: am 8e3fb146: Revert "Add Jack modifier." by Brian Carlstrom · 11 years ago
  81. 8e3fb14 Revert "Add Jack modifier." by Brian Carlstrom · 11 years ago
  82. f1603c2 am bf1f0cdc: am 7ba7936d: am 756ee4e0: Find OatDexFile by DexFile name and checksum, not just checksum by Brian Carlstrom · 11 years ago
  83. 1449f1d am 80f85137: am 7c798419: am 7c3d13ae: Use file magic to determine file type, not file extension. by Brian Carlstrom · 11 years ago
  84. 756ee4e Find OatDexFile by DexFile name and checksum, not just checksum by Brian Carlstrom · 11 years ago
  85. 7c3d13a Use file magic to determine file type, not file extension. by Brian Carlstrom · 11 years ago
  86. 49fddff am acab9fa3: am 13f4f408: am f1524294: Merge "Fix OatFile leak causing dlopen to return stale OatFile contents" into klp-dev by Brian Carlstrom · 11 years ago
  87. 1c82982 Early exit for static fixup if no direct methods. by Ian Rogers · 11 years ago
  88. b00309f Fix OatFile leak causing dlopen to return stale OatFile contents by Brian Carlstrom · 11 years ago
  89. d91d6d6 Introduce Signature type to avoid string comparisons. by Ian Rogers · 11 years ago
  90. fc0e94b StringPiece clean up. by Ian Rogers · 11 years ago
  91. 2de3587 am 91f98d8b: am 15ae8191: am abcf7ae8: Fix overly restrictive assert by Brian Carlstrom · 11 years ago
  92. 4ce9e68 am e2ef8795: am 4b166f3e: am cb5f5e53: Make sure CompilerDriver actually resolves types by Brian Carlstrom · 11 years ago
  93. abcf7ae Fix overly restrictive assert by Brian Carlstrom · 11 years ago
  94. cb5f5e5 Make sure CompilerDriver actually resolves types by Brian Carlstrom · 11 years ago
  95. ee39a10 Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  96. 8b2c0b9 Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  97. b307052 resolved conflicts for merge of 613eae4a to dalvik-dev by Mathieu Chartier · 11 years ago
  98. c462198 Fix race in root marking. by Mathieu Chartier · 11 years ago
  99. 423d2a3 Add support for changing roots through the root visitor callback. by Mathieu Chartier · 11 years ago
  100. a436fde Handle OOMEs in class linker with grace. by Ian Rogers · 11 years ago