1. d09c059 ART: Do not expose arena allocator from MethodVerifier by Andreas Gampe · 6 years ago
  2. 7fbc4a5 ART: Move to using locks.h instead of mutex.h by Andreas Gampe · 6 years ago
  3. 5713f66 Use named constant instead of magic number in RegisterLine by Daniel Colascione · 7 years ago
  4. 3215fff Separate Malloc and MemMap ArenaPools by David Sehr · 7 years ago
  5. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 7 years ago
  6. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
  7. aaf0d38 ART: Change lock dumping by Andreas Gampe · 7 years ago
  8. cfa325e ART: Add verifier support for invoke-polymorphic. by Orion Hodson · 8 years ago
  9. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  10. bf9611f ART: Clean up verifier by Andreas Gampe · 9 years ago
  11. 98e6ce4 Remove string init map. by Nicolas Geoffray · 9 years ago
  12. 8817760 Clean up register line by Mathieu Chartier · 9 years ago
  13. 361e04a Add custom arena deleter for RegisterLine by Mathieu Chartier · 9 years ago
  14. de40d47 Use arenas for the verifier by Mathieu Chartier · 9 years ago
  15. a727e37 ART: Balanced locking by Andreas Gampe · 9 years ago
  16. ad238ce ART: Add option to retain lock levels in verifier by Andreas Gampe · 9 years ago
  17. f5cdc41 ART: (Partially) fix lock aliasing by Andreas Gampe · 9 years ago
  18. f10b6e1 ART: Change UninitializedThis tracking in the verifier by Andreas Gampe · 9 years ago
  19. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  20. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  21. 091d238 Fix incompatible class change error for JIT stress mode by Mathieu Chartier · 10 years ago
  22. 7e541c9 ART: Fix verification of constructors. by Stephen Kyle · 10 years ago
  23. 8e1f4f8 Avoid abort in malformed dex code. by Ian Rogers · 10 years ago
  24. db0cccd Code cleanup. by Logan Chien · 10 years ago
  25. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  26. d8f69b0 Revert "Add read barriers for the roots in the verifier." by Ian Rogers · 10 years ago
  27. bad0267 Add native memory accounting through custom allocator. by Mathieu Chartier · 10 years ago
  28. 7da9586 Add read barriers for the roots in the verifier. by Hiroshi Yamauchi · 10 years ago
  29. 6afd409 Fix mismatched new[] delete in verifier. by Mathieu Chartier · 10 years ago
  30. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  31. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  32. d0fbd85 Reduce memory allocation in verifier. by Ian Rogers · 11 years ago
  33. 673b683 Make verifier allow integral types to be put in integral type arrays. by Jeff Hao · 11 years ago
  34. b8c7859 Revert "Revert "Remove non-live vregs from GC map on return."" by Ian Rogers · 11 years ago
  35. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  36. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/verifier/register_line.h]
  37. 5243e91 Reduce use of DecodedInstruction in verifier. by Sebastien Hertz · 11 years ago
  38. 51a5fb7 Refactoring type verification in Art. by Sameer Abu Asal · 12 years ago
  39. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  40. 2bcb4a4 Add "kind" argument to Get/SetVReg. by Ian Rogers · 12 years ago
  41. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  42. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  43. 529781d Avoid cases of deriving information from unresolved types giving conflict. by Ian Rogers · 12 years ago
  44. 08fc03a Include held locks in SIGQUIT thread dumps. by Elliott Hughes · 12 years ago
  45. ca19066 Fix initializer lists to be Google C++ style. by Ian Rogers · 12 years ago
  46. a21039c Fix a bunch more lint. by Elliott Hughes · 12 years ago
  47. ad0b3a3 Support for a set of verifier failures. by Ian Rogers · 13 years ago
  48. e1758fe Revert "Support for a set of verifier failures." by Ian Rogers · 13 years ago
  49. 0d60484 Support for a set of verifier failures. by Ian Rogers · 13 years ago
  50. 776ac1f Separate out more of LLVM build. Move verifier. by Ian Rogers · 13 years ago