1. 68fa091 am 91db19b5: Merge "ART: Add simple tests for inlining of CAS" by Andreas Gampe · 11 years ago
  2. f2f3bd2 am ef9b94cc: Merge "Add easy way to ensure the next allocation does GC." by Mathieu Chartier · 11 years ago
  3. e5526e7 am b796d1bf: Merge "Remove incorrect check for sa_mask in signal chaining" by Dave Allison · 11 years ago
  4. d19bab5 am c21dc06a: Merge "ART: Check slow_paths_.Size() every time" by Ian Rogers · 11 years ago
  5. 206f94b am 68e5f442: Merge "x86_64: GenInlinedCas must use wide rl_src_offset under 64-bit targets" by Ian Rogers · 11 years ago
  6. 7fde207 am a76dc41f: Merge "Allow method tracing for run-test" by Ian Rogers · 11 years ago
  7. c860df1 am 0f635b10: Merge "Fix method tracing from command-line" by Ian Rogers · 11 years ago
  8. a892b0e am 32710dd4: Merge "x86_64: enable Peek and Poke intrinsics" by Ian Rogers · 11 years ago
  9. 3af030b am 62f28f94: Merge "Fix a compile assert name with inverted meaning." by Vladimir Marko · 11 years ago
  10. 7e001a8 am 665f6810: Merge "Workaround for invalid monitor-exit catch ranges." by Vladimir Marko · 11 years ago
  11. 2596abd am 8078b294: Merge "Revert "ART: Key-Value Store in Oat header"" by Nicolas Geoffray · 11 years ago
  12. 34ef0b1 am 608520c8: Merge "Adds PGO_GEN and PGO_USE for libart and libart-compiler." by Ian Rogers · 11 years ago
  13. 4aabec6 am 2cfe30bd: Merge "X86 Backend support for vectorized float and byte 16x16 operations" by Ian Rogers · 11 years ago
  14. 4298bb2 am 7b68fb3b: Merge "x86_64: Clean-up after cmp-long fix" by Ian Rogers · 11 years ago
  15. 76abd81 am dfc56e68: Merge "Clean-up call_x86.cc" by Ian Rogers · 11 years ago
  16. 10eddab am 251a057f: Merge "ART: Fix FP promotion" by Andreas Gampe · 11 years ago
  17. cf16ca1 am dac3f4af: Merge "Whitelist another exception during dex2oat resolving." by Brian Carlstrom · 11 years ago
  18. a01ea93 am 6e524ddc: Merge "Make dex2oat heap size product configurable [art]" by Brian Carlstrom · 11 years ago
  19. 180c2a6 am 3d30b073: Merge "ART: Do not emit load when inlining unused Thread.currentThread()" by Andreas Gampe · 11 years ago
  20. 69f915f am 8746860d: Merge "Only allow instance-of to improve knowledge of a type for downcasts." by Ian Rogers · 11 years ago
  21. e45a358 am c16fc5fc: am 09341a57: Merge "ART: Key-Value Store in Oat header" by Andreas Gampe · 11 years ago
  22. 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
  23. 0f1a96e am 5f8d472a: am 1f3a9465: Merge "Remove Dbg::VisitRoots()." by Hiroshi Yamauchi · 11 years ago
  24. 0f428aa am c0d6dd51: am e8a30f37: Merge "Fix some style nitpicks" by Brian Carlstrom · 11 years ago
  25. 9332dca am c6c0a402: am 50dffeee: Merge "Fix local reference leaks in debugger and use a cache." by Mathieu Chartier · 11 years ago
  26. ad1cc68 am aac7b7dd: am c4c601b6: Merge "Add kIntrinsicIsStatic flag for System.arraycopy()." by Vladimir Marko · 11 years ago
  27. 0449984 am a5690945: am f55159c1: Merge "Fix style issue." by Vladimir Marko · 11 years ago
  28. 990dde6 am db123b00: am 74d8348c: Merge "Check invoke type for intrinsic method invokes." by Vladimir Marko · 11 years ago
  29. 42bbeb8 am 0c8537e5: am 751dee37: Merge "BaseMutex::IsExclusiveHeld should only be called on self." by Ian Rogers · 11 years ago
  30. cff996e am 6939ba7f: am a3ed7f87: Merge "JNI dlsym lookup fixes." by Ian Rogers · 11 years ago
  31. 87d5eb8 am d343c221: am e60658e8: Merge "Enable compiler testing for ARM64 and x86-64." by Ian Rogers · 11 years ago
  32. a3d0afc am 23b39cec: am 464ef7a7: Merge "ART: Intrinsic implementation for java.lang.System.arraycopy." by Ian Rogers · 11 years ago
  33. fe14770 am 53dbd90d: am a1d1781e: Merge "Fix dex file dependencies for oat tests." by Ian Rogers · 11 years ago
  34. c21dc06 Merge "ART: Check slow_paths_.Size() every time" by Ian Rogers · 11 years ago
  35. 8159af6 ART: Check slow_paths_.Size() every time by Chao-ying Fu · 11 years ago
  36. 0f635b1 Merge "Fix method tracing from command-line" by Ian Rogers · 11 years ago
  37. 32710dd Merge "x86_64: enable Peek and Poke intrinsics" by Ian Rogers · 11 years ago
  38. ef9b94c Merge "Add easy way to ensure the next allocation does GC." by Mathieu Chartier · 11 years ago
  39. 7c88c60 Add easy way to ensure the next allocation does GC. by Mathieu Chartier · 11 years ago
  40. b796d1b Merge "Remove incorrect check for sa_mask in signal chaining" by Dave Allison · 11 years ago
  41. 213bc5b Remove incorrect check for sa_mask in signal chaining by Dave Allison · 11 years ago
  42. 68e5f44 Merge "x86_64: GenInlinedCas must use wide rl_src_offset under 64-bit targets" by Ian Rogers · 11 years ago
  43. 021b60f x86_64: GenInlinedCas must use wide rl_src_offset under 64-bit targets by Chao-ying Fu · 11 years ago
  44. 91db19b Merge "ART: Add simple tests for inlining of CAS" by Andreas Gampe · 11 years ago
  45. 0cbfd44 ART: Add simple tests for inlining of CAS by Andreas Gampe · 11 years ago
  46. a76dc41 Merge "Allow method tracing for run-test" by Ian Rogers · 11 years ago
  47. eb24bae x86_64: enable Peek and Poke intrinsics by Alexei Zavjalov · 11 years ago
  48. bae182c Fix method tracing from command-line by Sebastien Hertz · 11 years ago
  49. 07aaac8 Allow method tracing for run-test by Sebastien Hertz · 11 years ago
  50. 608520c Merge "Adds PGO_GEN and PGO_USE for libart and libart-compiler." by Ian Rogers · 11 years ago
  51. 2cfe30b Merge "X86 Backend support for vectorized float and byte 16x16 operations" by Ian Rogers · 11 years ago
  52. 60bfe7b X86 Backend support for vectorized float and byte 16x16 operations by Udayan Banerji · 11 years ago
  53. 7b68fb3 Merge "x86_64: Clean-up after cmp-long fix" by Ian Rogers · 11 years ago
  54. 94f3eb0 x86_64: Clean-up after cmp-long fix by Serguei Katkov · 11 years ago
  55. dfc56e6 Merge "Clean-up call_x86.cc" by Ian Rogers · 11 years ago
  56. 407a9d2 Clean-up call_x86.cc by Serguei Katkov · 11 years ago
  57. 251a057 Merge "ART: Fix FP promotion" by Andreas Gampe · 11 years ago
  58. 01758d5 ART: Fix FP promotion by Andreas Gampe · 11 years ago
  59. 6e524dd Merge "Make dex2oat heap size product configurable [art]" by Brian Carlstrom · 11 years ago
  60. 8746860 Merge "Only allow instance-of to improve knowledge of a type for downcasts." by Ian Rogers · 11 years ago
  61. ebbdd87 Only allow instance-of to improve knowledge of a type for downcasts. by Ian Rogers · 11 years ago
  62. c16fc5f am 09341a57: Merge "ART: Key-Value Store in Oat header" by Andreas Gampe · 11 years ago
  63. 4c5e832 am b63727cd: Merge "ART: Update Monitor::Wait so it releases monitor_lock_ before throwing an exception" by Andreas Gampe · 11 years ago
  64. 09341a5 Merge "ART: Key-Value Store in Oat header" by Andreas Gampe · 11 years ago
  65. 5f8d472 am 1f3a9465: Merge "Remove Dbg::VisitRoots()." by Hiroshi Yamauchi · 11 years ago
  66. c87d27b ART: Key-Value Store in Oat header by Andreas Gampe · 11 years ago
  67. 670134e Make dex2oat heap size product configurable [art] by Brian Carlstrom · 11 years ago
  68. c0d6dd5 am e8a30f37: Merge "Fix some style nitpicks" by Brian Carlstrom · 11 years ago
  69. 997660d Adds PGO_GEN and PGO_USE for libart and libart-compiler. by Dehao Chen · 11 years ago
  70. c6c0a40 am 50dffeee: Merge "Fix local reference leaks in debugger and use a cache." by Mathieu Chartier · 11 years ago
  71. aac7b7d am c4c601b6: Merge "Add kIntrinsicIsStatic flag for System.arraycopy()." by Vladimir Marko · 11 years ago
  72. a569094 am f55159c1: Merge "Fix style issue." by Vladimir Marko · 11 years ago
  73. db123b0 am 74d8348c: Merge "Check invoke type for intrinsic method invokes." by Vladimir Marko · 11 years ago
  74. 0c8537e am 751dee37: Merge "BaseMutex::IsExclusiveHeld should only be called on self." by Ian Rogers · 11 years ago
  75. 6939ba7 am a3ed7f87: Merge "JNI dlsym lookup fixes." by Ian Rogers · 11 years ago
  76. d343c22 am e60658e8: Merge "Enable compiler testing for ARM64 and x86-64." by Ian Rogers · 11 years ago
  77. 23b39ce am 464ef7a7: Merge "ART: Intrinsic implementation for java.lang.System.arraycopy." by Ian Rogers · 11 years ago
  78. 53dbd90 am a1d1781e: Merge "Fix dex file dependencies for oat tests." by Ian Rogers · 11 years ago
  79. dac3f4a Merge "Whitelist another exception during dex2oat resolving." by Brian Carlstrom · 11 years ago
  80. 6b0599f Whitelist another exception during dex2oat resolving. by Brian Carlstrom · 11 years ago
  81. 2a30a27 am 37ab97eb: am cecec712: Merge "Add patchoat tool to Art." by Brian Carlstrom · 11 years ago
  82. 37ab97e am cecec712: Merge "Add patchoat tool to Art." by Brian Carlstrom · 11 years ago
  83. 263c043 am d19aadd5: am ae2efea4: Merge "ART: Add HADDPS/HADDPD/SHUFPS/SHUFPD instruction generation" by Ian Rogers · 11 years ago
  84. d19aadd am ae2efea4: Merge "ART: Add HADDPS/HADDPD/SHUFPS/SHUFPD instruction generation" by Ian Rogers · 11 years ago
  85. 1f3a946 Merge "Remove Dbg::VisitRoots()." by Hiroshi Yamauchi · 11 years ago
  86. 0ec17d2 Remove Dbg::VisitRoots(). by Hiroshi Yamauchi · 11 years ago
  87. 50dffee Merge "Fix local reference leaks in debugger and use a cache." by Mathieu Chartier · 11 years ago
  88. 4345c46 Fix local reference leaks in debugger and use a cache. by Mathieu Chartier · 11 years ago
  89. a3ed7f8 Merge "JNI dlsym lookup fixes." by Ian Rogers · 11 years ago
  90. 04c31d2 JNI dlsym lookup fixes. by Ian Rogers · 11 years ago
  91. 464ef7a Merge "ART: Intrinsic implementation for java.lang.System.arraycopy." by Ian Rogers · 11 years ago
  92. 70c4f06 ART: Intrinsic implementation for java.lang.System.arraycopy. by DaniilSokolov · 11 years ago
  93. a1d1781 Merge "Fix dex file dependencies for oat tests." by Ian Rogers · 11 years ago
  94. 1a2f84e Fix dex file dependencies for oat tests. by Ian Rogers · 11 years ago
  95. cecec71 Merge "Add patchoat tool to Art." by Brian Carlstrom · 11 years ago
  96. 53cb16b Add patchoat tool to Art. by Alex Light · 11 years ago
  97. ae2efea Merge "ART: Add HADDPS/HADDPD/SHUFPS/SHUFPD instruction generation" by Ian Rogers · 11 years ago
  98. 7c7f4b1 am 91b9be73: am 0da09a02: Merge "Only allow whitelisted exceptions during dex2oat resolving." by Mathieu Chartier · 11 years ago
  99. 91b9be7 am 0da09a02: Merge "Only allow whitelisted exceptions during dex2oat resolving." by Mathieu Chartier · 11 years ago
  100. 166d696 am a127dcfe: am fbf156c9: Merge "Aarch64: fix bug and enable register promotion." by Andreas Gampe · 11 years ago