1. ef7d42f Object model changes to support 64bit. by Ian Rogers · 12 years ago
  2. ee28773 Bionic has <sys/ucontext.h> now. by Elliott Hughes · 12 years ago
  3. c7f8320 Refactor verification results. by Vladimir Marko · 12 years ago
  4. 650be76 Revert "Implement cumulative timings for CompilerDriver." by Brian Carlstrom · 12 years ago
  5. df01317 Implement cumulative timings for CompilerDriver. by Nicolas Geoffray · 12 years ago
  6. 1d99e45 Disallow JNI NewObjectArray of primitive types. by Ian Rogers · 12 years ago
  7. 95a4de7 Fix test-art setup. by Vladimir Marko · 12 years ago
  8. 102a8f2 Fix build - test issues. by Sebastien Hertz · 12 years ago
  9. f0d5f55 Use the asm-generic ucontext.h for arm. by Christopher Ferris · 12 years ago
  10. bb2f804 Remove a LOG(INFO) that's probably forgot to be removed. by Hiroshi Yamauchi · 12 years ago
  11. 5fe9af7 Fix memory leaks relating to timing logger. by Ian Rogers · 12 years ago
  12. 590fee9 Compacting collector. by Mathieu Chartier · 12 years ago
  13. 1bd2ceb Make missing DEX2OAT_TARGET_INSTRUCTION_SET_FEATURES an error by Brian Carlstrom · 12 years ago
  14. 7020278 Support hardware divide instruction by Dave Allison · 12 years ago
  15. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 12 years ago
  16. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 12 years ago
  17. 919b11c Remove conscrypt dependency from CommonTest by Brian Carlstrom · 12 years ago
  18. e0948e1 Make DexFiles opened from files readonly by default, but writable during dex2oat by Brian Carlstrom · 12 years ago
  19. 0f40ac3 Fix races in small mode compiler filters setup by Ian Rogers · 12 years ago
  20. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 12 years ago
  21. 1809a72 Uleb128 compression of vmap and mapping table. by Ian Rogers · 12 years ago
  22. 848871b Entry point clean up. by Ian Rogers · 12 years ago
  23. 7655f29 Portable refactorings. by Ian Rogers · 12 years ago
  24. 0f055d1 resolved conflicts for merge of 7934ac28 to dalvik-dev by Brian Carlstrom · 12 years ago
  25. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 12 years ago
  26. be576f4 Fix jni-internal test breakage by Anwar Ghuloum · 12 years ago
  27. 6f28d91 Add systrace support to NewTimingLogger, migrate compiler timing logging to NewTimingLogger by Anwar Ghuloum · 12 years ago
  28. 4560248 Move TimingLogger creation to dex2oat by Brian Carlstrom · 12 years ago
  29. 0177fe2 Remove CompilerDriver::IsDebuggingSupported by Brian Carlstrom · 12 years ago
  30. 2d88862 Fixing cpplint readability/casting issues by Brian Carlstrom · 12 years ago
  31. 6f485c6 Fix cpplint whitespace/indent issues by Brian Carlstrom · 12 years ago
  32. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 12 years ago
  33. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 12 years ago
  34. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/common_test.h]
  35. 51c2467 libart-compiler cleanup by Brian Carlstrom · 12 years ago
  36. 9c7ca42 am 3b010aa8: Make art use core-libart explicitly by Brian Carlstrom · 12 years ago
  37. 3b010aa Make art use core-libart explicitly by Brian Carlstrom · 12 years ago
  38. 1d54e73 GC clean up. by Ian Rogers · 12 years ago
  39. 9639160 Move image class computation to the CompilerDriver by Brian Carlstrom · 12 years ago
  40. 7675e16 Rename art-cache to dalvik-cache by Brian Carlstrom · 12 years ago
  41. 33e9566 Various GCC 3.6 and clang build fixes. by Ian Rogers · 12 years ago
  42. cf9773a Merge "Compile filter for small applications and methods" into dalvik-dev by Anwar Ghuloum · 12 years ago
  43. 8447d84 Compile filter for small applications and methods by Anwar Ghuloum · 12 years ago
  44. 654d919 Add conscrypt to art tests by Brian Carlstrom · 12 years ago
  45. 79fe539 Removing remaining compiled stubs from image. by Jeff Hao · 12 years ago
  46. 58df327 Removed compiled resolution trampoline. by Jeff Hao · 12 years ago
  47. c4f105d Compile less stuff by Anwar Ghuloum · 12 years ago
  48. 9609cb6 Remove remaining code related to compiled invoke and proxy stubs. by Jeff Hao · 13 years ago
  49. 74180ca Remove code related to compiled invoke stubs. by Jeff Hao · 13 years ago
  50. f3e9855 Slow ART. by Ian Rogers · 13 years ago
  51. 4f6ad8a Various performance improvements. by Ian Rogers · 13 years ago
  52. 3f47c12 Fix portable build on build server by removing depenency on ANDROID_HOST_OUT by Brian Carlstrom · 13 years ago
  53. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 13 years ago
  54. 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 13 years ago
  55. c928de9 Remove Iceland. by Ian Rogers · 13 years ago
  56. a40307e Ensure VM's heap is accounted correctly. by Ian Rogers · 13 years ago
  57. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 13 years ago
  58. 700c8d3 Move .oat files to ELF format by Brian Carlstrom · 13 years ago
  59. e222ee0 Move stringpiece.h and stringprintf.h to base/. by Elliott Hughes · 13 years ago
  60. 1aa246d Move casts.h and stl_util.h into base/. by Elliott Hughes · 13 years ago
  61. f66330a Fix icu4c include path pollution. by Elliott Hughes · 13 years ago
  62. 7616005 Switch over to the google3 unix_file File*. by Elliott Hughes · 13 years ago
  63. 02b6a78 Parellel mark stack processing by Mathieu Chartier · 13 years ago
  64. 4696b5b Fix art usage of readdir_r(3). by Elliott Hughes · 13 years ago
  65. 2fa6b2e Interpreter. by Ian Rogers · 13 years ago
  66. c531cef Eliminate #ifdef ART_USE_QUICK_COMPILER by buzbee · 13 years ago
  67. 0051be6 Add parsed options for heap min free, heap max free, target utilization. by Mathieu Chartier · 13 years ago
  68. 4445a7e Class clean-up. by Ian Rogers · 13 years ago
  69. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 13 years ago
  70. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 13 years ago
  71. c0228b8 Fixes to verifier and slowpaths for cts invoke tests. by jeffhao · 13 years ago
  72. 00f7d0e Global lock levels. by Ian Rogers · 13 years ago
  73. 971bf3f Compile method one-by-one. by Logan Chien · 13 years ago
  74. 4284bb9 Add thumb-specific code for invoke stub. by Logan Chien · 13 years ago
  75. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 13 years ago
  76. a21039c Fix a bunch more lint. by Elliott Hughes · 13 years ago
  77. 56ef042 JNI test improvements. by Elliott Hughes · 13 years ago
  78. 3f6635a Improve JniAbort (and JNI tests). by Elliott Hughes · 13 years ago
  79. 7a2a23a Cleanup proxy stub compiler code. by Logan Chien · 13 years ago
  80. eead4ac Implement proxy stub for compiler_llvm. by TDYa127 · 13 years ago
  81. 7b9d996 Tidy up some C-isms. by Elliott Hughes · 13 years ago
  82. b264f08 Implement native method return value and upcall argument type checking. by Elliott Hughes · 14 years ago
  83. 937105a Use ELF function index to distinguish generated functions. by Logan Chien · 14 years ago
  84. 0c717dd Add ELF loader to OatFile. by Logan Chien · 14 years ago
  85. e52e49b Fix the mutex diagnostics, and other targets of opportunity. by Elliott Hughes · 14 years ago
  86. 0f3c553 Kill constants.h and fix some copyright headers. by Elliott Hughes · 14 years ago
  87. de08e84 Remove ELF filename argument. by Logan Chien · 14 years ago
  88. f7015fd Add ELF loader to load the executables. by Logan Chien · 14 years ago
  89. 1cb0ae7 Fix the LLVM build. by Shih-wei Liao · 14 years ago
  90. ba0668e Make non-debug dex2oat omit timing and stats information by Brian Carlstrom · 14 years ago
  91. 5147733 Fix sdk_x86 build by Brian Carlstrom · 14 years ago
  92. 0637e27 Enable kSupportBootImageFixup by Brian Carlstrom · 14 years ago
  93. b279337 Add disabled test-art-host-oat by Brian Carlstrom · 14 years ago
  94. c4c9881 Fix the LLVM build. Separate out libart-compiler-llvm.so. by Shih-wei Liao · 14 years ago
  95. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 14 years ago
  96. edbd6ed No more "-0", "-1" files. gtest-0 or boot-0 are OK, not "-0" by Shih-wei Liao · 14 years ago
  97. 5b8b1ed Implement Link-loading and pass 62 tests in JniInternalTest. by Shih-wei Liao · 14 years ago
  98. 1984651 Invoke static/direct dispatch change. by Ian Rogers · 14 years ago
  99. de6e4cf Add dex2oat -g to control whether the compiled code has debugger support. by Elliott Hughes · 14 years ago
  100. a004aa9 user build support for art (2 of 3) by Brian Carlstrom · 14 years ago