1. 54c32b1 Revert "Fixed installation time regression when compile." by Nicolas Geoffray · 8 years ago
  2. 8f98742 Fixed installation time regression when compile. by Chang Xing · 8 years ago
  3. ea650f3 Move profiles to use bitmaps for startup methods by Mathieu Chartier · 8 years ago
  4. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 8 years ago
  5. 9fa69d0 Merge "ART: Misc header cleanups" by Treehugger Robot · 8 years ago
  6. 854461a Merge "Fixed Literal String intern mismatch." by Mathieu Chartier · 8 years ago
  7. 762ef84 Fixed Literal String intern mismatch. by Chang Xing · 8 years ago
  8. 726e179 Merge changes I282b25a3,I297f0ad4,I052ac9f7 by Treehugger Robot · 8 years ago
  9. f0446e9 ART: Misc header cleanups by Andreas Gampe · 8 years ago
  10. d482e73 ART: More header cleanup - runtime.h by Andreas Gampe · 8 years ago
  11. deae7db ART: Add missing namespace comments by Andreas Gampe · 8 years ago
  12. 673253e Merge "Fully support static encoded fields." by Treehugger Robot · 8 years ago
  13. e71d687 Fully support static encoded fields. by Chang Xing · 8 years ago
  14. 6597946 Use PC-relative pointer to boot image methods. by Vladimir Marko · 8 years ago
  15. 2fad527 Ignore --compile-pic option for JIT. by Vladimir Marko · 8 years ago
  16. bb84610 ART: Remove CompiledClass by Andreas Gampe · 8 years ago
  17. f5ccfb5 Merge "Honor --force-determinism for vdex." by Nicolas Geoffray · 8 years ago
  18. 2982555 Merge "optimizing: constructor fence redundancy elimination - remove dmb after LSE" by Treehugger Robot · 8 years ago
  19. d01745e optimizing: constructor fence redundancy elimination - remove dmb after LSE by Igor Murashkin · 8 years ago
  20. f5bea5e Document some dex2oat command line options. by Roland Levillain · 8 years ago
  21. 4684739 Honor --force-determinism for vdex. by Nicolas Geoffray · 8 years ago
  22. 4e868fa Make vdex and dexlayout compatible. by Nicolas Geoffray · 8 years ago
  23. 4dc06e2 Merge "Rename and obsolete compiler filter names." by Nicolas Geoffray · 8 years ago
  24. 6d7abbd ART: More header cleanup - method_verifier.h by Andreas Gampe · 8 years ago
  25. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 9 years ago
  26. 49cda06 Rename and obsolete compiler filter names. by Nicolas Geoffray · 8 years ago
  27. c7da1d6 Record class status after verification. by Nicolas Geoffray · 8 years ago
  28. 9c4f0d8f Clean up after MIPS got read barriers support by Goran Jakovljevic · 8 years ago
  29. 1a4bc7f ART: Remove unused DexToDex level. by Andreas Gampe · 8 years ago
  30. f6d4668 Improvements in the Inliner. by Nicolas Geoffray · 8 years ago
  31. 0510717 Delete SrcMap by Mathieu Chartier · 8 years ago
  32. cbcedbf Add method info to oat files by Mathieu Chartier · 8 years ago
  33. f44d36c Revert^2 "Hash-based DexCache field array." by Vladimir Marko · 8 years ago
  34. 8d6768d Revert^6 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  35. 0b66d61 Revert^5 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  36. 6374c58 Revert "Hash-based DexCache field array." by Vladimir Marko · 8 years ago
  37. 939e71a Merge "Hash-based DexCache field array." by Treehugger Robot · 8 years ago
  38. 1aea351 Hash-based DexCache field array. by Vladimir Marko · 9 years ago
  39. 13439f0 Use offline inline caches during AOT compilation by Calin Juravle · 8 years ago
  40. 97fa992 Do not allow input-vdex with dexlayout. by Nicolas Geoffray · 8 years ago
  41. 68fdd5a Merge "Remove --include-patch-information option from dex2oat." by Richard Uhler · 8 years ago
  42. c52f303 Remove --include-patch-information option from dex2oat. by Richard Uhler · 8 years ago
  43. 7cc3ae5 Return the right value in VerifyClass. by Nicolas Geoffray · 8 years ago
  44. d9f647a Merge "Extend profman to generate profiles with inline caches" by Treehugger Robot · 8 years ago
  45. e0ac115 Extend profman to generate profiles with inline caches by Calin Juravle · 8 years ago
  46. 7bf9048 ART: Resolve <clinit> strings in compiler driver by Andreas Gampe · 8 years ago
  47. 9e7078b ART: Resolve static field strings in compiler driver by Andreas Gampe · 8 years ago
  48. 97ab5e3 Check for null profile in ShouldCompileBasedOnProfile by Mathieu Chartier · 8 years ago
  49. bfb80d2 Revert^4 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  50. d0af56c Make dex2oat support profiles passed to non profile filters by Mathieu Chartier · 8 years ago
  51. cadf244 Merge "Update verify-profile logic." by Nicolas Geoffray · 8 years ago
  52. 23a625c Update verify-profile logic. by Nicolas Geoffray · 8 years ago
  53. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 8 years ago
  54. 5812e20 Revert^3 "Hash-based dex cache type array." by Mathieu Chartier · 8 years ago
  55. 85c0f2a Revert^2 "Hash-based dex cache type array." by Vladimir Marko · 9 years ago
  56. 8d4b118 Merge "Fix dex cache resolved types and class table mismatch." by Vladimir Marko · 8 years ago
  57. cd556b0 Fix dex cache resolved types and class table mismatch. by Vladimir Marko · 9 years ago
  58. 83c8e27 Code refactoring around sharpening HLoadClass. by Nicolas Geoffray · 9 years ago
  59. d16363a Revert "Hash-based dex cache type array." by Vladimir Marko · 9 years ago
  60. ec78622 Hash-based dex cache type array. by Vladimir Marko · 9 years ago
  61. 13970e4 Merge "Re-enable tests 934 & 935" by Treehugger Robot · 9 years ago
  62. e40dd38 Re-enable tests 934 & 935 by Alex Light · 9 years ago
  63. 3eba863 Make verify-profile not look at the profile. by Nicolas Geoffray · 9 years ago
  64. 0a27fd0 Preserve verification invariant after compile-time verification. by Nicolas Geoffray · 9 years ago
  65. 72ab684 Add class status for resolved erroneous classes. by Vladimir Marko · 9 years ago
  66. 5e8d5f0 Fix some typos in ART. by Roland Levillain · 9 years ago
  67. 7af8c6a Merge "Rename offline_profiling_info to profile_compilation_info" by Calin Juravle · 9 years ago
  68. 33083d6 Rename offline_profiling_info to profile_compilation_info by Calin Juravle · 9 years ago
  69. 942fd31 Reduce using ArtMethod's dex_cache_resolved_types_. by Vladimir Marko · 9 years ago
  70. 7498105 Handle verify-profile and bootclasspath classes in vdex. by Nicolas Geoffray · 9 years ago
  71. 454f339 Merge "Optimize OatWriter when we don't compile any method." by Nicolas Geoffray · 9 years ago
  72. 60ca949 Optimize OatWriter when we don't compile any method. by Nicolas Geoffray · 9 years ago
  73. c1a42cf Remove soon to be obsolete call kinds for direct calls. by Nicolas Geoffray · 9 years ago
  74. b1677e2 Don't unquicken RETURN_VOID_NO_BARRIER with vdex. by Nicolas Geoffray · 9 years ago
  75. d27097a Clear exception if FindClass fails. by Nicolas Geoffray · 9 years ago
  76. 0f69f74 Merge "Do not resolve types with vdex." by Nicolas Geoffray · 9 years ago
  77. ade72d6 Do not resolve types with vdex. by Nicolas Geoffray · 9 years ago
  78. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 9 years ago
  79. b70b66e Merge "MIPS64: Improve method invocation." by Treehugger Robot · 9 years ago
  80. 19f6c69 MIPS64: Improve method invocation. by Alexey Frunze · 9 years ago
  81. 19a4d37 Clean up Class::GetDirectInterface(). by Vladimir Marko · 9 years ago
  82. 51c17fa Create empty VerifiedMethod after vdex verification. by Nicolas Geoffray · 9 years ago
  83. acab8d4 Move compiled methods to use AtomicMethodRefMap by Mathieu Chartier · 9 years ago
  84. 8a0128a ART: Add dex::StringIndex by Andreas Gampe · 9 years ago
  85. b0bbe8e Use input-vdex-fd, or input-vdex in dex2oat. by Nicolas Geoffray · 9 years ago
  86. 340dafa Use a per-thread VerifierDeps. by Nicolas Geoffray · 9 years ago
  87. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 9 years ago
  88. 2dae2f2 Merge "Add dequickening support." by Nicolas Geoffray · 9 years ago
  89. 01b70e8 Add dequickening support. by Nicolas Geoffray · 9 years ago
  90. 54b5855 Change offline profile to store type_idx of classes. by Jeff Hao · 9 years ago
  91. 3825da5 Merge "Revert "jni: Punt to generic JNI for mips"" by Treehugger Robot · 9 years ago
  92. d4ede93 Merge "Integrate VerifierDeps in compiler driver." by Nicolas Geoffray · 9 years ago
  93. 4c481a4 ART: Make some variables references by Andreas Gampe · 9 years ago
  94. 6bb7f1b Integrate VerifierDeps in compiler driver. by Nicolas Geoffray · 9 years ago
  95. e3eae5e compiler_driver: loosen DCHECK for java/lang/invoke classes. by Narayan Kamath · 9 years ago
  96. 0802518 Save the non-verified classes in the VerifierDeps. by Nicolas Geoffray · 9 years ago
  97. 28357fa Move most of class linker to ObjPtr by Mathieu Chartier · 9 years ago
  98. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 9 years ago
  99. 31e8822 Move most mirror:: args to ObjPtr by Mathieu Chartier · 9 years ago
  100. 1a5337f Move mirror::ObjectArray to ObjPtr by Mathieu Chartier · 9 years ago