1. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  2. d691045 Merge "Revert "Revert "Ensure void type is resolved when running without image""" by Andreas Gampe · 10 years ago
  3. a696c0a ART: More ELF and oat file safety measures by Andreas Gampe · 10 years ago
  4. 76bd880 Revert "Revert "Ensure void type is resolved when running without image"" by Andreas Gampe · 10 years ago
  5. fe382b5 Revert "Ensure void type is resolved when running without image" by Nicolas Geoffray · 10 years ago
  6. 3138584 Ensure void type is resolved when running without image by Sebastien Hertz · 10 years ago
  7. a89d7ed Add pointer size logic to InitFromImageInterpretOnly by Mathieu Chartier · 10 years ago
  8. baede34 Merge "JDWP: fix breakpoint for method in the image" by Sebastien Hertz · 10 years ago
  9. 6963e44 JDWP: fix breakpoint for method in the image by Sebastien Hertz · 10 years ago
  10. b5fb207 Remove MethodHelper::HasSameSignatureWithDifferentClassLoaders. by Ian Rogers · 10 years ago
  11. f224751 Remove MethodHelper::HasSameNameAndSignature. by Ian Rogers · 10 years ago
  12. e0a02da Move FindDexMethodIndexInOtherDexFile into ArtMethod. by Ian Rogers · 10 years ago
  13. 91a6dc4 Set dex_cache_strings_ when we call Class::SetDexCache by Mathieu Chartier · 10 years ago
  14. eace458 Move dexCacheStrings from ArtMethod to Class by Mathieu Chartier · 10 years ago
  15. 957ca1c Delete ArtMethod gc_map_ field by Mathieu Chartier · 10 years ago
  16. 3242729 Avoid JNI call with pending OOME. by Ian Rogers · 10 years ago
  17. 2d72101 Change 64 bit ArtMethod fields to be pointer sized by Mathieu Chartier · 10 years ago
  18. 7a7c1db Fix ordering of fields with the same name. by Vladimir Marko · 10 years ago
  19. 81852bf Merge "Fix LinkFieldsComparator." by Vladimir Marko · 10 years ago
  20. d577748 Fix LinkFieldsComparator. by Vladimir Marko · 10 years ago
  21. 76649e8 Keep original order of fields in Class. by Vladimir Marko · 10 years ago
  22. e7c9a8c Add hash map, reduce excessive hashing by Mathieu Chartier · 10 years ago
  23. c2e2062 Add hash set by Mathieu Chartier · 10 years ago
  24. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  25. 575e78c ART: Replace COMPILE_ASSERT with static_assert (runtime) by Andreas Gampe · 10 years ago
  26. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  27. 6163fd4 Merge "Add hash table to link virtual methods" by Mathieu Chartier · 10 years ago
  28. 9f3629d Add hash table to link virtual methods by Mathieu Chartier · 10 years ago
  29. 96e8393 art: Fix classlinker and nopatchoat test for PIC case by Igor Murashkin · 10 years ago
  30. f13dd50 Merge "Move MethodHelper::GetReturnType to mirror::ArtMethod." by Ian Rogers · 10 years ago
  31. ded66a0 Move MethodHelper::GetReturnType to mirror::ArtMethod. by Ian Rogers · 10 years ago
  32. 05d89ee Fill resolved static fields during class initialization by Mathieu Chartier · 10 years ago
  33. 03b6eaf Tidy MethodProtoHelper. by Ian Rogers · 10 years ago
  34. 4677476 ART: Add support for patching and loading OAT files compiled with PIC by Igor Murashkin · 10 years ago
  35. 11bd683 Merge "ART: Add pic flag to oat header store" by Andreas Gampe · 10 years ago
  36. 7ba6496 ART: Add pic flag to oat header store by Andreas Gampe · 10 years ago
  37. d035c2d Fix 64 bit build by Mathieu Chartier · 10 years ago
  38. 2d2621a Optimize method linking by Mathieu Chartier · 10 years ago
  39. 2c4257b Tidy logging code not using UNIMPLEMENTED. by Ian Rogers · 10 years ago
  40. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 10 years ago
  41. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  42. b23eab1 Add VLOG(class_linker) for clinit errors by Brian Carlstrom · 10 years ago
  43. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  44. cdc1aaf Simplify instance reference offsets. by Ian Rogers · 10 years ago
  45. 31d8f52 Add VMRuntime.isBootClassPathOnDisk by Brian Carlstrom · 10 years ago
  46. 0714083 Enable -Wunreachable-code by Ian Rogers · 10 years ago
  47. c8ccf68 ART: Fix some -Wpedantic errors by Andreas Gampe · 10 years ago
  48. f0edfc3 Some optimizations for the array alloc path. by Hiroshi Yamauchi · 10 years ago
  49. 2d5f39e Add ScopedAssertNoThreadSuspension by Mathieu Chartier · 10 years ago
  50. 3c13a79 ART: Only allow the zygote to create the global boot image by Andreas Gampe · 10 years ago
  51. 5a4b8a2 ART: Rename Handle hierarchy by Andreas Gampe · 10 years ago
  52. 2ed8def ART: Allow quickening in the boot image by Andreas Gampe · 10 years ago
  53. 5182932 ART: Change access flag behavior in verifier by Andreas Gampe · 10 years ago
  54. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  55. ab0ed82 Add fast path to VMClassLoader.findLoadedClass by Mathieu Chartier · 10 years ago
  56. bb0c7f6 ART: Fix preverified setting in VerifyClass by Andreas Gampe · 10 years ago
  57. 4849859 ART: Correctly make methods preverified by Andreas Gampe · 10 years ago
  58. 958d78e Merge "Remove reference_static_offsets used for iterating through class static fields." by Mingyao Yang · 10 years ago
  59. faff0f0 Remove reference_static_offsets used for iterating through class static fields. by Mingyao Yang · 10 years ago
  60. 1a465ca Ensure class is linked before resolution by Sebastien Hertz · 10 years ago
  61. aa4497d Improve dex location canonicalization-related performance. by Vladimir Marko · 10 years ago
  62. 6be5a28 Merge "Small error reporting fix in class linker." by Vladimir Marko · 10 years ago
  63. 6bcae8f Add fast path for FindClass using the type dex file. by Mathieu Chartier · 10 years ago
  64. 30c2e1b Small error reporting fix in class linker. by Vladimir Marko · 10 years ago
  65. 621962a Avoid recomputing the dex checksum during class loading by Calin Juravle · 10 years ago
  66. a8c55ae Remove unreachable code from class_linker.cc by Calin Juravle · 10 years ago
  67. 217dc45 Merge "VisitClassesWithoutClassesLock isn't safe if classes move." by Ian Rogers · 10 years ago
  68. 68caf9e Fix stack overflow and duplicate methods while tracing. by Jeff Hao · 10 years ago
  69. dbf3be0 VisitClassesWithoutClassesLock isn't safe if classes move. by Ian Rogers · 10 years ago
  70. 6355745 Pre-allocate the NoClassDefFoundError to be thrown for boot classes. by Ian Rogers · 10 years ago
  71. 68b5685 Reduce and speed-up class def searches. by Ian Rogers · 10 years ago
  72. 7adb7ac Fix segfault if running without image. by Alex Light · 10 years ago
  73. 6950ae4 Merge "Filling hole between subclass and superclass." by Mathieu Chartier · 10 years ago
  74. 381e4ca Filling hole between subclass and superclass. by Fred Shih · 10 years ago
  75. 524507a Prevent exception bugs in class linker by Mathieu Chartier · 10 years ago
  76. ae94e35 Ensure proxy constructor is in dex cache by Sebastien Hertz · 10 years ago
  77. 84d7605 Support booting without functioning boot.oat/art patchoat. by Alex Light · 10 years ago
  78. b7fbafd Merge "ART: kSuper also has IncompatibleClassChangeError" by Andreas Gampe · 10 years ago
  79. df73375 ART: kSuper also has IncompatibleClassChangeError by Andreas Gampe · 10 years ago
  80. 8850011 Remove an intermediate field array in ClassLinker::InitializeClass. by Hiroshi Yamauchi · 10 years ago
  81. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 10 years ago
  82. e25826e Merge "Support running without a boot image." by Brian Carlstrom · 10 years ago
  83. 64ad14d Support running without a boot image. by Alex Light · 10 years ago
  84. bf99f77 Clean up Handle usage. by Mathieu Chartier · 10 years ago
  85. 67ef46a Avoid handle-less fields in ClassLinker::InitializeClass() by Hiroshi Yamauchi · 10 years ago
  86. ed9fe4f Merge "Avoid handle-less methods in ClassLinker::LinkInterfaceMethods()." by Hiroshi Yamauchi · 10 years ago
  87. 41369d2 Avoid handle-less methods in ClassLinker::LinkInterfaceMethods(). by Hiroshi Yamauchi · 10 years ago
  88. 9dcc457 Make apps able to run with a failing patchoat by Alex Light · 10 years ago
  89. 9bdec88 Check that we don't accidentally invoke compiled code when -Xint. by Hiroshi Yamauchi · 10 years ago
  90. db8a664 Prevent stubs from being installed in java.lang.reflect.Proxy.<init>. by Jeff Hao · 10 years ago
  91. 97b52f8 Make OatClass and OatMethod immutable once more. by Ian Rogers · 10 years ago
  92. eff0f5d ART: Fix class-linker handling by Andreas Gampe · 10 years ago
  93. 38eecb0 Use handle in one case that spans a gc-point. by Mingyao Yang · 10 years ago
  94. 4fcdc94 Execute an application even when dex2oat crashes. by Nicolas Geoffray · 10 years ago
  95. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 10 years ago
  96. 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 10 years ago
  97. 58a5af8 ART: Add guards to the dex cache and its shortcuts by Andreas Gampe · 10 years ago
  98. f0a3f09 Fix proxy tracing and enable tests that now work with tracing. by Jeff Hao · 10 years ago
  99. 6e183f2 Make system use patchoat to relocate during runtime. by Alex Light · 10 years ago
  100. 4e1d579 Use canonical paths when searching for dex files by Calin Juravle · 10 years ago