1. 5a4b8a2 ART: Rename Handle hierarchy by Andreas Gampe · 10 years ago
  2. 2ed8def ART: Allow quickening in the boot image by Andreas Gampe · 10 years ago
  3. 5182932 ART: Change access flag behavior in verifier by Andreas Gampe · 10 years ago
  4. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  5. 928f72b ART: Fix things for valgrind by Andreas Gampe · 10 years ago
  6. 68b5685 Reduce and speed-up class def searches. by Ian Rogers · 10 years ago
  7. 8e219ae Reduce interpret-only compile time. by Mathieu Chartier · 10 years ago
  8. 898fcb5 CheckAndClearResolveException should allow LinkageError by Brian Carlstrom · 10 years ago
  9. 53c913b ART: Clean up compiler by Andreas Gampe · 10 years ago
  10. 9d352c0 Merge "ART: Avoid expensive class lookup in compiler driver" by Andreas Gampe · 10 years ago
  11. e98c889 ART: Avoid expensive class lookup in compiler driver by Andreas Gampe · 10 years ago
  12. e3ea838 ART source line debug info in OAT files by Yevgeny Rouban · 10 years ago
  13. 3e6ff5b Merge "Move explicit GC after we are done initalizing all classes." by Mathieu Chartier · 10 years ago
  14. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 10 years ago
  15. 093ef21 Move explicit GC after we are done initalizing all classes. by Mathieu Chartier · 10 years ago
  16. 269c336 Merge "ART: Add guards to the dex cache and its shortcuts" by Andreas Gampe · 10 years ago
  17. 58a5af8 ART: Add guards to the dex cache and its shortcuts by Andreas Gampe · 10 years ago
  18. 57cd9d3b Merge "Added support for patching classes from different dex files." by Mathieu Chartier · 10 years ago
  19. e7f82e2 Added support for patching classes from different dex files. by Fred Shih · 10 years ago
  20. 0f56c9c Merge "ART: Rework CFA frame initialization and writing code" by Andreas Gampe · 10 years ago
  21. 7927380 ART: Rework CFA frame initialization and writing code by Andreas Gampe · 10 years ago
  22. de7b436 ART: Skip compiling redefined classes in apps by Andreas Gampe · 10 years ago
  23. 6e183f2 Make system use patchoat to relocate during runtime. by Alex Light · 10 years ago
  24. a59dd80 Runtime can now be set to require relocation by Alex Light · 10 years ago
  25. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  26. e503832 Support fields in optimizing compiler. by Nicolas Geoffray · 10 years ago
  27. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 10 years ago
  28. 6b0599f Whitelist another exception during dex2oat resolving. by Brian Carlstrom · 10 years ago
  29. 70b6348 Only allow whitelisted exceptions during dex2oat resolving. by Mathieu Chartier · 10 years ago
  30. f5997b4 More advanced timing loggers. by Mathieu Chartier · 10 years ago
  31. 08f7a2d Log profile info only on debug builds. by Calin Juravle · 10 years ago
  32. 073ed9b ART: Ignore timing issues in debug builds by Andreas Gampe · 10 years ago
  33. bfd9a43 Change MethodHelper to use a Handle. by Mathieu Chartier · 10 years ago
  34. c1b643c Fixed and refactored profiler options handling by Calin Juravle · 10 years ago
  35. bb0b53f Clean up the sampling profiler by Calin Juravle · 10 years ago
  36. e0099d4 ART: Fix sharpening across dex files by Andreas Gampe · 10 years ago
  37. 0cd8135 Revert "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 10 years ago
  38. 3bdb873 Revert "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 10 years ago
  39. e09ae09 Fix an outstanding compaction bug in interpreter. by Mathieu Chartier · 10 years ago
  40. 7bf9c46 Merge "Method inlining across dex files in boot image." by Vladimir Marko · 10 years ago
  41. a51a0b0 Method inlining across dex files in boot image. by Vladimir Marko · 10 years ago
  42. 3e5cf30 Begin migration of art::Atomic to std::atomic. by Ian Rogers · 10 years ago
  43. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  44. f832284 Delete ClassHelper and fix compaction bug in GetDirectInterface by Mathieu Chartier · 10 years ago
  45. db2633c Change ObjectLock to take Handle instead of Handle pointer. by Mathieu Chartier · 10 years ago
  46. 20cdc06 Merge "Changes for vogar compatibility" by Kenny Root · 10 years ago
  47. d518534 Changes for vogar compatibility by Kenny Root · 10 years ago
  48. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  49. 72d3262 Give Compiler a back reference to the driver. by Ian Rogers · 10 years ago
  50. c45b8b5 Create stack traces in unstarted runtimes. by Ian Rogers · 10 years ago
  51. 8668c3c Add finalizer references from the entrypoints. by Mathieu Chartier · 10 years ago
  52. af13ad9 Centralize instruction-set pointer-size, alignment, 64b-width code by Andreas Gampe · 10 years ago
  53. 644789f Fix problem with empty profiles. by Dave Allison · 10 years ago
  54. d6ed642 Revert "Revert "Revert "Use trampolines for calls to helpers""" by Dave Allison · 10 years ago
  55. f9487c0 Revert "Revert "Use trampolines for calls to helpers"" by Dave Allison · 10 years ago
  56. 0833af6 Merge "Tweaked profile significant_difference." by Calin Juravle · 10 years ago
  57. 081f73e Revert "Use trampolines for calls to helpers" by Dave Allison · 10 years ago
  58. 9dae5b4 Tweaked profile significant_difference. by Calin Juravle · 10 years ago
  59. 754ddad Use trampolines for calls to helpers by Dave Allison · 11 years ago
  60. 17965ed Re-enable DEX-to-DEX compilation path by Sebastien Hertz · 10 years ago
  61. 5a4139f Merge "art: Handle x86_64 architecture equal to x86" by Bill Buzbee · 10 years ago
  62. 5cc2d07 Merge "Profile: renamed kThresholdPercent and make it configurable" by Calin Juravle · 10 years ago
  63. 317055b Merge "Profile: repurposed kTresholdPercent" by Calin Juravle · 10 years ago
  64. 6a58cb1 art: Handle x86_64 architecture equal to x86 by Dmitry Petrochenko · 10 years ago
  65. 4a200f5 Add support for -Xverify:none mode. by Jeff Hao · 10 years ago
  66. 04ff226 Profile: renamed kThresholdPercent and make it configurable by Calin Juravle · 10 years ago
  67. f6a4cee Profile: repurposed kTresholdPercent by Calin Juravle · 10 years ago
  68. 161f71a Merge "Fixed total method count in profile file parsing." by Calin Juravle · 10 years ago
  69. ea1e520 Fixed total method count in profile file parsing. by Calin Juravle · 10 years ago
  70. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 10 years ago
  71. b95a534 AArch64: Add arm64 runtime support. by Stuart Monteith · 10 years ago
  72. 0188ab7 Fix comment typo. by Ian Rogers · 10 years ago
  73. 5b27149 Use quick generic JNI calls based on compiler driver options. by Ian Rogers · 10 years ago
  74. 9545a44 Merge "Allow patching between dex files in the boot classpath." by Jeff Hao · 10 years ago
  75. b9d50a9 Merge "Move inline method detection to runtime." by Vladimir Marko · 10 years ago
  76. b34f69a Add command line support for enabling the optimizing compiler. by Nicolas Geoffray · 10 years ago
  77. 49161ce Allow patching between dex files in the boot classpath. by Jeff Hao · 10 years ago
  78. e3e0260 Move inline method detection to runtime. by Vladimir Marko · 10 years ago
  79. f096aad Cache method lowering info in mir graph. by Vladimir Marko · 11 years ago
  80. 39c3bfb Make use of profiling information for dex2oat by Dave Allison · 11 years ago
  81. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 10 years ago
  82. 2da8823 Initial changes towards Generic JNI option by Andreas Gampe · 10 years ago
  83. be0e546 Cache field lowering info in mir_graph. by Vladimir Marko · 10 years ago
  84. ae9fd93 Tell GDB about Quick ART generated code by Mark Mendell · 11 years ago
  85. 3d50407 Make out arguments non-reference types. by Ian Rogers · 10 years ago
  86. fffb0b7 Merge "Create CompilerOptions" by Brian Carlstrom · 11 years ago
  87. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 11 years ago
  88. 6449c62 Create CompilerOptions by Brian Carlstrom · 11 years ago
  89. 9c86a02 Revert "Annotate used fields." by Ian Rogers · 11 years ago
  90. 7f6cf56 Annotate used fields. by Vladimir Marko · 11 years ago
  91. f3e2cc4 Code cleanup to avoid LLVM dependency when building with quick only. by Nicolas Geoffray · 11 years ago
  92. 2befd09 Merge "Expose inline method identification for debugger." by Vladimir Marko · 11 years ago
  93. 84c072c Expose inline method identification for debugger. by Vladimir Marko · 11 years ago
  94. df8d416 Merge "Rewrite the compiler interface for CompilerDriver." by Nicolas Geoffray · 11 years ago
  95. f5df897 Rewrite the compiler interface for CompilerDriver. by Nicolas Geoffray · 11 years ago
  96. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  97. ab4a4f2 Merge "Pass correct is_static to ResolveField." by Vladimir Marko · 11 years ago
  98. 1f26fb1 Merge changes I41dcb9f8,I8bc80275 by Brian Carlstrom · 11 years ago
  99. 707c96a Add StandardSocketOptions to the black list. by Brian Carlstrom · 11 years ago
  100. e549da5 Pass correct is_static to ResolveField. by Vladimir Marko · 11 years ago