1. a043111 Move instruction_set_ to CompilerOptions. by Vladimir Marko · 7 years ago
  2. 213ee2d Move dex_files_for_oat_file_ to CompilerOptions. by Vladimir Marko · 7 years ago
  3. dc4bcce Move image_classes_ to CompilerOptions. by Vladimir Marko · 7 years ago
  4. 54159c6 Use HashSet<std::string> instead of unordered_set<>. by Vladimir Marko · 7 years ago
  5. bd600e3 ART: Remove support for compiled-methods and compiled-classes by Andreas Gampe · 7 years ago
  6. db20a4b ART: Fix core image detection by Andreas Gampe · 7 years ago
  7. f191ae7 Merge "Move some remaining dex utilities" by Treehugger Robot · 7 years ago
  8. 312f3b2 Move some remaining dex utilities by David Sehr · 7 years ago
  9. be0c7cf Fix running some run-tests with -Xjitthreshold:0 by Vladimir Marko · 7 years ago
  10. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  11. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 7 years ago
  12. 279e3a3 Enable code item deduping by Mathieu Chartier · 7 years ago
  13. 199f72b Merge "ART: Refactor dex2dex compilation" by Treehugger Robot · 7 years ago
  14. bff7a52 Revert "Compiler changes for bitstring based type checks." by Nicolas Geoffray · 7 years ago
  15. 8304743 Merge "Revert "ART: Use the bitstring type check for AOT app compilation."" by Treehugger Robot · 7 years ago
  16. 0be8cab Revert "ART: Use the bitstring type check for AOT app compilation." by Nicolas Geoffray · 7 years ago
  17. d3233ab Merge "ART: Use the bitstring type check for AOT app compilation." by Mingyao Yang · 7 years ago
  18. b95eb37 Merge "Revert "Revert "Don't embed the dex code in the oat file if dex is uncompressed.""" by Nicolas Geoffray · 7 years ago
  19. 718e831 ART: Use the bitstring type check for AOT app compilation. by Vladimir Marko · 7 years ago
  20. be2b613 Merge "Compiler changes for bitstring based type checks." by Vladimir Marko · 7 years ago
  21. f307527 Revert "Revert "Don't embed the dex code in the oat file if dex is uncompressed."" by Nicolas Geoffray · 7 years ago
  22. eb0ebed Compiler changes for bitstring based type checks. by Vladimir Marko · 7 years ago
  23. 3913e48 ART: Refactor profile_compilation_info.h includes by Andreas Gampe · 7 years ago
  24. 3c060ad ART: Refactor dex2dex compilation by Andreas Gampe · 7 years ago
  25. a79efdb Fix quickening logic by Mathieu Chartier · 7 years ago
  26. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  27. 2c64a83 Change ClassStatus to fit into 4 bits. by Vladimir Marko · 7 years ago
  28. a661594 Merge "Revert "Don't embed the dex code in the oat file if dex is uncompressed."" by Treehugger Robot · 8 years ago
  29. e166e67 Revert "Don't embed the dex code in the oat file if dex is uncompressed." by Andreas Gampe · 8 years ago
  30. c8d9103 Merge "Don't embed the dex code in the oat file if dex is uncompressed." by Nicolas Geoffray · 8 years ago
  31. ae7e838 Don't embed the dex code in the oat file if dex is uncompressed. by Nicolas Geoffray · 8 years ago
  32. 666ee3d Do not pass DexFile to ClassLinker::Lookup/ResolveType(). by Vladimir Marko · 8 years ago
  33. e11dd50 Do not pass DexFile to ClassLinker::ResolveField*(). by Vladimir Marko · 8 years ago
  34. 28e012a Determine HLoadClass/String load kind early. by Vladimir Marko · 8 years ago
  35. 2d8801f Clean some dex2oat options. by Nicolas Geoffray · 8 years ago
  36. f39208f ART: Add abort-on-soft-verifier-error by Andreas Gampe · 8 years ago
  37. dbeacd6 Merge "Clean up AtomicDexRefMap" by Mathieu Chartier · 8 years ago
  38. 04c6ab9 ART: Forward declarations for InvokeType by Andreas Gampe · 8 years ago
  39. fc8b422 Clean up AtomicDexRefMap by Mathieu Chartier · 8 years ago
  40. c4204a3 Missed submitting this in last commit. by Nicolas Geoffray · 8 years ago
  41. 486dda0 Add support for registering classpath classes status. by Nicolas Geoffray · 8 years ago
  42. 5d3b002 ART: Change CanAssumeVerified to GetPreviousClassState by Andreas Gampe · 8 years ago
  43. 2b03a1f Instrument ARM64 generated code to check the Marking Register. by Roland Levillain · 8 years ago
  44. 9e050df Revert "Revert "Support class unloading in dex2oat for quicken multidex"" by Mathieu Chartier · 8 years ago
  45. 6921d90 Revert "Support class unloading in dex2oat for quicken multidex" by Richard Uhler · 8 years ago
  46. 0b1c341 Support class unloading in dex2oat for quicken multidex by Mathieu Chartier · 8 years ago
  47. 72041a0 Use class unloading in dex2oat for verify and extract by Mathieu Chartier · 8 years ago
  48. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 8 years ago
  49. 1a088d4 Use AtomicDexRefMap for compiled classes by Mathieu Chartier · 8 years ago
  50. 93764b8 Generalize atomic_method_ref_map to support dex references by Mathieu Chartier · 8 years ago
  51. f79aa7f Small refactoring of field/method access checks. by Vladimir Marko · 8 years ago
  52. 4913cf3 Remove obsolete helpers from CompilerDriver. by Vladimir Marko · 8 years ago
  53. 1cfea7a Code cleanup around vdex. by Nicolas Geoffray · 8 years ago
  54. f0446e9 ART: Misc header cleanups by Andreas Gampe · 8 years ago
  55. d482e73 ART: More header cleanup - runtime.h by Andreas Gampe · 8 years ago
  56. bb84610 ART: Remove CompiledClass by Andreas Gampe · 8 years ago
  57. d01745e optimizing: constructor fence redundancy elimination - remove dmb after LSE by Igor Murashkin · 8 years ago
  58. 0510717 Delete SrcMap by Mathieu Chartier · 8 years ago
  59. 8d6768d Revert^6 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  60. 0b66d61 Revert^5 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  61. 13439f0 Use offline inline caches during AOT compilation by Calin Juravle · 8 years ago
  62. bfb80d2 Revert^4 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  63. 5812e20 Revert^3 "Hash-based dex cache type array." by Mathieu Chartier · 8 years ago
  64. 85c0f2a Revert^2 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  65. 83c8e27 Code refactoring around sharpening HLoadClass. by Nicolas Geoffray · 8 years ago
  66. d16363a Revert "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  67. ec78622 Hash-based dex cache type array. by Vladimir Marko · 9 years ago
  68. 33083d6 Rename offline_profiling_info to profile_compilation_info by Calin Juravle · 8 years ago
  69. 7498105 Handle verify-profile and bootclasspath classes in vdex. by Nicolas Geoffray · 8 years ago
  70. c1a42cf Remove soon to be obsolete call kinds for direct calls. by Nicolas Geoffray · 9 years ago
  71. ade72d6 Do not resolve types with vdex. by Nicolas Geoffray · 9 years ago
  72. acab8d4 Move compiled methods to use AtomicMethodRefMap by Mathieu Chartier · 9 years ago
  73. b0bbe8e Use input-vdex-fd, or input-vdex in dex2oat. by Nicolas Geoffray · 9 years ago
  74. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 9 years ago
  75. 01b70e8 Add dequickening support. by Nicolas Geoffray · 9 years ago
  76. 6bb7f1b Integrate VerifierDeps in compiler driver. by Nicolas Geoffray · 9 years ago
  77. 0802518 Save the non-verified classes in the VerifierDeps. by Nicolas Geoffray · 9 years ago
  78. 571d234 Revert "Revert "Remove dead code from compiler driver."" by Nicolas Geoffray · 9 years ago
  79. 091f675 Merge "Revert "Remove dead code from compiler driver."" by Nicolas Geoffray · 9 years ago
  80. 38f250f Revert "Remove dead code from compiler driver." by Nicolas Geoffray · 9 years ago
  81. aad75c6 Revert "Revert "Store resolved Strings for AOT code in .bss."" by Vladimir Marko · 9 years ago
  82. 44b3da2 Remove dead code from compiler driver. by Nicolas Geoffray · 9 years ago
  83. 5f92605 Revert "Store resolved Strings for AOT code in .bss." by Vladimir Marko · 9 years ago
  84. 4287925 Merge "Store resolved Strings for AOT code in .bss." by Vladimir Marko · 9 years ago
  85. 762869d Simplify our intrinsic recognizer. by Nicolas Geoffray · 9 years ago
  86. 63dccbbe Store resolved Strings for AOT code in .bss. by Vladimir Marko · 9 years ago
  87. da079bb Cleanup String.<init> handling. by Nicolas Geoffray · 9 years ago
  88. 5e4e11e Clean-up sharpening and compiler driver. by Nicolas Geoffray · 9 years ago
  89. d9c9037 Move ArrayRef to runtime/base by David Brazdil · 9 years ago
  90. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 9 years ago
  91. 492a7fa Delay dex-to-dex compilation until Optimizing is done. by Vladimir Marko · 9 years ago
  92. 91288d8 Revert "Revert "Write conflict tables in image"" by Mathieu Chartier · 9 years ago
  93. 3cd50df Use dex cache from compilation unit in HInstructionBuilder. by Vladimir Marko · 9 years ago
  94. 93205e3 Move Assemblers to the Arena. by Vladimir Marko · 9 years ago
  95. c4ae916 Store precice set of which constructors require barriers by Mathieu Chartier · 9 years ago
  96. b5d3861 Revert "Revert "Check if we require barrier if we did not resolve classes"" by Mathieu Chartier · 9 years ago
  97. 371bd83 Revert "Revert "Change RequiresConstructorBarrier default to yes"" by Mathieu Chartier · 9 years ago
  98. 0436ee6 Revert "Change RequiresConstructorBarrier default to yes" by Roland Levillain · 9 years ago
  99. f2f0f4b Change RequiresConstructorBarrier default to yes by Mathieu Chartier · 9 years ago
  100. a807780 Add verify-profile compiler filter by Mathieu Chartier · 9 years ago