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