1. 51db7be Use exit to avoid destructors in dex2oat. by Ian Rogers · 12 years ago
  2. d76e083 Make files writable on the installd path as well by Brian Carlstrom · 12 years ago
  3. e0948e1 Make DexFiles opened from files readonly by default, but writable during dex2oat by Brian Carlstrom · 12 years ago
  4. f30f6da Set small ART override for image as an option. by Ian Rogers · 12 years ago
  5. 3f3d22c Reduce the scope of a ScopedObjectAccess in dex2oat. by Ian Rogers · 12 years ago
  6. c6dfdac Add buffering to ELF file generation by Brian Carlstrom · 12 years ago
  7. fe9ca40 Compiler filter update by buzbee · 12 years ago
  8. 4639860 dex2oat flag to always dump timing data. by Ian Rogers · 12 years ago
  9. e6bb3b2 Reduce AOT initialization. by Ian Rogers · 12 years ago
  10. 7571e8b Add flock(2)ing on dex-cache files to prevent races by Brian Carlstrom · 12 years ago
  11. 0f40ac3 Fix races in small mode compiler filters setup by Ian Rogers · 12 years ago
  12. 1d1e267 Merge "Refactor java.lang.reflect implementation" into dalvik-dev by Ian Rogers · 12 years ago
  13. 75a43f1 Clean up logcat spam from compiler and verifier by Anwar Ghuloum · 12 years ago
  14. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 12 years ago
  15. 155ecba Fix SMALL_ART by buzbee · 12 years ago
  16. a024a06 Compilation filter by buzbee · 12 years ago
  17. 0f055d1 resolved conflicts for merge of 7934ac28 to dalvik-dev by Brian Carlstrom · 12 years ago
  18. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 12 years ago
  19. 6f28d91 Add systrace support to NewTimingLogger, migrate compiler timing logging to NewTimingLogger by Anwar Ghuloum · 12 years ago
  20. c50d8e1 Remove OatWriter buffering to memory for ElfWriterQuick by Brian Carlstrom · 12 years ago
  21. 7fcba11 Restore conditional oat file copying used by build system. by Brian Carlstrom · 12 years ago
  22. 4560248 Move TimingLogger creation to dex2oat by Brian Carlstrom · 12 years ago
  23. 0177fe2 Remove CompilerDriver::IsDebuggingSupported by Brian Carlstrom · 12 years ago
  24. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 12 years ago
  25. 93ba893 Fix cpplint runtime/explicit issues by Brian Carlstrom · 12 years ago
  26. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed (99%) from src/dex2oat.cc]
  27. 51c2467 libart-compiler cleanup by Brian Carlstrom · 12 years ago
  28. 4922e9d Use /system/framework/framework.jar:preloaded-classes for on device dex2oat by Brian Carlstrom · 12 years ago
  29. 7467ee0 Added support for SEA IR. by Dragos Sbirlea · 12 years ago
  30. 1d54e73 GC clean up. by Ian Rogers · 12 years ago
  31. 9639160 Move image class computation to the CompilerDriver by Brian Carlstrom · 12 years ago
  32. 1c653d5 Fix O0 build. by Ian Rogers · 12 years ago
  33. 1484395 am 7675e16b: Rename art-cache to dalvik-cache by Brian Carlstrom · 12 years ago
  34. 7675e16 Rename art-cache to dalvik-cache by Brian Carlstrom · 12 years ago
  35. 6cda291 am 5f4bd975: Add logging of implicitly added image classes by Brian Carlstrom · 12 years ago
  36. 0aba0ba Created compiled stubs in image. by Jeff Hao · 12 years ago
  37. 515661b am 4b7b9896: Make ImageWriter tolerant of image classes implicitly loaded by <clinit>s. by Brian Carlstrom · 12 years ago
  38. 5f4bd97 Add logging of implicitly added image classes by Brian Carlstrom · 12 years ago
  39. 4b7b989 Make ImageWriter tolerant of image classes implicitly loaded by <clinit>s. by Brian Carlstrom · 12 years ago
  40. 39ebcb8 More profiler driven tweaks. by Ian Rogers · 12 years ago
  41. 33e9566 Various GCC 3.6 and clang build fixes. by Ian Rogers · 12 years ago
  42. 8447d84 Compile filter for small applications and methods by Anwar Ghuloum · 12 years ago
  43. 79fe539 Removing remaining compiled stubs from image. by Jeff Hao · 12 years ago
  44. 58df327 Removed compiled resolution trampoline. by Jeff Hao · 12 years ago
  45. c4f105d Compile less stuff by Anwar Ghuloum · 12 years ago
  46. 311ca16 Compiler: Spring cleaning by buzbee · 12 years ago
  47. 4f6ad8a Various performance improvements. by Ian Rogers · 12 years ago
  48. ed11564 Increase WatchDog timeouts and improve formatting by Brian Carlstrom · 12 years ago
  49. 54d22c2 Fix some bad logging in dex2oat by Brian Carlstrom · 12 years ago
  50. 3f47c12 Fix portable build on build server by removing depenency on ANDROID_HOST_OUT by Brian Carlstrom · 12 years ago
  51. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 12 years ago
  52. 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 12 years ago
  53. c928de9 Remove Iceland. by Ian Rogers · 12 years ago
  54. eb5cb60 Bump dex2oat timeout, give 1 minute warning. by Ian Rogers · 12 years ago
  55. a843954 Using histograms for timing statistics. by Sameer Abu Asal · 12 years ago
  56. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  57. 700c8d3 Move .oat files to ELF format by Brian Carlstrom · 12 years ago
  58. cd60ac7 Create OutputStream abstraction by Brian Carlstrom · 12 years ago
  59. e222ee0 Move stringpiece.h and stringprintf.h to base/. by Elliott Hughes · 12 years ago
  60. 1aa246d Move casts.h and stl_util.h into base/. by Elliott Hughes · 12 years ago
  61. 7616005 Switch over to the google3 unix_file File*. by Elliott Hughes · 12 years ago
  62. 994d62a Add --no-watch-dog for use when debugging dex2oat by Brian Carlstrom · 12 years ago
  63. bcc2926 Add dex2oat watch dog thread for host builds by Brian Carlstrom · 12 years ago
  64. ff2d2c5 Remove ClassLoader from OatWriter by Brian Carlstrom · 12 years ago
  65. c531cef Eliminate #ifdef ART_USE_QUICK_COMPILER by buzbee · 12 years ago
  66. 28db012 Add oat file dependency on boot.oat load location by Brian Carlstrom · 12 years ago
  67. 4df2bbd Enable multi-threaded Quick compilation by buzbee · 12 years ago
  68. 9a93699 See if running single-threaded fixes dex2oat Mac crashes. by Elliott Hughes · 12 years ago
  69. 1f53934 Make PopSirt inlinable, pass self to SirtRef. by Ian Rogers · 12 years ago
  70. 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
  71. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 13 years ago
  72. 00f7d0e Global lock levels. by Ian Rogers · 13 years ago
  73. a1da8a5 Quick compiler: complete switch support by buzbee · 13 years ago
  74. a21039c Fix a bunch more lint. by Elliott Hughes · 13 years ago
  75. 5c59994 Turn parallel compilation back on. by Elliott Hughes · 13 years ago
  76. 0d39c12 "InitGoogle"-style argv stashing. by Elliott Hughes · 13 years ago
  77. 6023456 Various missing hunks. by Elliott Hughes · 13 years ago
  78. 9ad4f22 Make dex2oat default to the architecture being built. by jeffhao · 13 years ago
  79. 9cc2297 Experiment with the continuous build. by Elliott Hughes · 13 years ago
  80. 35be9b1 Fix build. by Elliott Hughes · 13 years ago
  81. 214d307 Revert "See if multithreaded dex2oat is causing the Mac OS 10.6 build problems." by Elliott Hughes · 13 years ago
  82. 4522989 See if multithreaded dex2oat is causing the Mac OS 10.6 build problems. by Elliott Hughes · 13 years ago
  83. bf1b457 Fix multithreaded dex2oat on Mac OS. by Elliott Hughes · 13 years ago
  84. 1f71ae8 Fix host build to properly build x86. by jeffhao · 13 years ago
  85. b203a20 Remove the thread_count=1 hack on target device. by Logan Chien · 13 years ago
  86. 08e1ba3 Don't fork dex2oat process on target device. by Logan Chien · 13 years ago
  87. 6cd40e5 Ensure that cached oat and image files are world readable like odex files by Brian Carlstrom · 13 years ago
  88. 72395bf Support ANDROID_LOG_TAGS. by Elliott Hughes · 13 years ago
  89. 34f1fa4 Run dex2oat for test-art-host-oat targets with core.art by Brian Carlstrom · 13 years ago
  90. b907a3f Change the Mac OS 10.5 workaround so it can't be overridden on the command-line. by Elliott Hughes · 13 years ago
  91. b08e8a3 Restrict Mac OS 10.5 devices to 1 dex2oat thread. by Elliott Hughes · 13 years ago
  92. de08e84 Remove ELF filename argument. by Logan Chien · 13 years ago
  93. 67d9200 Add a compile-time constant bool equivalent to !defined(NDEBUG). by Elliott Hughes · 13 years ago
  94. ba0668e Make non-debug dex2oat omit timing and stats information by Brian Carlstrom · 13 years ago
  95. f582258 oat file patching by Brian Carlstrom · 13 years ago
  96. 81f3ca1 Add image dependency to oat files by Brian Carlstrom · 13 years ago
  97. fddf6f6 Add Heap::GetImageSpace() by Brian Carlstrom · 13 years ago
  98. 49c4894 Add instruction-set option to dex2oat by Ian Rogers · 13 years ago
  99. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 13 years ago
  100. 4f00596 Remove incorrect LOG(INFO). by Logan Chien · 13 years ago