1. 3b7dc35 ART: Clean up allocator.h by Andreas Gampe · 7 years ago
  2. 326c1a2 Check static field initial value types match in dex file verifier. by Jeff Hao · 7 years ago
  3. 12f4ff4 ART: Add DEX support for MethodHandle and CallSite info. by Orion Hodson · 8 years ago
  4. 6c4921b ART: Improve class initializer and constructor verification. by Orion Hodson · 8 years ago
  5. 8a0128a ART: Add dex::StringIndex by Andreas Gampe · 8 years ago
  6. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  7. 37d6a3b Support the -i flag in the new dexdump. by Aart Bik · 8 years ago
  8. 0ca8add Fix ProtoId ordering check in DexFileVerifier. by Vladimir Marko · 8 years ago
  9. b512c0e ART: Check alignment of section offsets by Andreas Gampe · 8 years ago
  10. c9f0ba1 ART: Give better error messages in dex-file verifier by Andreas Gampe · 8 years ago
  11. 0f8e072 Use HashMap for DexFileVerifier by Mathieu Chartier · 9 years ago
  12. 1a97357 ART: Narrow parameter types. by Andreas Gampe · 9 years ago
  13. e6215c0 ART: Move access flags checking to dex file verifier by Andreas Gampe · 9 years ago
  14. a574b0e Make dex file verifier check for dups between direct and virtual methods. by Jeff Hao · 9 years ago
  15. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  16. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  17. d4ae41f ART: Tighten verifier list reading and offsets by Andreas Gampe · 10 years ago
  18. bad0267 Add native memory accounting through custom allocator. by Mathieu Chartier · 10 years ago
  19. 0ba238d ART: Check for duplicate class definitions in dex file verifier by Andreas Gampe · 10 years ago
  20. 50d1bc1 ART: Improve overflow detection in dex file verifier by Andreas Gampe · 10 years ago
  21. 5e31dda ART: Clean up DexFile verifier API by Andreas Gampe · 10 years ago
  22. e09269c ART: Check indices in dex file verifier by Andreas Gampe · 10 years ago
  23. 8a6bbfc 64bit cleanliness for the dex file verifier. by Ian Rogers · 11 years ago
  24. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 11 years ago
  25. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  26. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/dex_file_verifier.h]
  27. a0e1806 Add a SafeMap equivalent to std::map but without the error-prone operator[]. by Elliott Hughes · 12 years ago
  28. f6174e8 Fix to prevent a dex file from being verified multiple times. by jeffhao · 12 years ago
  29. 2faa5f1 Fix copyright headers. by Elliott Hughes · 12 years ago
  30. 30fab40 Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming. by Ian Rogers · 13 years ago
  31. 10037c8 Added pass to verify structure of dex file. by jeffhao · 13 years ago