1. 1740eca Remove the per-project FDO support. Use the common FDO support from build/core. by Dehao Chen · 10 years ago
  2. b97df04 Merge "ART: Native bridge command-line parameter" by Andreas Gampe · 10 years ago
  3. 855564b ART: Native bridge command-line parameter by Andreas Gampe · 10 years ago
  4. 0db2c43 Merge "ART: Allow arrays with erroneous component type" by Andreas Gampe · 10 years ago
  5. dc13d7d ART: Allow arrays with erroneous component type by Andreas Gampe · 10 years ago
  6. 6ec8ebd ART: Clean up API after change 102631 by Andreas Gampe · 10 years ago
  7. 2796a16 Fix main space memory leak and add checks. by Mathieu Chartier · 10 years ago
  8. 00b5915 Fix dangling pointer bug when transitioning to background. by Mathieu Chartier · 10 years ago
  9. 1ad334e Merge "Rename openDexFileNative to openDexFile." by Narayan Kamath · 10 years ago
  10. 350b626 Rename openDexFileNative to openDexFile. by Calin Juravle · 10 years ago
  11. 86507ed Merge "Add a new stack map scheme that encodes compilation info per pc." by Nicolas Geoffray · 10 years ago
  12. f9df5c1 ART: Fix wrong CHECK in GetCurrentLocationForThrow by Andreas Gampe · 10 years ago
  13. 307f650 Merge "ART: Relax CurrentMethodVisitor requirements on GetDexPC" by Andreas Gampe · 10 years ago
  14. 4a8c3fa ART: Relax CurrentMethodVisitor requirements on GetDexPC by Andreas Gampe · 10 years ago
  15. 195bb33 Merge "ART: Account for multidex location strings in VMClassLoader" by Andreas Gampe · 10 years ago
  16. cb8f9e8 ART: Account for multidex location strings in VMClassLoader by Andreas Gampe · 10 years ago
  17. 355383f Integrate ART with NativeBridge interfaces by Yong WU · 10 years ago
  18. 5189e24 Fix memory leak in RemoveRememberedSet. by Mathieu Chartier · 10 years ago
  19. c5a8347 Fix stale remembered sets error. by Mathieu Chartier · 10 years ago
  20. ca928ba Merge "Fix access to long/double stack values from debugger" by Sebastien Hertz · 10 years ago
  21. ff9d95d Merge "Tweaks to patchoat and other related things." by Andreas Gampe · 10 years ago
  22. cf4bf38 Tweaks to patchoat and other related things. by Alex Light · 10 years ago
  23. fea2901 ART: Fix x86_64 instrumentation_exit, also movsd -> movq by Andreas Gampe · 10 years ago
  24. cf2e7b0 Fix x86 instrumentation exit entrypoint and trace size limit. by Jeff Hao · 10 years ago
  25. 2ac30da Merge "Recycle mem-maps for collector transitions." by Mathieu Chartier · 10 years ago
  26. b363f66 Recycle mem-maps for collector transitions. by Mathieu Chartier · 10 years ago
  27. 1a12858 Fix build, missing spaces around =/<. by Mingyao Yang · 10 years ago
  28. c389c97 Merge "Set vtable in class object to null after linking." by Mingyao Yang · 10 years ago
  29. 2cdbad7 Set vtable in class object to null after linking. by Mingyao Yang · 10 years ago
  30. 45232a4 ART: Fix checks for relocation delta by Andreas Gampe · 10 years ago
  31. c62944a Merge "Add read barriers for the GC roots in Instrumentation." by Hiroshi Yamauchi · 10 years ago
  32. 799eb3a Add read barriers for the GC roots in Instrumentation. by Hiroshi Yamauchi · 10 years ago
  33. 99ea58c Add a new stack map scheme that encodes compilation info per pc. by Nicolas Geoffray · 10 years ago
  34. c114b5f Fix erroneous behaviors with OOME present. by Ian Rogers · 10 years ago
  35. a59dd80 Runtime can now be set to require relocation by Alex Light · 10 years ago
  36. 535a3fb Interpreter can kick in even when implicit checks are enabled. by Nicolas Geoffray · 10 years ago
  37. ebb6b5c Merge "Avoid marking erroneous classes as erroneous twice." by Ian Rogers · 10 years ago
  38. ecd4d9a Avoid marking erroneous classes as erroneous twice. by Ian Rogers · 10 years ago
  39. 9d9fec6 Merge "ART: Throw StackOverflowError in native code" by Andreas Gampe · 10 years ago
  40. 7ea6f79 ART: Throw StackOverflowError in native code by Andreas Gampe · 10 years ago
  41. 96823a6 Merge "Add detection of zygote vs app vs image objects in hprof" by Mathieu Chartier · 10 years ago
  42. ae1ad00 Add detection of zygote vs app vs image objects in hprof by Mathieu Chartier · 10 years ago
  43. 2a593a1 ART: Check high part of dalvik register pairs on put-wide by Andreas Gampe · 10 years ago
  44. b12d605 Merge "Fix two read barrier bugs introduced in CL 97882." by Hiroshi Yamauchi · 10 years ago
  45. 0fbd6e6 Fix two read barrier bugs introduced in CL 97882. by Hiroshi Yamauchi · 10 years ago
  46. d4a6e5c Merge "ART: Also accept java.lang.Throwable as a catch-all handler." by Andreas Gampe · 10 years ago
  47. f91baf1 ART: Also accept java.lang.Throwable as a catch-all handler. by Andreas Gampe · 10 years ago
  48. ca90654 Merge "ART: Improve overflow detection in dex file verifier" by Andreas Gampe · 10 years ago
  49. 50d1bc1 ART: Improve overflow detection in dex file verifier by Andreas Gampe · 10 years ago
  50. d652333 Merge "Add optimized assembler implementation of __memcmp16 for x86." by Ian Rogers · 10 years ago
  51. d5673e4 Merge "Fix bad comment in class_linker" by Calin Juravle · 10 years ago
  52. f2a8559 Merge "ART: Fail dex file verification on invalid access flags" by Andreas Gampe · 10 years ago
  53. acc2bb6 ART: Fail dex file verification on invalid access flags by Andreas Gampe · 10 years ago
  54. d5cd8bc Merge "Avoid race in single thread suspension." by Ian Rogers · 10 years ago
  55. f3d874c Avoid race in single thread suspension. by Ian Rogers · 10 years ago
  56. 3102998 Merge "ART: Make a soft failure in method verifier hard, add check" by Andreas Gampe · 10 years ago
  57. 00633eb ART: Make a soft failure in method verifier hard, add check by Andreas Gampe · 10 years ago
  58. 9cd20b2 Merge "ART: Use array-inl.h in reference_table_test" by Andreas Gampe · 10 years ago
  59. 8db4c88 ART: Use array-inl.h in reference_table_test by Andreas Gampe · 10 years ago
  60. ff5a372 Fix bad comment in class_linker by Calin Juravle · 10 years ago
  61. 3280517 Fix identifier size in the heap dump. by Calin Juravle · 10 years ago
  62. c901dd7 Fix access to long/double stack values from debugger by Sebastien Hertz · 10 years ago
  63. 6dfa418 Merge "Avoid direct use of QuasiAtomic by using Atomic." by Ian Rogers · 10 years ago
  64. 37f3c96 Avoid direct use of QuasiAtomic by using Atomic. by Ian Rogers · 10 years ago
  65. 907194a Add optimized assembler implementation of __memcmp16 for x86. by Alexander Ivchenko · 10 years ago
  66. 81457a3 Merge "Add back a deleted check related to verification." by Stephen Hines · 10 years ago
  67. 1fceb40 Remove some to-done TODOs. by Ian Rogers · 10 years ago
  68. c3d131e Fix test 304-method-tracing failure for Mips. by Douglas Leung · 10 years ago
  69. 233b0e3 Merge "Remove errors/warnings from tautological comparisons." by Stephen Hines · 10 years ago
  70. 22c6a81 Add back a deleted check related to verification. by Stephen Hines · 10 years ago
  71. 9791bb4 Merge "Fix art test failures for Mips." by Jeff Hao · 10 years ago
  72. 69dfe51 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 10 years ago
  73. 479f131 Merge "Disable adding main and non moving spaces to immune region in GSS" by Mathieu Chartier · 10 years ago
  74. 4c13a3f Disable adding main and non moving spaces to immune region in GSS by Mathieu Chartier · 10 years ago
  75. b5f5649 Remove errors/warnings from tautological comparisons. by Stephen Hines · 10 years ago
  76. d9cb8ae Fix art test failures for Mips. by Douglas Leung · 10 years ago
  77. e66f631 Merge "Fix x86 build." by Ian Rogers · 10 years ago
  78. e5877a1 Fix x86 build. by Ian Rogers · 10 years ago
  79. 792f596 Merge "Fix class initialization checks in interpreter" by Sebastien Hertz · 10 years ago
  80. 1edbd8e Fix class initialization checks in interpreter by Sebastien Hertz · 10 years ago
  81. ea1a9bd Merge "Remove object_utils.h." by Ian Rogers · 10 years ago
  82. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  83. a4fe789 Merge "Make ART fail gracefully when it can't update the desired code." by Calin Juravle · 10 years ago
  84. c54aea7 Make ART fail gracefully when it can't update the desired code. by Calin Juravle · 10 years ago
  85. fbde4dd Merge "Use sched_yield in Monitor::MonitorEnter." by Mathieu Chartier · 10 years ago
  86. 251755c Use sched_yield in Monitor::MonitorEnter. by Mathieu Chartier · 10 years ago
  87. ebaca19 Merge "Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()""""" by Mathieu Chartier · 10 years ago
  88. 4ee7a66 Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()"""" by Fred Shih · 10 years ago
  89. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  90. 635561b Merge "Add read barriers for the roots in Runtime." by Hiroshi Yamauchi · 10 years ago
  91. ab08811 Add read barriers for the roots in Runtime. by Hiroshi Yamauchi · 10 years ago
  92. fd22d5b Fix infinite loop when calling SetStatus after OOM. by Mathieu Chartier · 10 years ago
  93. 86c1b70 x86 needs a bit more stack to handle stack overflows. by Nicolas Geoffray · 10 years ago
  94. 0ee33c3 Merge "Revert "Revert "ART: Key-Value Store in Oat header""" by Andreas Gampe · 10 years ago
  95. 22f8e5c Revert "Revert "ART: Key-Value Store in Oat header"" by Andreas Gampe · 10 years ago
  96. f37a88b ART: Compacting ROS/DlMalloc spaces with semispace copy GC by Zuo Wang · 10 years ago
  97. 9531f62 Merge "Call strong CAS from unsafe. Add more CAS versions." by Hans Boehm · 10 years ago
  98. d843443 Call strong CAS from unsafe. Add more CAS versions. by Hans Boehm · 10 years ago
  99. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 10 years ago
  100. 2751ffb Merge "Faster TLAB allocator." by Mathieu Chartier · 10 years ago