1. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  2. 62d1ca3 ART: Prepare for ELF64. by Tong Shen · 10 years ago
  3. f4da675 Implement method calls using relative BL on ARM. by Vladimir Marko · 10 years ago
  4. 53c913b ART: Clean up compiler by Andreas Gampe · 10 years ago
  5. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 10 years ago
  6. 6e183f2 Make system use patchoat to relocate during runtime. by Alex Light · 10 years ago
  7. a59dd80 Runtime can now be set to require relocation by Alex Light · 10 years ago
  8. 69dfe51 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 10 years ago
  9. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  10. 22f8e5c Revert "Revert "ART: Key-Value Store in Oat header"" by Andreas Gampe · 10 years ago
  11. 452bee5 Revert "ART: Key-Value Store in Oat header" by Nicolas Geoffray · 10 years ago
  12. c87d27b ART: Key-Value Store in Oat header by Andreas Gampe · 10 years ago
  13. 833a485 ART: Native support for multidex by Andreas Gampe · 10 years ago
  14. f5997b4 More advanced timing loggers. by Mathieu Chartier · 10 years ago
  15. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  16. 0e12bdc Add ISA directory to image and odex pathnames. by Brian Carlstrom · 10 years ago
  17. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  18. 4d7f61d Use non volatile lock words in semispace collector. by Mathieu Chartier · 10 years ago
  19. 9583fbc Remove oat file location in the image. by Nicolas Geoffray · 10 years ago
  20. 3d50407 Make out arguments non-reference types. by Ian Rogers · 10 years ago
  21. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 10 years ago
  22. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 10 years ago
  23. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  24. df810ac Merge "A custom 'runs-of-slots' memory allocator." into dalvik-dev by Hiroshi Yamauchi · 11 years ago
  25. cf58d4a A custom 'runs-of-slots' memory allocator. by Hiroshi Yamauchi · 11 years ago
  26. ca368cb Break apart oat writing times. by Ian Rogers · 11 years ago
  27. 5fe9af7 Fix memory leaks relating to timing logger. by Ian Rogers · 11 years ago
  28. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  29. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 11 years ago
  30. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
  31. 5f67532 Fix image_test for SMALL_ART by Brian Carlstrom · 11 years ago
  32. 179486a Fix ImageHeader.IsValid by Brian Carlstrom · 11 years ago
  33. 01e9779 Merge "Write out image bitmap inside of image file." into klp-dev by Mathieu Chartier · 11 years ago
  34. 31e8925 Write out image bitmap inside of image file. by Mathieu Chartier · 11 years ago
  35. 7dfb28c Don't scan image space when starting runtime. by Ian Rogers · 11 years ago
  36. 0e480ca Move output_stream files out of runtime. by Ian Rogers · 11 years ago[Renamed from runtime/image_test.cc]
  37. 7571e8b Add flock(2)ing on dex-cache files to prevent races by Brian Carlstrom · 11 years ago
  38. 36e58b8 Fix image_test for new small mode API. by Ian Rogers · 11 years ago
  39. e986953 Disable compilation during image_test for portable. by Ian Rogers · 11 years ago
  40. bd2c19f Fix compiler_driver_test/image_test. by Ian Rogers · 11 years ago
  41. 6f28d91 Add systrace support to NewTimingLogger, migrate compiler timing logging to NewTimingLogger by Anwar Ghuloum · 11 years ago
  42. c50d8e1 Remove OatWriter buffering to memory for ElfWriterQuick by Brian Carlstrom · 11 years ago
  43. 4560248 Move TimingLogger creation to dex2oat by Brian Carlstrom · 11 years ago
  44. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago
  45. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/image_test.cc]
  46. 51c2467 libart-compiler cleanup by Brian Carlstrom · 11 years ago
  47. 1d54e73 GC clean up. by Ian Rogers · 11 years ago
  48. 9639160 Move image class computation to the CompilerDriver by Brian Carlstrom · 11 years ago
  49. 0aba0ba Created compiled stubs in image. by Jeff Hao · 11 years ago
  50. 654d919 Add conscrypt to art tests by Brian Carlstrom · 11 years ago
  51. 79fe539 Removing remaining compiled stubs from image. by Jeff Hao · 11 years ago
  52. 3f47c12 Fix portable build on build server by removing depenency on ANDROID_HOST_OUT by Brian Carlstrom · 11 years ago
  53. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 11 years ago
  54. 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 11 years ago
  55. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  56. 700c8d3 Move .oat files to ELF format by Brian Carlstrom · 12 years ago
  57. cd60ac7 Create OutputStream abstraction by Brian Carlstrom · 12 years ago
  58. 10c5b78 Fixes for gtests on gPrecise. by Ian Rogers · 12 years ago
  59. 7616005 Switch over to the google3 unix_file File*. by Elliott Hughes · 12 years ago
  60. 8161c03 More MIPS fixes. The vm-tests and oat tests all work on the emulator. by jeffhao · 12 years ago
  61. ff2d2c5 Remove ClassLoader from OatWriter by Brian Carlstrom · 12 years ago
  62. 0e4627e Add thread pool class by Mathieu Chartier · 12 years ago
  63. 28db012 Add oat file dependency on boot.oat load location by Brian Carlstrom · 12 years ago
  64. 7469ebf Refactor and remove copy mark bits. by Mathieu Chartier · 12 years ago
  65. 2fde533 Refactor spaces and add free list large object space by Mathieu Chartier · 12 years ago
  66. 357e9be Sticky mark bits "generational" GC by Mathieu Chartier · 12 years ago
  67. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  68. b062fdd Each space has its own bitmap(s) by Mathieu Chartier · 12 years ago
  69. f582258 oat file patching by Brian Carlstrom · 12 years ago
  70. 81f3ca1 Add image dependency to oat files by Brian Carlstrom · 12 years ago
  71. fddf6f6 Add Heap::GetImageSpace() by Brian Carlstrom · 12 years ago
  72. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 12 years ago
  73. a004aa9 user build support for art (2 of 3) by Brian Carlstrom · 12 years ago
  74. 2faa5f1 Fix copyright headers. by Elliott Hughes · 12 years ago
  75. 9b06a0d Make valgrind happy; just a test bug. by Elliott Hughes · 13 years ago
  76. 30fab40 Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming. by Ian Rogers · 13 years ago
  77. 4cb6a3b image_test should include at least one DexFile by Brian Carlstrom · 13 years ago
  78. 10037c8 Added pass to verify structure of dex file. by jeffhao · 13 years ago
  79. ae82698 Add --image-classes to dex2oat by Brian Carlstrom · 13 years ago
  80. 169c9a7 Remove the use of Method from jni_compiler by Ian Rogers · 13 years ago
  81. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 13 years ago
  82. 234da57 Basic file locking. by Elliott Hughes · 13 years ago
  83. 3320cf4 Move rest of code related blobs from Method to oat by Brian Carlstrom · 13 years ago
  84. 58ae941 Simplify command line arguments by Brian Carlstrom · 13 years ago
  85. e24fa61 Separate oat from image by Brian Carlstrom · 13 years ago
  86. 5f79133 Implement monitors. by Elliott Hughes · 13 years ago
  87. 1619286 Add oat file generation and tests to build by Brian Carlstrom · 13 years ago
  88. d369bb7 Various things. by Elliott Hughes · 13 years ago
  89. 693267a Fix GarbageCollector to work with VERIFY_OBJECT_ENABLED by Brian Carlstrom · 13 years ago
  90. 69b15fb Working dex2oat and oatexec by Brian Carlstrom · 13 years ago
  91. 42ee142 Log line-at-a-time to work around Android logging lossage. by Elliott Hughes · 13 years ago
  92. 9baa4ae Remove use of MemMap for code allocation. by Brian Carlstrom · 13 years ago
  93. d92bec4 More SIGQUIT handling, various Thread fixes. by Elliott Hughes · 13 years ago
  94. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 13 years ago
  95. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 13 years ago
  96. 90a3369 Switch to UniquePtr. by Elliott Hughes · 13 years ago
  97. 9f30b38 Externalize test code by Brian Carlstrom · 13 years ago
  98. d2fbb2b Give an example of walking TypeIds in a DexFile by Brian Carlstrom · 13 years ago
  99. c143c55 Updating the compiler to use the new-world model by buzbee · 13 years ago
  100. a663ea5 Initialize ClassLinker from image by Brian Carlstrom · 13 years ago