1. d1eaf0d Keep list of dex files for oat file in CompilerDriver. by Vladimir Marko · 9 years ago
  2. 55d02cf Revert "Enable store elimination for singleton objects." by Andreas Gampe · 9 years ago
  3. 7f43a3d Enable store elimination for singleton objects. by Mingyao Yang · 9 years ago
  4. 35831e8 Reduce memory used by CompiledMethods. by Vladimir Marko · 9 years ago
  5. 3cfa4d0 ART: Remove interpreter entrypoints by Andreas Gampe · 9 years ago
  6. 87000a9 Add option to append to the cfg dump. by Calin Juravle · 9 years ago
  7. 736b560 Reduce how often we call FindDexCache by Mathieu Chartier · 9 years ago
  8. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 9 years ago
  9. 5eb0d38 ART: Wire up DexToDexCompiler without extern by Andreas Gampe · 9 years ago
  10. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  11. c04c800 Revert "Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening."""" by Nicolas Geoffray · 9 years ago
  12. ed6195a Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening.""" by Nicolas Geoffray · 9 years ago
  13. f075879 Revert "Revert "Make dex2dex return a CompiledMethod after quickening."" by Nicolas Geoffray · 9 years ago
  14. 327c5ed Revert "Make dex2dex return a CompiledMethod after quickening." by Nicolas Geoffray · 9 years ago
  15. 6920703 Make dex2dex return a CompiledMethod after quickening. by Nicolas Geoffray · 9 years ago
  16. bbcc01a Make compiler-related gtests honor ART_USE_OPTIMIZING_COMPILER. by Roland Levillain · 9 years ago
  17. 07785bb ART: Fix reporting initialized classes by CompilerDriver. by Vladimir Marko · 9 years ago
  18. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  19. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  20. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  21. eb5459c Merge "Ensure inlined static calls perform clinit checks in Optimizing." by Roland Levillain · 9 years ago
  22. 4c0eb42 Ensure inlined static calls perform clinit checks in Optimizing. by Roland Levillain · 9 years ago
  23. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  24. 70bef0d ART: Add compiled-methods by Andreas Gampe · 9 years ago
  25. dac1a69 Merge "Use --dump-stats to dump optimizing compiler stats." by Calin Juravle · 9 years ago
  26. 2be39e0 Use --dump-stats to dump optimizing compiler stats. by Calin Juravle · 9 years ago
  27. b1fcead ART: Change image_classes and compiled_classes to unordered set by Andreas Gampe · 9 years ago
  28. 27df758 [optimizing] Add memory barriers in constructors when needed by Calin Juravle · 9 years ago
  29. f1c6d9e Fallback to quick in case of soft verification errors by Calin Juravle · 9 years ago
  30. fc4fb0f Merge "Revert "Fallback to quick in case of soft verification errors"" by Calin Juravle · 9 years ago
  31. 031af41 Revert "Fallback to quick in case of soft verification errors" by Calin Juravle · 9 years ago
  32. 9134a1a Merge "Fallback to quick in case of soft verification errors" by Calin Juravle · 9 years ago
  33. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  34. c751d37 Fallback to quick in case of soft verification errors by Calin Juravle · 9 years ago
  35. c7399c8 ART: Remove LLVM cruft by Andreas Gampe · 9 years ago
  36. 48699fb Prevent verified method from being deleted by compiler driver. by Jeff Hao · 9 years ago
  37. 20f8559 Fixed layout for dex caches in boot image. by Vladimir Marko · 9 years ago
  38. 9437b78 Revert "Revert "Inline across dex files."" by Nicolas Geoffray · 9 years ago
  39. e86deef Add verify-at-runtime compiler filter by Mathieu Chartier · 9 years ago
  40. 9b34b24 Trim arenas for JIT by Mathieu Chartier · 9 years ago
  41. 6cf49e5 ART: Add option to abort dex2oat on hard failure by Andreas Gampe · 9 years ago
  42. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 9 years ago
  43. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 9 years ago
  44. 2535abe Add JIT by Mathieu Chartier · 9 years ago
  45. b666f48 Move arenas into runtime by Mathieu Chartier · 9 years ago
  46. 0b9203e ART: Some Quick cleanup by Andreas Gampe · 10 years ago
  47. 8d295f8 ART: Curb dex2oat verbosity by Andreas Gampe · 10 years ago
  48. 866c031 ART: dex2oat flag for HGraphVisualizer dump file by David Brazdil · 10 years ago
  49. 6e73272 Revert "ART: dex2oat flag for HGraphVisualizer dump file" by Andreas Gampe · 10 years ago
  50. 54953df ART: dex2oat flag for HGraphVisualizer dump file by David Brazdil · 10 years ago
  51. e21dc3d ART: Swap-space in the compiler by Andreas Gampe · 10 years ago
  52. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  53. ab972ef Remove method verification results right after compiling a method by Mathieu Chartier · 10 years ago
  54. 49285c5 Print memory usage in dex2oat shutdown by Mathieu Chartier · 10 years ago
  55. d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 10 years ago
  56. 4bf3ae9 ART: Compiled-classes list for compiler-driver by Andreas Gampe · 10 years ago
  57. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  58. 19a19cf Add support for static fields in optimizing compiler. by Nicolas Geoffray · 10 years ago
  59. 66c6d7b Rewrite class initialization check elimination. by Vladimir Marko · 10 years ago
  60. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 10 years ago
  61. 0b5d851 Merge "Some code clean-up." by Ian Rogers · 10 years ago
  62. d4c4d95 Some code clean-up. by Ian Rogers · 10 years ago
  63. dddb8d8 Merge "dex2oat: Add a --compile-pic option" by Igor Murashkin · 10 years ago
  64. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  65. d6dee67 dex2oat: Add a --compile-pic option by Igor Murashkin · 10 years ago
  66. f4da675 Implement method calls using relative BL on ARM. by Vladimir Marko · 10 years ago
  67. e982f0b Implement invoke virtual in optimizing compiler. by Nicolas Geoffray · 10 years ago
  68. 2ed8def ART: Allow quickening in the boot image by Andreas Gampe · 10 years ago
  69. 33ac819 ART fix oat debug source map operations by Yevgeny Rouban · 10 years ago
  70. 53c913b ART: Clean up compiler by Andreas Gampe · 10 years ago
  71. e3ea838 ART source line debug info in OAT files by Yevgeny Rouban · 10 years ago
  72. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 10 years ago
  73. 57cd9d3b Merge "Added support for patching classes from different dex files." by Mathieu Chartier · 10 years ago
  74. e7f82e2 Added support for patching classes from different dex files. by Fred Shih · 10 years ago
  75. 0f56c9c Merge "ART: Rework CFA frame initialization and writing code" by Andreas Gampe · 10 years ago
  76. 7927380 ART: Rework CFA frame initialization and writing code by Andreas Gampe · 10 years ago
  77. de7b436 ART: Skip compiling redefined classes in apps by Andreas Gampe · 10 years ago
  78. e503832 Support fields in optimizing compiler. by Nicolas Geoffray · 10 years ago
  79. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 10 years ago
  80. 78382fa Optionally add debug symbols to ELF files made by quick compiler. by Alex Light · 10 years ago
  81. c1b643c Fixed and refactored profiler options handling by Calin Juravle · 10 years ago
  82. bb0b53f Clean up the sampling profiler by Calin Juravle · 10 years ago
  83. 0cd8135 Revert "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 10 years ago
  84. 3bdb873 Revert "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 10 years ago
  85. e09ae09 Fix an outstanding compaction bug in interpreter. by Mathieu Chartier · 10 years ago
  86. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  87. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  88. 8668c3c Add finalizer references from the entrypoints. by Mathieu Chartier · 10 years ago
  89. af13ad9 Centralize instruction-set pointer-size, alignment, 64b-width code by Andreas Gampe · 10 years ago
  90. d6ed642 Revert "Revert "Revert "Use trampolines for calls to helpers""" by Dave Allison · 10 years ago
  91. f9487c0 Revert "Revert "Use trampolines for calls to helpers"" by Dave Allison · 10 years ago
  92. 9dae5b4 Tweaked profile significant_difference. by Calin Juravle · 10 years ago
  93. 317055b Merge "Profile: repurposed kTresholdPercent" by Calin Juravle · 10 years ago
  94. f6a4cee Profile: repurposed kTresholdPercent by Calin Juravle · 10 years ago
  95. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 10 years ago
  96. 9820b7c Early inlining of simple methods. by Vladimir Marko · 11 years ago
  97. 9545a44 Merge "Allow patching between dex files in the boot classpath." by Jeff Hao · 10 years ago
  98. b9d50a9 Merge "Move inline method detection to runtime." by Vladimir Marko · 10 years ago
  99. b34f69a Add command line support for enabling the optimizing compiler. by Nicolas Geoffray · 10 years ago
  100. 49161ce Allow patching between dex files in the boot classpath. by Jeff Hao · 10 years ago