1. 982b3c0 am 50fb2436: Merge "Handle potential <clinit>() correctly in LVN." by Vladimir Marko · 11 years ago
  2. 21e38a3 am 723b2fc3: Merge "Faster deduplication in OatWriter." by Vladimir Marko · 11 years ago
  3. 6302c88 am b2bc3c97: Merge "Fix GC to use art::Atomic rather than compiler intrinsics." by Ian Rogers · 11 years ago
  4. d74ff9b am c4f72ec4: Merge "Use memory chunks for monitors on LP64" by Andreas Gampe · 11 years ago
  5. b88f433 am af4cf5d7: Merge "Missed use of android_atomic and thread state_." by Ian Rogers · 11 years ago
  6. 0cb6d72 am 070dfc4c: Merge "Fix tracing." by Ian Rogers · 11 years ago
  7. 3df187c am d8079288: Merge "art: fix host dex2oat runtime args" by Colin Cross · 11 years ago
  8. fc87924 am 62526c37: Merge "Move thread state to art::Atomic." by Ian Rogers · 11 years ago
  9. f95e89a am 43b6fe02: Merge "Move another field away from android_atomic_cas." by Ian Rogers · 11 years ago
  10. 826d36e am 672f8367: Merge "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 11 years ago
  11. 60c83e0 am 4770a2e6: Merge "Remove legacy CAS implementations from mutex." by Ian Rogers · 11 years ago
  12. b2bc3c9 Merge "Fix GC to use art::Atomic rather than compiler intrinsics." by Ian Rogers · 11 years ago
  13. be2a1df Fix GC to use art::Atomic rather than compiler intrinsics. by Ian Rogers · 11 years ago
  14. af4cf5d Merge "Missed use of android_atomic and thread state_." by Ian Rogers · 11 years ago
  15. 8c1b5f7 Missed use of android_atomic and thread state_. by Ian Rogers · 11 years ago
  16. 650385e am bcb3b290: Merge "Add notion of released vs empty pages to ROSAlloc." by Mathieu Chartier · 11 years ago
  17. 070dfc4 Merge "Fix tracing." by Ian Rogers · 11 years ago
  18. 54fb8fd Fix tracing. by Ian Rogers · 11 years ago
  19. d224b8c am 5de52242: Merge "Add implicit null and stack checks for x86" by Dave Allison · 11 years ago
  20. a0f17e1 am 2929490d: Merge "Move card table away from android_atomic_cas." by Ian Rogers · 11 years ago
  21. 3758810 am 5472edce: Merge "CW on Master: Propagate or throw exception when no class found happens in interpreter." by Brian Carlstrom · 11 years ago
  22. c400ffb am b288a5ad: Merge "Use the icu4c headers from the new location." by Elliott Hughes · 11 years ago
  23. 450b94d am 91db19b5: Merge "ART: Add simple tests for inlining of CAS" by Andreas Gampe · 11 years ago
  24. cb2e23f am ef9b94cc: Merge "Add easy way to ensure the next allocation does GC." by Mathieu Chartier · 11 years ago
  25. 5de5224 Merge "Add implicit null and stack checks for x86" by Dave Allison · 11 years ago
  26. 34e826c Add implicit null and stack checks for x86 by Dave Allison · 11 years ago
  27. d1cfc9e am b796d1bf: Merge "Remove incorrect check for sa_mask in signal chaining" by Dave Allison · 11 years ago
  28. 4770a2e Merge "Remove legacy CAS implementations from mutex." by Ian Rogers · 11 years ago
  29. c719069 Remove legacy CAS implementations from mutex. by Ian Rogers · 11 years ago
  30. 62526c3 Merge "Move thread state to art::Atomic." by Ian Rogers · 11 years ago
  31. b8e087e Move thread state to art::Atomic. by Ian Rogers · 11 years ago
  32. 77dee8c am c21dc06a: Merge "ART: Check slow_paths_.Size() every time" by Ian Rogers · 11 years ago
  33. b42fb83 am 68e5f442: Merge "x86_64: GenInlinedCas must use wide rl_src_offset under 64-bit targets" by Ian Rogers · 11 years ago
  34. 50fb243 Merge "Handle potential <clinit>() correctly in LVN." by Vladimir Marko · 11 years ago
  35. 723b2fc Merge "Faster deduplication in OatWriter." by Vladimir Marko · 11 years ago
  36. 9e5599d am a76dc41f: Merge "Allow method tracing for run-test" by Ian Rogers · 11 years ago
  37. 55cd98a am 0f635b10: Merge "Fix method tracing from command-line" by Ian Rogers · 11 years ago
  38. bd72fc1 Faster deduplication in OatWriter. by Vladimir Marko · 11 years ago
  39. fb31dff am 32710dd4: Merge "x86_64: enable Peek and Poke intrinsics" by Ian Rogers · 11 years ago
  40. f418f32 Handle potential <clinit>() correctly in LVN. by Vladimir Marko · 11 years ago
  41. c21dc06 Merge "ART: Check slow_paths_.Size() every time" by Ian Rogers · 11 years ago
  42. 8159af6 ART: Check slow_paths_.Size() every time by Chao-ying Fu · 11 years ago
  43. 0f635b1 Merge "Fix method tracing from command-line" by Ian Rogers · 11 years ago
  44. 32710dd Merge "x86_64: enable Peek and Poke intrinsics" by Ian Rogers · 11 years ago
  45. c4f72ec Merge "Use memory chunks for monitors on LP64" by Andreas Gampe · 11 years ago
  46. 7424081 Use memory chunks for monitors on LP64 by Andreas Gampe · 11 years ago
  47. 43b6fe0 Merge "Move another field away from android_atomic_cas." by Ian Rogers · 11 years ago
  48. 8ab25ef Move another field away from android_atomic_cas. by Ian Rogers · 11 years ago
  49. 2929490 Merge "Move card table away from android_atomic_cas." by Ian Rogers · 11 years ago
  50. 1461144 Move card table away from android_atomic_cas. by Ian Rogers · 11 years ago
  51. ef9b94c Merge "Add easy way to ensure the next allocation does GC." by Mathieu Chartier · 11 years ago
  52. 7c88c60 Add easy way to ensure the next allocation does GC. by Mathieu Chartier · 11 years ago
  53. b796d1b Merge "Remove incorrect check for sa_mask in signal chaining" by Dave Allison · 11 years ago
  54. 213bc5b Remove incorrect check for sa_mask in signal chaining by Dave Allison · 11 years ago
  55. 68e5f44 Merge "x86_64: GenInlinedCas must use wide rl_src_offset under 64-bit targets" by Ian Rogers · 11 years ago
  56. 021b60f x86_64: GenInlinedCas must use wide rl_src_offset under 64-bit targets by Chao-ying Fu · 11 years ago
  57. d807928 Merge "art: fix host dex2oat runtime args" by Colin Cross · 11 years ago
  58. 44a3c19 art: fix host dex2oat runtime args by Colin Cross · 11 years ago
  59. 672f836 Merge "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 11 years ago
  60. 3d14eb6 Revert "Add implicit null and stack checks for x86" by Dave Allison · 11 years ago
  61. bcb3b29 Merge "Add notion of released vs empty pages to ROSAlloc." by Mathieu Chartier · 11 years ago
  62. a5b5c55 Add notion of released vs empty pages to ROSAlloc. by Mathieu Chartier · 11 years ago
  63. b288a5a Merge "Use the icu4c headers from the new location." by Elliott Hughes · 11 years ago
  64. 5ced672 Use the icu4c headers from the new location. by Elliott Hughes · 11 years ago
  65. 91db19b Merge "ART: Add simple tests for inlining of CAS" by Andreas Gampe · 11 years ago
  66. 0cbfd44 ART: Add simple tests for inlining of CAS by Andreas Gampe · 11 years ago
  67. a76dc41 Merge "Allow method tracing for run-test" by Ian Rogers · 11 years ago
  68. eb24bae x86_64: enable Peek and Poke intrinsics by Alexei Zavjalov · 11 years ago
  69. bae182c Fix method tracing from command-line by Sebastien Hertz · 11 years ago
  70. 07aaac8 Allow method tracing for run-test by Sebastien Hertz · 11 years ago
  71. 116bee4 am 62f28f94: Merge "Fix a compile assert name with inverted meaning." by Vladimir Marko · 11 years ago
  72. 9e55c90 am 665f6810: Merge "Workaround for invalid monitor-exit catch ranges." by Vladimir Marko · 11 years ago
  73. c8fb7ef am 8078b294: Merge "Revert "ART: Key-Value Store in Oat header"" by Nicolas Geoffray · 11 years ago
  74. c9058b7 am 608520c8: Merge "Adds PGO_GEN and PGO_USE for libart and libart-compiler." by Ian Rogers · 11 years ago
  75. cafde46 am 2cfe30bd: Merge "X86 Backend support for vectorized float and byte 16x16 operations" by Ian Rogers · 11 years ago
  76. daf3aa9 am 7b68fb3b: Merge "x86_64: Clean-up after cmp-long fix" by Ian Rogers · 11 years ago
  77. ae37b34 am dfc56e68: Merge "Clean-up call_x86.cc" by Ian Rogers · 11 years ago
  78. b75e7b3 am 251a057f: Merge "ART: Fix FP promotion" by Andreas Gampe · 11 years ago
  79. 9152d40 am dac3f4af: Merge "Whitelist another exception during dex2oat resolving." by Brian Carlstrom · 11 years ago
  80. b7382af am 6e524ddc: Merge "Make dex2oat heap size product configurable [art]" by Brian Carlstrom · 11 years ago
  81. 4e7e734 am 3d30b073: Merge "ART: Do not emit load when inlining unused Thread.currentThread()" by Andreas Gampe · 11 years ago
  82. 359bcda am 8746860d: Merge "Only allow instance-of to improve knowledge of a type for downcasts." by Ian Rogers · 11 years ago
  83. 608520c Merge "Adds PGO_GEN and PGO_USE for libart and libart-compiler." by Ian Rogers · 11 years ago
  84. 5472edc Merge "CW on Master: Propagate or throw exception when no class found happens in interpreter." by Brian Carlstrom · 11 years ago
  85. 7b1cabf CW on Master: Propagate or throw exception when no class found happens in interpreter. by Sean Wan · 11 years ago
  86. 2cfe30b Merge "X86 Backend support for vectorized float and byte 16x16 operations" by Ian Rogers · 11 years ago
  87. 60bfe7b X86 Backend support for vectorized float and byte 16x16 operations by Udayan Banerji · 11 years ago
  88. 7b68fb3 Merge "x86_64: Clean-up after cmp-long fix" by Ian Rogers · 11 years ago
  89. 94f3eb0 x86_64: Clean-up after cmp-long fix by Serguei Katkov · 11 years ago
  90. dfc56e6 Merge "Clean-up call_x86.cc" by Ian Rogers · 11 years ago
  91. 407a9d2 Clean-up call_x86.cc by Serguei Katkov · 11 years ago
  92. 251a057 Merge "ART: Fix FP promotion" by Andreas Gampe · 11 years ago
  93. 01758d5 ART: Fix FP promotion by Andreas Gampe · 11 years ago
  94. 6e524dd Merge "Make dex2oat heap size product configurable [art]" by Brian Carlstrom · 11 years ago
  95. 8746860 Merge "Only allow instance-of to improve knowledge of a type for downcasts." by Ian Rogers · 11 years ago
  96. ebbdd87 Only allow instance-of to improve knowledge of a type for downcasts. by Ian Rogers · 11 years ago
  97. c16fc5f am 09341a57: Merge "ART: Key-Value Store in Oat header" by Andreas Gampe · 11 years ago
  98. 4c5e832 am b63727cd: Merge "ART: Update Monitor::Wait so it releases monitor_lock_ before throwing an exception" by Andreas Gampe · 11 years ago
  99. 09341a5 Merge "ART: Key-Value Store in Oat header" by Andreas Gampe · 11 years ago
  100. 5f8d472 am 1f3a9465: Merge "Remove Dbg::VisitRoots()." by Hiroshi Yamauchi · 11 years ago