1. 0ee33c3 Merge "Revert "Revert "ART: Key-Value Store in Oat header""" by Andreas Gampe · 11 years ago
  2. 22f8e5c Revert "Revert "ART: Key-Value Store in Oat header"" by Andreas Gampe · 11 years ago
  3. 8c47281 Merge "ART: Compacting ROS/DlMalloc spaces with semispace copy GC" by Mathieu Chartier · 11 years ago
  4. f37a88b ART: Compacting ROS/DlMalloc spaces with semispace copy GC by Zuo Wang · 11 years ago
  5. 9531f62 Merge "Call strong CAS from unsafe. Add more CAS versions." by Hans Boehm · 11 years ago
  6. d843443 Call strong CAS from unsafe. Add more CAS versions. by Hans Boehm · 11 years ago
  7. 3d71f32 Merge "ART: Change GenPCUseDefEncoding(), turn on Load Hoisting for ARM64" by Andreas Gampe · 11 years ago
  8. af263df ART: Change GenPCUseDefEncoding(), turn on Load Hoisting for ARM64 by Andreas Gampe · 11 years ago
  9. f08f0ca Merge "Improve performance of invokevirtual/invokeinterface with embedded imt/vtable" by Ian Rogers · 11 years ago
  10. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 11 years ago
  11. aebf3cd Merge "Replace memory barriers to better reflect Java needs." by Hans Boehm · 11 years ago
  12. 48f5c47 Replace memory barriers to better reflect Java needs. by Hans Boehm · 11 years ago
  13. 2751ffb Merge "Faster TLAB allocator." by Mathieu Chartier · 11 years ago
  14. 14cc9be Faster TLAB allocator. by Mathieu Chartier · 11 years ago
  15. 438b903 Merge "Make jemalloc the default choice." by Christopher Ferris · 11 years ago
  16. fc35de0 Make jemalloc the default choice. by Christopher Ferris · 11 years ago
  17. bfe9d08 Merge "Fix mac build." by Christopher Ferris · 11 years ago
  18. ae91207 Fix mac build. by Christopher Ferris · 11 years ago
  19. 946a55f Merge "ART: Fix GenSelect for ARM64" by Andreas Gampe · 11 years ago
  20. 873c371 ART: Fix GenSelect for ARM64 by Stuart Monteith · 11 years ago
  21. 3641ac7 Merge "Add missing class initialization during compilation and tests" by Sebastien Hertz · 11 years ago
  22. eab674a Merge "Fix missing single-step event" by Sebastien Hertz · 11 years ago
  23. 49ab79d Merge "Revert "Revert "Revert "Add intrinsic for Reference.get()"""" by Sebastien Hertz · 11 years ago
  24. 9e82bd3 Revert "Revert "Revert "Add intrinsic for Reference.get()""" by Sebastien Hertz · 11 years ago
  25. d4415e8 Revert "Revert "Add intrinsic for Reference.get()"" by Christopher Ferris · 11 years ago
  26. a9b870b Revert "Add intrinsic for Reference.get()" by Christopher Ferris · 11 years ago
  27. 6a1f4ad Merge "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Nicolas Geoffray · 11 years ago
  28. 0025a86 Revert "Revert "Revert "Add implicit null and stack checks for x86""" by Nicolas Geoffray · 11 years ago
  29. 7fb36de Revert "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 11 years ago
  30. 93279da Merge "ART: Do not dump hidden basic blocks and add a counter to file naming" by Ian Rogers · 11 years ago
  31. 5a8ecaf Merge "x86_64: Enable fp-reg promotion" by Andreas Gampe · 11 years ago
  32. c380191 x86_64: Enable fp-reg promotion by Serguei Katkov · 11 years ago
  33. bd6b5dd Merge "Revert "Fix mac build"" by Nicolas Geoffray · 11 years ago
  34. bc8a288 Revert "Fix mac build" by Christopher Ferris · 11 years ago
  35. e934334 Fix mac build by Dave Allison · 11 years ago
  36. 1836366 Merge "Updates to help classes derived from X86Mir2Lir" by Ian Rogers · 11 years ago
  37. e9f3e71 Updates to help classes derived from X86Mir2Lir by Mark Mendell · 11 years ago
  38. da8a697 Merge "Revert "Revert "Add implicit null and stack checks for x86""" by Dave Allison · 11 years ago
  39. 03c672f Merge "Revert "Revert "Add intrinsic for Reference.get()""" by Christopher Ferris · 11 years ago
  40. 75cb5a2 Merge "ART: Fix GenSelect and GenFusedLongCmpBranch for ARM64" by Andreas Gampe · 11 years ago
  41. 381f8ac ART: Fix GenSelect and GenFusedLongCmpBranch for ARM64 by Andreas Gampe · 11 years ago
  42. 7ee5cd1 Merge "Revert "Add intrinsic for Reference.get()"" by Christopher Ferris · 11 years ago
  43. 1190e0e Merge "Fix mac build" by Dave Allison · 11 years ago
  44. e2ebfb4 Merge "Add intrinsic for Reference.get()" by Mathieu Chartier · 11 years ago
  45. 9e5f302 Merge "Change default heap maximum size to be 256m." by Mathieu Chartier · 11 years ago
  46. 2f4f0a3 Change default heap maximum size to be 256m. by Mathieu Chartier · 11 years ago
  47. 9245c39 Merge "Fix race condition in release pages." by Mathieu Chartier · 11 years ago
  48. e28ed99 Fix race condition in release pages. by Mathieu Chartier · 11 years ago
  49. a8869e6 ART: Do not dump hidden basic blocks and add a counter to file naming by Jean Christophe Beyler · 11 years ago
  50. 460503b Add intrinsic for Reference.get() by Fred Shih · 11 years ago
  51. 477eea4 Merge "ART: Add Invokes to DecodedInstruction" by Ian Rogers · 11 years ago
  52. 2ab40eb ART: Add Invokes to DecodedInstruction by Jean Christophe Beyler · 11 years ago
  53. fe12035 Merge "ART: Handle Extended MIRs in a uniform manner" by Ian Rogers · 11 years ago
  54. 49b874b Merge "ART: Detached blocks should not be processed by compiler" by Ian Rogers · 11 years ago
  55. adce33d Merge "Make CAS operations in Object use art::Atomic." by Ian Rogers · 11 years ago
  56. 4e99b3d Add missing class initialization during compilation and tests by Sebastien Hertz · 11 years ago
  57. 320deb2 Fix missing single-step event by Sebastien Hertz · 11 years ago
  58. 228602f Make CAS operations in Object use art::Atomic. by Ian Rogers · 11 years ago
  59. be2a1df Fix GC to use art::Atomic rather than compiler intrinsics. by Ian Rogers · 11 years ago
  60. f2466a7 ART: Handle Extended MIRs in a uniform manner by Udayan Banerji · 11 years ago
  61. 5fa647d Merge "Slow path for iget should expect return in core reg" by Andreas Gampe · 11 years ago
  62. 4eca9f5 Slow path for iget should expect return in core reg by Serguei Katkov · 11 years ago
  63. 0d2d031 Merge "Improve the OOME fragmentation message." by Hiroshi Yamauchi · 11 years ago
  64. 654dd48 Improve the OOME fragmentation message. by Hiroshi Yamauchi · 11 years ago
  65. 62526c3 Merge "Move thread state to art::Atomic." by Ian Rogers · 11 years ago
  66. b8e087e Move thread state to art::Atomic. by Ian Rogers · 11 years ago
  67. f894f63 Merge "ART: Rename CallInlining to SpecialMethodInliner" by Vladimir Marko · 11 years ago
  68. cb80474 ART: Rename CallInlining to SpecialMethodInliner by Razvan A Lupusoru · 11 years ago
  69. fb16129 Merge "Global Value Numbering." by Vladimir Marko · 11 years ago
  70. 95a0597 Global Value Numbering. by Vladimir Marko · 11 years ago
  71. 50fb243 Merge "Handle potential <clinit>() correctly in LVN." by Vladimir Marko · 11 years ago
  72. 723b2fc Merge "Faster deduplication in OatWriter." by Vladimir Marko · 11 years ago
  73. b2bc3c9 Merge "Fix GC to use art::Atomic rather than compiler intrinsics." by Ian Rogers · 11 years ago
  74. bd72fc1 Faster deduplication in OatWriter. by Vladimir Marko · 11 years ago
  75. 989367a ART: Detached blocks should not be processed by compiler by Niranjan Kumar · 11 years ago
  76. f418f32 Handle potential <clinit>() correctly in LVN. by Vladimir Marko · 11 years ago
  77. cba6b1f Merge "ART: Enable some ARM64 optimizations." by Andreas Gampe · 11 years ago
  78. f2b3f33 ART: Enable some ARM64 optimizations. by Andreas Gampe · 11 years ago
  79. c4f72ec Merge "Use memory chunks for monitors on LP64" by Andreas Gampe · 11 years ago
  80. 7424081 Use memory chunks for monitors on LP64 by Andreas Gampe · 11 years ago
  81. af4cf5d Merge "Missed use of android_atomic and thread state_." by Ian Rogers · 11 years ago
  82. 8c1b5f7 Missed use of android_atomic and thread state_. by Ian Rogers · 11 years ago
  83. 070dfc4 Merge "Fix tracing." by Ian Rogers · 11 years ago
  84. 54fb8fd Fix tracing. by Ian Rogers · 11 years ago
  85. 32710dd Merge "x86_64: enable Peek and Poke intrinsics" by Ian Rogers · 11 years ago
  86. 43b6fe0 Merge "Move another field away from android_atomic_cas." by Ian Rogers · 11 years ago
  87. 8ab25ef Move another field away from android_atomic_cas. by Ian Rogers · 11 years ago
  88. a76dc41 Merge "Allow method tracing for run-test" by Ian Rogers · 11 years ago
  89. 0f635b1 Merge "Fix method tracing from command-line" by Ian Rogers · 11 years ago
  90. b26d190 Merge "ART: Refactor frontend.cc" by Andreas Gampe · 11 years ago
  91. 00caeed ART: Refactor frontend.cc by Andreas Gampe · 11 years ago
  92. d807928 Merge "art: fix host dex2oat runtime args" by Colin Cross · 11 years ago
  93. 44a3c19 art: fix host dex2oat runtime args by Colin Cross · 11 years ago
  94. 672f836 Merge "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 11 years ago
  95. 3d14eb6 Revert "Add implicit null and stack checks for x86" by Dave Allison · 11 years ago
  96. 34e826c Add implicit null and stack checks for x86 by Dave Allison · 11 years ago
  97. 4770a2e Merge "Remove legacy CAS implementations from mutex." by Ian Rogers · 11 years ago
  98. c719069 Remove legacy CAS implementations from mutex. by Ian Rogers · 11 years ago
  99. c21dc06 Merge "ART: Check slow_paths_.Size() every time" by Ian Rogers · 11 years ago
  100. 8159af6 ART: Check slow_paths_.Size() every time by Chao-ying Fu · 11 years ago