1. fd04b6f Combine image string char arrays into single array by Mathieu Chartier · 10 years ago
  2. 76649e8 Keep original order of fields in Class. by Vladimir Marko · 10 years ago
  3. bcc1ce0 Merge "ART: Refactor dex2oat" by Andreas Gampe · 10 years ago
  4. 88ec7f4 ART: Refactor dex2oat by Andreas Gampe · 10 years ago
  5. c2e2062 Add hash set by Mathieu Chartier · 10 years ago
  6. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  7. 4677476 ART: Add support for patching and loading OAT files compiled with PIC by Igor Murashkin · 10 years ago
  8. 2d2621a Optimize method linking by Mathieu Chartier · 10 years ago
  9. 2c4257b Tidy logging code not using UNIMPLEMENTED. by Ian Rogers · 10 years ago
  10. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  11. 62d1ca3 ART: Prepare for ELF64. by Tong Shen · 10 years ago
  12. f4da675 Implement method calls using relative BL on ARM. by Vladimir Marko · 10 years ago
  13. 2d5f39e Add ScopedAssertNoThreadSuspension by Mathieu Chartier · 10 years ago
  14. 3cd86d6 The image for writing needn't be in low 4GB. by Ian Rogers · 10 years ago
  15. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 10 years ago
  16. a59dd80 Runtime can now be set to require relocation by Alex Light · 10 years ago
  17. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  18. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 10 years ago
  19. eefbe39 Fix some style nitpicks by Alex Light · 10 years ago
  20. 53cb16b Add patchoat tool to Art. by Alex Light · 10 years ago
  21. e9e3e69 Add more read barriers to the class linker. by Hiroshi Yamauchi · 10 years ago
  22. e1d0781 Fix interpreter entrypoint initialization in the image by Sebastien Hertz · 10 years ago
  23. d8a737a Revert "Revert "Clean up image writer patching."" by Mathieu Chartier · 10 years ago
  24. fb241b6 Revert "Clean up image writer patching." by Mathieu Chartier · 10 years ago
  25. fc3b871 Clean up image writer patching. by Mathieu Chartier · 10 years ago
  26. 57d2733 Add support for relative patching to quick offsets. by Mathieu Chartier · 10 years ago
  27. 0cd8135 Revert "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 10 years ago
  28. 3bdb873 Revert "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 10 years ago
  29. e09ae09 Fix an outstanding compaction bug in interpreter. by Mathieu Chartier · 10 years ago
  30. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  31. f832284 Delete ClassHelper and fix compaction bug in GetDirectInterface by Mathieu Chartier · 10 years ago
  32. f0972a4 Fix generic jni issue in ArtMethod::GetQuickFrameInfo by Dmitry Petrochenko · 10 years ago
  33. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  34. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  35. 6e83c17 Replace the bool kDoReadBarrier template parameter with an enum. by Hiroshi Yamauchi · 10 years ago
  36. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 10 years ago
  37. 8a63057 Move mapping table and vmap table offsets to OatMethodHeader. by Vladimir Marko · 11 years ago
  38. 4d7f61d Use non volatile lock words in semispace collector. by Mathieu Chartier · 10 years ago
  39. a8e8f9c Refactor space bitmap to support different alignments. by Mathieu Chartier · 11 years ago
  40. 624468c Make the support code for read barriers a bit more general. by Hiroshi Yamauchi · 11 years ago
  41. b7ea3ac Refactor image writer reference visiting logic. by Mathieu Chartier · 11 years ago
  42. 49161ce Allow patching between dex files in the boot classpath. by Jeff Hao · 11 years ago
  43. 1a57066 A few 64bit fixes. by Ian Rogers · 11 years ago
  44. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 11 years ago
  45. 5e754d8 Revert "Revert "Avoid compiling monster methods in boot image"" by Brian Carlstrom · 11 years ago
  46. 2ec6520 Support compiler filters for boot classpath by Brian Carlstrom · 11 years ago
  47. 9583fbc Remove oat file location in the image. by Nicolas Geoffray · 11 years ago
  48. 2da8823 Initial changes towards Generic JNI option by Andreas Gampe · 11 years ago
  49. 9d04a20 (Experimental) Add Brooks pointers. by Hiroshi Yamauchi · 11 years ago
  50. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 11 years ago
  51. 4e30541 Fix and optimize verify object. by Mathieu Chartier · 11 years ago
  52. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  53. 55d0eac Support Direct Method/Type access for X86 by Mark Mendell · 11 years ago
  54. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  55. be1ca55 Use direct class pointers at allocation sites in the compiled code. by Hiroshi Yamauchi · 11 years ago
  56. 5ddb410 Remove intialized static storage from dex cache. by Ian Rogers · 11 years ago
  57. 4605362 Don't rely on gcc extensions by Bernhard Rosenkränzer · 11 years ago
  58. 5048223 Compact zygote. by Mathieu Chartier · 11 years ago
  59. 24c534d Don't read characters from 0 length strings. by Ian Rogers · 11 years ago
  60. 12aeccd Fix image writer bitmap size calculation. by Mathieu Chartier · 11 years ago
  61. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  62. 4e6a31e Lazily compute object identity hash codes. by Mathieu Chartier · 11 years ago
  63. 7195dd8 Merge "Don't use UTF16 length as length for MUTF8." into dalvik-dev by Ian Rogers · 11 years ago
  64. dfb325e Don't use UTF16 length as length for MUTF8. by Ian Rogers · 11 years ago
  65. c844a0f Merge "Implement Interface Method Tables (IMT)." into dalvik-dev by Jeff Hao · 11 years ago
  66. ad2541a Fix object identity hash. by Mathieu Chartier · 11 years ago
  67. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 11 years ago
  68. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 11 years ago
  69. fc0e94b StringPiece clean up. by Ian Rogers · 11 years ago
  70. 8b2c0b9 Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  71. 31e8925 Write out image bitmap inside of image file. by Mathieu Chartier · 11 years ago
  72. 02e2511 Fix up TODO: c++0x, update cpplint. by Mathieu Chartier · 11 years ago
  73. 7571e8b Add flock(2)ing on dex-cache files to prevent races by Brian Carlstrom · 11 years ago
  74. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  75. 1809a72 Uleb128 compression of vmap and mapping table. by Ian Rogers · 11 years ago
  76. 848871b Entry point clean up. by Ian Rogers · 11 years ago
  77. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  78. c50d8e1 Remove OatWriter buffering to memory for ElfWriterQuick by Brian Carlstrom · 11 years ago
  79. 3e3d591 Fix cpplint build/namespaces issues by Brian Carlstrom · 11 years ago
  80. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 11 years ago
  81. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed (99%) from src/compiler/image_writer.cc]
  82. 51c2467 libart-compiler cleanup by Brian Carlstrom · 11 years ago[Renamed (99%) from src/image_writer.cc]
  83. 1d54e73 GC clean up. by Ian Rogers · 11 years ago
  84. 9639160 Move image class computation to the CompilerDriver by Brian Carlstrom · 11 years ago
  85. 6cda291 am 5f4bd975: Add logging of implicitly added image classes by Brian Carlstrom · 11 years ago
  86. 0aba0ba Created compiled stubs in image. by Jeff Hao · 11 years ago
  87. 515661b am 4b7b9896: Make ImageWriter tolerant of image classes implicitly loaded by <clinit>s. by Brian Carlstrom · 11 years ago
  88. 5f4bd97 Add logging of implicitly added image classes by Brian Carlstrom · 11 years ago
  89. 4b7b989 Make ImageWriter tolerant of image classes implicitly loaded by <clinit>s. by Brian Carlstrom · 11 years ago
  90. 637c65b Verifier improvements. by Ian Rogers · 11 years ago
  91. 39ebcb8 More profiler driven tweaks. by Ian Rogers · 11 years ago
  92. aa4a793 Rename abstract method code_ to entry_point_from_compiled_code_. by Jeff Hao · 11 years ago
  93. 79fe539 Removing remaining compiled stubs from image. by Jeff Hao · 11 years ago
  94. 58df327 Removed compiled resolution trampoline. by Jeff Hao · 11 years ago
  95. 74180ca Remove code related to compiled invoke stubs. by Jeff Hao · 12 years ago
  96. 4f6ad8a Various performance improvements. by Ian Rogers · 12 years ago
  97. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 12 years ago
  98. 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 12 years ago
  99. a40307e Ensure VM's heap is accounted correctly. by Ian Rogers · 12 years ago
  100. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago