1. 4f1ebc2 Add read barriers to the constant roots. by Hiroshi Yamauchi · 10 years ago
  2. 2153f93 ART: Bump runtime version to 2.1.0 by Andreas Gampe · 10 years ago
  3. 2db3e26 Fix quick mode bugs for Mips. by Douglas Leung · 10 years ago
  4. 3084d78 Merge "Don't allow negative GetFreeMemory." by Mathieu Chartier · 10 years ago
  5. 146b187 Don't allow negative GetFreeMemory. by Mathieu Chartier · 10 years ago
  6. 445220d Add a new type of profile data in ART profiler by Wei Jin · 10 years ago
  7. 6c22b19 Merge "Fix JNI ToReflectedMethod for constructor" by Sebastien Hertz · 10 years ago
  8. cdda4e5 Merge "ART: Change sprintf to snprintf" by Andreas Gampe · 10 years ago
  9. 829b4ba ART: Change sprintf to snprintf by Andreas Gampe · 10 years ago
  10. b2c369f Merge "Expanded native code to use arraycopy for specific data types." by Jeff Hao · 10 years ago
  11. d333376 Fix JNI ToReflectedMethod for constructor by Sebastien Hertz · 10 years ago
  12. fe7aee2 Merge "More advanced timing loggers." by Mathieu Chartier · 10 years ago
  13. f5997b4 More advanced timing loggers. by Mathieu Chartier · 10 years ago
  14. 48ab687 Add logging to monitor deflation. by Mathieu Chartier · 10 years ago
  15. 0c17346 Merge "Fix memory leak in JDWP object registry" by Sebastien Hertz · 10 years ago
  16. a032870 Fix memory leak in JDWP object registry by Sebastien Hertz · 10 years ago
  17. 8803c1c Merge "ART: Use ANDROID_HOST_OUT for ANDROID_ROOT in Runtime tests" by Andreas Gampe · 10 years ago
  18. 86f5662 ART: Use ANDROID_HOST_OUT for ANDROID_ROOT in Runtime tests by Andreas Gampe · 10 years ago
  19. 833a485 ART: Native support for multidex by Andreas Gampe · 10 years ago
  20. 39b1ef0 Fix linux build. by Brian Carlstrom · 10 years ago
  21. b0947fc Merge "Copyright assignment" by Andreas Gampe · 10 years ago
  22. 62edf0b Copyright assignment by Bernhard Rosenkraenzer · 10 years ago
  23. 45d26c8 Treat larger than jint capacity in NewDirectByteBuffer as an error by Brian Carlstrom · 10 years ago
  24. 3ee7b36 Merge "Fix the Mac build on x86-64." by Ian Rogers · 10 years ago
  25. c3ccc10 Fix the Mac build on x86-64. by Ian Rogers · 10 years ago
  26. eef2e54 Weaken condition to dump a thread's stack in a debug build. by Ian Rogers · 10 years ago
  27. afd9acc Multilib ART host. by Ian Rogers · 10 years ago
  28. ba778fa Merge "AArch64: Add memcmp.S for Arm64." by Andreas Gampe · 10 years ago
  29. 685d352 Merge "Add more read barriers to the class linker." by Hiroshi Yamauchi · 10 years ago
  30. e9e3e69 Add more read barriers to the class linker. by Hiroshi Yamauchi · 10 years ago
  31. bacce5c Return "false" instead of "nullptr" in bool DexFile::Open. by Alexander Ivchenko · 10 years ago
  32. 85a9336 Address comments on change 45d26c86b00580593067ca42091ad66cf7dc4f7c by Brian Carlstrom · 10 years ago
  33. cbb0e80 Merge "Use reader lock of bulk free lock when not freeing." by Mathieu Chartier · 10 years ago
  34. a1c1c71 Use reader lock of bulk free lock when not freeing. by Mathieu Chartier · 10 years ago
  35. d6b6865 Mac doesn't define MAP_ANONYMOUS by Ian Rogers · 10 years ago
  36. dd79f21 Merge "Limit the size of files created by run-test to 2MB." by Ian Rogers · 10 years ago
  37. 997f0f9 Limit the size of files created by run-test to 2MB. by Ian Rogers · 10 years ago
  38. d735fe4 Expanded native code to use arraycopy for specific data types. by Emma Meersman · 10 years ago
  39. 5602793 Merge "More verbose logs for JDWP events" by Sebastien Hertz · 10 years ago
  40. bca0d3d More verbose logs for JDWP events by Sebastien Hertz · 10 years ago
  41. bc8568c AArch64: Add memcmp.S for Arm64. by Serban Constantinescu · 10 years ago
  42. b06a036 Merge "ART: Method verifier must check invoke-virtuals for non-zero args" by Andreas Gampe · 10 years ago
  43. c331431 ART: Method verifier must check invoke-virtuals for non-zero args by Andreas Gampe · 10 years ago
  44. 5c0fcda Merge "Shared single GC iteration accounting for all GCs." by Mathieu Chartier · 10 years ago
  45. 10fb83a Shared single GC iteration accounting for all GCs. by Mathieu Chartier · 10 years ago
  46. 2d2d6bb Merge "ART: Do not try to pretty-print method in dex file" by Andreas Gampe · 10 years ago
  47. 4fdbba0 ART: Do not try to pretty-print method in dex file by Andreas Gampe · 10 years ago
  48. 8d16f20 Merge "Add more read barriers for JNI roots." by Hiroshi Yamauchi · 10 years ago
  49. ea2e1bd Add more read barriers for JNI roots. by Hiroshi Yamauchi · 10 years ago
  50. faa6974 Merge "ART: ReadFully needs to fail when EOF" by Andreas Gampe · 10 years ago
  51. 825201e ART: ReadFully needs to fail when EOF by Andreas Gampe · 10 years ago
  52. 77cd4d6 ART: Method verifier needs to check 2-reg values by Andreas Gampe · 10 years ago
  53. 19d46b4 Fix systrace logging, total paused time, and bytes saved message. by Mathieu Chartier · 10 years ago
  54. 70ac0d0 Merge "Add mark compact collector." by Mathieu Chartier · 10 years ago
  55. 52e4b43 Add mark compact collector. by Mathieu Chartier · 10 years ago
  56. ef38670 Merge "Ensure classes are initialized rather than initializing." by Ian Rogers · 10 years ago
  57. 6c5cb21 Ensure classes are initialized rather than initializing. by Ian Rogers · 10 years ago
  58. 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
  59. 249fa66 Merge "Fix art_quick_instrumentation_exit for ARM64" by Sebastien Hertz · 10 years ago
  60. 70f8d4b Fix art_quick_instrumentation_exit for ARM64 by Sebastien Hertz · 10 years ago
  61. a93b0bb Add an option to enable collecting dex pc in ART profiler by Wei Jin · 10 years ago
  62. 48bb32a Merge "ART: Target-dependent stack overflow, less check elision" by Andreas Gampe · 10 years ago
  63. 7cd26f3 ART: Target-dependent stack overflow, less check elision by Andreas Gampe · 10 years ago
  64. 241fd11 Merge "Fix GetMethodID to find an interface method from a super-interface" by Brian Carlstrom · 10 years ago
  65. 004644f Fix GetMethodID to find an interface method from a super-interface by Brian Carlstrom · 10 years ago
  66. a033f70 Enable background compaction by default by Mathieu Chartier · 10 years ago
  67. dd69b14 Merge "Fix error with remembered sets creation." by Mathieu Chartier · 10 years ago
  68. 96bcd45 Fix error with remembered sets creation. by Mathieu Chartier · 10 years ago
  69. bfa45cd Merge "Change reference processing to use heap references." by Mathieu Chartier · 10 years ago
  70. b5c526d Merge "AArch64: Add transition assembly to wrapper native functions." by Bill Buzbee · 10 years ago
  71. 0210d11 AArch64: Add transition assembly to wrapper native functions. by Zheng Xu · 10 years ago
  72. bd3682e ART: Implement rem_double/rem_float for x86/x86-64 by Alexei Zavjalov · 10 years ago
  73. 38510ac Merge "ART: Make verifier check invocation args of unresolved methods" by Andreas Gampe · 10 years ago
  74. 0bcb290 Revert "Revert "Fix access to FP registers when visiting stack"" by Sebastien Hertz · 10 years ago
  75. 95c0bf8 ART: Make verifier check invocation args of unresolved methods by Andreas Gampe · 10 years ago
  76. 308351a Change reference processing to use heap references. by Mathieu Chartier · 10 years ago
  77. eaac24f Merge "Disable StubTest.IndexOf if heap poisoning is enabled for now." by Hiroshi Yamauchi · 10 years ago
  78. 52fa814 Disable StubTest.IndexOf if heap poisoning is enabled for now. by Hiroshi Yamauchi · 10 years ago
  79. 3a97e43 Merge "Add read barriers for the class and the intern tables." by Hiroshi Yamauchi · 10 years ago
  80. a91a4bc Add read barriers for the class and the intern tables. by Hiroshi Yamauchi · 10 years ago
  81. 7de77dd Assign a lower Locklevel for Mutexes used in QuasiAtomic operations. by Raghu Gandham · 10 years ago
  82. 08eeb38 Merge "Don't use signal handlers in interpreter only mode" by Dave Allison · 10 years ago
  83. 4eb1331f Don't use signal handlers in interpreter only mode by Dave Allison · 10 years ago
  84. 3d2781d Merge "ART: Dex file verifier can't blindly use GetDescriptor" by Andreas Gampe · 10 years ago
  85. bb836e1 ART: Dex file verifier can't blindly use GetDescriptor by Andreas Gampe · 10 years ago
  86. 37a6981 Merge "ART: Ignore timing issues in debug builds" by Andreas Gampe · 10 years ago
  87. 073ed9b ART: Ignore timing issues in debug builds by Andreas Gampe · 10 years ago
  88. cc8c5c5 Avoid a non-root monitor vector in Dbg::GetOwnedMonitors(). by Hiroshi Yamauchi · 10 years ago
  89. 6364b42 Merge "ART: Clean up DexFile verifier API" by Andreas Gampe · 10 years ago
  90. 5e31dda ART: Clean up DexFile verifier API by Andreas Gampe · 10 years ago
  91. 73d1f27 Merge "Don't verify runtime only opcodes in the data-flow phase of verification." by Ian Rogers · 10 years ago
  92. 5fb22a9 Don't verify runtime only opcodes in the data-flow phase of verification. by Ian Rogers · 10 years ago
  93. f087937 Merge "ART: Check the number of invocation args in verifier" by Andreas Gampe · 10 years ago
  94. acc4d2f ART: Check the number of invocation args in verifier by Andreas Gampe · 10 years ago
  95. 1eadc56 Merge "ART: Add initialize_type stubs for ARM64; indexof test" by Andreas Gampe · 10 years ago
  96. 6aac355 ART: Add initialize_type stubs for ARM64; indexof test by Andreas Gampe · 10 years ago
  97. 3316ff5 Merge "ART: Invoke_virtual needs at least receiver parameter" by Andreas Gampe · 10 years ago
  98. 9f2b643 ART: Invoke_virtual needs at least receiver parameter by Andreas Gampe · 10 years ago
  99. a2b87c2 Merge "consolidate profiles and profile-cache" by Nick Kralevich · 10 years ago
  100. 092ce60 Merge "ART: Do not allow quickened dex codes in compiler mode." by Andreas Gampe · 10 years ago