1. 5fd66d0 ART: Remove LogSeverity NONE by Andreas Gampe · 8 years ago
  2. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  3. 6597577 Card mark holding class instead of declaring class by Mathieu Chartier · 8 years ago
  4. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  5. a62cb9b Revert "Revert "Optimize IMT"" by Artem Udovichenko · 8 years ago
  6. 88f288e Revert "Optimize IMT" by Nicolas Geoffray · 8 years ago
  7. abdda2f Merge "Optimize IMT" by Mathieu Chartier · 8 years ago
  8. badee98 Optimize IMT by Nelli Kim · 8 years ago
  9. ece5386 Merge "Propagate the read barrier option to Class::VisitNativeRoots." by Hiroshi Yamauchi · 8 years ago
  10. 7a62e67 Propagate the read barrier option to Class::VisitNativeRoots. by Hiroshi Yamauchi · 8 years ago
  11. c92a7a1 Wrap certain exception types when loading an erroneous class. by Jeff Hao · 8 years ago
  12. 696632e Revert "Revert "Hold dex caches live in class table"" by Mathieu Chartier · 8 years ago
  13. 6d33563 Revert "Hold dex caches live in class table" by Brian Carlstrom · 8 years ago
  14. f284d44 Hold dex caches live in class table by Mathieu Chartier · 8 years ago
  15. f0192c8 Support to pass <uses-library> option through to dex2oat. by Jeff Hao · 8 years ago
  16. ab880f4 Typos and stylistic fixes. by Roland Levillain · 8 years ago
  17. 10c5f56 Prevent ArtMethod clearing race by Mathieu Chartier · 8 years ago
  18. e42888f Write conflict tables in image by Mathieu Chartier · 8 years ago
  19. 7f98c9a Add support for eagerly calculating conflict tables by Mathieu Chartier · 8 years ago
  20. 393fdb8 Make sure the referring class is in the dex cache. by Nicolas Geoffray · 8 years ago
  21. 6d25cf6 Fix InsertDexFileInToClassLoader to handle null class loaders by Mathieu Chartier · 8 years ago
  22. cac5a7e Optimizing: Improve const-string code generation. by Vladimir Marko · 8 years ago
  23. 7fe3023 ART: Make verifier fail log level adjustable by Andreas Gampe · 8 years ago
  24. 796d630 Add an ImtConflictTable to better resolve IMT conflicts. by Nicolas Geoffray · 8 years ago
  25. 6300fd7 Code cleanup between debugger and jit. by Nicolas Geoffray · 8 years ago
  26. 0b4cbd0 Add oatdump support for app images by Mathieu Chartier · 8 years ago
  27. 6973100 Only visit app image classes in class loader by Mathieu Chartier · 8 years ago
  28. 5b83050 Fix potential linear alloc memory leak by Mathieu Chartier · 8 years ago
  29. c5dd319 Add and use loaded class profiling by Mathieu Chartier · 9 years ago
  30. 6ea1a0e AOT compile framework code as non-debuggable by Mingyao Yang · 9 years ago
  31. dd5e5e9 Revert "Revert "Make it possible to enable native debugging through debug flags"" by Tamas Berghammer · 8 years ago
  32. 9fab717 Merge "Revert "Make it possible to enable native debugging through debug flags"" by Tamas Berghammer · 9 years ago
  33. 3a98aae Revert "Make it possible to enable native debugging through debug flags" by Tamas Berghammer · 9 years ago
  34. 27ec302 Merge "Make it possible to enable native debugging through debug flags" by Tamas Berghammer · 9 years ago
  35. c94a61f Make it possible to enable native debugging through debug flags by Tamas Berghammer · 9 years ago
  36. 37c36dc Merge "ART: Better InitWithoutImage error messages" by Andreas Gampe · 9 years ago
  37. 7ba5a67 ART: Better InitWithoutImage error messages by Andreas Gampe · 9 years ago
  38. 867d63b Merge "runtime: Don't skip verification for -Xverify:soft-fail" by Igor Murashkin · 9 years ago
  39. df707e4 runtime: Don't skip verification for -Xverify:soft-fail by Igor Murashkin · 9 years ago
  40. 1aa8ec2 Fix up dex cache strings stored in classes by Mathieu Chartier · 9 years ago
  41. 5a55986 Fix issue with exception type resolution during linking. by Alex Light · 9 years ago
  42. fedd91d Optimizing compiler support for directly calling interface methods by Alex Light · 9 years ago
  43. 7617216 Convert to UTF8 before doing dex file location comparison by Mathieu Chartier · 9 years ago
  44. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 9 years ago
  45. 1bc977c Revert "Load app images" by Nicolas Geoffray · 9 years ago
  46. f7fd970 Load app images by Mathieu Chartier · 9 years ago
  47. 966878d Revert "Create parent class loader for dex2oat" by Mathieu Chartier · 9 years ago
  48. dcdc85b Dex2oat support for multiple oat file and image file outputs. by Jeff Hao · 9 years ago
  49. e64300b Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"" by Alex Light · 9 years ago
  50. ae358c1 Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" by Alex Light · 9 years ago
  51. 6286a97 Combine direct_methods_ and virtual_methods_ fields of mirror::Class by Alex Light · 9 years ago
  52. 42ef8ab ART: Stash a resolved method late in the verifier by Andreas Gampe · 9 years ago
  53. c96205e Revert "ART: Check invoke-interface earlier in verifier" by Andreas Gampe · 9 years ago
  54. dae2414 ART: Check invoke-interface earlier in verifier by Andreas Gampe · 9 years ago
  55. 3a09092 Revert "lambda: Add support for invoke-interface for boxed innate lambdas" by Nicolas Geoffray · 9 years ago
  56. 457e874 lambda: Add support for invoke-interface for boxed innate lambdas by Igor Murashkin · 9 years ago
  57. d37d364 Create parent class loader for dex2oat by Mathieu Chartier · 9 years ago
  58. 3db9c5d ART: Change Init{From,Without}Image to return bool by Andreas Gampe · 9 years ago
  59. 04302db Fix class unloading with the CC collector. by Hiroshi Yamauchi · 9 years ago
  60. 073b16c Image space cleanup for app images by Mathieu Chartier · 9 years ago
  61. 9139e00 Correct exception behavior for default methods by Alex Light · 9 years ago
  62. f1584a6 Merge "Class Linker: Implement default interface verification ordering." by Alex Light · 9 years ago
  63. f1f1049 Class Linker: Implement default interface verification ordering. by Alex Light · 9 years ago
  64. a808bac Add more image writer comments and clean up by Mathieu Chartier · 9 years ago
  65. cb08695 ART: Change behavior for rethrowing init failures (2) by Andreas Gampe · 9 years ago
  66. 99babb6 ART: Change behavior for rethrowing init failures by Andreas Gampe · 9 years ago
  67. 1dad3f6 Support garbage collection of JITted code. by Nicolas Geoffray · 9 years ago
  68. 00310e0 Keep dex files live in class table by Mathieu Chartier · 9 years ago
  69. 32cc9ee Change hash table load factors by Mathieu Chartier · 9 years ago
  70. d57d454 Allocate dex cache arrays in their class loader's linear alloc by Mathieu Chartier · 9 years ago
  71. eb7c144 Add initial default method support to Art by Alex Light · 9 years ago
  72. f9c6fc6 Add OatFileManager by Mathieu Chartier · 9 years ago
  73. 5f4a09a ART: Add CheckJNI lock checking by Andreas Gampe · 9 years ago
  74. c3fcd41 Address some code comments by Mathieu Chartier · 9 years ago
  75. 951ec2c Revert "Revert "Add one LinearAlloc per ClassLoader"" by Mathieu Chartier · 9 years ago
  76. 7de5dfe Revert "Add one LinearAlloc per ClassLoader" by Nicolas Geoffray · 9 years ago
  77. 356412e Add one LinearAlloc per ClassLoader by Mathieu Chartier · 9 years ago
  78. 9b1c71e Make class loaders weak roots by Mathieu Chartier · 9 years ago
  79. c77f3ab Clean up formatting in class linker by Mathieu Chartier · 9 years ago
  80. 673ed3d Revert "Revert "Change dex caches to be weak roots"" by Mathieu Chartier · 9 years ago
  81. 81a9087 Revert "Change dex caches to be weak roots" by Brian Carlstrom · 9 years ago
  82. 3ae6b1d Change dex caches to be weak roots by Mathieu Chartier · 9 years ago
  83. 0042c6d Move annotations to native. by Jeff Hao · 9 years ago
  84. 6b06953 Add class table field to class loader by Mathieu Chartier · 9 years ago
  85. 54d220e Move ArtFields and ArtMethods to be a length prefixed array by Mathieu Chartier · 9 years ago
  86. b1d8c31 Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 9 years ago
  87. bc1d78d runtime: cleanup class_linker out-parameters and formatting by Igor Murashkin · 9 years ago
  88. e0671ce Clean up class visitors by Mathieu Chartier · 9 years ago
  89. cc5ebdf Split the class table for each class loader by Mathieu Chartier · 9 years ago
  90. 4e2cb09 Add uninterruptible role by Mathieu Chartier · 9 years ago
  91. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  92. 9523a3e Revert "Revert "Use the quickened metadata to compile -QUICK opcodes."" by Nicolas Geoffray · 9 years ago
  93. 8ab9a90 Revert "Use the quickened metadata to compile -QUICK opcodes." by Nicolas Geoffray · 9 years ago
  94. 4515a67 Use the quickened metadata to compile -QUICK opcodes. by Nicolas Geoffray · 9 years ago
  95. 3cf2253 Clean up some includes by Mathieu Chartier · 9 years ago
  96. 8ac7595 ART: Prune FindArrayClass cache in image writer by Andreas Gampe · 9 years ago
  97. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  98. 679b1cf Fix for potential moving GC bugs around proxy class. by Hiroshi Yamauchi · 9 years ago
  99. 0de1133 Fix debuggable compiler flag detection for secondary dex files by Sebastien Hertz · 9 years ago
  100. b9aec2c ART: Check for duplicate classes when loading oat files by Andreas Gampe · 9 years ago