1. 3bb17a6 Space trim and other unit tests. General space clean up. by Ian Rogers · 13 years ago
  2. 30fab40 Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming. by Ian Rogers · 13 years ago
  3. bb551fa Collect and output a few dex2oat statistics. by Elliott Hughes · 13 years ago
  4. 10037c8 Added pass to verify structure of dex file. by jeffhao · 13 years ago
  5. ba8eee1 Remove more lint. by Elliott Hughes · 13 years ago
  6. 8add92d Remove the rest of the unordered_ stuff. by Elliott Hughes · 13 years ago
  7. fd8cba4 Log the oat_name, not the oat_filename, on failure. by Elliott Hughes · 13 years ago
  8. 2e3d1b2 Changes to compile with gcc 4.6 by Brian Carlstrom · 13 years ago
  9. 866c862 Minor OatFile ownership and --oat-fd= argument formatting by Brian Carlstrom · 13 years ago
  10. a6cc893 Add installd support to dex2oat by Brian Carlstrom · 13 years ago
  11. c3b77c7 Avoid copying and strlen(3) in the FindClass path. by Elliott Hughes · 13 years ago
  12. 29e7ac7 Moving from libdvm to libart (1 of 5) by Brian Carlstrom · 13 years ago
  13. 9557241 Don't default-construct std::strings and then assign them. by Elliott Hughes · 13 years ago
  14. 6ef827a Revert dex2oat file locking by Brian Carlstrom · 13 years ago
  15. b001126 Improve dex2oat option defaulting for command line use by Brian Carlstrom · 13 years ago
  16. 6f1dfe4 Ensure referenced catch block exceptions are in the image. by Ian Rogers · 13 years ago
  17. 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 13 years ago
  18. ae82698 Add --image-classes to dex2oat by Brian Carlstrom · 13 years ago
  19. 254db0f Pass the classpath to dex2oat. by Jesse Wilson · 13 years ago
  20. 169c9a7 Remove the use of Method from jni_compiler by Ian Rogers · 13 years ago
  21. b1f9f22 Fix a TODO regarding flock(2) and TEMP_FAILURE_RETRY. by Elliott Hughes · 13 years ago
  22. 9717051 Don't delete oat files when not generating image. by Ian Rogers · 13 years ago
  23. 234da57 Basic file locking. by Elliott Hughes · 13 years ago
  24. 5d4bdc2 Various runtime/JNI related fixes. by Ian Rogers · 13 years ago
  25. 5e863dd Make dex2oat fail early if it can't write oat file by Ian Rogers · 13 years ago
  26. 3fe7957 Make dex2oat more chatty with the log. by Ian Rogers · 13 years ago
  27. 5d84040 Created --runtime-arg switch for dex2oat to pass arguments to runtime. by jeffhao · 13 years ago
  28. 40381fb Reuse SIRT for C++ references by Brian Carlstrom · 13 years ago
  29. 362f9bc Fix cpplint's whitespace warnings. by Elliott Hughes · 13 years ago
  30. f8e0127 Add -verbose to dex2oat, and improve -verbose:monitor output. by Elliott Hughes · 13 years ago
  31. 5de8fe5 Add internal compiler option to control defaulting of boot.art by Brian Carlstrom · 13 years ago
  32. b7bbba4 Add oatopt drop in replacement for dexopt by Brian Carlstrom · 13 years ago
  33. 47a0d5a Move art content to /data by Brian Carlstrom · 13 years ago
  34. aded5f7 Working ClassLoader by Brian Carlstrom · 13 years ago
  35. 3320cf4 Move rest of code related blobs from Method to oat by Brian Carlstrom · 13 years ago
  36. 4f0d07c Spill possibly reference holding registers for runtime calls. by Ian Rogers · 13 years ago
  37. 1cb0a1d Support for resolving unknown direct/static methods. by Ian Rogers · 13 years ago
  38. ad25ac5 Static and direct resolution stub. by Ian Rogers · 13 years ago
  39. 58ae941 Simplify command line arguments by Brian Carlstrom · 13 years ago
  40. e24fa61 Separate oat from image by Brian Carlstrom · 13 years ago
  41. ff1ed47 Class cast, fill array and interface exception support. by Ian Rogers · 13 years ago
  42. 27ec961 Adding oat_process by Brian Carlstrom · 13 years ago
  43. 78128a6 oatdump by Brian Carlstrom · 13 years ago
  44. 1619286 Add oat file generation and tests to build by Brian Carlstrom · 13 years ago
  45. 2c8f653 Support for cross compilation. by Ian Rogers · 13 years ago
  46. 69b15fb Working dex2oat and oatexec by Brian Carlstrom · 13 years ago