1. 0b66d61 Revert^5 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  2. 6374c58 Revert "Hash-based DexCache field array." by Vladimir Marko · 8 years ago
  3. 1aea351 Hash-based DexCache field array. by Vladimir Marko · 9 years ago
  4. e0ac115 Extend profman to generate profiles with inline caches by Calin Juravle · 8 years ago
  5. bfb80d2 Revert^4 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  6. d0af56c Make dex2oat support profiles passed to non profile filters by Mathieu Chartier · 8 years ago
  7. 5812e20 Revert^3 "Hash-based dex cache type array." by Mathieu Chartier · 8 years ago
  8. 85c0f2a Revert^2 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  9. d16363a Revert "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  10. ec78622 Hash-based dex cache type array. by Vladimir Marko · 9 years ago
  11. 33083d6 Rename offline_profiling_info to profile_compilation_info by Calin Juravle · 8 years ago
  12. 8a0128a ART: Add dex::StringIndex by Andreas Gampe · 9 years ago
  13. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 9 years ago
  14. 6bb7f1b Integrate VerifierDeps in compiler driver. by Nicolas Geoffray · 9 years ago
  15. 28357fa Move most of class linker to ObjPtr by Mathieu Chartier · 9 years ago
  16. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 9 years ago
  17. c4f3925 Move remaining jobject related functions to use ObjPtr by Mathieu Chartier · 9 years ago
  18. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 9 years ago
  19. 8b233fc Remove more Quick-related macros in tests. by Roland Levillain · 9 years ago
  20. 5dcf19d Fix and re-enable compiler_driver_test by Yi Kong · 9 years ago
  21. c5dd319 Add and use loaded class profiling by Mathieu Chartier · 10 years ago
  22. 31708b7 Fix compiler driver gtest. by Calin Juravle · 9 years ago
  23. 877fd96 Improve profile processing by Calin Juravle · 9 years ago
  24. 6b1a50b Merge "Rename NullHandle to ScopedNullHandle" am: 76b90e37df am: 8a5e8d0118 by Mathieu Chartier · 10 years ago
  25. 9865bde Rename NullHandle to ScopedNullHandle by Mathieu Chartier · 10 years ago
  26. 9c55729 resolve merge conflicts of 9f784b26a1 to master. by Alex Light · 10 years ago
  27. e64300b Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"" by Alex Light · 10 years ago
  28. 2efb0aa Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" by Alex Light · 10 years ago
  29. ae358c1 Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" by Alex Light · 10 years ago
  30. 9539150 Combine direct_methods_ and virtual_methods_ fields of mirror::Class by Alex Light · 10 years ago
  31. 6286a97 Combine direct_methods_ and virtual_methods_ fields of mirror::Class by Alex Light · 10 years ago
  32. 6f58cb8 Temporarily disable compiler_driver_test. by Yi Kong · 10 years ago
  33. 0d5a281 x86/x86-64 read barrier support for concurrent GC in Optimizing. by Roland Levillain · 10 years ago
  34. 673ed3d Revert "Revert "Change dex caches to be weak roots"" by Mathieu Chartier · 10 years ago
  35. ed15000 Fix some HandleScope bugs and add corresponding checks by Mathieu Chartier · 10 years ago
  36. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  37. 4d02711 Implement heap poisoning in ART's Optimizing compiler. by Roland Levillain · 10 years ago
  38. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  39. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  40. 70bef0d ART: Add compiled-methods by Andreas Gampe · 10 years ago
  41. 3481ba2 ART: Clean up includes. by Vladimir Marko · 10 years ago
  42. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  43. 81c6f8d ART: PathClassLoader for compiler by Andreas Gampe · 10 years ago
  44. fbef44d Use unique_ptr to track ownership of dex files. by Richard Uhler · 11 years ago
  45. 956af0f Remove portable. by Elliott Hughes · 11 years ago
  46. 277ccbd ART: More warnings by Andreas Gampe · 11 years ago
  47. e63db27 Break apart header files. by Ian Rogers · 11 years ago
  48. f5997b4 More advanced timing loggers. by Mathieu Chartier · 11 years ago
  49. a309d76 Fix GC race condition in visit roots by Serguei Katkov · 11 years ago
  50. 0cd8135 Revert "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 11 years ago
  51. 3bdb873 Revert "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 11 years ago
  52. e09ae09 Fix an outstanding compaction bug in interpreter. by Mathieu Chartier · 11 years ago
  53. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  54. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 11 years ago
  55. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  56. 05b15d6 Make test-art pass with heap reference poisoning enabled. by Hiroshi Yamauchi · 11 years ago
  57. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 11 years ago
  58. 3d50407 Make out arguments non-reference types. by Ian Rogers · 11 years ago
  59. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 11 years ago
  60. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 11 years ago
  61. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  62. 5fe9af7 Fix memory leaks relating to timing logger. by Ian Rogers · 12 years ago
  63. 590fee9 Compacting collector. by Mathieu Chartier · 12 years ago
  64. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 12 years ago
  65. bd2c19f Fix compiler_driver_test/image_test. by Ian Rogers · 12 years ago
  66. 6f28d91 Add systrace support to NewTimingLogger, migrate compiler timing logging to NewTimingLogger by Anwar Ghuloum · 12 years ago
  67. 4560248 Move TimingLogger creation to dex2oat by Brian Carlstrom · 12 years ago
  68. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed (99%) from src/compiler/driver/compiler_driver_test.cc]
  69. 1d54e73 GC clean up. by Ian Rogers · 12 years ago
  70. 39ebcb8 More profiler driven tweaks. by Ian Rogers · 12 years ago
  71. aa4a793 Rename abstract method code_ to entry_point_from_compiled_code_. by Jeff Hao · 12 years ago
  72. 04d7aa9 Fix object verification. by Ian Rogers · 12 years ago
  73. bd86bcc Tracking rebase to jb-mr1-release by Brian Carlstrom · 12 years ago
  74. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 12 years ago
  75. 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 12 years ago[Renamed (94%) from src/compiler_test.cc]
  76. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  77. 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
  78. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 13 years ago
  79. 00f7d0e Global lock levels. by Ian Rogers · 13 years ago
  80. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 13 years ago
  81. a21039c Fix a bunch more lint. by Elliott Hughes · 13 years ago
  82. b3ab25b Enable compiler_test on host. by Ian Rogers · 13 years ago
  83. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 13 years ago
  84. 1984651 Invoke static/direct dispatch change. by Ian Rogers · 13 years ago
  85. a004aa9 user build support for art (2 of 3) by Brian Carlstrom · 13 years ago
  86. b5d6a49 Revert "Remove dexCacheResolvedMethods from Method/Constructor" by Ian Rogers · 13 years ago
  87. 42882d1 Remove dexCacheResolvedMethods from Method/Constructor by Ian Rogers · 13 years ago
  88. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  89. 254db0f Pass the classpath to dex2oat. by Jesse Wilson · 14 years ago
  90. 6b4ef02 Make ResolveField not rely on Field::GetType resolution by Brian Carlstrom · 14 years ago
  91. 40381fb Reuse SIRT for C++ references by Brian Carlstrom · 14 years ago
  92. aded5f7 Working ClassLoader by Brian Carlstrom · 14 years ago
  93. 3320cf4 Move rest of code related blobs from Method to oat by Brian Carlstrom · 14 years ago
  94. a0841a8 Abstract Method Error unit test and fixes. by Ian Rogers · 14 years ago
  95. 25c3325 Fix compiler class initialization to properly deal with super classes by Brian Carlstrom · 14 years ago
  96. bbf1e41 Move main method tests from gtests to oat tests by Brian Carlstrom · 14 years ago
  97. 93dd966 Implicit NPE support when no exception given to throw. by Ian Rogers · 14 years ago
  98. 5f79133 Implement monitors. by Elliott Hughes · 14 years ago
  99. bdb0391 Support for exception throwing. by Ian Rogers · 14 years ago
  100. 43a3642 Fix null check elimination by buzbee · 14 years ago