1. 65e069d Build statically linked version of dex2oat. by Calin Juravle · 9 years ago
  2. 0b3ac8e Explicitly link libz-host to libart. by Evgenii Stepanov · 9 years ago
  3. 8c2ff64 Add allocation stack traces for HPROF dump. by Man Cao · 9 years ago
  4. 12bd721 If heap poisoning is on, pass the relevant flag to LOCAL_ASFLAGS. by Roland Levillain · 9 years ago
  5. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  6. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  7. 657318c Add dependency on libbase. by Narayan Kamath · 9 years ago
  8. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 10 years ago
  9. fc58af4 Add AbstractMethod, Constructor, Method by Mathieu Chartier · 9 years ago
  10. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  11. b4524fd Switch to shared libcutils on host to fix odr-violation by Brian Carlstrom · 9 years ago
  12. daaf326 Add AccessibleObject and Field to mirror by Mathieu Chartier · 9 years ago
  13. 004c230 Compress the StackMaps. by Nicolas Geoffray · 9 years ago
  14. e84e4f7 Remove the Android.mk GCC-only source files hackery by Colin Cross · 9 years ago
  15. 2969bcd ART: Refactor unstarted runtime by Andreas Gampe · 9 years ago
  16. 2af72de Merge "Remove ThrowLocation." by Nicolas Geoffray · 9 years ago
  17. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 9 years ago
  18. 66d874d Create OatFileAssistant class for assisting with oat files. by Richard Uhler · 9 years ago
  19. 4858a93 Change card cache mod-union table to use bitmaps by Mathieu Chartier · 9 years ago
  20. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 9 years ago
  21. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 9 years ago
  22. 2535abe Add JIT by Mathieu Chartier · 9 years ago
  23. b666f48 Move arenas into runtime by Mathieu Chartier · 9 years ago
  24. 1bb6cb0 Merge "art: Refactor RuntimeOptions/ParsedOptions" by Igor Murashkin · 9 years ago
  25. aaebaa0 art: Refactor RuntimeOptions/ParsedOptions by Igor Murashkin · 9 years ago
  26. 13e70ac Merge "Clean up enums in RegionSpace." by Hiroshi Yamauchi · 9 years ago
  27. d25f842 Clean up enums in RegionSpace. by Hiroshi Yamauchi · 9 years ago
  28. 31fb260 Add options for building/testing with coverage. by Dan Albert · 10 years ago
  29. f36df54 Remove libcxx.mk cruft. by Dan Albert · 9 years ago
  30. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  31. ddcaf45 Merge "ART: Mips64 runtime support" by Andreas Gampe · 9 years ago
  32. 1a5c406 ART: Mips64 runtime support by Andreas Gampe · 9 years ago
  33. e34fa1d Print more info in MarkSweep::VerifyRoot by Mathieu Chartier · 9 years ago
  34. 57b3429 ART: Allow to compile interpret-only mips64 files by Andreas Gampe · 9 years ago
  35. a5eae69 Add heap task processor by Mathieu Chartier · 10 years ago
  36. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  37. 14317f0 Remove unused headers. by Ian Rogers · 10 years ago
  38. b5fb207 Remove MethodHelper::HasSameSignatureWithDifferentClassLoaders. by Ian Rogers · 10 years ago
  39. 08f1f50 Remove FieldHelper. by Ian Rogers · 10 years ago
  40. 6c36a8b Restrict FDO to only apply to target build. by Dehao Chen · 10 years ago
  41. 4303ba9 ART: Track Flush & Close in FdFile by Andreas Gampe · 10 years ago
  42. 72a122c ART: Fix last lpae occurrence, Arm64 generic by Andreas Gampe · 10 years ago
  43. d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 10 years ago
  44. e73a064 Use the new name for the libc++ libbacktrace. by Dan Albert · 10 years ago
  45. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  46. 872dd82 Tidy and reduce ART library dependencies on the host. by Ian Rogers · 10 years ago
  47. 5667fdb ARM: Use hardfp calling convention between java to java call. by Zheng Xu · 10 years ago
  48. c7dd295 Tidy up logging. by Ian Rogers · 10 years ago
  49. ffb078e Merge "Add -no-integrated-as at local level." by Chih-Hung Hsieh · 10 years ago
  50. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  51. c959695 Add -no-integrated-as at local level. by Chih-Hung Hsieh · 10 years ago
  52. 2549478 Remove selinux dependency. by Nicolas Geoffray · 10 years ago
  53. fa888d0 Revert "Enable computed goto interpreter on the host" by Sebastien Hertz · 10 years ago
  54. 66d9bdb Enable computed goto interpreter on the host by Sebastien Hertz · 10 years ago
  55. a5a53ef Add native support for FinalizerList.makeCircularListIfUnenqueued by Mathieu Chartier · 10 years ago
  56. 1ee99e3 Revert "Disable Clang internal assembler." by Stephen Hines · 10 years ago
  57. d619cab Disable Clang internal assembler. by Chih-Hung Hsieh · 10 years ago
  58. bad0267 Add native memory accounting through custom allocator. by Mathieu Chartier · 10 years ago
  59. 37f048b Merge "[ART] Move to system/core native bridge library" by Calin Juravle · 10 years ago
  60. c842352 [ART] Move to system/core native bridge library by Calin Juravle · 10 years ago
  61. 76ab347 Fix art build script by Junmo Park · 10 years ago
  62. 58bea4a Proper fix after -Bsymbolic change. by Dan Albert · 10 years ago
  63. 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 10 years ago
  64. 3bed41c Workaround for test failures after Bsymbolic fix. by Dan Albert · 10 years ago
  65. dfd3b47 Add implicit checks for x86_64 architecture. by Dave Allison · 10 years ago
  66. 2a0bffd Add x86_64 optimized __memcmp16 implementation; by Varvara Rainchik · 10 years ago
  67. 1740eca Remove the per-project FDO support. Use the common FDO support from build/core. by Dehao Chen · 10 years ago
  68. 355383f Integrate ART with NativeBridge interfaces by Yong WU · 10 years ago
  69. b363f66 Recycle mem-maps for collector transitions. by Mathieu Chartier · 10 years ago
  70. 907194a Add optimized assembler implementation of __memcmp16 for x86. by Alexander Ivchenko · 10 years ago
  71. 69dfe51 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 10 years ago
  72. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  73. 4ee7a66 Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()"""" by Fred Shih · 10 years ago
  74. fc35de0 Make jemalloc the default choice. by Christopher Ferris · 10 years ago
  75. 9e82bd3 Revert "Revert "Revert "Add intrinsic for Reference.get()""" by Sebastien Hertz · 10 years ago
  76. d4415e8 Revert "Revert "Add intrinsic for Reference.get()"" by Christopher Ferris · 10 years ago
  77. a9b870b Revert "Add intrinsic for Reference.get()" by Christopher Ferris · 10 years ago
  78. 460503b Add intrinsic for Reference.get() by Fred Shih · 10 years ago
  79. 3d14eb6 Revert "Add implicit null and stack checks for x86" by Dave Allison · 10 years ago
  80. 34e826c Add implicit null and stack checks for x86 by Dave Allison · 10 years ago
  81. 86797a7 AArch64: Add memcmp16() for Arm64; ensure xSELF not clobbered by Serban Constantinescu · 10 years ago
  82. 7ac7e32 Fix the x86 textrel and remove -Wl,--no-fatal-warnings. by Elliott Hughes · 10 years ago
  83. afd9acc Multilib ART host. by Ian Rogers · 10 years ago
  84. 52e4b43 Add mark compact collector. by Mathieu Chartier · 10 years ago
  85. 9ae7672 Merge "Remove deprecated WITH_HOST_DALVIK." by Ian Rogers · 10 years ago
  86. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 10 years ago
  87. 6240102 ART: Fix MIPS build by Andreas Gampe · 10 years ago
  88. 4d0589c ART: Move __memcmp16 from Bionic to ART by Andreas Gampe · 10 years ago
  89. d1c606f Add locking around boot image generation. by Narayan Kamath · 10 years ago
  90. 5ca4eaa ART: Make LOCAL_CLANG architecture dependent for the target by Andreas Gampe · 10 years ago
  91. 5cf9819 Don't report down-calls as unhandled exceptions. by Ian Rogers · 10 years ago
  92. f4b80bc Make use of sigchainlib for signal chaining for implicit checks by Dave Allison · 10 years ago
  93. c4ddc04 Add support for jemalloc instead of dlmalloc. by Christopher Ferris · 10 years ago
  94. 2a0e954 Move art host to libc++ by Dan Albert · 10 years ago
  95. 8ab7e78 Improve heap verification for invalid roots. by Mathieu Chartier · 10 years ago
  96. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  97. ba0c51f Switch ART to libc++. by Ian Rogers · 10 years ago
  98. c6585b7 64-bit host multilib build. by Ying Wang · 10 years ago
  99. b14329f ART: Fix MonitorExit code on ARM by Andreas Gampe · 10 years ago
  100. 78f7b4c Add concurrent reference processing. by Mathieu Chartier · 10 years ago