1. f832284 Delete ClassHelper and fix compaction bug in GetDirectInterface by Mathieu Chartier · 10 years ago
  2. f0972a4 Fix generic jni issue in ArtMethod::GetQuickFrameInfo by Dmitry Petrochenko · 10 years ago
  3. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  4. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  5. 6e83c17 Replace the bool kDoReadBarrier template parameter with an enum. by Hiroshi Yamauchi · 10 years ago
  6. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 10 years ago
  7. 8a63057 Move mapping table and vmap table offsets to OatMethodHeader. by Vladimir Marko · 10 years ago
  8. 4d7f61d Use non volatile lock words in semispace collector. by Mathieu Chartier · 10 years ago
  9. a8e8f9c Refactor space bitmap to support different alignments. by Mathieu Chartier · 10 years ago
  10. 624468c Make the support code for read barriers a bit more general. by Hiroshi Yamauchi · 10 years ago
  11. b7ea3ac Refactor image writer reference visiting logic. by Mathieu Chartier · 10 years ago
  12. 49161ce Allow patching between dex files in the boot classpath. by Jeff Hao · 10 years ago
  13. 1a57066 A few 64bit fixes. by Ian Rogers · 10 years ago
  14. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 10 years ago
  15. 5e754d8 Revert "Revert "Avoid compiling monster methods in boot image"" by Brian Carlstrom · 10 years ago
  16. 2ec6520 Support compiler filters for boot classpath by Brian Carlstrom · 10 years ago
  17. 9583fbc Remove oat file location in the image. by Nicolas Geoffray · 10 years ago
  18. 2da8823 Initial changes towards Generic JNI option by Andreas Gampe · 10 years ago
  19. 9d04a20 (Experimental) Add Brooks pointers. by Hiroshi Yamauchi · 10 years ago
  20. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 10 years ago
  21. 4e30541 Fix and optimize verify object. by Mathieu Chartier · 10 years ago
  22. d2fe10a Remove blacklist by Sebastien Hertz · 10 years ago
  23. 55d0eac Support Direct Method/Type access for X86 by Mark Mendell · 10 years ago
  24. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  25. be1ca55 Use direct class pointers at allocation sites in the compiled code. by Hiroshi Yamauchi · 10 years ago
  26. 5ddb410 Remove intialized static storage from dex cache. by Ian Rogers · 11 years ago
  27. 4605362 Don't rely on gcc extensions by Bernhard Rosenkränzer · 11 years ago
  28. 5048223 Compact zygote. by Mathieu Chartier · 11 years ago
  29. 24c534d Don't read characters from 0 length strings. by Ian Rogers · 11 years ago
  30. 12aeccd Fix image writer bitmap size calculation. by Mathieu Chartier · 11 years ago
  31. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  32. 4e6a31e Lazily compute object identity hash codes. by Mathieu Chartier · 11 years ago
  33. 7195dd8 Merge "Don't use UTF16 length as length for MUTF8." into dalvik-dev by Ian Rogers · 11 years ago
  34. dfb325e Don't use UTF16 length as length for MUTF8. by Ian Rogers · 11 years ago
  35. c844a0f Merge "Implement Interface Method Tables (IMT)." into dalvik-dev by Jeff Hao · 11 years ago
  36. ad2541a Fix object identity hash. by Mathieu Chartier · 11 years ago
  37. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 11 years ago
  38. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 11 years ago
  39. fc0e94b StringPiece clean up. by Ian Rogers · 11 years ago
  40. 8b2c0b9 Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  41. 31e8925 Write out image bitmap inside of image file. by Mathieu Chartier · 11 years ago
  42. 02e2511 Fix up TODO: c++0x, update cpplint. by Mathieu Chartier · 11 years ago
  43. 7571e8b Add flock(2)ing on dex-cache files to prevent races by Brian Carlstrom · 11 years ago
  44. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  45. 1809a72 Uleb128 compression of vmap and mapping table. by Ian Rogers · 11 years ago
  46. 848871b Entry point clean up. by Ian Rogers · 11 years ago
  47. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  48. c50d8e1 Remove OatWriter buffering to memory for ElfWriterQuick by Brian Carlstrom · 11 years ago
  49. 3e3d591 Fix cpplint build/namespaces issues by Brian Carlstrom · 11 years ago
  50. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 11 years ago
  51. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed (99%) from src/compiler/image_writer.cc]
  52. 51c2467 libart-compiler cleanup by Brian Carlstrom · 11 years ago[Renamed (99%) from src/image_writer.cc]
  53. 1d54e73 GC clean up. by Ian Rogers · 11 years ago
  54. 9639160 Move image class computation to the CompilerDriver by Brian Carlstrom · 11 years ago
  55. 6cda291 am 5f4bd975: Add logging of implicitly added image classes by Brian Carlstrom · 11 years ago
  56. 0aba0ba Created compiled stubs in image. by Jeff Hao · 11 years ago
  57. 515661b am 4b7b9896: Make ImageWriter tolerant of image classes implicitly loaded by <clinit>s. by Brian Carlstrom · 11 years ago
  58. 5f4bd97 Add logging of implicitly added image classes by Brian Carlstrom · 11 years ago
  59. 4b7b989 Make ImageWriter tolerant of image classes implicitly loaded by <clinit>s. by Brian Carlstrom · 11 years ago
  60. 637c65b Verifier improvements. by Ian Rogers · 11 years ago
  61. 39ebcb8 More profiler driven tweaks. by Ian Rogers · 11 years ago
  62. aa4a793 Rename abstract method code_ to entry_point_from_compiled_code_. by Jeff Hao · 11 years ago
  63. 79fe539 Removing remaining compiled stubs from image. by Jeff Hao · 11 years ago
  64. 58df327 Removed compiled resolution trampoline. by Jeff Hao · 11 years ago
  65. 74180ca Remove code related to compiled invoke stubs. by Jeff Hao · 11 years ago
  66. 4f6ad8a Various performance improvements. by Ian Rogers · 11 years ago
  67. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 11 years ago
  68. 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 11 years ago
  69. a40307e Ensure VM's heap is accounted correctly. by Ian Rogers · 11 years ago
  70. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 11 years ago
  71. 700c8d3 Move .oat files to ELF format by Brian Carlstrom · 12 years ago
  72. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago
  73. fe8723b Merge "Switch over to the google3 unix_file File*." into dalvik-dev by Elliott Hughes · 12 years ago
  74. 7616005 Switch over to the google3 unix_file File*. by Elliott Hughes · 12 years ago
  75. 1cac343 Remove now unused RelocationBehavior by Brian Carlstrom · 12 years ago
  76. 64b6d14 Interpret class initializers when building image. by Ian Rogers · 12 years ago
  77. e35517a Remove disable card marks, fix SetPatchLocation. by Mathieu Chartier · 12 years ago
  78. a85b837 Update image oat checksum when patching by Brian Carlstrom · 12 years ago
  79. 1c23e1e More space refactoring. by Mathieu Chartier · 12 years ago
  80. 7469ebf Refactor and remove copy mark bits. by Mathieu Chartier · 12 years ago
  81. 4445a7e Class clean-up. by Ian Rogers · 12 years ago
  82. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
  83. 2fde533 Refactor spaces and add free list large object space by Mathieu Chartier · 12 years ago
  84. 1f53934 Make PopSirt inlinable, pass self to SirtRef. by Ian Rogers · 12 years ago
  85. e0f0cb3 Large object space by Mathieu Chartier · 12 years ago
  86. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 12 years ago
  87. 0c7abda NativePcOffsetToReferenceMap by Ian Rogers · 12 years ago
  88. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  89. c0228b8 Fixes to verifier and slowpaths for cts invoke tests. by jeffhao · 12 years ago
  90. 08f753d Avoid compile time rewriting of dex code by verifier. by Ian Rogers · 12 years ago
  91. 1b09b09 Syntax clean up to make clang happy. by Ian Rogers · 12 years ago
  92. 357e9be Sticky mark bits "generational" GC by Mathieu Chartier · 12 years ago
  93. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  94. b062fdd Each space has its own bitmap(s) by Mathieu Chartier · 12 years ago
  95. a168c83 Convince tsan that the card table isn't a problem. by Elliott Hughes · 12 years ago
  96. 6cd40e5 Ensure that cached oat and image files are world readable like odex files by Brian Carlstrom · 12 years ago
  97. 0c717dd Add ELF loader to OatFile. by Logan Chien · 12 years ago
  98. b25c3f6 Fix cpplint's whitespace complaints. by Elliott Hughes · 12 years ago
  99. 0637e27 Enable kSupportBootImageFixup by Brian Carlstrom · 12 years ago
  100. f582258 oat file patching by Brian Carlstrom · 12 years ago