1. 6973100 Only visit app image classes in class loader by Mathieu Chartier · 9 years ago
  2. 5b83050 Fix potential linear alloc memory leak by Mathieu Chartier · 9 years ago
  3. c5dd319 Add and use loaded class profiling by Mathieu Chartier · 9 years ago
  4. 6ea1a0e AOT compile framework code as non-debuggable by Mingyao Yang · 9 years ago
  5. dd5e5e9 Revert "Revert "Make it possible to enable native debugging through debug flags"" by Tamas Berghammer · 9 years ago
  6. 9fab717 Merge "Revert "Make it possible to enable native debugging through debug flags"" by Tamas Berghammer · 9 years ago
  7. 3a98aae Revert "Make it possible to enable native debugging through debug flags" by Tamas Berghammer · 9 years ago
  8. 27ec302 Merge "Make it possible to enable native debugging through debug flags" by Tamas Berghammer · 9 years ago
  9. c94a61f Make it possible to enable native debugging through debug flags by Tamas Berghammer · 9 years ago
  10. 37c36dc Merge "ART: Better InitWithoutImage error messages" by Andreas Gampe · 9 years ago
  11. 7ba5a67 ART: Better InitWithoutImage error messages by Andreas Gampe · 9 years ago
  12. 867d63b Merge "runtime: Don't skip verification for -Xverify:soft-fail" by Igor Murashkin · 9 years ago
  13. df707e4 runtime: Don't skip verification for -Xverify:soft-fail by Igor Murashkin · 9 years ago
  14. 1aa8ec2 Fix up dex cache strings stored in classes by Mathieu Chartier · 9 years ago
  15. 5a55986 Fix issue with exception type resolution during linking. by Alex Light · 9 years ago
  16. fedd91d Optimizing compiler support for directly calling interface methods by Alex Light · 9 years ago
  17. 7617216 Convert to UTF8 before doing dex file location comparison by Mathieu Chartier · 9 years ago
  18. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 9 years ago
  19. 1bc977c Revert "Load app images" by Nicolas Geoffray · 9 years ago
  20. f7fd970 Load app images by Mathieu Chartier · 9 years ago
  21. 966878d Revert "Create parent class loader for dex2oat" by Mathieu Chartier · 9 years ago
  22. dcdc85b Dex2oat support for multiple oat file and image file outputs. by Jeff Hao · 9 years ago
  23. e64300b Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"" by Alex Light · 9 years ago
  24. ae358c1 Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" by Alex Light · 9 years ago
  25. 6286a97 Combine direct_methods_ and virtual_methods_ fields of mirror::Class by Alex Light · 9 years ago
  26. 42ef8ab ART: Stash a resolved method late in the verifier by Andreas Gampe · 9 years ago
  27. c96205e Revert "ART: Check invoke-interface earlier in verifier" by Andreas Gampe · 9 years ago
  28. dae2414 ART: Check invoke-interface earlier in verifier by Andreas Gampe · 9 years ago
  29. 3a09092 Revert "lambda: Add support for invoke-interface for boxed innate lambdas" by Nicolas Geoffray · 9 years ago
  30. 457e874 lambda: Add support for invoke-interface for boxed innate lambdas by Igor Murashkin · 9 years ago
  31. d37d364 Create parent class loader for dex2oat by Mathieu Chartier · 9 years ago
  32. 3db9c5d ART: Change Init{From,Without}Image to return bool by Andreas Gampe · 9 years ago
  33. 04302db Fix class unloading with the CC collector. by Hiroshi Yamauchi · 9 years ago
  34. 073b16c Image space cleanup for app images by Mathieu Chartier · 9 years ago
  35. 9139e00 Correct exception behavior for default methods by Alex Light · 9 years ago
  36. f1584a6 Merge "Class Linker: Implement default interface verification ordering." by Alex Light · 9 years ago
  37. f1f1049 Class Linker: Implement default interface verification ordering. by Alex Light · 9 years ago
  38. a808bac Add more image writer comments and clean up by Mathieu Chartier · 9 years ago
  39. cb08695 ART: Change behavior for rethrowing init failures (2) by Andreas Gampe · 9 years ago
  40. 99babb6 ART: Change behavior for rethrowing init failures by Andreas Gampe · 9 years ago
  41. 1dad3f6 Support garbage collection of JITted code. by Nicolas Geoffray · 9 years ago
  42. 00310e0 Keep dex files live in class table by Mathieu Chartier · 9 years ago
  43. 32cc9ee Change hash table load factors by Mathieu Chartier · 9 years ago
  44. d57d454 Allocate dex cache arrays in their class loader's linear alloc by Mathieu Chartier · 9 years ago
  45. eb7c144 Add initial default method support to Art by Alex Light · 9 years ago
  46. f9c6fc6 Add OatFileManager by Mathieu Chartier · 9 years ago
  47. 5f4a09a ART: Add CheckJNI lock checking by Andreas Gampe · 9 years ago
  48. c3fcd41 Address some code comments by Mathieu Chartier · 9 years ago
  49. 951ec2c Revert "Revert "Add one LinearAlloc per ClassLoader"" by Mathieu Chartier · 9 years ago
  50. 7de5dfe Revert "Add one LinearAlloc per ClassLoader" by Nicolas Geoffray · 9 years ago
  51. 356412e Add one LinearAlloc per ClassLoader by Mathieu Chartier · 9 years ago
  52. 9b1c71e Make class loaders weak roots by Mathieu Chartier · 9 years ago
  53. c77f3ab Clean up formatting in class linker by Mathieu Chartier · 9 years ago
  54. 673ed3d Revert "Revert "Change dex caches to be weak roots"" by Mathieu Chartier · 9 years ago
  55. 81a9087 Revert "Change dex caches to be weak roots" by Brian Carlstrom · 9 years ago
  56. 3ae6b1d Change dex caches to be weak roots by Mathieu Chartier · 9 years ago
  57. 0042c6d Move annotations to native. by Jeff Hao · 9 years ago
  58. 6b06953 Add class table field to class loader by Mathieu Chartier · 9 years ago
  59. 54d220e Move ArtFields and ArtMethods to be a length prefixed array by Mathieu Chartier · 9 years ago
  60. b1d8c31 Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 9 years ago
  61. bc1d78d runtime: cleanup class_linker out-parameters and formatting by Igor Murashkin · 9 years ago
  62. e0671ce Clean up class visitors by Mathieu Chartier · 9 years ago
  63. cc5ebdf Split the class table for each class loader by Mathieu Chartier · 9 years ago
  64. 4e2cb09 Add uninterruptible role by Mathieu Chartier · 10 years ago
  65. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  66. 9523a3e Revert "Revert "Use the quickened metadata to compile -QUICK opcodes."" by Nicolas Geoffray · 10 years ago
  67. 8ab9a90 Revert "Use the quickened metadata to compile -QUICK opcodes." by Nicolas Geoffray · 10 years ago
  68. 4515a67 Use the quickened metadata to compile -QUICK opcodes. by Nicolas Geoffray · 10 years ago
  69. 3cf2253 Clean up some includes by Mathieu Chartier · 10 years ago
  70. 8ac7595 ART: Prune FindArrayClass cache in image writer by Andreas Gampe · 10 years ago
  71. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  72. 679b1cf Fix for potential moving GC bugs around proxy class. by Hiroshi Yamauchi · 10 years ago
  73. 0de1133 Fix debuggable compiler flag detection for secondary dex files by Sebastien Hertz · 10 years ago
  74. b9aec2c ART: Check for duplicate classes when loading oat files by Andreas Gampe · 10 years ago
  75. bfdcdc1 ART: Fix re-throwing failures of non-convention errors by Andreas Gampe · 10 years ago
  76. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  77. fc58af4 Add AbstractMethod, Constructor, Method by Mathieu Chartier · 10 years ago
  78. f865ea9 ART: Make the PathClassLoader fast-path recursive by Andreas Gampe · 10 years ago
  79. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  80. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 10 years ago
  81. 07b3c23 Store OatDexFile instead of OatFile in DexFile. by Richard Uhler · 10 years ago
  82. daaf326 Add AccessibleObject and Field to mirror by Mathieu Chartier · 10 years ago
  83. 81c6f8d ART: PathClassLoader for compiler by Andreas Gampe · 10 years ago
  84. 47f867a Clean up hash set by Mathieu Chartier · 10 years ago
  85. 66d874d Create OatFileAssistant class for assisting with oat files. by Richard Uhler · 10 years ago
  86. fbef44d Use unique_ptr to track ownership of dex files. by Richard Uhler · 10 years ago
  87. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  88. a89d7ed Add pointer size logic to InitFromImageInterpretOnly by Mathieu Chartier · 10 years ago
  89. 6963e44 JDWP: fix breakpoint for method in the image by Sebastien Hertz · 10 years ago
  90. 3242729 Avoid JNI call with pending OOME. by Ian Rogers · 10 years ago
  91. 2d72101 Change 64 bit ArtMethod fields to be pointer sized by Mathieu Chartier · 10 years ago
  92. e7c9a8c Add hash map, reduce excessive hashing by Mathieu Chartier · 10 years ago
  93. c2e2062 Add hash set by Mathieu Chartier · 10 years ago
  94. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  95. 7ba6496 ART: Add pic flag to oat header store by Andreas Gampe · 10 years ago
  96. 2d2621a Optimize method linking by Mathieu Chartier · 10 years ago
  97. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  98. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  99. cdc1aaf Simplify instance reference offsets. by Ian Rogers · 10 years ago
  100. c8ccf68 ART: Fix some -Wpedantic errors by Andreas Gampe · 10 years ago