1. 919b11c Remove conscrypt dependency from CommonTest by Brian Carlstrom · 11 years ago
  2. e0948e1 Make DexFiles opened from files readonly by default, but writable during dex2oat by Brian Carlstrom · 11 years ago
  3. 0f40ac3 Fix races in small mode compiler filters setup by Ian Rogers · 11 years ago
  4. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  5. 1809a72 Uleb128 compression of vmap and mapping table. by Ian Rogers · 11 years ago
  6. 848871b Entry point clean up. by Ian Rogers · 11 years ago
  7. 7655f29 Portable refactorings. by Ian Rogers · 11 years ago
  8. 0f055d1 resolved conflicts for merge of 7934ac28 to dalvik-dev by Brian Carlstrom · 11 years ago
  9. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  10. be576f4 Fix jni-internal test breakage by Anwar Ghuloum · 11 years ago
  11. 6f28d91 Add systrace support to NewTimingLogger, migrate compiler timing logging to NewTimingLogger by Anwar Ghuloum · 11 years ago
  12. 4560248 Move TimingLogger creation to dex2oat by Brian Carlstrom · 11 years ago
  13. 0177fe2 Remove CompilerDriver::IsDebuggingSupported by Brian Carlstrom · 11 years ago
  14. 2d88862 Fixing cpplint readability/casting issues by Brian Carlstrom · 11 years ago
  15. 6f485c6 Fix cpplint whitespace/indent issues by Brian Carlstrom · 11 years ago
  16. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  17. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  18. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/common_test.h]
  19. 51c2467 libart-compiler cleanup by Brian Carlstrom · 11 years ago
  20. 9c7ca42 am 3b010aa8: Make art use core-libart explicitly by Brian Carlstrom · 11 years ago
  21. 3b010aa Make art use core-libart explicitly by Brian Carlstrom · 11 years ago
  22. 1d54e73 GC clean up. by Ian Rogers · 11 years ago
  23. 9639160 Move image class computation to the CompilerDriver by Brian Carlstrom · 11 years ago
  24. 7675e16 Rename art-cache to dalvik-cache by Brian Carlstrom · 11 years ago
  25. 33e9566 Various GCC 3.6 and clang build fixes. by Ian Rogers · 11 years ago
  26. cf9773a Merge "Compile filter for small applications and methods" into dalvik-dev by Anwar Ghuloum · 11 years ago
  27. 8447d84 Compile filter for small applications and methods by Anwar Ghuloum · 11 years ago
  28. 654d919 Add conscrypt to art tests by Brian Carlstrom · 11 years ago
  29. 79fe539 Removing remaining compiled stubs from image. by Jeff Hao · 11 years ago
  30. 58df327 Removed compiled resolution trampoline. by Jeff Hao · 11 years ago
  31. c4f105d Compile less stuff by Anwar Ghuloum · 11 years ago
  32. 9609cb6 Remove remaining code related to compiled invoke and proxy stubs. by Jeff Hao · 11 years ago
  33. 74180ca Remove code related to compiled invoke stubs. by Jeff Hao · 11 years ago
  34. f3e9855 Slow ART. by Ian Rogers · 11 years ago
  35. 4f6ad8a Various performance improvements. by Ian Rogers · 11 years ago
  36. 3f47c12 Fix portable build on build server by removing depenency on ANDROID_HOST_OUT by Brian Carlstrom · 11 years ago
  37. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 11 years ago
  38. 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 11 years ago
  39. c928de9 Remove Iceland. by Ian Rogers · 11 years ago
  40. a40307e Ensure VM's heap is accounted correctly. by Ian Rogers · 11 years ago
  41. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  42. 700c8d3 Move .oat files to ELF format by Brian Carlstrom · 12 years ago
  43. e222ee0 Move stringpiece.h and stringprintf.h to base/. by Elliott Hughes · 12 years ago
  44. 1aa246d Move casts.h and stl_util.h into base/. by Elliott Hughes · 12 years ago
  45. f66330a Fix icu4c include path pollution. by Elliott Hughes · 12 years ago
  46. 7616005 Switch over to the google3 unix_file File*. by Elliott Hughes · 12 years ago
  47. 02b6a78 Parellel mark stack processing by Mathieu Chartier · 12 years ago
  48. 4696b5b Fix art usage of readdir_r(3). by Elliott Hughes · 12 years ago
  49. 2fa6b2e Interpreter. by Ian Rogers · 12 years ago
  50. c531cef Eliminate #ifdef ART_USE_QUICK_COMPILER by buzbee · 12 years ago
  51. 0051be6 Add parsed options for heap min free, heap max free, target utilization. by Mathieu Chartier · 12 years ago
  52. 4445a7e Class clean-up. by Ian Rogers · 12 years ago
  53. 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
  54. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  55. c0228b8 Fixes to verifier and slowpaths for cts invoke tests. by jeffhao · 12 years ago
  56. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  57. 971bf3f Compile method one-by-one. by Logan Chien · 12 years ago
  58. 4284bb9 Add thumb-specific code for invoke stub. by Logan Chien · 12 years ago
  59. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  60. a21039c Fix a bunch more lint. by Elliott Hughes · 12 years ago
  61. 56ef042 JNI test improvements. by Elliott Hughes · 12 years ago
  62. 3f6635a Improve JniAbort (and JNI tests). by Elliott Hughes · 12 years ago
  63. 7a2a23a Cleanup proxy stub compiler code. by Logan Chien · 12 years ago
  64. eead4ac Implement proxy stub for compiler_llvm. by TDYa127 · 12 years ago
  65. 7b9d996 Tidy up some C-isms. by Elliott Hughes · 12 years ago
  66. b264f08 Implement native method return value and upcall argument type checking. by Elliott Hughes · 12 years ago
  67. 937105a Use ELF function index to distinguish generated functions. by Logan Chien · 12 years ago
  68. 0c717dd Add ELF loader to OatFile. by Logan Chien · 12 years ago
  69. e52e49b Fix the mutex diagnostics, and other targets of opportunity. by Elliott Hughes · 12 years ago
  70. 0f3c553 Kill constants.h and fix some copyright headers. by Elliott Hughes · 12 years ago
  71. de08e84 Remove ELF filename argument. by Logan Chien · 12 years ago
  72. f7015fd Add ELF loader to load the executables. by Logan Chien · 12 years ago
  73. 1cb0ae7 Fix the LLVM build. by Shih-wei Liao · 12 years ago
  74. ba0668e Make non-debug dex2oat omit timing and stats information by Brian Carlstrom · 12 years ago
  75. 5147733 Fix sdk_x86 build by Brian Carlstrom · 12 years ago
  76. 0637e27 Enable kSupportBootImageFixup by Brian Carlstrom · 12 years ago
  77. b279337 Add disabled test-art-host-oat by Brian Carlstrom · 12 years ago
  78. c4c9881 Fix the LLVM build. Separate out libart-compiler-llvm.so. by Shih-wei Liao · 12 years ago
  79. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 12 years ago
  80. edbd6ed No more "-0", "-1" files. gtest-0 or boot-0 are OK, not "-0" by Shih-wei Liao · 12 years ago
  81. 5b8b1ed Implement Link-loading and pass 62 tests in JniInternalTest. by Shih-wei Liao · 12 years ago
  82. 1984651 Invoke static/direct dispatch change. by Ian Rogers · 12 years ago
  83. de6e4cf Add dex2oat -g to control whether the compiled code has debugger support. by Elliott Hughes · 12 years ago
  84. a004aa9 user build support for art (2 of 3) by Brian Carlstrom · 12 years ago
  85. a56fcd6 Honor ANDROID_ROOT and ANDROID_DATA by Brian Carlstrom · 12 years ago
  86. 5523ee0 Add -j to dex2oat. by Elliott Hughes · 12 years ago
  87. 32b4b2a Test changes to support tradefed by Brian Carlstrom · 12 years ago
  88. 2faa5f1 Fix copyright headers. by Elliott Hughes · 12 years ago
  89. b9cc1ca Remove need for libarttest.so for gtests for tradefed by Brian Carlstrom · 13 years ago
  90. 9b06a0d Make valgrind happy; just a test bug. by Elliott Hughes · 12 years ago
  91. 699f9f4 More %zds for the Mac build. by Elliott Hughes · 12 years ago
  92. 30fab40 Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming. by Ian Rogers · 13 years ago
  93. 7a00a3c Fix definition GCC_VERSION by Brian Carlstrom · 13 years ago
  94. a0cb120 Not all hosts are running linux... by Elliott Hughes · 13 years ago
  95. 8add92d Remove the rest of the unordered_ stuff. by Elliott Hughes · 13 years ago
  96. 4d6850c Fix the handful of leaks detectable in our tests. by Elliott Hughes · 13 years ago
  97. e7d856b Add GC map to oat file by Brian Carlstrom · 13 years ago
  98. 24782c6 Add a macro GCC_VERSION and use it to control code paths. by Shih-wei Liao · 13 years ago
  99. c3b77c7 Avoid copying and strlen(3) in the FindClass path. by Elliott Hughes · 13 years ago
  100. 9557241 Don't default-construct std::strings and then assign them. by Elliott Hughes · 13 years ago