1. 28db012 Add oat file dependency on boot.oat load location by Brian Carlstrom · 12 years ago
  2. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  3. 08f753d Avoid compile time rewriting of dex code by verifier. by Ian Rogers · 12 years ago
  4. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  5. 971bf3f Compile method one-by-one. by Logan Chien · 12 years ago
  6. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  7. a21039c Fix a bunch more lint. by Elliott Hughes · 12 years ago
  8. a0e1806 Add a SafeMap equivalent to std::map but without the error-prone operator[]. by Elliott Hughes · 12 years ago
  9. 25ae640 Write ELF image to Oat file. by Logan Chien · 12 years ago
  10. 81f3ca1 Add image dependency to oat files by Brian Carlstrom · 12 years ago
  11. f03c288 Remove redundant oat file fields by Brian Carlstrom · 12 years ago
  12. a72ec82 Store the instruction set in the oat header, and use it in oatdump. by Elliott Hughes · 12 years ago
  13. 5b332c8 Fix checksum verification when opening DexFiles from OatFiles by Brian Carlstrom · 13 years ago
  14. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  15. 10037c8 Added pass to verify structure of dex file. by jeffhao · 13 years ago
  16. c20a83e Eager verification GC maps are present in debug mode by Ian Rogers · 13 years ago
  17. e7d856b Add GC map to oat file by Brian Carlstrom · 13 years ago
  18. 0755ec5 Record Class::Status information in oat file by Brian Carlstrom · 13 years ago
  19. 389efb0 Rename OatMethods to OatClass by Brian Carlstrom · 13 years ago
  20. 6e3b1d9 Combine OatDexFile and OatClasses sections of oat file by Brian Carlstrom · 13 years ago
  21. 8952189 Merge art-cache dex files into oat files by Brian Carlstrom · 13 years ago
  22. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 13 years ago
  23. 234da57 Basic file locking. by Elliott Hughes · 13 years ago
  24. f479dcc Changed oat writer deduplication to use pointers to vectors. by jeffhao · 13 years ago
  25. 55d7821 Added code deduplication to the oat writer. by jeffhao · 13 years ago
  26. a51a3dd Add missing 'explicit's on single-argument constructors. by Elliott Hughes · 13 years ago
  27. 3320cf4 Move rest of code related blobs from Method to oat by Brian Carlstrom · 13 years ago
  28. e24fa61 Separate oat from image by Brian Carlstrom · 13 years ago