1. 1e70b89 Merge changes Id4ffa9f9,I1bb5d05d by Vladimir Marko · 5 years ago
  2. 6c70224 Replace MergeSets() with std::set::merge(). by Vladimir Marko · 5 years ago
  3. 8e1ca61 Merge "Generalize vdex class redefinition check" by David Brazdil · 5 years ago
  4. 8fd6722 Generalize vdex class redefinition check by David Brazdil · 5 years ago
  5. 2ef0110 Replace StringPiece with std::string_view in HashSet. by Vladimir Marko · 5 years ago
  6. 5ffefaa Ensure the correctness of fast verify by Calin Juravle · 6 years ago
  7. 8f1c8e5 ART: Some more iwyu by Andreas Gampe · 6 years ago
  8. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
  9. 90793b3 Merge "ART: Refactor for bugprone-argument-comment" by Treehugger Robot · 6 years ago
  10. 41dba67 Add dumping for number of classes initialized by Mathieu Chartier · 6 years ago
  11. 3db7068 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  12. 29a533e Remove unresolved classes from image classes. by Vladimir Marko · 6 years ago
  13. 5b20b35 ART: Rewrite EnsureInitialized hit case by Andreas Gampe · 6 years ago
  14. 2afaff7 Refactor CompilerDriver::CompileAll(). by Vladimir Marko · 6 years ago
  15. aa6f483 ART: ARM64: Pass ISA features to VIXL macroassembler. by Artem Serov · 6 years ago
  16. 1a84296 Add image compressed blocks by Mathieu Chartier · 6 years ago
  17. f759dc0 Merge "ART: Add profile-compile-check support" by Andreas Gampe · 6 years ago
  18. 33f7c8a Remove CompiledMethod dependency on CompilerDriver. by Vladimir Marko · 6 years ago
  19. 9c4b970 Rewrite image type in CompilerOptions. by Vladimir Marko · 6 years ago
  20. 6be1dbd ART: Rewrite core image detection. by Vladimir Marko · 6 years ago
  21. a297b55 Delete IsClassToCompile by Mathieu Chartier · 6 years ago
  22. 82b67b2 Merge "Move profile compilation info to CompilerOptions." by Vladimir Marko · 6 years ago
  23. 1a2a5cd Move profile compilation info to CompilerOptions. by Vladimir Marko · 6 years ago
  24. 4776987 ART: Small compiler-driver cleanup by Andreas Gampe · 6 years ago
  25. cd5d107 Merge "Change ResolveStartupConstStrings default to false" by Mathieu Chartier · 6 years ago
  26. 3643360 Change ResolveStartupConstStrings default to false by Mathieu Chartier · 6 years ago
  27. c1c3452 Do not cache RequiresConstructorBarrier() results. by Vladimir Marko · 6 years ago
  28. a2c211c Add compiling class to the DexCompilationUnit. by Vladimir Marko · 6 years ago
  29. 69ebc8f Merge "Add PreResolved strings dex cache array" by Mathieu Chartier · 6 years ago
  30. 1ca718e Add PreResolved strings dex cache array by Mathieu Chartier · 6 years ago
  31. c57c680 Modernise code to use std::make_unique by Yi Kong · 6 years ago
  32. fa9abc2 Merge "ART: Use ObjPtr for GetSuperClass" by Treehugger Robot · 6 years ago
  33. 2275277 Resolve const-string of clinit by Mathieu Chartier · 6 years ago
  34. 5c80311 ART: Add profile-compile-check support by Andreas Gampe · 6 years ago
  35. cd0f38f Add logic to eagerly resolve const-string for startup methods by Mathieu Chartier · 6 years ago
  36. 9810499 ART: Use ObjPtr for GetSuperClass by Andreas Gampe · 6 years ago
  37. a2da9b9 ART: Completely remove the --compile-pic option. by Vladimir Marko · 6 years ago
  38. acc56ac Introduce a 'baseline' variant for the compiler. by Nicolas Geoffray · 6 years ago
  39. 3adb7f2 Merge "Implemented a new method for walking string references in AppImages." by Christian Wailes · 6 years ago
  40. 0c61be4 Implemented a new method for walking string references in AppImages. by Chris Wailes · 6 years ago
  41. 0573f85 Dump Dex file checksums for profman --dump-only by Mathieu Chartier · 6 years ago
  42. 3e7f66b ART: Fix tidy warning in compiler-driver by Andreas Gampe · 6 years ago
  43. 125a3a4 Merge changes I207718d6,I700ef52e by Andreas Gampe · 6 years ago
  44. f73caca Remove superfluous 'virtual' specifiers in ART. by Roland Levillain · 6 years ago
  45. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  46. 6cc23ac ART: Add API level to verifier by Andreas Gampe · 6 years ago
  47. ced0483 Reuse arena memory for each block in scheduler. by Vladimir Marko · 6 years ago
  48. 8cd5454 Move MethodInfo to CodeInfo. by David Srbecky · 6 years ago
  49. 8808756 Remove frame info from OatQuickMethodHeader. by David Srbecky · 6 years ago
  50. 8e524ad Always produce PIC code for AOT compilation. by Vladimir Marko · 6 years ago
  51. 51b8aaf Fix HClinitCheck elimination in instruction builder. by Vladimir Marko · 7 years ago
  52. bb089b6 Remove CompilerDriver::support_boot_image_fixup_. by Vladimir Marko · 6 years ago
  53. a043111 Move instruction_set_ to CompilerOptions. by Vladimir Marko · 6 years ago
  54. 213ee2d Move dex_files_for_oat_file_ to CompilerOptions. by Vladimir Marko · 6 years ago
  55. dc4bcce Move image_classes_ to CompilerOptions. by Vladimir Marko · 6 years ago
  56. 54159c6 Use HashSet<std::string> instead of unordered_set<>. by Vladimir Marko · 6 years ago
  57. 18e2687 Refactor ClassAccessor to use an index instead of ClassDef pointer by Mathieu Chartier · 6 years ago
  58. a8bba7d ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use. by Vladimir Marko · 6 years ago
  59. 0d896bd Add Method/Field iterator to ClassAccessor by Mathieu Chartier · 6 years ago
  60. 2eabc61 Fix class_def_idx increment for FastVerify by Mathieu Chartier · 6 years ago
  61. c8c8d5f Move compiler/ to ClassAccessor by Mathieu Chartier · 6 years ago
  62. 04f0eaf Merge "ART: Skip duplicate classes during compilation" by Treehugger Robot · 6 years ago
  63. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 6 years ago
  64. 2da52b0 ART: Add --dump-pass-timings compiler option. by Vladimir Marko · 6 years ago
  65. 0ecbdb3 Merge "Clean up include paths" by David Sehr · 6 years ago
  66. 1979c64 Clean up include paths by David Sehr · 6 years ago
  67. 82d046e Add a profiling library by David Sehr · 6 years ago
  68. bb30d5d ART: Skip duplicate classes during compilation by Andreas Gampe · 6 years ago
  69. bd600e3 ART: Remove support for compiled-methods and compiled-classes by Andreas Gampe · 6 years ago
  70. db20a4b ART: Fix core image detection by Andreas Gampe · 6 years ago
  71. ca1e038 Revert^2 "Compile link-time thunks in codegen." by Vladimir Marko · 6 years ago
  72. 5806a9e Revert "Compile link-time thunks in codegen." by Vladimir Marko · 6 years ago
  73. c9dd220 Compile link-time thunks in codegen. by Vladimir Marko · 7 years ago
  74. 175e786 Revert^4 "Compiler changes for bitstring based type checks." by Vladimir Marko · 6 years ago
  75. d1ede32 Merge "Revert^3 "Compiler changes for bitstring based type checks."" by Andreas Gampe · 6 years ago
  76. 3fbd3ad Revert^3 "Compiler changes for bitstring based type checks." by Andreas Gampe · 6 years ago
  77. 7075583 Merge "Revert^2 "Compiler changes for bitstring based type checks."" by Vladimir Marko · 6 years ago
  78. 3dada43 Merge "ART: Simplify atomic.h" by Orion Hodson · 6 years ago
  79. 0933cc5 Disable encoded static initialization by Mathieu Chartier · 6 years ago
  80. 88591fe ART: Simplify atomic.h by Orion Hodson · 6 years ago
  81. 3f41323 Revert^2 "Compiler changes for bitstring based type checks." by Vladimir Marko · 6 years ago
  82. f191ae7 Merge "Move some remaining dex utilities" by Treehugger Robot · 6 years ago
  83. 312f3b2 Move some remaining dex utilities by David Sehr · 6 years ago
  84. be0c7cf Fix running some run-tests with -Xjitthreshold:0 by Vladimir Marko · 6 years ago
  85. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 6 years ago
  86. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 6 years ago
  87. 2981c29 Merge "ART: Change abort() to _exit()" by Treehugger Robot · 6 years ago
  88. 56c9b7c ART: Change abort() to _exit() by Andreas Gampe · 6 years ago
  89. af29031 Small documentation and stylistic changes. by Roland Levillain · 6 years ago
  90. b2ec9f5 Remove duplication, split tests by David Sehr · 6 years ago
  91. 279e3a3 Enable code item deduping by Mathieu Chartier · 7 years ago
  92. 199f72b Merge "ART: Refactor dex2dex compilation" by Treehugger Robot · 6 years ago
  93. 0e9d090 Merge "Add compiler option for counting hotness in compiled code." by Nicolas Geoffray · 6 years ago
  94. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 6 years ago
  95. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 6 years ago
  96. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 7 years ago
  97. 8d72832 Add compiler option for counting hotness in compiled code. by Nicolas Geoffray · 7 years ago
  98. bff7a52 Revert "Compiler changes for bitstring based type checks." by Nicolas Geoffray · 7 years ago
  99. 8304743 Merge "Revert "ART: Use the bitstring type check for AOT app compilation."" by Treehugger Robot · 7 years ago
  100. 0be8cab Revert "ART: Use the bitstring type check for AOT app compilation." by Nicolas Geoffray · 7 years ago