1. 0b6c55d am 02c127af: am fb16129c: Merge "Global Value Numbering." by Vladimir Marko · 11 years ago
  2. b8a5b50 am 43eb9ea4: am b26d1905: Merge "ART: Refactor frontend.cc" by Andreas Gampe · 11 years ago
  3. 8a5b50b am eef893a5: am 50fb2436: Merge "Handle potential <clinit>() correctly in LVN." by Vladimir Marko · 11 years ago
  4. e86d8d3 am b6c6be75: am 723b2fc3: Merge "Faster deduplication in OatWriter." by Vladimir Marko · 11 years ago
  5. ab84d0d am bfb67693: am b2bc3c97: Merge "Fix GC to use art::Atomic rather than compiler intrinsics." by Ian Rogers · 11 years ago
  6. 8d87aa0 am b982fd26: am c4f72ec4: Merge "Use memory chunks for monitors on LP64" by Andreas Gampe · 11 years ago
  7. 0128ddc am 0fd207a3: am af4cf5d7: Merge "Missed use of android_atomic and thread state_." by Ian Rogers · 11 years ago
  8. df417c9 am eb97d87d: am 070dfc4c: Merge "Fix tracing." by Ian Rogers · 11 years ago
  9. f094893 am 169b5860: am d8079288: Merge "art: fix host dex2oat runtime args" by Colin Cross · 11 years ago
  10. 53bd384 am f7d44f20: am 62526c37: Merge "Move thread state to art::Atomic." by Ian Rogers · 11 years ago
  11. 979f404 am 064b7838: am 43b6fe02: Merge "Move another field away from android_atomic_cas." by Ian Rogers · 11 years ago
  12. 1aef480 am 46d8f384: am 672f8367: Merge "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 11 years ago
  13. 842b65c am da3e7b4c: am 4770a2e6: Merge "Remove legacy CAS implementations from mutex." by Ian Rogers · 11 years ago
  14. f6bb714 am 1acde32d: am bcb3b290: Merge "Add notion of released vs empty pages to ROSAlloc." by Mathieu Chartier · 11 years ago
  15. ab278d6 am bc8c613d: am 5de52242: Merge "Add implicit null and stack checks for x86" by Dave Allison · 11 years ago
  16. b296c6b am 82001c65: am 2929490d: Merge "Move card table away from android_atomic_cas." by Ian Rogers · 11 years ago
  17. ce4a8d9 am 967ba5f0: am 5472edce: Merge "CW on Master: Propagate or throw exception when no class found happens in interpreter." by Brian Carlstrom · 11 years ago
  18. 36b4131 am ed7d47c5: am b288a5ad: Merge "Use the icu4c headers from the new location." by Elliott Hughes · 11 years ago
  19. 9edf7cc am 68fa0918: am 91db19b5: Merge "ART: Add simple tests for inlining of CAS" by Andreas Gampe · 11 years ago
  20. 775fc82 am f2f3bd26: am ef9b94cc: Merge "Add easy way to ensure the next allocation does GC." by Mathieu Chartier · 11 years ago
  21. 5a3b8a7 am e5526e76: am b796d1bf: Merge "Remove incorrect check for sa_mask in signal chaining" by Dave Allison · 11 years ago
  22. 6b0de42 am d19bab58: am c21dc06a: Merge "ART: Check slow_paths_.Size() every time" by Ian Rogers · 11 years ago
  23. c9308ca am 206f94b5: am 68e5f442: Merge "x86_64: GenInlinedCas must use wide rl_src_offset under 64-bit targets" by Ian Rogers · 11 years ago
  24. 4ef23c5 am 7fde2076: am a76dc41f: Merge "Allow method tracing for run-test" by Ian Rogers · 11 years ago
  25. 7443e59 am c860df11: am 0f635b10: Merge "Fix method tracing from command-line" by Ian Rogers · 11 years ago
  26. 05ab0bc am a892b0e0: am 32710dd4: Merge "x86_64: enable Peek and Poke intrinsics" by Ian Rogers · 11 years ago
  27. 8afc18f am 3af030b4: am 62f28f94: Merge "Fix a compile assert name with inverted meaning." by Vladimir Marko · 11 years ago
  28. 15137e1 am 7e001a86: am 665f6810: Merge "Workaround for invalid monitor-exit catch ranges." by Vladimir Marko · 11 years ago
  29. 0c68a82 am 2596abd8: am 8078b294: Merge "Revert "ART: Key-Value Store in Oat header"" by Nicolas Geoffray · 11 years ago
  30. 5cd35c2 am 34ef0b10: am 608520c8: Merge "Adds PGO_GEN and PGO_USE for libart and libart-compiler." by Ian Rogers · 11 years ago
  31. 4d7ae65 am 4aabec65: am 2cfe30bd: Merge "X86 Backend support for vectorized float and byte 16x16 operations" by Ian Rogers · 11 years ago
  32. b389392 am 4298bb21: am 7b68fb3b: Merge "x86_64: Clean-up after cmp-long fix" by Ian Rogers · 11 years ago
  33. 75b2a34 am 76abd810: am dfc56e68: Merge "Clean-up call_x86.cc" by Ian Rogers · 11 years ago
  34. 77ea129 am 10eddabd: am 251a057f: Merge "ART: Fix FP promotion" by Andreas Gampe · 11 years ago
  35. ec6d674 am cf16ca16: am dac3f4af: Merge "Whitelist another exception during dex2oat resolving." by Brian Carlstrom · 11 years ago
  36. e082329 am a01ea93d: am 6e524ddc: Merge "Make dex2oat heap size product configurable [art]" by Brian Carlstrom · 11 years ago
  37. 70c561f am 180c2a6d: am 3d30b073: Merge "ART: Do not emit load when inlining unused Thread.currentThread()" by Andreas Gampe · 11 years ago
  38. 5d6271e am 69f915f9: am 8746860d: Merge "Only allow instance-of to improve knowledge of a type for downcasts." by Ian Rogers · 11 years ago
  39. 02c127a am fb16129c: Merge "Global Value Numbering." by Vladimir Marko · 11 years ago
  40. 43eb9ea am b26d1905: Merge "ART: Refactor frontend.cc" by Andreas Gampe · 11 years ago
  41. eef893a am 50fb2436: Merge "Handle potential <clinit>() correctly in LVN." by Vladimir Marko · 11 years ago
  42. b6c6be7 am 723b2fc3: Merge "Faster deduplication in OatWriter." by Vladimir Marko · 11 years ago
  43. bfb6769 am b2bc3c97: Merge "Fix GC to use art::Atomic rather than compiler intrinsics." by Ian Rogers · 11 years ago
  44. b982fd2 am c4f72ec4: Merge "Use memory chunks for monitors on LP64" by Andreas Gampe · 11 years ago
  45. 0fd207a am af4cf5d7: Merge "Missed use of android_atomic and thread state_." by Ian Rogers · 11 years ago
  46. eb97d87 am 070dfc4c: Merge "Fix tracing." by Ian Rogers · 11 years ago
  47. 169b586 am d8079288: Merge "art: fix host dex2oat runtime args" by Colin Cross · 11 years ago
  48. f7d44f2 am 62526c37: Merge "Move thread state to art::Atomic." by Ian Rogers · 11 years ago
  49. 064b783 am 43b6fe02: Merge "Move another field away from android_atomic_cas." by Ian Rogers · 11 years ago
  50. 46d8f38 am 672f8367: Merge "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 11 years ago
  51. da3e7b4 am 4770a2e6: Merge "Remove legacy CAS implementations from mutex." by Ian Rogers · 11 years ago
  52. 1acde32 am bcb3b290: Merge "Add notion of released vs empty pages to ROSAlloc." by Mathieu Chartier · 11 years ago
  53. bc8c613 am 5de52242: Merge "Add implicit null and stack checks for x86" by Dave Allison · 11 years ago
  54. 82001c6 am 2929490d: Merge "Move card table away from android_atomic_cas." by Ian Rogers · 11 years ago
  55. 967ba5f am 5472edce: Merge "CW on Master: Propagate or throw exception when no class found happens in interpreter." by Brian Carlstrom · 11 years ago
  56. ed7d47c am b288a5ad: Merge "Use the icu4c headers from the new location." by Elliott Hughes · 11 years ago
  57. 68fa091 am 91db19b5: Merge "ART: Add simple tests for inlining of CAS" by Andreas Gampe · 11 years ago
  58. f2f3bd2 am ef9b94cc: Merge "Add easy way to ensure the next allocation does GC." by Mathieu Chartier · 11 years ago
  59. e5526e7 am b796d1bf: Merge "Remove incorrect check for sa_mask in signal chaining" by Dave Allison · 11 years ago
  60. d19bab5 am c21dc06a: Merge "ART: Check slow_paths_.Size() every time" by Ian Rogers · 11 years ago
  61. 206f94b am 68e5f442: Merge "x86_64: GenInlinedCas must use wide rl_src_offset under 64-bit targets" by Ian Rogers · 11 years ago
  62. 7fde207 am a76dc41f: Merge "Allow method tracing for run-test" by Ian Rogers · 11 years ago
  63. c860df1 am 0f635b10: Merge "Fix method tracing from command-line" by Ian Rogers · 11 years ago
  64. a892b0e am 32710dd4: Merge "x86_64: enable Peek and Poke intrinsics" by Ian Rogers · 11 years ago
  65. 3af030b am 62f28f94: Merge "Fix a compile assert name with inverted meaning." by Vladimir Marko · 11 years ago
  66. 7e001a8 am 665f6810: Merge "Workaround for invalid monitor-exit catch ranges." by Vladimir Marko · 11 years ago
  67. 2596abd am 8078b294: Merge "Revert "ART: Key-Value Store in Oat header"" by Nicolas Geoffray · 11 years ago
  68. 34ef0b1 am 608520c8: Merge "Adds PGO_GEN and PGO_USE for libart and libart-compiler." by Ian Rogers · 11 years ago
  69. 4aabec6 am 2cfe30bd: Merge "X86 Backend support for vectorized float and byte 16x16 operations" by Ian Rogers · 11 years ago
  70. 4298bb2 am 7b68fb3b: Merge "x86_64: Clean-up after cmp-long fix" by Ian Rogers · 11 years ago
  71. 76abd81 am dfc56e68: Merge "Clean-up call_x86.cc" by Ian Rogers · 11 years ago
  72. 10eddab am 251a057f: Merge "ART: Fix FP promotion" by Andreas Gampe · 11 years ago
  73. cf16ca1 am dac3f4af: Merge "Whitelist another exception during dex2oat resolving." by Brian Carlstrom · 11 years ago
  74. a01ea93 am 6e524ddc: Merge "Make dex2oat heap size product configurable [art]" by Brian Carlstrom · 11 years ago
  75. 180c2a6 am 3d30b073: Merge "ART: Do not emit load when inlining unused Thread.currentThread()" by Andreas Gampe · 11 years ago
  76. 69f915f am 8746860d: Merge "Only allow instance-of to improve knowledge of a type for downcasts." by Ian Rogers · 11 years ago
  77. df5503e am e45a3586: am c16fc5fc: am 09341a57: Merge "ART: Key-Value Store in Oat header" by Andreas Gampe · 11 years ago
  78. 71946bc am 673bc998: am 4c5e832c: am b63727cd: Merge "ART: Update Monitor::Wait so it releases monitor_lock_ before throwing an exception" by Andreas Gampe · 11 years ago
  79. bbd69c1 am 0f1a96e8: am 5f8d472a: am 1f3a9465: Merge "Remove Dbg::VisitRoots()." by Hiroshi Yamauchi · 11 years ago
  80. b560642 am 0f428aae: am c0d6dd51: am e8a30f37: Merge "Fix some style nitpicks" by Brian Carlstrom · 11 years ago
  81. bb0b3d9 am 9332dca9: am c6c0a402: am 50dffeee: Merge "Fix local reference leaks in debugger and use a cache." by Mathieu Chartier · 11 years ago
  82. 4967c9f am ad1cc685: am aac7b7dd: am c4c601b6: Merge "Add kIntrinsicIsStatic flag for System.arraycopy()." by Vladimir Marko · 11 years ago
  83. b49b6da am 0449984d: am a5690945: am f55159c1: Merge "Fix style issue." by Vladimir Marko · 11 years ago
  84. 49976e7 am 990dde61: am db123b00: am 74d8348c: Merge "Check invoke type for intrinsic method invokes." by Vladimir Marko · 11 years ago
  85. a185d22 am 42bbeb85: am 0c8537e5: am 751dee37: Merge "BaseMutex::IsExclusiveHeld should only be called on self." by Ian Rogers · 11 years ago
  86. c76ccd3 am cff996e6: am 6939ba7f: am a3ed7f87: Merge "JNI dlsym lookup fixes." by Ian Rogers · 11 years ago
  87. 363b6ac am 87d5eb80: am d343c221: am e60658e8: Merge "Enable compiler testing for ARM64 and x86-64." by Ian Rogers · 11 years ago
  88. ae240ff am a3d0afca: am 23b39cec: am 464ef7a7: Merge "ART: Intrinsic implementation for java.lang.System.arraycopy." by Ian Rogers · 11 years ago
  89. c01394f am fe147700: am 53dbd90d: am a1d1781e: Merge "Fix dex file dependencies for oat tests." by Ian Rogers · 11 years ago
  90. e45a358 am c16fc5fc: am 09341a57: Merge "ART: Key-Value Store in Oat header" by Andreas Gampe · 11 years ago
  91. 673bc99 am 4c5e832c: am b63727cd: Merge "ART: Update Monitor::Wait so it releases monitor_lock_ before throwing an exception" by Andreas Gampe · 11 years ago
  92. 0f1a96e am 5f8d472a: am 1f3a9465: Merge "Remove Dbg::VisitRoots()." by Hiroshi Yamauchi · 11 years ago
  93. 0f428aa am c0d6dd51: am e8a30f37: Merge "Fix some style nitpicks" by Brian Carlstrom · 11 years ago
  94. 9332dca am c6c0a402: am 50dffeee: Merge "Fix local reference leaks in debugger and use a cache." by Mathieu Chartier · 11 years ago
  95. ad1cc68 am aac7b7dd: am c4c601b6: Merge "Add kIntrinsicIsStatic flag for System.arraycopy()." by Vladimir Marko · 11 years ago
  96. 0449984 am a5690945: am f55159c1: Merge "Fix style issue." by Vladimir Marko · 11 years ago
  97. 990dde6 am db123b00: am 74d8348c: Merge "Check invoke type for intrinsic method invokes." by Vladimir Marko · 11 years ago
  98. 42bbeb8 am 0c8537e5: am 751dee37: Merge "BaseMutex::IsExclusiveHeld should only be called on self." by Ian Rogers · 11 years ago
  99. cff996e am 6939ba7f: am a3ed7f87: Merge "JNI dlsym lookup fixes." by Ian Rogers · 11 years ago
  100. 87d5eb8 am d343c221: am e60658e8: Merge "Enable compiler testing for ARM64 and x86-64." by Ian Rogers · 11 years ago