1. 34f1fa4 Run dex2oat for test-art-host-oat targets with core.art by Brian Carlstrom · 13 years ago
  2. b907a3f Change the Mac OS 10.5 workaround so it can't be overridden on the command-line. by Elliott Hughes · 13 years ago
  3. b08e8a3 Restrict Mac OS 10.5 devices to 1 dex2oat thread. by Elliott Hughes · 13 years ago
  4. de08e84 Remove ELF filename argument. by Logan Chien · 13 years ago
  5. 67d9200 Add a compile-time constant bool equivalent to !defined(NDEBUG). by Elliott Hughes · 13 years ago
  6. ba0668e Make non-debug dex2oat omit timing and stats information by Brian Carlstrom · 13 years ago
  7. f582258 oat file patching by Brian Carlstrom · 13 years ago
  8. 81f3ca1 Add image dependency to oat files by Brian Carlstrom · 13 years ago
  9. fddf6f6 Add Heap::GetImageSpace() by Brian Carlstrom · 13 years ago
  10. 49c4894 Add instruction-set option to dex2oat by Ian Rogers · 13 years ago
  11. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 13 years ago
  12. 4f00596 Remove incorrect LOG(INFO). by Logan Chien · 13 years ago
  13. 5b8b1ed Implement Link-loading and pass 62 tests in JniInternalTest. by Shih-wei Liao · 13 years ago
  14. 8b977d3 Compile llvm.Module into ELF object file. by Logan Chien · 13 years ago
  15. 1984651 Invoke static/direct dispatch change. by Ian Rogers · 13 years ago
  16. de6e4cf Add dex2oat -g to control whether the compiled code has debugger support. by Elliott Hughes · 13 years ago
  17. cbfe6fe Fix automatic dex2oat when boot files are in /data by Brian Carlstrom · 13 years ago
  18. a004aa9 user build support for art (2 of 3) by Brian Carlstrom · 13 years ago
  19. 60f83e3 More fixes for vm-tests. by jeffhao · 13 years ago
  20. f1a5adc Reduce StringPiece usage a bit. by Elliott Hughes · 13 years ago
  21. 1e40925 Fix Mac build and make -jN use a total of N threads, not N+1. by Elliott Hughes · 13 years ago
  22. a56fcd6 Honor ANDROID_ROOT and ANDROID_DATA by Brian Carlstrom · 13 years ago
  23. b12552a Fix unused variable warning on Mac OS by Brian Carlstrom · 13 years ago
  24. 97574f4 Disable dex2oat -j thread count on Mac OS by Brian Carlstrom · 13 years ago
  25. 5523ee0 Add -j to dex2oat. by Elliott Hughes · 13 years ago
  26. 5b332c8 Fix checksum verification when opening DexFiles from OatFiles by Brian Carlstrom · 13 years ago
  27. 0d0ba69 A couple of logging changes people have asked for. by Elliott Hughes · 13 years ago
  28. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  29. 3bb17a6 Space trim and other unit tests. General space clean up. by Ian Rogers · 13 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. bb551fa Collect and output a few dex2oat statistics. by Elliott Hughes · 13 years ago
  32. 10037c8 Added pass to verify structure of dex file. by jeffhao · 13 years ago
  33. ba8eee1 Remove more lint. by Elliott Hughes · 13 years ago
  34. 8add92d Remove the rest of the unordered_ stuff. by Elliott Hughes · 13 years ago
  35. fd8cba4 Log the oat_name, not the oat_filename, on failure. by Elliott Hughes · 13 years ago
  36. 2e3d1b2 Changes to compile with gcc 4.6 by Brian Carlstrom · 13 years ago
  37. 866c862 Minor OatFile ownership and --oat-fd= argument formatting by Brian Carlstrom · 13 years ago
  38. a6cc893 Add installd support to dex2oat by Brian Carlstrom · 13 years ago
  39. c3b77c7 Avoid copying and strlen(3) in the FindClass path. by Elliott Hughes · 13 years ago
  40. 29e7ac7 Moving from libdvm to libart (1 of 5) by Brian Carlstrom · 13 years ago
  41. 9557241 Don't default-construct std::strings and then assign them. by Elliott Hughes · 13 years ago
  42. 6ef827a Revert dex2oat file locking by Brian Carlstrom · 13 years ago
  43. b001126 Improve dex2oat option defaulting for command line use by Brian Carlstrom · 13 years ago
  44. 6f1dfe4 Ensure referenced catch block exceptions are in the image. by Ian Rogers · 13 years ago
  45. 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 13 years ago
  46. ae82698 Add --image-classes to dex2oat by Brian Carlstrom · 13 years ago
  47. 254db0f Pass the classpath to dex2oat. by Jesse Wilson · 13 years ago
  48. 169c9a7 Remove the use of Method from jni_compiler by Ian Rogers · 13 years ago
  49. b1f9f22 Fix a TODO regarding flock(2) and TEMP_FAILURE_RETRY. by Elliott Hughes · 13 years ago
  50. 9717051 Don't delete oat files when not generating image. by Ian Rogers · 13 years ago
  51. 234da57 Basic file locking. by Elliott Hughes · 13 years ago
  52. 5d4bdc2 Various runtime/JNI related fixes. by Ian Rogers · 13 years ago
  53. 5e863dd Make dex2oat fail early if it can't write oat file by Ian Rogers · 13 years ago
  54. 3fe7957 Make dex2oat more chatty with the log. by Ian Rogers · 13 years ago
  55. 5d84040 Created --runtime-arg switch for dex2oat to pass arguments to runtime. by jeffhao · 13 years ago
  56. 40381fb Reuse SIRT for C++ references by Brian Carlstrom · 13 years ago
  57. 362f9bc Fix cpplint's whitespace warnings. by Elliott Hughes · 13 years ago
  58. f8e0127 Add -verbose to dex2oat, and improve -verbose:monitor output. by Elliott Hughes · 13 years ago
  59. 5de8fe5 Add internal compiler option to control defaulting of boot.art by Brian Carlstrom · 13 years ago
  60. b7bbba4 Add oatopt drop in replacement for dexopt by Brian Carlstrom · 13 years ago
  61. 47a0d5a Move art content to /data by Brian Carlstrom · 13 years ago
  62. aded5f7 Working ClassLoader by Brian Carlstrom · 13 years ago
  63. 3320cf4 Move rest of code related blobs from Method to oat by Brian Carlstrom · 13 years ago
  64. 4f0d07c Spill possibly reference holding registers for runtime calls. by Ian Rogers · 13 years ago
  65. 1cb0a1d Support for resolving unknown direct/static methods. by Ian Rogers · 13 years ago
  66. ad25ac5 Static and direct resolution stub. by Ian Rogers · 13 years ago
  67. 58ae941 Simplify command line arguments by Brian Carlstrom · 13 years ago
  68. e24fa61 Separate oat from image by Brian Carlstrom · 13 years ago
  69. ff1ed47 Class cast, fill array and interface exception support. by Ian Rogers · 13 years ago
  70. 27ec961 Adding oat_process by Brian Carlstrom · 13 years ago
  71. 78128a6 oatdump by Brian Carlstrom · 13 years ago
  72. 1619286 Add oat file generation and tests to build by Brian Carlstrom · 13 years ago
  73. 2c8f653 Support for cross compilation. by Ian Rogers · 13 years ago
  74. 69b15fb Working dex2oat and oatexec by Brian Carlstrom · 13 years ago