1. c1d3bac ART: Type conversion fixes for MethodHandles by Orion Hodson · 6 years ago
  2. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
  3. 0ebe0d8 ART: Introduce compiler data type. by Vladimir Marko · 7 years ago
  4. f1412b4 MethodHandles: Fix MethodType::IsConvertible() error. by Orion Hodson · 8 years ago
  5. 1a06f9f MethodHandles: Enable return value conversions. by Orion Hodson · 8 years ago
  6. 0d345cf Generalize induction and range analysis across type conversions. by Aart Bik · 8 years ago
  7. a5c4a40 Make art::HCompare support boolean, byte, short and char inputs. by Roland Levillain · 8 years ago
  8. a1de918 Optimizing: Reduce memory usage of HInstructions. by Vladimir Marko · 8 years ago
  9. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  10. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  11. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  12. b2bd1c5 ART: Formatting and comments in BooleanSimplifier by David Brazdil · 9 years ago
  13. 46e2a39 ART: Boolean simplifier by David Brazdil · 9 years ago
  14. b2fd7bc Opt compiler: Basic simplification for arithmetic operations. by Alexandre Rames · 9 years ago
  15. 542361f Introduce primitive type helpers. by Alexandre Rames · 9 years ago
  16. 5c4405e Improve error messages in art::GraphChecker and art::SSAChecker by Roland Levillain · 9 years ago
  17. f0edfc3 Some optimizations for the array alloc path. by Hiroshi Yamauchi · 10 years ago
  18. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 10 years ago
  19. 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 10 years ago
  20. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  21. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  22. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/primitive.h]
  23. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 11 years ago
  24. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago
  25. 7616005 Switch over to the google3 unix_file File*. by Elliott Hughes · 12 years ago
  26. 91250e0 Knock 0.5s off the Calculator startup time. by Elliott Hughes · 13 years ago
  27. 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 13 years ago
  28. ae82698 Add --image-classes to dex2oat by Brian Carlstrom · 13 years ago
  29. 169c9a7 Remove the use of Method from jni_compiler by Ian Rogers · 13 years ago
  30. 6b4ef02 Make ResolveField not rely on Field::GetType resolution by Brian Carlstrom · 13 years ago