1. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 10 years ago
  2. b2d4768 Merge "Store OatDexFile instead of OatFile in DexFile." by Richard Uhler · 10 years ago
  3. 2fd7e69 Use specific exception class to abort transaction by Sebastien Hertz · 10 years ago
  4. 07b3c23 Store OatDexFile instead of OatFile in DexFile. by Richard Uhler · 10 years ago
  5. daaf326 Add AccessibleObject and Field to mirror by Mathieu Chartier · 10 years ago
  6. e488566 ART: Use instrumented Alloc in Class-Linker by Andreas Gampe · 10 years ago
  7. 86787d0 Merge "ART: PathClassLoader for compiler" by Andreas Gampe · 10 years ago
  8. 81c6f8d ART: PathClassLoader for compiler by Andreas Gampe · 10 years ago
  9. d856545 Fix ClassLinker::MayBeCalledWithDirectCodePointer for JIT by Mathieu Chartier · 10 years ago
  10. 5b783e6 Fix 003-omnibus-opcodes flaky failures with GSS GC. by Hiroshi Yamauchi · 10 years ago
  11. 47f867a Clean up hash set by Mathieu Chartier · 10 years ago
  12. 2af72de Merge "Remove ThrowLocation." by Nicolas Geoffray · 10 years ago
  13. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 10 years ago
  14. 66d874d Create OatFileAssistant class for assisting with oat files. by Richard Uhler · 11 years ago
  15. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 10 years ago
  16. 775f1d4 Merge "Follow-up 128393" by Sebastien Hertz · 10 years ago
  17. bd9cf9f Follow-up 128393 by Sebastien Hertz · 10 years ago
  18. 9924fd8 Merge "ART: Move DexFile vector to Java array" by Andreas Gampe · 10 years ago
  19. c0d5f89 Fix JIT for vmdebug test 99 by Mathieu Chartier · 10 years ago
  20. 324b9bb ART: Move DexFile vector to Java array by Andreas Gampe · 10 years ago
  21. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
  22. f548c54 Merge "Revert "Add JIT"" by Nicolas Geoffray · 10 years ago
  23. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
  24. 4fa1a27 Merge "Add JIT" by Mathieu Chartier · 10 years ago
  25. 2535abe Add JIT by Mathieu Chartier · 10 years ago
  26. 24e04aa ART: Allow the execution to stop if the compilation fails via an option by Jean Christophe Beyler · 11 years ago
  27. 3f43b5f Merge "ART: Ensure order of field gaps" by Andreas Gampe · 10 years ago
  28. f52857f ART: Ensure order of field gaps by Andreas Gampe · 10 years ago
  29. 2ee8837 Merge "ART: Templatize IsInt & IsUint" by Andreas Gampe · 10 years ago
  30. ab1eb0d ART: Templatize IsInt & IsUint by Andreas Gampe · 10 years ago
  31. e4301ff ART: Make run-tests more verbose by Andreas Gampe · 10 years ago
  32. d8ca52e ART: Add more details to LinkageError by Andreas Gampe · 10 years ago
  33. 0525d6a Merge "Fix HasSameSignatureWithDifferentClassLoaders()." by Vladimir Marko · 10 years ago
  34. 862f43c Fix HasSameSignatureWithDifferentClassLoaders(). by Vladimir Marko · 10 years ago
  35. c7d1188 Handle variable size of methods properly between 32 and 64 bit. by Jeff Hao · 10 years ago
  36. 1c80bec Fix transaction aborting by Sebastien Hertz · 10 years ago
  37. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 11 years ago
  38. f3f62f2 Merge "Update instrumentation stubs on resolved classes" by Sebastien Hertz · 10 years ago
  39. 0c8c303 Clean up the locks around Heap::VisitObjects(). by Hiroshi Yamauchi · 11 years ago
  40. a8a697f Update instrumentation stubs on resolved classes by Sebastien Hertz · 11 years ago
  41. e34fa1d Print more info in MarkSweep::VerifyRoot by Mathieu Chartier · 11 years ago
  42. fd9eb39 ART: Simple structural class check by Andreas Gampe · 11 years ago
  43. fbef44d Use unique_ptr to track ownership of dex files. by Richard Uhler · 11 years ago
  44. 956af0f Remove portable. by Elliott Hughes · 11 years ago
  45. d691045 Merge "Revert "Revert "Ensure void type is resolved when running without image""" by Andreas Gampe · 11 years ago
  46. a696c0a ART: More ELF and oat file safety measures by Andreas Gampe · 11 years ago
  47. 76bd880 Revert "Revert "Ensure void type is resolved when running without image"" by Andreas Gampe · 11 years ago
  48. fe382b5 Revert "Ensure void type is resolved when running without image" by Nicolas Geoffray · 11 years ago
  49. 3138584 Ensure void type is resolved when running without image by Sebastien Hertz · 11 years ago
  50. a89d7ed Add pointer size logic to InitFromImageInterpretOnly by Mathieu Chartier · 11 years ago
  51. baede34 Merge "JDWP: fix breakpoint for method in the image" by Sebastien Hertz · 11 years ago
  52. 6963e44 JDWP: fix breakpoint for method in the image by Sebastien Hertz · 11 years ago
  53. b5fb207 Remove MethodHelper::HasSameSignatureWithDifferentClassLoaders. by Ian Rogers · 11 years ago
  54. f224751 Remove MethodHelper::HasSameNameAndSignature. by Ian Rogers · 11 years ago
  55. e0a02da Move FindDexMethodIndexInOtherDexFile into ArtMethod. by Ian Rogers · 11 years ago
  56. 91a6dc4 Set dex_cache_strings_ when we call Class::SetDexCache by Mathieu Chartier · 11 years ago
  57. eace458 Move dexCacheStrings from ArtMethod to Class by Mathieu Chartier · 11 years ago
  58. 957ca1c Delete ArtMethod gc_map_ field by Mathieu Chartier · 11 years ago
  59. 3242729 Avoid JNI call with pending OOME. by Ian Rogers · 11 years ago
  60. 2d72101 Change 64 bit ArtMethod fields to be pointer sized by Mathieu Chartier · 11 years ago
  61. 7a7c1db Fix ordering of fields with the same name. by Vladimir Marko · 11 years ago
  62. 81852bf Merge "Fix LinkFieldsComparator." by Vladimir Marko · 11 years ago
  63. d577748 Fix LinkFieldsComparator. by Vladimir Marko · 11 years ago
  64. 76649e8 Keep original order of fields in Class. by Vladimir Marko · 11 years ago
  65. e7c9a8c Add hash map, reduce excessive hashing by Mathieu Chartier · 11 years ago
  66. c2e2062 Add hash set by Mathieu Chartier · 11 years ago
  67. 277ccbd ART: More warnings by Andreas Gampe · 11 years ago
  68. 575e78c ART: Replace COMPILE_ASSERT with static_assert (runtime) by Andreas Gampe · 11 years ago
  69. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 11 years ago
  70. 6163fd4 Merge "Add hash table to link virtual methods" by Mathieu Chartier · 11 years ago
  71. 9f3629d Add hash table to link virtual methods by Mathieu Chartier · 11 years ago
  72. 96e8393 art: Fix classlinker and nopatchoat test for PIC case by Igor Murashkin · 11 years ago
  73. f13dd50 Merge "Move MethodHelper::GetReturnType to mirror::ArtMethod." by Ian Rogers · 11 years ago
  74. ded66a0 Move MethodHelper::GetReturnType to mirror::ArtMethod. by Ian Rogers · 11 years ago
  75. 05d89ee Fill resolved static fields during class initialization by Mathieu Chartier · 11 years ago
  76. 03b6eaf Tidy MethodProtoHelper. by Ian Rogers · 11 years ago
  77. 4677476 ART: Add support for patching and loading OAT files compiled with PIC by Igor Murashkin · 11 years ago
  78. 11bd683 Merge "ART: Add pic flag to oat header store" by Andreas Gampe · 11 years ago
  79. 7ba6496 ART: Add pic flag to oat header store by Andreas Gampe · 11 years ago
  80. d035c2d Fix 64 bit build by Mathieu Chartier · 11 years ago
  81. 2d2621a Optimize method linking by Mathieu Chartier · 11 years ago
  82. 2c4257b Tidy logging code not using UNIMPLEMENTED. by Ian Rogers · 11 years ago
  83. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 11 years ago
  84. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 11 years ago
  85. b23eab1 Add VLOG(class_linker) for clinit errors by Brian Carlstrom · 11 years ago
  86. 1373595 stdint types all the way! by Ian Rogers · 11 years ago
  87. cdc1aaf Simplify instance reference offsets. by Ian Rogers · 11 years ago
  88. 31d8f52 Add VMRuntime.isBootClassPathOnDisk by Brian Carlstrom · 11 years ago
  89. 0714083 Enable -Wunreachable-code by Ian Rogers · 11 years ago
  90. c8ccf68 ART: Fix some -Wpedantic errors by Andreas Gampe · 11 years ago
  91. f0edfc3 Some optimizations for the array alloc path. by Hiroshi Yamauchi · 11 years ago
  92. 2d5f39e Add ScopedAssertNoThreadSuspension by Mathieu Chartier · 11 years ago
  93. 3c13a79 ART: Only allow the zygote to create the global boot image by Andreas Gampe · 11 years ago
  94. 5a4b8a2 ART: Rename Handle hierarchy by Andreas Gampe · 11 years ago
  95. 2ed8def ART: Allow quickening in the boot image by Andreas Gampe · 11 years ago
  96. 5182932 ART: Change access flag behavior in verifier by Andreas Gampe · 11 years ago
  97. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 11 years ago
  98. ab0ed82 Add fast path to VMClassLoader.findLoadedClass by Mathieu Chartier · 11 years ago
  99. bb0c7f6 ART: Fix preverified setting in VerifyClass by Andreas Gampe · 11 years ago
  100. 4849859 ART: Correctly make methods preverified by Andreas Gampe · 11 years ago