1. 2afaff7 Refactor CompilerDriver::CompileAll(). by Vladimir Marko · 6 years ago
  2. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  3. 213ee2d Move dex_files_for_oat_file_ to CompilerOptions. by Vladimir Marko · 6 years ago
  4. a8bba7d ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use. by Vladimir Marko · 6 years ago
  5. 82d046e Add a profiling library by David Sehr · 6 years ago
  6. bd600e3 ART: Remove support for compiled-methods and compiled-classes by Andreas Gampe · 6 years ago
  7. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  8. 2c64a83 Change ClassStatus to fit into 4 bits. by Vladimir Marko · 7 years ago
  9. 5d3b002 ART: Change CanAssumeVerified to GetPreviousClassState by Andreas Gampe · 7 years ago
  10. 9e050df Revert "Revert "Support class unloading in dex2oat for quicken multidex"" by Mathieu Chartier · 7 years ago
  11. 6921d90 Revert "Support class unloading in dex2oat for quicken multidex" by Richard Uhler · 7 years ago
  12. 0b1c341 Support class unloading in dex2oat for quicken multidex by Mathieu Chartier · 7 years ago
  13. f1aa265 Fix issue where classes that fail verification have kStatusNotReady. by Jeff Hao · 7 years ago
  14. 72041a0 Use class unloading in dex2oat for verify and extract by Mathieu Chartier · 7 years ago
  15. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  16. 07bfbac Hash-based DexCache methods array. by Vladimir Marko · 7 years ago
  17. a5dcdf3 Merge "Refactor some profiling info functions" by Mathieu Chartier · 7 years ago
  18. bbe3a5e Refactor some profiling info functions by Mathieu Chartier · 7 years ago
  19. 1cfea7a Code cleanup around vdex. by Nicolas Geoffray · 7 years ago
  20. ea650f3 Move profiles to use bitmaps for startup methods by Mathieu Chartier · 7 years ago
  21. bb84610 ART: Remove CompiledClass by Andreas Gampe · 7 years ago
  22. 49cda06 Rename and obsolete compiler filter names. by Nicolas Geoffray · 7 years ago
  23. c7da1d6 Record class status after verification. by Nicolas Geoffray · 7 years ago
  24. 9c4f0d8f Clean up after MIPS got read barriers support by Goran Jakovljevic · 8 years ago
  25. f44d36c Revert^2 "Hash-based DexCache field array." by Vladimir Marko · 8 years ago
  26. 8d6768d Revert^6 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  27. 0b66d61 Revert^5 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  28. 6374c58 Revert "Hash-based DexCache field array." by Vladimir Marko · 8 years ago
  29. 1aea351 Hash-based DexCache field array. by Vladimir Marko · 8 years ago
  30. e0ac115 Extend profman to generate profiles with inline caches by Calin Juravle · 8 years ago
  31. bfb80d2 Revert^4 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  32. d0af56c Make dex2oat support profiles passed to non profile filters by Mathieu Chartier · 8 years ago
  33. 5812e20 Revert^3 "Hash-based dex cache type array." by Mathieu Chartier · 8 years ago
  34. 85c0f2a Revert^2 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  35. d16363a Revert "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  36. ec78622 Hash-based dex cache type array. by Vladimir Marko · 8 years ago
  37. 33083d6 Rename offline_profiling_info to profile_compilation_info by Calin Juravle · 8 years ago
  38. 8a0128a ART: Add dex::StringIndex by Andreas Gampe · 8 years ago
  39. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  40. 6bb7f1b Integrate VerifierDeps in compiler driver. by Nicolas Geoffray · 8 years ago
  41. 28357fa Move most of class linker to ObjPtr by Mathieu Chartier · 8 years ago
  42. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  43. c4f3925 Move remaining jobject related functions to use ObjPtr by Mathieu Chartier · 8 years ago
  44. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  45. 8b233fc Remove more Quick-related macros in tests. by Roland Levillain · 9 years ago
  46. 5dcf19d Fix and re-enable compiler_driver_test by Yi Kong · 9 years ago
  47. c5dd319 Add and use loaded class profiling by Mathieu Chartier · 9 years ago
  48. 31708b7 Fix compiler driver gtest. by Calin Juravle · 9 years ago
  49. 877fd96 Improve profile processing by Calin Juravle · 9 years ago
  50. 6b1a50b Merge "Rename NullHandle to ScopedNullHandle" am: 76b90e37df am: 8a5e8d0118 by Mathieu Chartier · 9 years ago
  51. 9865bde Rename NullHandle to ScopedNullHandle by Mathieu Chartier · 9 years ago
  52. 9c55729 resolve merge conflicts of 9f784b26a1 to master. by Alex Light · 9 years ago
  53. e64300b Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"" by Alex Light · 9 years ago
  54. 2efb0aa Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" by Alex Light · 9 years ago
  55. ae358c1 Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" by Alex Light · 9 years ago
  56. 9539150 Combine direct_methods_ and virtual_methods_ fields of mirror::Class by Alex Light · 9 years ago
  57. 6286a97 Combine direct_methods_ and virtual_methods_ fields of mirror::Class by Alex Light · 9 years ago
  58. 6f58cb8 Temporarily disable compiler_driver_test. by Yi Kong · 9 years ago
  59. 0d5a281 x86/x86-64 read barrier support for concurrent GC in Optimizing. by Roland Levillain · 9 years ago
  60. 673ed3d Revert "Revert "Change dex caches to be weak roots"" by Mathieu Chartier · 9 years ago
  61. ed15000 Fix some HandleScope bugs and add corresponding checks by Mathieu Chartier · 9 years ago
  62. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  63. 4d02711 Implement heap poisoning in ART's Optimizing compiler. by Roland Levillain · 9 years ago
  64. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  65. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  66. 70bef0d ART: Add compiled-methods by Andreas Gampe · 9 years ago
  67. 3481ba2 ART: Clean up includes. by Vladimir Marko · 9 years ago
  68. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  69. 81c6f8d ART: PathClassLoader for compiler by Andreas Gampe · 10 years ago
  70. fbef44d Use unique_ptr to track ownership of dex files. by Richard Uhler · 10 years ago
  71. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  72. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  73. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  74. f5997b4 More advanced timing loggers. by Mathieu Chartier · 10 years ago
  75. a309d76 Fix GC race condition in visit roots by Serguei Katkov · 10 years ago
  76. 0cd8135 Revert "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 10 years ago
  77. 3bdb873 Revert "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 10 years ago
  78. e09ae09 Fix an outstanding compaction bug in interpreter. by Mathieu Chartier · 10 years ago
  79. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  80. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  81. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  82. 05b15d6 Make test-art pass with heap reference poisoning enabled. by Hiroshi Yamauchi · 11 years ago
  83. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 11 years ago
  84. 3d50407 Make out arguments non-reference types. by Ian Rogers · 11 years ago
  85. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 11 years ago
  86. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 11 years ago
  87. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  88. 5fe9af7 Fix memory leaks relating to timing logger. by Ian Rogers · 11 years ago
  89. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  90. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  91. bd2c19f Fix compiler_driver_test/image_test. by Ian Rogers · 11 years ago
  92. 6f28d91 Add systrace support to NewTimingLogger, migrate compiler timing logging to NewTimingLogger by Anwar Ghuloum · 11 years ago
  93. 4560248 Move TimingLogger creation to dex2oat by Brian Carlstrom · 11 years ago
  94. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed (99%) from src/compiler/driver/compiler_driver_test.cc]
  95. 1d54e73 GC clean up. by Ian Rogers · 11 years ago
  96. 39ebcb8 More profiler driven tweaks. by Ian Rogers · 11 years ago
  97. aa4a793 Rename abstract method code_ to entry_point_from_compiled_code_. by Jeff Hao · 11 years ago
  98. 04d7aa9 Fix object verification. by Ian Rogers · 12 years ago
  99. bd86bcc Tracking rebase to jb-mr1-release by Brian Carlstrom · 12 years ago
  100. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 12 years ago