1. 311ca16 Compiler: Spring cleaning by buzbee · 12 years ago
  2. 4f6ad8a Various performance improvements. by Ian Rogers · 12 years ago
  3. ed11564 Increase WatchDog timeouts and improve formatting by Brian Carlstrom · 12 years ago
  4. 54d22c2 Fix some bad logging in dex2oat by Brian Carlstrom · 12 years ago
  5. 3f47c12 Fix portable build on build server by removing depenency on ANDROID_HOST_OUT by Brian Carlstrom · 12 years ago
  6. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 12 years ago
  7. 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 12 years ago
  8. c928de9 Remove Iceland. by Ian Rogers · 12 years ago
  9. eb5cb60 Bump dex2oat timeout, give 1 minute warning. by Ian Rogers · 12 years ago
  10. a843954 Using histograms for timing statistics. by Sameer Abu Asal · 12 years ago
  11. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  12. 700c8d3 Move .oat files to ELF format by Brian Carlstrom · 12 years ago
  13. cd60ac7 Create OutputStream abstraction by Brian Carlstrom · 12 years ago
  14. e222ee0 Move stringpiece.h and stringprintf.h to base/. by Elliott Hughes · 12 years ago
  15. 1aa246d Move casts.h and stl_util.h into base/. by Elliott Hughes · 12 years ago
  16. 7616005 Switch over to the google3 unix_file File*. by Elliott Hughes · 12 years ago
  17. 994d62a Add --no-watch-dog for use when debugging dex2oat by Brian Carlstrom · 12 years ago
  18. bcc2926 Add dex2oat watch dog thread for host builds by Brian Carlstrom · 12 years ago
  19. ff2d2c5 Remove ClassLoader from OatWriter by Brian Carlstrom · 12 years ago
  20. c531cef Eliminate #ifdef ART_USE_QUICK_COMPILER by buzbee · 12 years ago
  21. 28db012 Add oat file dependency on boot.oat load location by Brian Carlstrom · 12 years ago
  22. 4df2bbd Enable multi-threaded Quick compilation by buzbee · 12 years ago
  23. 9a93699 See if running single-threaded fixes dex2oat Mac crashes. by Elliott Hughes · 12 years ago
  24. 1f53934 Make PopSirt inlinable, pass self to SirtRef. by Ian Rogers · 12 years ago
  25. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 12 years ago
  26. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  27. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  28. a1da8a5 Quick compiler: complete switch support by buzbee · 12 years ago
  29. a21039c Fix a bunch more lint. by Elliott Hughes · 12 years ago
  30. 5c59994 Turn parallel compilation back on. by Elliott Hughes · 12 years ago
  31. 0d39c12 "InitGoogle"-style argv stashing. by Elliott Hughes · 12 years ago
  32. 6023456 Various missing hunks. by Elliott Hughes · 12 years ago
  33. 9ad4f22 Make dex2oat default to the architecture being built. by jeffhao · 12 years ago
  34. 9cc2297 Experiment with the continuous build. by Elliott Hughes · 12 years ago
  35. 35be9b1 Fix build. by Elliott Hughes · 12 years ago
  36. 214d307 Revert "See if multithreaded dex2oat is causing the Mac OS 10.6 build problems." by Elliott Hughes · 12 years ago
  37. 4522989 See if multithreaded dex2oat is causing the Mac OS 10.6 build problems. by Elliott Hughes · 12 years ago
  38. bf1b457 Fix multithreaded dex2oat on Mac OS. by Elliott Hughes · 12 years ago
  39. 1f71ae8 Fix host build to properly build x86. by jeffhao · 12 years ago
  40. b203a20 Remove the thread_count=1 hack on target device. by Logan Chien · 12 years ago
  41. 08e1ba3 Don't fork dex2oat process on target device. by Logan Chien · 12 years ago
  42. 6cd40e5 Ensure that cached oat and image files are world readable like odex files by Brian Carlstrom · 12 years ago
  43. 72395bf Support ANDROID_LOG_TAGS. by Elliott Hughes · 12 years ago
  44. 34f1fa4 Run dex2oat for test-art-host-oat targets with core.art by Brian Carlstrom · 12 years ago
  45. b907a3f Change the Mac OS 10.5 workaround so it can't be overridden on the command-line. by Elliott Hughes · 12 years ago
  46. b08e8a3 Restrict Mac OS 10.5 devices to 1 dex2oat thread. by Elliott Hughes · 12 years ago
  47. de08e84 Remove ELF filename argument. by Logan Chien · 12 years ago
  48. 67d9200 Add a compile-time constant bool equivalent to !defined(NDEBUG). by Elliott Hughes · 12 years ago
  49. ba0668e Make non-debug dex2oat omit timing and stats information by Brian Carlstrom · 12 years ago
  50. f582258 oat file patching by Brian Carlstrom · 12 years ago
  51. 81f3ca1 Add image dependency to oat files by Brian Carlstrom · 13 years ago
  52. fddf6f6 Add Heap::GetImageSpace() by Brian Carlstrom · 13 years ago
  53. 49c4894 Add instruction-set option to dex2oat by Ian Rogers · 13 years ago
  54. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 13 years ago
  55. 4f00596 Remove incorrect LOG(INFO). by Logan Chien · 13 years ago
  56. 5b8b1ed Implement Link-loading and pass 62 tests in JniInternalTest. by Shih-wei Liao · 13 years ago
  57. 8b977d3 Compile llvm.Module into ELF object file. by Logan Chien · 13 years ago
  58. 1984651 Invoke static/direct dispatch change. by Ian Rogers · 13 years ago
  59. de6e4cf Add dex2oat -g to control whether the compiled code has debugger support. by Elliott Hughes · 13 years ago
  60. cbfe6fe Fix automatic dex2oat when boot files are in /data by Brian Carlstrom · 13 years ago
  61. a004aa9 user build support for art (2 of 3) by Brian Carlstrom · 13 years ago
  62. 60f83e3 More fixes for vm-tests. by jeffhao · 13 years ago
  63. f1a5adc Reduce StringPiece usage a bit. by Elliott Hughes · 13 years ago
  64. 1e40925 Fix Mac build and make -jN use a total of N threads, not N+1. by Elliott Hughes · 13 years ago
  65. a56fcd6 Honor ANDROID_ROOT and ANDROID_DATA by Brian Carlstrom · 13 years ago
  66. b12552a Fix unused variable warning on Mac OS by Brian Carlstrom · 13 years ago
  67. 97574f4 Disable dex2oat -j thread count on Mac OS by Brian Carlstrom · 13 years ago
  68. 5523ee0 Add -j to dex2oat. by Elliott Hughes · 13 years ago
  69. 5b332c8 Fix checksum verification when opening DexFiles from OatFiles by Brian Carlstrom · 13 years ago
  70. 0d0ba69 A couple of logging changes people have asked for. by Elliott Hughes · 13 years ago
  71. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  72. 3bb17a6 Space trim and other unit tests. General space clean up. by Ian Rogers · 13 years ago
  73. 30fab40 Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming. by Ian Rogers · 13 years ago
  74. bb551fa Collect and output a few dex2oat statistics. by Elliott Hughes · 13 years ago
  75. 10037c8 Added pass to verify structure of dex file. by jeffhao · 13 years ago
  76. ba8eee1 Remove more lint. by Elliott Hughes · 13 years ago
  77. 8add92d Remove the rest of the unordered_ stuff. by Elliott Hughes · 13 years ago
  78. fd8cba4 Log the oat_name, not the oat_filename, on failure. by Elliott Hughes · 13 years ago
  79. 2e3d1b2 Changes to compile with gcc 4.6 by Brian Carlstrom · 13 years ago
  80. 866c862 Minor OatFile ownership and --oat-fd= argument formatting by Brian Carlstrom · 13 years ago
  81. a6cc893 Add installd support to dex2oat by Brian Carlstrom · 13 years ago
  82. c3b77c7 Avoid copying and strlen(3) in the FindClass path. by Elliott Hughes · 13 years ago
  83. 29e7ac7 Moving from libdvm to libart (1 of 5) by Brian Carlstrom · 13 years ago
  84. 9557241 Don't default-construct std::strings and then assign them. by Elliott Hughes · 13 years ago
  85. 6ef827a Revert dex2oat file locking by Brian Carlstrom · 13 years ago
  86. b001126 Improve dex2oat option defaulting for command line use by Brian Carlstrom · 13 years ago
  87. 6f1dfe4 Ensure referenced catch block exceptions are in the image. by Ian Rogers · 13 years ago
  88. 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 13 years ago
  89. ae82698 Add --image-classes to dex2oat by Brian Carlstrom · 13 years ago
  90. 254db0f Pass the classpath to dex2oat. by Jesse Wilson · 13 years ago
  91. 169c9a7 Remove the use of Method from jni_compiler by Ian Rogers · 13 years ago
  92. b1f9f22 Fix a TODO regarding flock(2) and TEMP_FAILURE_RETRY. by Elliott Hughes · 13 years ago
  93. 9717051 Don't delete oat files when not generating image. by Ian Rogers · 13 years ago
  94. 234da57 Basic file locking. by Elliott Hughes · 13 years ago
  95. 5d4bdc2 Various runtime/JNI related fixes. by Ian Rogers · 13 years ago
  96. 5e863dd Make dex2oat fail early if it can't write oat file by Ian Rogers · 13 years ago
  97. 3fe7957 Make dex2oat more chatty with the log. by Ian Rogers · 13 years ago
  98. 5d84040 Created --runtime-arg switch for dex2oat to pass arguments to runtime. by jeffhao · 13 years ago
  99. 40381fb Reuse SIRT for C++ references by Brian Carlstrom · 13 years ago
  100. 362f9bc Fix cpplint's whitespace warnings. by Elliott Hughes · 13 years ago