1. eac7667 DO NOT MERGE Fix all unsafe caching to be like libcore. by Elliott Hughes · 13 years ago
  2. 0dae08e Move JNI methods out of top-level. by Ian Rogers · 13 years ago[Renamed from src/dalvik_system_DexFile.cc]
  3. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 13 years ago
  4. 0c717dd Add ELF loader to OatFile. by Logan Chien · 13 years ago
  5. 58cbbc2 Do not use FindOatFileFromOatLocation in DexFile_isDexOptNeeded by Brian Carlstrom · 13 years ago
  6. 81f3ca1 Add image dependency to oat files by Brian Carlstrom · 13 years ago
  7. 0512f02 Remove anonymous namespaces. by Elliott Hughes · 13 years ago
  8. bf2cb16 Fix oat-target-sync generated oat files to have leading / by Brian Carlstrom · 13 years ago
  9. a004aa9 user build support for art (2 of 3) by Brian Carlstrom · 13 years ago
  10. 66a556f Move DexFile.defineClass exception suppression to managed code by Ian Rogers · 13 years ago
  11. 5b332c8 Fix checksum verification when opening DexFiles from OatFiles by Brian Carlstrom · 13 years ago
  12. f6174e8 Fix to prevent a dex file from being verified multiple times. by jeffhao · 13 years ago
  13. 7bfc963 This fixes several of the VM tests. by Elliott Hughes · 14 years ago
  14. ba8eee1 Remove more lint. by Elliott Hughes · 14 years ago
  15. e8f3212 Address review comments. by Elliott Hughes · 14 years ago
  16. a7679b6 Improve exceptions thrown during class loading. by Elliott Hughes · 14 years ago
  17. b3e66df Minor fixes. by Elliott Hughes · 14 years ago
  18. 725aee5 Fixes for 071-dexfile by Ian Rogers · 14 years ago
  19. c981848 Tweaks to DexFile defineClass JNI code by Ian Rogers · 14 years ago
  20. cab0101 Fix 086-null-super and 087-gc-after-link by Ian Rogers · 14 years ago
  21. 2e3d1b2 Changes to compile with gcc 4.6 by Brian Carlstrom · 14 years ago
  22. d601af8 Move old dex file creation logic to oat file creation by Brian Carlstrom · 14 years ago
  23. 8952189 Merge art-cache dex files into oat files by Brian Carlstrom · 14 years ago
  24. 9557241 Don't default-construct std::strings and then assign them. by Elliott Hughes · 14 years ago
  25. ae82698 Add --image-classes to dex2oat by Brian Carlstrom · 14 years ago
  26. b82b687 Make sure threads allocating are in the kRunnable state by Brian Carlstrom · 14 years ago
  27. 262bf46 dex2oat invoked by system if it can't find an oat file for a dex file. by jeffhao · 14 years ago
  28. c393a4f System calls dex2oat when opening a dex file with an output location by jeffhao · 14 years ago
  29. c252c3e Clarify cause of 071 failure with an UNIMPLEMENTED by Brian Carlstrom · 14 years ago
  30. fad7143 Assorted fixes by Brian Carlstrom · 14 years ago
  31. 1d9f52b Implement DexFile_isDexOptNeeded by Brian Carlstrom · 14 years ago
  32. 03a20ba Implement DexFile_getClassNameList by Brian Carlstrom · 14 years ago
  33. 41ec477 Fixed DexFile.defineClass to return null, not throw Exception by Brian Carlstrom · 14 years ago
  34. df14324 Setup Thread's context ClassLoader and add image DexFiles to ClassLinker's boot classpath by Brian Carlstrom · 14 years ago
  35. bc4b76d Fix class name format for jniThrowExceptionFmt by Brian Carlstrom · 14 years ago
  36. aded5f7 Working ClassLoader by Brian Carlstrom · 14 years ago
  37. f91c8c3 Adding JNI code for dalvik.system.DexFile and java.lang.Class by Brian Carlstrom · 14 years ago