1. cdf6da5 am 7b4a7a1d: am cba6b1fc: Merge "ART: Enable some ARM64 optimizations." by Andreas Gampe · 11 years ago
  2. 8a5c076 am 4aaf4e12: am 5fa647d5: Merge "Slow path for iget should expect return in core reg" by Andreas Gampe · 11 years ago
  3. a3b5967 am e0182c5a: am fb16129c: Merge "Global Value Numbering." by Vladimir Marko · 11 years ago
  4. 4f3219c am f69825a4: am b26d1905: Merge "ART: Refactor frontend.cc" by Andreas Gampe · 11 years ago
  5. c863472 am 982b3c0f: am 50fb2436: Merge "Handle potential <clinit>() correctly in LVN." by Vladimir Marko · 11 years ago
  6. 92a64fc am 21e38a35: am 723b2fc3: Merge "Faster deduplication in OatWriter." by Vladimir Marko · 11 years ago
  7. 7a60c5d am 6302c888: am b2bc3c97: Merge "Fix GC to use art::Atomic rather than compiler intrinsics." by Ian Rogers · 11 years ago
  8. 316c0cf am d74ff9b5: am c4f72ec4: Merge "Use memory chunks for monitors on LP64" by Andreas Gampe · 11 years ago
  9. 433df2a am b88f433c: am af4cf5d7: Merge "Missed use of android_atomic and thread state_." by Ian Rogers · 11 years ago
  10. d31825a am 0cb6d725: am 070dfc4c: Merge "Fix tracing." by Ian Rogers · 11 years ago
  11. b872062 am 3df187cd: am d8079288: Merge "art: fix host dex2oat runtime args" by Colin Cross · 11 years ago
  12. fc546c5 am fc879248: am 62526c37: Merge "Move thread state to art::Atomic." by Ian Rogers · 11 years ago
  13. 7b4a7a1 am cba6b1fc: Merge "ART: Enable some ARM64 optimizations." by Andreas Gampe · 11 years ago
  14. 4aaf4e1 am 5fa647d5: Merge "Slow path for iget should expect return in core reg" by Andreas Gampe · 11 years ago
  15. e0182c5 am fb16129c: Merge "Global Value Numbering." by Vladimir Marko · 11 years ago
  16. f69825a am b26d1905: Merge "ART: Refactor frontend.cc" by Andreas Gampe · 11 years ago
  17. 982b3c0 am 50fb2436: Merge "Handle potential <clinit>() correctly in LVN." by Vladimir Marko · 11 years ago
  18. 21e38a3 am 723b2fc3: Merge "Faster deduplication in OatWriter." by Vladimir Marko · 11 years ago
  19. 6302c88 am b2bc3c97: Merge "Fix GC to use art::Atomic rather than compiler intrinsics." by Ian Rogers · 11 years ago
  20. d74ff9b am c4f72ec4: Merge "Use memory chunks for monitors on LP64" by Andreas Gampe · 11 years ago
  21. b88f433 am af4cf5d7: Merge "Missed use of android_atomic and thread state_." by Ian Rogers · 11 years ago
  22. 0cb6d72 am 070dfc4c: Merge "Fix tracing." by Ian Rogers · 11 years ago
  23. 3df187c am d8079288: Merge "art: fix host dex2oat runtime args" by Colin Cross · 11 years ago
  24. fc87924 am 62526c37: Merge "Move thread state to art::Atomic." by Ian Rogers · 11 years ago
  25. f95e89a am 43b6fe02: Merge "Move another field away from android_atomic_cas." by Ian Rogers · 11 years ago
  26. 826d36e am 672f8367: Merge "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 11 years ago
  27. 60c83e0 am 4770a2e6: Merge "Remove legacy CAS implementations from mutex." by Ian Rogers · 11 years ago
  28. b2bc3c9 Merge "Fix GC to use art::Atomic rather than compiler intrinsics." by Ian Rogers · 11 years ago
  29. be2a1df Fix GC to use art::Atomic rather than compiler intrinsics. by Ian Rogers · 11 years ago
  30. af4cf5d Merge "Missed use of android_atomic and thread state_." by Ian Rogers · 11 years ago
  31. 8c1b5f7 Missed use of android_atomic and thread state_. by Ian Rogers · 11 years ago
  32. 650385e am bcb3b290: Merge "Add notion of released vs empty pages to ROSAlloc." by Mathieu Chartier · 11 years ago
  33. 070dfc4 Merge "Fix tracing." by Ian Rogers · 11 years ago
  34. 54fb8fd Fix tracing. by Ian Rogers · 11 years ago
  35. d224b8c am 5de52242: Merge "Add implicit null and stack checks for x86" by Dave Allison · 11 years ago
  36. a0f17e1 am 2929490d: Merge "Move card table away from android_atomic_cas." by Ian Rogers · 11 years ago
  37. 3758810 am 5472edce: Merge "CW on Master: Propagate or throw exception when no class found happens in interpreter." by Brian Carlstrom · 11 years ago
  38. c400ffb am b288a5ad: Merge "Use the icu4c headers from the new location." by Elliott Hughes · 11 years ago
  39. 450b94d am 91db19b5: Merge "ART: Add simple tests for inlining of CAS" by Andreas Gampe · 11 years ago
  40. cb2e23f am ef9b94cc: Merge "Add easy way to ensure the next allocation does GC." by Mathieu Chartier · 11 years ago
  41. 5fa647d Merge "Slow path for iget should expect return in core reg" by Andreas Gampe · 11 years ago
  42. 4eca9f5 Slow path for iget should expect return in core reg by Serguei Katkov · 11 years ago
  43. 5de5224 Merge "Add implicit null and stack checks for x86" by Dave Allison · 11 years ago
  44. 34e826c Add implicit null and stack checks for x86 by Dave Allison · 11 years ago
  45. d1cfc9e am b796d1bf: Merge "Remove incorrect check for sa_mask in signal chaining" by Dave Allison · 11 years ago
  46. 4770a2e Merge "Remove legacy CAS implementations from mutex." by Ian Rogers · 11 years ago
  47. c719069 Remove legacy CAS implementations from mutex. by Ian Rogers · 11 years ago
  48. 6076454 Merge "Revert "Revert "Quick compiler: remove temporary workaround.""" by Andreas Gampe · 11 years ago
  49. b4630ce Revert "Revert "Quick compiler: remove temporary workaround."" by Andreas Gampe · 11 years ago
  50. 4726f7d am f95e89a0: am 43b6fe02: Merge "Move another field away from android_atomic_cas." by Ian Rogers · 11 years ago
  51. c13be05 am 826d36e3: am 672f8367: Merge "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 11 years ago
  52. 78cb8b7 am 60c83e0f: am 4770a2e6: Merge "Remove legacy CAS implementations from mutex." by Ian Rogers · 11 years ago
  53. 49d1b7d am 650385ed: am bcb3b290: Merge "Add notion of released vs empty pages to ROSAlloc." by Mathieu Chartier · 11 years ago
  54. 6a31717 am d224b8c3: am 5de52242: Merge "Add implicit null and stack checks for x86" by Dave Allison · 11 years ago
  55. 2dacab3 am a0f17e18: am 2929490d: Merge "Move card table away from android_atomic_cas." by Ian Rogers · 11 years ago
  56. 21500f7 am 37588105: am 5472edce: Merge "CW on Master: Propagate or throw exception when no class found happens in interpreter." by Brian Carlstrom · 11 years ago
  57. c6afbb6 am c400ffb9: am b288a5ad: Merge "Use the icu4c headers from the new location." by Elliott Hughes · 11 years ago
  58. e48a373 am 450b94dd: am 91db19b5: Merge "ART: Add simple tests for inlining of CAS" by Andreas Gampe · 11 years ago
  59. 62526c3 Merge "Move thread state to art::Atomic." by Ian Rogers · 11 years ago
  60. b8e087e Move thread state to art::Atomic. by Ian Rogers · 11 years ago
  61. 77dee8c am c21dc06a: Merge "ART: Check slow_paths_.Size() every time" by Ian Rogers · 11 years ago
  62. b42fb83 am 68e5f442: Merge "x86_64: GenInlinedCas must use wide rl_src_offset under 64-bit targets" by Ian Rogers · 11 years ago
  63. 50fb243 Merge "Handle potential <clinit>() correctly in LVN." by Vladimir Marko · 11 years ago
  64. fb16129 Merge "Global Value Numbering." by Vladimir Marko · 11 years ago
  65. 95a0597 Global Value Numbering. by Vladimir Marko · 11 years ago
  66. 723b2fc Merge "Faster deduplication in OatWriter." by Vladimir Marko · 11 years ago
  67. 9e5599d am a76dc41f: Merge "Allow method tracing for run-test" by Ian Rogers · 11 years ago
  68. 55cd98a am 0f635b10: Merge "Fix method tracing from command-line" by Ian Rogers · 11 years ago
  69. bd72fc1 Faster deduplication in OatWriter. by Vladimir Marko · 11 years ago
  70. fb31dff am 32710dd4: Merge "x86_64: enable Peek and Poke intrinsics" by Ian Rogers · 11 years ago
  71. f418f32 Handle potential <clinit>() correctly in LVN. by Vladimir Marko · 11 years ago
  72. c21dc06 Merge "ART: Check slow_paths_.Size() every time" by Ian Rogers · 11 years ago
  73. 8159af6 ART: Check slow_paths_.Size() every time by Chao-ying Fu · 11 years ago
  74. 0f635b1 Merge "Fix method tracing from command-line" by Ian Rogers · 11 years ago
  75. 32710dd Merge "x86_64: enable Peek and Poke intrinsics" by Ian Rogers · 11 years ago
  76. cba6b1f Merge "ART: Enable some ARM64 optimizations." by Andreas Gampe · 11 years ago
  77. f2b3f33 ART: Enable some ARM64 optimizations. by Andreas Gampe · 11 years ago
  78. c4f72ec Merge "Use memory chunks for monitors on LP64" by Andreas Gampe · 11 years ago
  79. 7424081 Use memory chunks for monitors on LP64 by Andreas Gampe · 11 years ago
  80. 43b6fe0 Merge "Move another field away from android_atomic_cas." by Ian Rogers · 11 years ago
  81. 8ab25ef Move another field away from android_atomic_cas. by Ian Rogers · 11 years ago
  82. 2929490 Merge "Move card table away from android_atomic_cas." by Ian Rogers · 11 years ago
  83. 1461144 Move card table away from android_atomic_cas. by Ian Rogers · 11 years ago
  84. ef9b94c Merge "Add easy way to ensure the next allocation does GC." by Mathieu Chartier · 11 years ago
  85. 7c88c60 Add easy way to ensure the next allocation does GC. by Mathieu Chartier · 11 years ago
  86. b796d1b Merge "Remove incorrect check for sa_mask in signal chaining" by Dave Allison · 11 years ago
  87. 213bc5b Remove incorrect check for sa_mask in signal chaining by Dave Allison · 11 years ago
  88. 68e5f44 Merge "x86_64: GenInlinedCas must use wide rl_src_offset under 64-bit targets" by Ian Rogers · 11 years ago
  89. 021b60f x86_64: GenInlinedCas must use wide rl_src_offset under 64-bit targets by Chao-ying Fu · 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. bcb3b29 Merge "Add notion of released vs empty pages to ROSAlloc." by Mathieu Chartier · 11 years ago
  97. a5b5c55 Add notion of released vs empty pages to ROSAlloc. by Mathieu Chartier · 11 years ago
  98. b288a5a Merge "Use the icu4c headers from the new location." by Elliott Hughes · 11 years ago
  99. 5ced672 Use the icu4c headers from the new location. by Elliott Hughes · 11 years ago
  100. 91db19b Merge "ART: Add simple tests for inlining of CAS" by Andreas Gampe · 11 years ago