1. 3b021bf Update the number of direct methods in j.l.reflect.Proxy. by Piotr Jastrzebski · 10 years ago
  2. 7f418db JDWP: fix breakpoint for method in the image by Sebastien Hertz · 11 years ago
  3. 12f7423 Print more info in MarkSweep::VerifyRoot by Mathieu Chartier · 11 years ago
  4. 15a33b3 ART: Simple structural class check by Andreas Gampe · 11 years ago
  5. d2c8f92 Merge "ART: More ELF and oat file safety measures" into lmp-mr1-dev by Andreas Gampe · 11 years ago
  6. ad00fed ART: More ELF and oat file safety measures by Andreas Gampe · 11 years ago
  7. cad417c Ensure void type is resolved when running without image by Sebastien Hertz · 11 years ago
  8. be41341 Merge "JDWP: only deoptimize when it is required" into lmp-mr1-dev by Sebastien Hertz · 11 years ago
  9. ea1c3d7 Set dex_cache_strings_ when we call Class::SetDexCache by Mathieu Chartier · 11 years ago
  10. f521f42 Move dex cache strings from ArtMethod -> Class by Mathieu Chartier · 11 years ago
  11. f2134f6 JDWP: only deoptimize when it is required by Sebastien Hertz · 11 years ago
  12. c3944d7 Merge "Change 64 bit ArtMethod fields to be pointer sized" into lmp-mr1-dev by Mathieu Chartier · 11 years ago
  13. e832e64 Change 64 bit ArtMethod fields to be pointer sized by Mathieu Chartier · 11 years ago
  14. b34674d Fix ordering of fields with the same name. by Vladimir Marko · 11 years ago
  15. 938f966 Fix LinkFieldsComparator. by Vladimir Marko · 11 years ago
  16. bfa3ed0 Keep original order of fields in Class. by Vladimir Marko · 11 years ago
  17. 564ff98 Add hash map, reduce excessive hashing by Mathieu Chartier · 11 years ago
  18. e05d1d5 Add hash set by Mathieu Chartier · 11 years ago
  19. 5ef2990 art: Fix classlinker and nopatchoat test for PIC case by Igor Murashkin · 11 years ago
  20. 90ca5c0 ART: Add support for patching and loading OAT files compiled with PIC by Igor Murashkin · 11 years ago
  21. d7392fa ART: Add pic flag to oat header store by Andreas Gampe · 11 years ago
  22. a9ca9ac Add hash table to link virtual methods by Mathieu Chartier · 11 years ago
  23. 473484f Tidy MethodProtoHelper. by Ian Rogers · 11 years ago
  24. f6db70a Merge "Fill resolved static fields during class initialization" into lmp-mr1-dev by Mathieu Chartier · 11 years ago
  25. bfb2158 Fill resolved static fields during class initialization by Mathieu Chartier · 11 years ago
  26. 7989d22 Fix 64 bit build by Mathieu Chartier · 11 years ago
  27. 1fb463e Optimize method linking by Mathieu Chartier · 11 years ago
  28. 95a9354 Add VMRuntime.isBootClassPathOnDisk by Brian Carlstrom · 11 years ago
  29. 33c36d4 ART: Only allow the zygote to create the global boot image by Andreas Gampe · 11 years ago
  30. 63bc11e DO NOT MERGE. Only have a portable entrypoint in portable builds. by Ian Rogers · 11 years ago
  31. 508e0a8 Merge "ART: Allow quickening in the boot image" into lmp-dev by Andreas Gampe · 11 years ago
  32. 35439ba ART: Allow quickening in the boot image by Andreas Gampe · 11 years ago
  33. 7fc8f90 ART: Change access flag behavior in verifier by Andreas Gampe · 11 years ago
  34. 194116c Add fast path to VMClassLoader.findLoadedClass by Mathieu Chartier · 11 years ago
  35. 3892cf8 ART: Fix preverified setting in VerifyClass by Andreas Gampe · 11 years ago
  36. 0a40828 Merge "Improve dex location canonicalization-related performance." into lmp-dev by Vladimir Marko · 11 years ago
  37. df1532b ART: Correctly make methods preverified by Andreas Gampe · 11 years ago
  38. be4e643 Improve dex location canonicalization-related performance. by Vladimir Marko · 11 years ago
  39. 827645f Merge "Ensure class is linked before resolution" into lmp-dev by Brian Carlstrom · 11 years ago
  40. 72da763 Ensure class is linked before resolution by Sebastien Hertz · 11 years ago
  41. 5875a48 Merge "VisitClassesWithoutClassesLock isn't safe if classes move." into lmp-dev by Ian Rogers · 11 years ago
  42. 8a39e7f Add fast path for FindClass using the type dex file. by Mathieu Chartier · 11 years ago
  43. ca0c8d3 VisitClassesWithoutClassesLock isn't safe if classes move. by Ian Rogers · 11 years ago
  44. b100ff4 Merge "Avoid recomputing the dex checksum during class loading" into lmp-dev by Calin Juravle · 11 years ago
  45. ca34593 Avoid recomputing the dex checksum during class loading by Calin Juravle · 11 years ago
  46. 6b28a45 Fix stack overflow and duplicate methods while tracing. by Jeff Hao · 11 years ago
  47. 79cfc0e Pre-allocate the NoClassDefFoundError to be thrown for boot classes. by Ian Rogers · 11 years ago
  48. cc2f239 Reduce and speed-up class def searches. by Ian Rogers · 11 years ago
  49. 496cd33 Fix segfault if running without image. by Alex Light · 11 years ago
  50. 7654123 Merge "Ensure proxy constructor is in dex cache" into lmp-dev by Brian Carlstrom · 11 years ago
  51. 440d3da Ensure proxy constructor is in dex cache by Sebastien Hertz · 11 years ago
  52. 58c016c Prevent exception bugs in class linker by Mathieu Chartier · 11 years ago
  53. fb77759 Support booting without functioning boot.oat/art patchoat. by Alex Light · 11 years ago
  54. 9cb8d7a ART: kSuper also has IncompatibleClassChangeError by Andreas Gampe · 11 years ago
  55. 507e618 Support running without a boot image. by Alex Light · 11 years ago
  56. 0a112bb Make apps able to run with a failing patchoat by Alex Light · 11 years ago
  57. 9c29001 Execute an application even when dex2oat crashes. by Nicolas Geoffray · 11 years ago
  58. bb6eccc Merge "Use handle in one case that spans a gc-point." into lmp-dev by Mathieu Chartier · 11 years ago
  59. 8254634 Use handle in one case that spans a gc-point. by Mingyao Yang · 11 years ago
  60. 95b4c65 Prevent stubs from being installed in java.lang.reflect.Proxy.<init>. by Jeff Hao · 11 years ago
  61. 4bf8d11 Fix proxy tracing and enable tests that now work with tracing. by Jeff Hao · 11 years ago
  62. b5d1efa ART: Fix class-linker handling by Andreas Gampe · 11 years ago
  63. cb6b0f3 Avoid use of std::string where we have const char*. by Ian Rogers · 11 years ago
  64. 4ef12f5 ART: Add guards to the dex cache and its shortcuts by Andreas Gampe · 11 years ago
  65. 345c4b1 Make system use patchoat to relocate during runtime. by Alex Light · 11 years ago
  66. 4e1d579 Use canonical paths when searching for dex files by Calin Juravle · 11 years ago
  67. 94f7b49 Add GcRoot to clean up and enforce read barriers. by Hiroshi Yamauchi · 11 years ago
  68. 167cc7c Revert "Fix proxy tracing and enable tests that now work with tracing." by Nicolas Geoffray · 11 years ago
  69. 0398e17 Fix proxy tracing and enable tests that now work with tracing. by Jeff Hao · 11 years ago
  70. dc13d7d ART: Allow arrays with erroneous component type by Andreas Gampe · 11 years ago
  71. 1a12858 Fix build, missing spaces around =/<. by Mingyao Yang · 11 years ago
  72. c389c97 Merge "Set vtable in class object to null after linking." by Mingyao Yang · 11 years ago
  73. 2cdbad7 Set vtable in class object to null after linking. by Mingyao Yang · 11 years ago
  74. c114b5f Fix erroneous behaviors with OOME present. by Ian Rogers · 11 years ago
  75. a59dd80 Runtime can now be set to require relocation by Alex Light · 11 years ago
  76. ecd4d9a Avoid marking erroneous classes as erroneous twice. by Ian Rogers · 11 years ago
  77. d5673e4 Merge "Fix bad comment in class_linker" by Calin Juravle · 11 years ago
  78. b12d605 Merge "Fix two read barrier bugs introduced in CL 97882." by Hiroshi Yamauchi · 11 years ago
  79. 0fbd6e6 Fix two read barrier bugs introduced in CL 97882. by Hiroshi Yamauchi · 11 years ago
  80. ff5a372 Fix bad comment in class_linker by Calin Juravle · 11 years ago
  81. ea1a9bd Merge "Remove object_utils.h." by Ian Rogers · 11 years ago
  82. 22d5e73 Remove object_utils.h. by Ian Rogers · 11 years ago
  83. a4fe789 Merge "Make ART fail gracefully when it can't update the desired code." by Calin Juravle · 11 years ago
  84. c54aea7 Make ART fail gracefully when it can't update the desired code. by Calin Juravle · 11 years ago
  85. 4ee7a66 Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()"""" by Fred Shih · 11 years ago
  86. 0ee33c3 Merge "Revert "Revert "ART: Key-Value Store in Oat header""" by Andreas Gampe · 11 years ago
  87. 22f8e5c Revert "Revert "ART: Key-Value Store in Oat header"" by Andreas Gampe · 11 years ago
  88. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 11 years ago
  89. 9e82bd3 Revert "Revert "Revert "Add intrinsic for Reference.get()""" by Sebastien Hertz · 11 years ago
  90. d4415e8 Revert "Revert "Add intrinsic for Reference.get()"" by Christopher Ferris · 11 years ago
  91. a9b870b Revert "Add intrinsic for Reference.get()" by Christopher Ferris · 11 years ago
  92. 460503b Add intrinsic for Reference.get() by Fred Shih · 11 years ago
  93. 8078b29 Merge "Revert "ART: Key-Value Store in Oat header"" by Nicolas Geoffray · 11 years ago
  94. 452bee5 Revert "ART: Key-Value Store in Oat header" by Nicolas Geoffray · 11 years ago
  95. c87d27b ART: Key-Value Store in Oat header by Andreas Gampe · 11 years ago
  96. 6e524dd Merge "Make dex2oat heap size product configurable [art]" by Brian Carlstrom · 11 years ago
  97. 670134e Make dex2oat heap size product configurable [art] by Brian Carlstrom · 11 years ago
  98. 833a485 ART: Native support for multidex by Andreas Gampe · 11 years ago
  99. e9e3e69 Add more read barriers to the class linker. by Hiroshi Yamauchi · 11 years ago
  100. 52e4b43 Add mark compact collector. by Mathieu Chartier · 11 years ago