1. fedd91d Optimizing compiler support for directly calling interface methods by Alex Light · 10 years ago
  2. 7617216 Convert to UTF8 before doing dex file location comparison by Mathieu Chartier · 9 years ago
  3. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 9 years ago
  4. 1bc977c Revert "Load app images" by Nicolas Geoffray · 10 years ago
  5. f7fd970 Load app images by Mathieu Chartier · 10 years ago
  6. 966878d Revert "Create parent class loader for dex2oat" by Mathieu Chartier · 10 years ago
  7. dcdc85b Dex2oat support for multiple oat file and image file outputs. by Jeff Hao · 10 years ago
  8. e64300b Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"" by Alex Light · 10 years ago
  9. ae358c1 Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" by Alex Light · 10 years ago
  10. 6286a97 Combine direct_methods_ and virtual_methods_ fields of mirror::Class by Alex Light · 10 years ago
  11. 42ef8ab ART: Stash a resolved method late in the verifier by Andreas Gampe · 10 years ago
  12. c96205e Revert "ART: Check invoke-interface earlier in verifier" by Andreas Gampe · 10 years ago
  13. dae2414 ART: Check invoke-interface earlier in verifier by Andreas Gampe · 10 years ago
  14. 3a09092 Revert "lambda: Add support for invoke-interface for boxed innate lambdas" by Nicolas Geoffray · 10 years ago
  15. 457e874 lambda: Add support for invoke-interface for boxed innate lambdas by Igor Murashkin · 10 years ago
  16. d37d364 Create parent class loader for dex2oat by Mathieu Chartier · 10 years ago
  17. 3db9c5d ART: Change Init{From,Without}Image to return bool by Andreas Gampe · 10 years ago
  18. 04302db Fix class unloading with the CC collector. by Hiroshi Yamauchi · 10 years ago
  19. 073b16c Image space cleanup for app images by Mathieu Chartier · 10 years ago
  20. 9139e00 Correct exception behavior for default methods by Alex Light · 10 years ago
  21. f1584a6 Merge "Class Linker: Implement default interface verification ordering." by Alex Light · 10 years ago
  22. f1f1049 Class Linker: Implement default interface verification ordering. by Alex Light · 10 years ago
  23. a808bac Add more image writer comments and clean up by Mathieu Chartier · 10 years ago
  24. cb08695 ART: Change behavior for rethrowing init failures (2) by Andreas Gampe · 10 years ago
  25. 99babb6 ART: Change behavior for rethrowing init failures by Andreas Gampe · 10 years ago
  26. 1dad3f6 Support garbage collection of JITted code. by Nicolas Geoffray · 10 years ago
  27. 00310e0 Keep dex files live in class table by Mathieu Chartier · 10 years ago
  28. 32cc9ee Change hash table load factors by Mathieu Chartier · 10 years ago
  29. d57d454 Allocate dex cache arrays in their class loader's linear alloc by Mathieu Chartier · 10 years ago
  30. eb7c144 Add initial default method support to Art by Alex Light · 10 years ago
  31. f9c6fc6 Add OatFileManager by Mathieu Chartier · 10 years ago
  32. 5f4a09a ART: Add CheckJNI lock checking by Andreas Gampe · 10 years ago
  33. c3fcd41 Address some code comments by Mathieu Chartier · 10 years ago
  34. 951ec2c Revert "Revert "Add one LinearAlloc per ClassLoader"" by Mathieu Chartier · 10 years ago
  35. 7de5dfe Revert "Add one LinearAlloc per ClassLoader" by Nicolas Geoffray · 10 years ago
  36. 356412e Add one LinearAlloc per ClassLoader by Mathieu Chartier · 10 years ago
  37. 9b1c71e Make class loaders weak roots by Mathieu Chartier · 10 years ago
  38. c77f3ab Clean up formatting in class linker by Mathieu Chartier · 10 years ago
  39. 673ed3d Revert "Revert "Change dex caches to be weak roots"" by Mathieu Chartier · 10 years ago
  40. 81a9087 Revert "Change dex caches to be weak roots" by Brian Carlstrom · 10 years ago
  41. 3ae6b1d Change dex caches to be weak roots by Mathieu Chartier · 10 years ago
  42. 0042c6d Move annotations to native. by Jeff Hao · 10 years ago
  43. 6b06953 Add class table field to class loader by Mathieu Chartier · 10 years ago
  44. 54d220e Move ArtFields and ArtMethods to be a length prefixed array by Mathieu Chartier · 10 years ago
  45. b1d8c31 Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 10 years ago
  46. bc1d78d runtime: cleanup class_linker out-parameters and formatting by Igor Murashkin · 10 years ago
  47. e0671ce Clean up class visitors by Mathieu Chartier · 10 years ago
  48. cc5ebdf Split the class table for each class loader by Mathieu Chartier · 10 years ago
  49. 4e2cb09 Add uninterruptible role by Mathieu Chartier · 10 years ago
  50. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  51. 9523a3e Revert "Revert "Use the quickened metadata to compile -QUICK opcodes."" by Nicolas Geoffray · 10 years ago
  52. 8ab9a90 Revert "Use the quickened metadata to compile -QUICK opcodes." by Nicolas Geoffray · 10 years ago
  53. 4515a67 Use the quickened metadata to compile -QUICK opcodes. by Nicolas Geoffray · 10 years ago
  54. 3cf2253 Clean up some includes by Mathieu Chartier · 10 years ago
  55. 8ac7595 ART: Prune FindArrayClass cache in image writer by Andreas Gampe · 10 years ago
  56. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  57. 679b1cf Fix for potential moving GC bugs around proxy class. by Hiroshi Yamauchi · 10 years ago
  58. 0de1133 Fix debuggable compiler flag detection for secondary dex files by Sebastien Hertz · 10 years ago
  59. b9aec2c ART: Check for duplicate classes when loading oat files by Andreas Gampe · 10 years ago
  60. bfdcdc1 ART: Fix re-throwing failures of non-convention errors by Andreas Gampe · 10 years ago
  61. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  62. fc58af4 Add AbstractMethod, Constructor, Method by Mathieu Chartier · 10 years ago
  63. f865ea9 ART: Make the PathClassLoader fast-path recursive by Andreas Gampe · 10 years ago
  64. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  65. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 10 years ago
  66. 07b3c23 Store OatDexFile instead of OatFile in DexFile. by Richard Uhler · 10 years ago
  67. daaf326 Add AccessibleObject and Field to mirror by Mathieu Chartier · 10 years ago
  68. 81c6f8d ART: PathClassLoader for compiler by Andreas Gampe · 10 years ago
  69. 47f867a Clean up hash set by Mathieu Chartier · 10 years ago
  70. 66d874d Create OatFileAssistant class for assisting with oat files. by Richard Uhler · 11 years ago
  71. fbef44d Use unique_ptr to track ownership of dex files. by Richard Uhler · 11 years ago
  72. 956af0f Remove portable. by Elliott Hughes · 11 years ago
  73. a89d7ed Add pointer size logic to InitFromImageInterpretOnly by Mathieu Chartier · 11 years ago
  74. 6963e44 JDWP: fix breakpoint for method in the image by Sebastien Hertz · 11 years ago
  75. 3242729 Avoid JNI call with pending OOME. by Ian Rogers · 11 years ago
  76. 2d72101 Change 64 bit ArtMethod fields to be pointer sized by Mathieu Chartier · 11 years ago
  77. e7c9a8c Add hash map, reduce excessive hashing by Mathieu Chartier · 11 years ago
  78. c2e2062 Add hash set by Mathieu Chartier · 11 years ago
  79. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 11 years ago
  80. 7ba6496 ART: Add pic flag to oat header store by Andreas Gampe · 11 years ago
  81. 2d2621a Optimize method linking by Mathieu Chartier · 11 years ago
  82. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 11 years ago
  83. 1373595 stdint types all the way! by Ian Rogers · 11 years ago
  84. cdc1aaf Simplify instance reference offsets. by Ian Rogers · 11 years ago
  85. c8ccf68 ART: Fix some -Wpedantic errors by Andreas Gampe · 11 years ago
  86. 5a4b8a2 ART: Rename Handle hierarchy by Andreas Gampe · 11 years ago
  87. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 11 years ago
  88. ab0ed82 Add fast path to VMClassLoader.findLoadedClass by Mathieu Chartier · 11 years ago
  89. 4849859 ART: Correctly make methods preverified by Andreas Gampe · 11 years ago
  90. 958d78e Merge "Remove reference_static_offsets used for iterating through class static fields." by Mingyao Yang · 11 years ago
  91. faff0f0 Remove reference_static_offsets used for iterating through class static fields. by Mingyao Yang · 11 years ago
  92. aa4497d Improve dex location canonicalization-related performance. by Vladimir Marko · 11 years ago
  93. 621962a Avoid recomputing the dex checksum during class loading by Calin Juravle · 11 years ago
  94. dbf3be0 VisitClassesWithoutClassesLock isn't safe if classes move. by Ian Rogers · 11 years ago
  95. c0542af Remove abuse of mirror::Object* to reference special values. by Ian Rogers · 11 years ago
  96. 6355745 Pre-allocate the NoClassDefFoundError to be thrown for boot classes. by Ian Rogers · 11 years ago
  97. 68b5685 Reduce and speed-up class def searches. by Ian Rogers · 11 years ago
  98. bad0267 Add native memory accounting through custom allocator. by Mathieu Chartier · 11 years ago
  99. 381e4ca Filling hole between subclass and superclass. by Fred Shih · 11 years ago
  100. 8850011 Remove an intermediate field array in ClassLinker::InitializeClass. by Hiroshi Yamauchi · 11 years ago