1. 7d8d8ff Revert "Revert "ART: Generalize FindClassInPathClassLoader"" by Nicolas Geoffray · 8 years ago
  2. af3572b Revert "ART: Generalize FindClassInPathClassLoader" by Nicolas Geoffray · 8 years ago
  3. fd1ae75 ART: Generalize FindClassInPathClassLoader by Andreas Gampe · 8 years ago
  4. 46aba36 ART: Move pathList well-known-field to actual class by Andreas Gampe · 8 years ago
  5. c3b7f1a Interpreter: Add support for method handle transforms [Part 1]. by Narayan Kamath · 8 years ago
  6. c4f3925 Move remaining jobject related functions to use ObjPtr by Mathieu Chartier · 8 years ago
  7. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  8. 79a21e7 Add support for Executable.getParameters() metadata by Neil Fuller · 8 years ago
  9. adc4e82 Merge "Cleanup String.<init> handling." by Nicolas Geoffray · 8 years ago
  10. da079bb Cleanup String.<init> handling. by Nicolas Geoffray · 8 years ago
  11. 3fec9ac ART: Use libbase logging by Andreas Gampe · 8 years ago
  12. 0e84439 Collapse ART's AbstractMethod class into Executable by Neil Fuller · 8 years ago
  13. 367f3dd jni: Add @CriticalNative optimization to speed up JNI transitions by Igor Murashkin · 8 years ago
  14. 9826c3e Add newline for INTERNAL_FATAL automatically by Mathieu Chartier · 8 years ago
  15. 9d4b6da jni: Fast path for @FastNative annotated java methods by Igor Murashkin · 8 years ago
  16. 5cbe65d Use Thread.dispatchUncaughtException() rather than duplicating logic. by Tobias Thierer · 8 years ago
  17. c92a7a1 Wrap certain exception types when loading an erroneous class. by Jeff Hao · 8 years ago
  18. 942dc298 Simplify LoadNativeLibrary() by Dimitry Ivanov · 8 years ago
  19. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 9 years ago
  20. 1bc977c Revert "Load app images" by Nicolas Geoffray · 9 years ago
  21. f7fd970 Load app images by Mathieu Chartier · 9 years ago
  22. 986f650 Use shared namespaces for bundled apps by Dimitry Ivanov · 9 years ago
  23. 44409d3 Use isolated namespaces for app native libs by Dmitriy Ivanov · 9 years ago
  24. 464595f Enso ThreadGroup.groups is an array not ArrayList by Przemyslaw Szczepaniak · 9 years ago
  25. 121b25e Merge mnc-dr-enso-dev into goog/master by Przemyslaw Szczepaniak · 9 years ago
  26. d1ef436 Merge lmp changes into mnc. by Narayan Kamath · 9 years ago
  27. e6cd3b5 Track renaming of a couple of fields. by Piotr Jastrzebski · 9 years ago
  28. c16a50f Track changes to the layout of java.lang.Throwable. by Piotr Jastrzebski · 9 years ago
  29. 8c145b9 DirectByteBuffer: Track renaming of field. by Piotr Jastrzebski · 9 years ago
  30. 13e748b Revert "Revert "Move annotations to native."" by Jeff Hao · 9 years ago
  31. 7db6dd7 Revert "Move annotations to native." by Roland Levillain · 9 years ago
  32. 0042c6d Move annotations to native. by Jeff Hao · 9 years ago
  33. 906846f Let classloader provide correct LD_LIBRARY_PATH by Dmitriy Ivanov · 9 years ago
  34. 8117250 Let classloader provide correct LD_LIBRARY_PATH by Dmitriy Ivanov · 9 years ago
  35. b5de3bb Use runFinalizationWithTimeout for native allocations by Mathieu Chartier · 9 years ago
  36. 3b532d7 Use runFinalizationWithTimeout for native allocations by Mathieu Chartier · 9 years ago
  37. 3d21bdf Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  38. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  39. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  40. a61894d Fix reflection handling and test flakiness by Mathieu Chartier · 9 years ago
  41. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  42. fc58af4 Add AbstractMethod, Constructor, Method by Mathieu Chartier · 9 years ago
  43. daaf326 Add AccessibleObject and Field to mirror by Mathieu Chartier · 9 years ago
  44. 785049f Add paths to apk!lib/<abi> to LD_LIBRARY_PATH by Dmitriy Ivanov · 10 years ago
  45. 324b9bb ART: Move DexFile vector to Java array by Andreas Gampe · 9 years ago
  46. 079101a Move GC daemon locking logic into heap by Mathieu Chartier · 10 years ago
  47. cef50f0 Stop daemon threads in runtime shutdown by Mathieu Chartier · 10 years ago
  48. a1e50ca Merge "More use of WellKnownClasses for debugger" by Sebastien Hertz · 10 years ago
  49. e49e195 More use of WellKnownClasses for debugger by Sebastien Hertz · 10 years ago
  50. c7dd295 Tidy up logging. by Ian Rogers · 10 years ago
  51. c8ccf68 ART: Fix some -Wpedantic errors by Andreas Gampe · 10 years ago
  52. 3c821c6 Add DumpClass context on CacheField and CacheMethod failures by Brian Carlstrom · 10 years ago
  53. b30e0c6 Fix crash when connected to DDMS by Sebastien Hertz · 10 years ago
  54. 3437531 Use WellKnownClasses in ThrowStackOverflowError to reduce changes of further stack overflow by Brian Carlstrom · 10 years ago
  55. 96cd671 Fix crash when connected to DDMS by Sebastien Hertz · 10 years ago
  56. bfc2b98 Use WellKnownClasses in ThrowStackOverflowError to reduce changes of further stack overflow by Brian Carlstrom · 10 years ago
  57. 6bcae8f Add fast path for FindClass using the type dex file. by Mathieu Chartier · 10 years ago
  58. 8a39e7f Add fast path for FindClass using the type dex file. by Mathieu Chartier · 10 years ago
  59. 7ea6f79 ART: Throw StackOverflowError in native code by Andreas Gampe · 10 years ago
  60. dd157d7 Avoid some unnecessary use of stl types. by Ian Rogers · 10 years ago
  61. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  62. a3d2718 Change thread.h to thread-inl.h to pick up missing Thread::Currnet for debug build in master by Brian Carlstrom · 11 years ago
  63. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  64. 1db9113 resolved conflicts for merge of 7940e44f to dalvik-dev by Brian Carlstrom · 11 years ago
  65. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/well_known_classes.cc]
  66. bba5dd5 Merge "Semi-pruned SSA support for sea-ir." into dalvik-dev by Anwar Ghuloum · 11 years ago
  67. 3c50a4b Rename vmData by Anwar Ghuloum · 11 years ago
  68. b568121 Port 1abc689a32fc20b38227060e4da5e0934df8fc19 and e5d14162ff278c41e09c42769cc31401feeeba18 to art. by Elliott Hughes · 11 years ago
  69. 2e8a4fc Port 23579ddf124b5b0d190a68657f76d511c05a4a12 to art. by Elliott Hughes · 11 years ago
  70. aecb5f3 Track libcore DirectByteBuffer change. by Elliott Hughes · 11 years ago
  71. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  72. af6e67a Further proxy refactorings. by Ian Rogers · 12 years ago
  73. c5dc2ff Remove references to the now-useless ThreadLock class. by Elliott Hughes · 12 years ago
  74. b4e94fd Extend and fix the monitor diagnostics. by Elliott Hughes · 12 years ago
  75. c8fece3 Port the Runtime.nativeLoad change to art. by Elliott Hughes · 12 years ago
  76. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago
  77. ef28b14 Remove some SOA from JNI internal. by Ian Rogers · 12 years ago
  78. cfaa455 Turn the thread peer_ into a Object*. by Ian Rogers · 12 years ago
  79. 120f1c7 Fail threads attaching during runtime shutdown. by Ian Rogers · 12 years ago
  80. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 12 years ago
  81. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  82. 7664f5c Fix GC performance regression by Mathieu Chartier · 12 years ago
  83. a4f9474 Finish cleanup of class/field/method caching. by Elliott Hughes · 12 years ago
  84. af8d15a Move the thread.cc Class*/Field*/Method* caching over to WellKnownClasses. by Elliott Hughes · 12 years ago
  85. eac7667 DO NOT MERGE Fix all unsafe caching to be like libcore. by Elliott Hughes · 12 years ago