1. 6bb7f1b Integrate VerifierDeps in compiler driver. by Nicolas Geoffray · 9 years ago
  2. 0802518 Save the non-verified classes in the VerifierDeps. by Nicolas Geoffray · 9 years ago
  3. 571d234 Revert "Revert "Remove dead code from compiler driver."" by Nicolas Geoffray · 9 years ago
  4. 091f675 Merge "Revert "Remove dead code from compiler driver."" by Nicolas Geoffray · 9 years ago
  5. 38f250f Revert "Remove dead code from compiler driver." by Nicolas Geoffray · 9 years ago
  6. aad75c6 Revert "Revert "Store resolved Strings for AOT code in .bss."" by Vladimir Marko · 9 years ago
  7. 44b3da2 Remove dead code from compiler driver. by Nicolas Geoffray · 9 years ago
  8. 5f92605 Revert "Store resolved Strings for AOT code in .bss." by Vladimir Marko · 9 years ago
  9. 4287925 Merge "Store resolved Strings for AOT code in .bss." by Vladimir Marko · 9 years ago
  10. 762869d Simplify our intrinsic recognizer. by Nicolas Geoffray · 9 years ago
  11. 63dccbbe Store resolved Strings for AOT code in .bss. by Vladimir Marko · 9 years ago
  12. da079bb Cleanup String.<init> handling. by Nicolas Geoffray · 9 years ago
  13. 5e4e11e Clean-up sharpening and compiler driver. by Nicolas Geoffray · 9 years ago
  14. d9c9037 Move ArrayRef to runtime/base by David Brazdil · 9 years ago
  15. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 9 years ago
  16. 492a7fa Delay dex-to-dex compilation until Optimizing is done. by Vladimir Marko · 9 years ago
  17. 91288d8 Revert "Revert "Write conflict tables in image"" by Mathieu Chartier · 9 years ago
  18. 3cd50df Use dex cache from compilation unit in HInstructionBuilder. by Vladimir Marko · 9 years ago
  19. 93205e3 Move Assemblers to the Arena. by Vladimir Marko · 9 years ago
  20. c4ae916 Store precice set of which constructors require barriers by Mathieu Chartier · 9 years ago
  21. b5d3861 Revert "Revert "Check if we require barrier if we did not resolve classes"" by Mathieu Chartier · 9 years ago
  22. 371bd83 Revert "Revert "Change RequiresConstructorBarrier default to yes"" by Mathieu Chartier · 9 years ago
  23. 0436ee6 Revert "Change RequiresConstructorBarrier default to yes" by Roland Levillain · 9 years ago
  24. f2f0f4b Change RequiresConstructorBarrier default to yes by Mathieu Chartier · 9 years ago
  25. a807780 Add verify-profile compiler filter by Mathieu Chartier · 9 years ago
  26. 6915898 Improve compiler stats by Calin Juravle · 9 years ago
  27. bf63303 Merge "ART: Allow method references across oat files for multi-image, 2nd attempt." by Vladimir Marko · 9 years ago
  28. 944da60 ART: Allow method references across oat files for multi-image, 2nd attempt. by Vladimir Marko · 9 years ago
  29. 5b82d33 The JIT does not need VerifedMethod nor CompilerCallbacks. by Nicolas Geoffray · 9 years ago
  30. 45724f9 Revert "Allow method references across oat files for multi-image." by Vladimir Marko · 9 years ago
  31. 6065402 Allow method references across oat files for multi-image. by Vladimir Marko · 9 years ago
  32. ace0dc1 ART: Add option to ensure deterministic compilation by Andreas Gampe · 9 years ago
  33. c903b6a Move --dump-cfg and dump-cfg-append to CompilerOptions. by Nicolas Geoffray · 9 years ago
  34. 0b8cdfa ART: Fix CompilerDriver::AreInSameOatFile(). by Vladimir Marko · 9 years ago
  35. 998c216 Perform profile file analysis in dex2oat by Calin Juravle · 10 years ago
  36. dcdc85b Dex2oat support for multiple oat file and image file outputs. by Jeff Hao · 10 years ago
  37. 226501b Revert "Revert "Enable profiled guided compilation in dex2oat"" by Calin Juravle · 10 years ago
  38. 6627864 Merge "Revert "Enable profiled guided compilation in dex2oat"" by Calin Juravle · 10 years ago
  39. 2306ae0 Revert "Enable profiled guided compilation in dex2oat" by Calin Juravle · 10 years ago
  40. a79c717 Merge "Enable profiled guided compilation in dex2oat" by Calin Juravle · 10 years ago
  41. 49b0f45 Refactor and clean up OatWriter and Dex2Oat. by Vladimir Marko · 10 years ago
  42. 500c9be Enable profiled guided compilation in dex2oat by Calin Juravle · 10 years ago
  43. 9fdb129 Revert "Enable profiled guided compilation in dex2oat" by Nicolas Geoffray · 10 years ago
  44. 27e17fd Enable profiled guided compilation in dex2oat by Calin Juravle · 10 years ago
  45. 10c1356 Refactor oat file writing to give Dex2Oat more control. by Vladimir Marko · 10 years ago
  46. d9dc6f4 A few more optimizations on avoiding HClinit. by Nicolas Geoffray · 10 years ago
  47. fb8464a Revert "Revert "Enable store elimination for singleton objects."" by Mingyao Yang · 10 years ago
  48. da5b28a Revert "Revert "Add basic image writer support for app images"" by Mathieu Chartier · 10 years ago
  49. d28b969 Code cleanup to avoid CompilerDriver abstractions in JIT. by Nicolas Geoffray · 10 years ago
  50. d1eaf0d Keep list of dex files for oat file in CompilerDriver. by Vladimir Marko · 10 years ago
  51. 55d02cf Revert "Enable store elimination for singleton objects." by Andreas Gampe · 10 years ago
  52. 7f43a3d Enable store elimination for singleton objects. by Mingyao Yang · 10 years ago
  53. 35831e8 Reduce memory used by CompiledMethods. by Vladimir Marko · 10 years ago
  54. 3cfa4d0 ART: Remove interpreter entrypoints by Andreas Gampe · 10 years ago
  55. 87000a9 Add option to append to the cfg dump. by Calin Juravle · 10 years ago
  56. 736b560 Reduce how often we call FindDexCache by Mathieu Chartier · 10 years ago
  57. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 10 years ago
  58. 5eb0d38 ART: Wire up DexToDexCompiler without extern by Andreas Gampe · 10 years ago
  59. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  60. c04c800 Revert "Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening."""" by Nicolas Geoffray · 10 years ago
  61. ed6195a Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening.""" by Nicolas Geoffray · 10 years ago
  62. f075879 Revert "Revert "Make dex2dex return a CompiledMethod after quickening."" by Nicolas Geoffray · 10 years ago
  63. 327c5ed Revert "Make dex2dex return a CompiledMethod after quickening." by Nicolas Geoffray · 10 years ago
  64. 6920703 Make dex2dex return a CompiledMethod after quickening. by Nicolas Geoffray · 10 years ago
  65. bbcc01a Make compiler-related gtests honor ART_USE_OPTIMIZING_COMPILER. by Roland Levillain · 10 years ago
  66. 07785bb ART: Fix reporting initialized classes by CompilerDriver. by Vladimir Marko · 10 years ago
  67. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  68. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 10 years ago
  69. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  70. eb5459c Merge "Ensure inlined static calls perform clinit checks in Optimizing." by Roland Levillain · 10 years ago
  71. 4c0eb42 Ensure inlined static calls perform clinit checks in Optimizing. by Roland Levillain · 10 years ago
  72. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  73. 70bef0d ART: Add compiled-methods by Andreas Gampe · 10 years ago
  74. dac1a69 Merge "Use --dump-stats to dump optimizing compiler stats." by Calin Juravle · 10 years ago
  75. 2be39e0 Use --dump-stats to dump optimizing compiler stats. by Calin Juravle · 10 years ago
  76. b1fcead ART: Change image_classes and compiled_classes to unordered set by Andreas Gampe · 10 years ago
  77. 27df758 [optimizing] Add memory barriers in constructors when needed by Calin Juravle · 10 years ago
  78. f1c6d9e Fallback to quick in case of soft verification errors by Calin Juravle · 10 years ago
  79. fc4fb0f Merge "Revert "Fallback to quick in case of soft verification errors"" by Calin Juravle · 10 years ago
  80. 031af41 Revert "Fallback to quick in case of soft verification errors" by Calin Juravle · 10 years ago
  81. 9134a1a Merge "Fallback to quick in case of soft verification errors" by Calin Juravle · 10 years ago
  82. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  83. c751d37 Fallback to quick in case of soft verification errors by Calin Juravle · 10 years ago
  84. c7399c8 ART: Remove LLVM cruft by Andreas Gampe · 10 years ago
  85. 48699fb Prevent verified method from being deleted by compiler driver. by Jeff Hao · 10 years ago
  86. 20f8559 Fixed layout for dex caches in boot image. by Vladimir Marko · 10 years ago
  87. 9437b78 Revert "Revert "Inline across dex files."" by Nicolas Geoffray · 10 years ago
  88. e86deef Add verify-at-runtime compiler filter by Mathieu Chartier · 10 years ago
  89. 9b34b24 Trim arenas for JIT by Mathieu Chartier · 10 years ago
  90. 6cf49e5 ART: Add option to abort dex2oat on hard failure by Andreas Gampe · 10 years ago
  91. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
  92. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
  93. 2535abe Add JIT by Mathieu Chartier · 10 years ago
  94. b666f48 Move arenas into runtime by Mathieu Chartier · 10 years ago
  95. 0b9203e ART: Some Quick cleanup by Andreas Gampe · 10 years ago
  96. 8d295f8 ART: Curb dex2oat verbosity by Andreas Gampe · 10 years ago
  97. 866c031 ART: dex2oat flag for HGraphVisualizer dump file by David Brazdil · 10 years ago
  98. 6e73272 Revert "ART: dex2oat flag for HGraphVisualizer dump file" by Andreas Gampe · 10 years ago
  99. 54953df ART: dex2oat flag for HGraphVisualizer dump file by David Brazdil · 10 years ago
  100. e21dc3d ART: Swap-space in the compiler by Andreas Gampe · 11 years ago