1. bd72fc1 Faster deduplication in OatWriter. by Vladimir Marko · 10 years ago
  2. 8078b29 Merge "Revert "ART: Key-Value Store in Oat header"" by Nicolas Geoffray · 10 years ago
  3. 452bee5 Revert "ART: Key-Value Store in Oat header" by Nicolas Geoffray · 10 years ago
  4. c87d27b ART: Key-Value Store in Oat header by Andreas Gampe · 10 years ago
  5. 6e524dd Merge "Make dex2oat heap size product configurable [art]" by Brian Carlstrom · 10 years ago
  6. 670134e Make dex2oat heap size product configurable [art] by Brian Carlstrom · 10 years ago
  7. 8746860 Merge "Only allow instance-of to improve knowledge of a type for downcasts." by Ian Rogers · 10 years ago
  8. ebbdd87 Only allow instance-of to improve knowledge of a type for downcasts. by Ian Rogers · 10 years ago
  9. 09341a5 Merge "ART: Key-Value Store in Oat header" by Andreas Gampe · 10 years ago
  10. 751dee3 Merge "BaseMutex::IsExclusiveHeld should only be called on self." by Ian Rogers · 10 years ago
  11. a9d8c4c BaseMutex::IsExclusiveHeld should only be called on self. by Ian Rogers · 10 years ago
  12. a3ed7f8 Merge "JNI dlsym lookup fixes." by Ian Rogers · 10 years ago
  13. 04c31d2 JNI dlsym lookup fixes. by Ian Rogers · 10 years ago
  14. 70c4f06 ART: Intrinsic implementation for java.lang.System.arraycopy. by DaniilSokolov · 10 years ago
  15. 53cb16b Add patchoat tool to Art. by Alex Light · 10 years ago
  16. b63727c Merge "ART: Update Monitor::Wait so it releases monitor_lock_ before throwing an exception" by Andreas Gampe · 10 years ago
  17. 1af6a1f ART: Update Monitor::Wait so it releases monitor_lock_ before throwing an exception by Elena Sayapina · 10 years ago
  18. 0ec17d2 Remove Dbg::VisitRoots(). by Hiroshi Yamauchi · 10 years ago
  19. 4345c46 Fix local reference leaks in debugger and use a cache. by Mathieu Chartier · 10 years ago
  20. d83ee1e Merge "More checks in JNI RegisterNatives" by Sebastien Hertz · 10 years ago
  21. fa65e84 More checks in JNI RegisterNatives by Sebastien Hertz · 10 years ago
  22. 23abec9 AArch64: Add few more inline functions by Serban Constantinescu · 10 years ago
  23. b5860fb Register promotion support for 64-bit targets by buzbee · 10 years ago
  24. e130ee6 Add a local elf.h by Brian Carlstrom · 10 years ago
  25. bcf4022 Merge "ART: JNI ExceptionDescribe crashes if no exception occurred" by Andreas Gampe · 10 years ago
  26. 3a1444c ART: JNI ExceptionDescribe crashes if no exception occurred by Alexei Zavjalov · 10 years ago
  27. c200a4a ART: Rework Generic JNI, add ARM version by Andreas Gampe · 10 years ago
  28. 2997888 Merge "Fix the x86 textrel and remove -Wl,--no-fatal-warnings." by Elliott Hughes · 10 years ago
  29. 7ac7e32 Fix the x86 textrel and remove -Wl,--no-fatal-warnings. by Elliott Hughes · 10 years ago
  30. 86797a7 AArch64: Add memcmp16() for Arm64; ensure xSELF not clobbered by Serban Constantinescu · 10 years ago
  31. f21f0a9 Fix a string uint conversion bug in profiler by Wei Jin · 10 years ago
  32. 642fa1e Merge "Fixed gdb support and added some ElfFile functions" by Brian Carlstrom · 10 years ago
  33. 3470ab4 Fixed gdb support and added some ElfFile functions by Alex Light · 10 years ago
  34. 4f1ebc2 Add read barriers to the constant roots. by Hiroshi Yamauchi · 10 years ago
  35. 2153f93 ART: Bump runtime version to 2.1.0 by Andreas Gampe · 10 years ago
  36. 2db3e26 Fix quick mode bugs for Mips. by Douglas Leung · 10 years ago
  37. 4e14e72 Avoid segvs if LOG(FATAL) is called during runtime start-up. by Ian Rogers · 10 years ago
  38. 3084d78 Merge "Don't allow negative GetFreeMemory." by Mathieu Chartier · 10 years ago
  39. 146b187 Don't allow negative GetFreeMemory. by Mathieu Chartier · 10 years ago
  40. 445220d Add a new type of profile data in ART profiler by Wei Jin · 10 years ago
  41. 6c22b19 Merge "Fix JNI ToReflectedMethod for constructor" by Sebastien Hertz · 10 years ago
  42. cdda4e5 Merge "ART: Change sprintf to snprintf" by Andreas Gampe · 10 years ago
  43. 829b4ba ART: Change sprintf to snprintf by Andreas Gampe · 10 years ago
  44. b2c369f Merge "Expanded native code to use arraycopy for specific data types." by Jeff Hao · 10 years ago
  45. d333376 Fix JNI ToReflectedMethod for constructor by Sebastien Hertz · 10 years ago
  46. fe7aee2 Merge "More advanced timing loggers." by Mathieu Chartier · 10 years ago
  47. f5997b4 More advanced timing loggers. by Mathieu Chartier · 10 years ago
  48. 48ab687 Add logging to monitor deflation. by Mathieu Chartier · 10 years ago
  49. 0c17346 Merge "Fix memory leak in JDWP object registry" by Sebastien Hertz · 10 years ago
  50. a032870 Fix memory leak in JDWP object registry by Sebastien Hertz · 10 years ago
  51. 8803c1c Merge "ART: Use ANDROID_HOST_OUT for ANDROID_ROOT in Runtime tests" by Andreas Gampe · 10 years ago
  52. 86f5662 ART: Use ANDROID_HOST_OUT for ANDROID_ROOT in Runtime tests by Andreas Gampe · 10 years ago
  53. 833a485 ART: Native support for multidex by Andreas Gampe · 10 years ago
  54. 39b1ef0 Fix linux build. by Brian Carlstrom · 10 years ago
  55. b0947fc Merge "Copyright assignment" by Andreas Gampe · 10 years ago
  56. 62edf0b Copyright assignment by Bernhard Rosenkraenzer · 10 years ago
  57. 45d26c8 Treat larger than jint capacity in NewDirectByteBuffer as an error by Brian Carlstrom · 10 years ago
  58. 3ee7b36 Merge "Fix the Mac build on x86-64." by Ian Rogers · 10 years ago
  59. c3ccc10 Fix the Mac build on x86-64. by Ian Rogers · 10 years ago
  60. eef2e54 Weaken condition to dump a thread's stack in a debug build. by Ian Rogers · 10 years ago
  61. afd9acc Multilib ART host. by Ian Rogers · 10 years ago
  62. ba778fa Merge "AArch64: Add memcmp.S for Arm64." by Andreas Gampe · 10 years ago
  63. 685d352 Merge "Add more read barriers to the class linker." by Hiroshi Yamauchi · 10 years ago
  64. e9e3e69 Add more read barriers to the class linker. by Hiroshi Yamauchi · 10 years ago
  65. bacce5c Return "false" instead of "nullptr" in bool DexFile::Open. by Alexander Ivchenko · 10 years ago
  66. 85a9336 Address comments on change 45d26c86b00580593067ca42091ad66cf7dc4f7c by Brian Carlstrom · 10 years ago
  67. cbb0e80 Merge "Use reader lock of bulk free lock when not freeing." by Mathieu Chartier · 10 years ago
  68. a1c1c71 Use reader lock of bulk free lock when not freeing. by Mathieu Chartier · 10 years ago
  69. d6b6865 Mac doesn't define MAP_ANONYMOUS by Ian Rogers · 10 years ago
  70. dd79f21 Merge "Limit the size of files created by run-test to 2MB." by Ian Rogers · 10 years ago
  71. 997f0f9 Limit the size of files created by run-test to 2MB. by Ian Rogers · 10 years ago
  72. d735fe4 Expanded native code to use arraycopy for specific data types. by Emma Meersman · 10 years ago
  73. 5602793 Merge "More verbose logs for JDWP events" by Sebastien Hertz · 10 years ago
  74. bca0d3d More verbose logs for JDWP events by Sebastien Hertz · 11 years ago
  75. bc8568c AArch64: Add memcmp.S for Arm64. by Serban Constantinescu · 10 years ago
  76. b06a036 Merge "ART: Method verifier must check invoke-virtuals for non-zero args" by Andreas Gampe · 10 years ago
  77. c331431 ART: Method verifier must check invoke-virtuals for non-zero args by Andreas Gampe · 10 years ago
  78. 5c0fcda Merge "Shared single GC iteration accounting for all GCs." by Mathieu Chartier · 10 years ago
  79. 10fb83a Shared single GC iteration accounting for all GCs. by Mathieu Chartier · 10 years ago
  80. 2d2d6bb Merge "ART: Do not try to pretty-print method in dex file" by Andreas Gampe · 10 years ago
  81. 4fdbba0 ART: Do not try to pretty-print method in dex file by Andreas Gampe · 10 years ago
  82. 8d16f20 Merge "Add more read barriers for JNI roots." by Hiroshi Yamauchi · 10 years ago
  83. ea2e1bd Add more read barriers for JNI roots. by Hiroshi Yamauchi · 10 years ago
  84. faa6974 Merge "ART: ReadFully needs to fail when EOF" by Andreas Gampe · 10 years ago
  85. 825201e ART: ReadFully needs to fail when EOF by Andreas Gampe · 10 years ago
  86. 77cd4d6 ART: Method verifier needs to check 2-reg values by Andreas Gampe · 10 years ago
  87. 19d46b4 Fix systrace logging, total paused time, and bytes saved message. by Mathieu Chartier · 10 years ago
  88. 70ac0d0 Merge "Add mark compact collector." by Mathieu Chartier · 10 years ago
  89. 52e4b43 Add mark compact collector. by Mathieu Chartier · 10 years ago
  90. ef38670 Merge "Ensure classes are initialized rather than initializing." by Ian Rogers · 10 years ago
  91. 6c5cb21 Ensure classes are initialized rather than initializing. by Ian Rogers · 10 years ago
  92. 0c29909 Merge "Assign a lower Locklevel for Mutexes used in QuasiAtomic operations. This fixes the CompilerDriverTest on MIPS. The test was failing when Transaction::Abort() acquired intern_table_lock_ and log_lock_ and subsequently performed QuasiAtomic operations." by Ian Rogers · 10 years ago
  93. 249fa66 Merge "Fix art_quick_instrumentation_exit for ARM64" by Sebastien Hertz · 10 years ago
  94. 70f8d4b Fix art_quick_instrumentation_exit for ARM64 by Sebastien Hertz · 10 years ago
  95. a93b0bb Add an option to enable collecting dex pc in ART profiler by Wei Jin · 10 years ago
  96. 48bb32a Merge "ART: Target-dependent stack overflow, less check elision" by Andreas Gampe · 10 years ago
  97. 7cd26f3 ART: Target-dependent stack overflow, less check elision by Andreas Gampe · 10 years ago
  98. 241fd11 Merge "Fix GetMethodID to find an interface method from a super-interface" by Brian Carlstrom · 10 years ago
  99. 004644f Fix GetMethodID to find an interface method from a super-interface by Brian Carlstrom · 10 years ago
  100. a033f70 Enable background compaction by default by Mathieu Chartier · 10 years ago