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