1. 054990c Merge "Fix ordering of fields with the same name." into lmp-mr1-dev by Vladimir Marko · 10 years ago
  2. 830637c Merge "Fix LinkFieldsComparator." into lmp-mr1-dev by Vladimir Marko · 10 years ago
  3. b34674d Fix ordering of fields with the same name. by Vladimir Marko · 10 years ago
  4. 938f966 Fix LinkFieldsComparator. by Vladimir Marko · 10 years ago
  5. 8c41753 Fix reference leaks in ToReflectedMethod and ToReflectedField by Mathieu Chartier · 10 years ago
  6. a477bbb Bump oat version. by Vladimir Marko · 10 years ago
  7. 63b803a Merge "Keep original order of fields in Class." into lmp-mr1-dev by Vladimir Marko · 10 years ago
  8. 8073ba1 ART: Implicit null check should break def tracking by Pavel Vyssotski · 10 years ago
  9. ff10316 Merge "ART: Compiled-classes list for compiler-driver" into lmp-mr1-dev by Andreas Gampe · 10 years ago
  10. bfa3ed0 Keep original order of fields in Class. by Vladimir Marko · 10 years ago
  11. 7bcea10 Fix bad OOM check in Thread::CreatePeer(). by Vladimir Marko · 10 years ago
  12. 364a7c6 Merge "Prune image cache if the boot marker is still in place." into lmp-mr1-dev by Narayan Kamath · 10 years ago
  13. 9f2a225 Merge "Reduce suspend check threshold" into lmp-mr1-dev by buzbee · 10 years ago
  14. 26318f7 ART: Compiled-classes list for compiler-driver by Andreas Gampe · 10 years ago
  15. 18e8d6c Merge "Add null check for thread name creation" into lmp-mr1-dev by Mathieu Chartier · 10 years ago
  16. c382761 Prune image cache if the boot marker is still in place. by Narayan Kamath · 10 years ago
  17. a7ade88 Add null check for thread name creation by Mathieu Chartier · 10 years ago
  18. 787adb7 am d00804c6: ART: Prune links in the dalvik cache by Andreas Gampe · 10 years ago
  19. 92d5d32 am e225eab4: art: Fix classlinker and nopatchoat test for PIC case by Igor Murashkin · 10 years ago
  20. bb1464b am 48447025: ART: Add support for patching and loading OAT files compiled with PIC by Igor Murashkin · 10 years ago
  21. fb6478f am 998ee7d0: (-s ours) ART: Add pic flag to oat header store by Andreas Gampe · 10 years ago
  22. 1b35c8e am 300590bd: dex2oat: Add a --compile-pic option by Igor Murashkin · 10 years ago
  23. d00804c ART: Prune links in the dalvik cache by Andreas Gampe · 10 years ago
  24. e225eab art: Fix classlinker and nopatchoat test for PIC case by Igor Murashkin · 10 years ago
  25. 4844702 ART: Add support for patching and loading OAT files compiled with PIC by Igor Murashkin · 10 years ago
  26. 998ee7d ART: Add pic flag to oat header store by Andreas Gampe · 10 years ago
  27. 300590b dex2oat: Add a --compile-pic option by Igor Murashkin · 10 years ago
  28. 200b82b Merge "ART: Prune links in the dalvik cache" into lmp-mr1-dev by Andreas Gampe · 10 years ago
  29. de5ed50 ART: Prune links in the dalvik cache by Andreas Gampe · 10 years ago
  30. cacde61 Merge "Delete unused imtable field" into lmp-mr1-dev by Mathieu Chartier · 10 years ago
  31. f2d5564 Delete unused imtable field by Mathieu Chartier · 10 years ago
  32. d25b68d Merge "ART: Fix possible soft+hard failure in verifier" into lmp-mr1-dev by Andreas Gampe · 10 years ago
  33. f08663b ART: Fix possible soft+hard failure in verifier by Andreas Gampe · 10 years ago
  34. 17b6b06 Reduce suspend check threshold by buzbee · 10 years ago
  35. 9053418 Merge "Add hash map, reduce excessive hashing" into lmp-mr1-dev by Mathieu Chartier · 10 years ago
  36. 564ff98 Add hash map, reduce excessive hashing by Mathieu Chartier · 10 years ago
  37. adc0abd Merge "Fix thread priorities for unstarted threads." into lmp-mr1-dev by Narayan Kamath · 10 years ago
  38. 9ee0f77 Optimize get/set reflection performance by Mathieu Chartier · 10 years ago
  39. 8c140f3 am f0cb1eb5: ART: Missing EndTiming()s in dex2oat by Andreas Gampe · 10 years ago
  40. 911851d Merge "Add hash set" into lmp-mr1-dev by Mathieu Chartier · 10 years ago
  41. e05d1d5 Add hash set by Mathieu Chartier · 10 years ago
  42. f0cb1eb ART: Missing EndTiming()s in dex2oat by Andreas Gampe · 10 years ago
  43. 1bd326a Fix thread priorities for unstarted threads. by Narayan Kamath · 10 years ago
  44. 1d0611c ART: Add miranda checking by Andreas Gampe · 10 years ago
  45. 471ee44 Merge "Check null this pointer for direct methods in FindMethodFast." into lmp-mr1-dev by Jeff Hao · 10 years ago
  46. d2bee3d Check null this pointer for direct methods in FindMethodFast. by Jeff Hao · 10 years ago
  47. ac3f1a5 Merge "Add image strings to intern table" into lmp-mr1-dev by Mathieu Chartier · 10 years ago
  48. b6e292b Add image strings to intern table by Mathieu Chartier · 10 years ago
  49. 22c8469 am 64d79730: am 9a783d6a: Fix FindDeclaredVirtualMethod(DexCache...) for miranda methods by Brian Carlstrom · 10 years ago
  50. 7d7b143 Merge "ART: Discard generated image in a low-memory environment" into lmp-mr1-dev by Andreas Gampe · 10 years ago
  51. e059b77 ART: Discard generated image in a low-memory environment by Andreas Gampe · 10 years ago
  52. 5ef2990 art: Fix classlinker and nopatchoat test for PIC case by Igor Murashkin · 10 years ago
  53. 90ca5c0 ART: Add support for patching and loading OAT files compiled with PIC by Igor Murashkin · 10 years ago
  54. d7392fa ART: Add pic flag to oat header store by Andreas Gampe · 10 years ago
  55. 643b5df dex2oat: Add a --compile-pic option by Igor Murashkin · 10 years ago
  56. 64d7973 am 9a783d6a: Fix FindDeclaredVirtualMethod(DexCache...) for miranda methods by Brian Carlstrom · 10 years ago
  57. 9a783d6 Fix FindDeclaredVirtualMethod(DexCache...) for miranda methods by Brian Carlstrom · 10 years ago
  58. 372ad2e Merge "Add hash table to link virtual methods" into lmp-mr1-dev by Mathieu Chartier · 10 years ago
  59. a9ca9ac Add hash table to link virtual methods by Mathieu Chartier · 10 years ago
  60. 62a0975 Merge "ART: Do not abort on most verifier failures" into lmp-mr1-dev by Andreas Gampe · 10 years ago
  61. 3613c2a Merge "Fix deoptimization bugs" into lmp-mr1-dev by Sebastien Hertz · 10 years ago
  62. beb05a8 am 2759810f: am 7dd72618: Work around relocated boot.oat corruption by Brian Carlstrom · 10 years ago
  63. 936897a am f4e60fb4: am efb9f850: ART: Fix ImageSpace error message. by Andreas Gampe · 10 years ago
  64. de38e69 am d7c581cc: am a6b2affa: Remove boot.art/boot.oat on failure to create by Brian Carlstrom · 10 years ago
  65. 20ffaaa Fix deoptimization bugs by Sebastien Hertz · 10 years ago
  66. f13e6d8 Merge "Make ObjectRegistry::InternalAdd GC safe" into lmp-mr1-dev by Sebastien Hertz · 10 years ago
  67. 2759810 am 7dd72618: Work around relocated boot.oat corruption by Brian Carlstrom · 10 years ago
  68. 8fa841a ART: Do not abort on most verifier failures by Andreas Gampe · 10 years ago
  69. 473484f Tidy MethodProtoHelper. by Ian Rogers · 10 years ago
  70. 7dd7261 Work around relocated boot.oat corruption by Brian Carlstrom · 10 years ago
  71. f6db70a Merge "Fill resolved static fields during class initialization" into lmp-mr1-dev by Mathieu Chartier · 10 years ago
  72. bfb2158 Fill resolved static fields during class initialization by Mathieu Chartier · 10 years ago
  73. f4e60fb am efb9f850: ART: Fix ImageSpace error message. by Andreas Gampe · 10 years ago
  74. efb9f85 ART: Fix ImageSpace error message. by Andreas Gampe · 10 years ago
  75. 9a0b1a0 Merge "[native bridge] Make sure we always unload the native bridge" into lmp-mr1-dev by Calin Juravle · 10 years ago
  76. 622f106 Merge "[native bridge] Add test to verify code_cache existance." into lmp-mr1-dev by Calin Juravle · 10 years ago
  77. ea66864 Make ObjectRegistry::InternalAdd GC safe by Sebastien Hertz · 10 years ago
  78. 74dc0be Merge "Fixed debugger for threads attached from JNI" into lmp-mr1-dev by Sebastien Hertz · 10 years ago
  79. a6e599a Merge "Fix JDWP Virtualmachine.Resume command" into lmp-mr1-dev by Sebastien Hertz · 10 years ago
  80. d7c581c am a6b2affa: Remove boot.art/boot.oat on failure to create by Brian Carlstrom · 10 years ago
  81. 7989d22 Fix 64 bit build by Mathieu Chartier · 10 years ago
  82. a6b2aff Remove boot.art/boot.oat on failure to create by Brian Carlstrom · 10 years ago
  83. 22986a4 Merge "Optimize method linking" into lmp-mr1-dev by Mathieu Chartier · 10 years ago
  84. 1fb463e Optimize method linking by Mathieu Chartier · 10 years ago
  85. 2ff973c [native bridge] Make sure we always unload the native bridge by Calin Juravle · 10 years ago
  86. b57535d [native bridge] Add test to verify code_cache existance. by Calin Juravle · 10 years ago
  87. 4eec026 Fix JDWP Virtualmachine.Resume command by Sebastien Hertz · 10 years ago
  88. 5067947 Merge "Only watch location for BREAKPOINT event" into lmp-mr1-dev by Sebastien Hertz · 10 years ago
  89. 5151bcc am c63a505a: Fix concurrent start bytes race by Mathieu Chartier · 10 years ago
  90. c63a505 Fix concurrent start bytes race by Mathieu Chartier · 10 years ago
  91. 0133ec4 Fix concurrent start bytes race by Mathieu Chartier · 10 years ago
  92. 250e372 Fixed debugger for threads attached from JNI by Daniel Mihalyi · 10 years ago
  93. 96664ad Avoid strict-aliasing problems with Handles. by Ian Rogers · 10 years ago
  94. 3bd08d5 Shut down FaultManager after shutting down threads. by Vladimir Marko · 10 years ago
  95. f4450a3 Fix mac build (second attempt) by Dmitriy Ivanov · 10 years ago
  96. 09eff05 Fixing mac build by Dmitriy Ivanov · 10 years ago
  97. 4b70d11 Untie gtest executables from LD_PRELOAD by Dmitriy Ivanov · 10 years ago
  98. 7f1fa9e Remove libsigchain from LD_PRELOADS by Dmitriy Ivanov · 10 years ago
  99. 1ec2f1d am 4b4af816: am 1f24296c: Add way to ensure we are at the front of the sigaction chain by Mathieu Chartier · 10 years ago
  100. ab608d4 Merge "Add test for equals and hashCode in ParameterizedType" into lmp-mr1-dev by Narayan Kamath · 10 years ago