1. 50fb243 Merge "Handle potential <clinit>() correctly in LVN." by Vladimir Marko · 10 years ago
  2. 723b2fc Merge "Faster deduplication in OatWriter." by Vladimir Marko · 10 years ago
  3. b2bc3c9 Merge "Fix GC to use art::Atomic rather than compiler intrinsics." by Ian Rogers · 10 years ago
  4. bd72fc1 Faster deduplication in OatWriter. by Vladimir Marko · 10 years ago
  5. 989367a ART: Detached blocks should not be processed by compiler by Niranjan Kumar · 10 years ago
  6. f418f32 Handle potential <clinit>() correctly in LVN. by Vladimir Marko · 10 years ago
  7. cba6b1f Merge "ART: Enable some ARM64 optimizations." by Andreas Gampe · 10 years ago
  8. f2b3f33 ART: Enable some ARM64 optimizations. by Andreas Gampe · 10 years ago
  9. c4f72ec Merge "Use memory chunks for monitors on LP64" by Andreas Gampe · 10 years ago
  10. 7424081 Use memory chunks for monitors on LP64 by Andreas Gampe · 10 years ago
  11. af4cf5d Merge "Missed use of android_atomic and thread state_." by Ian Rogers · 10 years ago
  12. 8c1b5f7 Missed use of android_atomic and thread state_. by Ian Rogers · 10 years ago
  13. 070dfc4 Merge "Fix tracing." by Ian Rogers · 10 years ago
  14. 54fb8fd Fix tracing. by Ian Rogers · 10 years ago
  15. 32710dd Merge "x86_64: enable Peek and Poke intrinsics" by Ian Rogers · 10 years ago
  16. 43b6fe0 Merge "Move another field away from android_atomic_cas." by Ian Rogers · 10 years ago
  17. 8ab25ef Move another field away from android_atomic_cas. by Ian Rogers · 10 years ago
  18. a76dc41 Merge "Allow method tracing for run-test" by Ian Rogers · 10 years ago
  19. 0f635b1 Merge "Fix method tracing from command-line" by Ian Rogers · 10 years ago
  20. bcb3b29 Merge "Add notion of released vs empty pages to ROSAlloc." by Mathieu Chartier · 10 years ago
  21. a5b5c55 Add notion of released vs empty pages to ROSAlloc. by Mathieu Chartier · 10 years ago
  22. 5de5224 Merge "Add implicit null and stack checks for x86" by Dave Allison · 10 years ago
  23. 34e826c Add implicit null and stack checks for x86 by Dave Allison · 10 years ago
  24. c21dc06 Merge "ART: Check slow_paths_.Size() every time" by Ian Rogers · 10 years ago
  25. 8159af6 ART: Check slow_paths_.Size() every time by Chao-ying Fu · 10 years ago
  26. 2929490 Merge "Move card table away from android_atomic_cas." by Ian Rogers · 10 years ago
  27. 1461144 Move card table away from android_atomic_cas. by Ian Rogers · 10 years ago
  28. 68e5f44 Merge "x86_64: GenInlinedCas must use wide rl_src_offset under 64-bit targets" by Ian Rogers · 10 years ago
  29. 021b60f x86_64: GenInlinedCas must use wide rl_src_offset under 64-bit targets by Chao-ying Fu · 10 years ago
  30. b26d190 Merge "ART: Refactor frontend.cc" by Andreas Gampe · 10 years ago
  31. 00caeed ART: Refactor frontend.cc by Andreas Gampe · 10 years ago
  32. d807928 Merge "art: fix host dex2oat runtime args" by Colin Cross · 10 years ago
  33. 44a3c19 art: fix host dex2oat runtime args by Colin Cross · 10 years ago
  34. 672f836 Merge "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 10 years ago
  35. 3d14eb6 Revert "Add implicit null and stack checks for x86" by Dave Allison · 10 years ago
  36. 4770a2e Merge "Remove legacy CAS implementations from mutex." by Ian Rogers · 10 years ago
  37. c719069 Remove legacy CAS implementations from mutex. by Ian Rogers · 10 years ago
  38. eb24bae x86_64: enable Peek and Poke intrinsics by Alexei Zavjalov · 10 years ago
  39. bae182c Fix method tracing from command-line by Sebastien Hertz · 11 years ago
  40. 07aaac8 Allow method tracing for run-test by Sebastien Hertz · 10 years ago
  41. 79bb184 ART: Correct disassembling of regs from opcodes by Vladimir Kostyukov · 10 years ago
  42. 5472edc Merge "CW on Master: Propagate or throw exception when no class found happens in interpreter." by Brian Carlstrom · 10 years ago
  43. 7b1cabf CW on Master: Propagate or throw exception when no class found happens in interpreter. by Sean Wan · 10 years ago
  44. b288a5a Merge "Use the icu4c headers from the new location." by Elliott Hughes · 10 years ago
  45. 5ced672 Use the icu4c headers from the new location. by Elliott Hughes · 10 years ago
  46. 91db19b Merge "ART: Add simple tests for inlining of CAS" by Andreas Gampe · 10 years ago
  47. 0cbfd44 ART: Add simple tests for inlining of CAS by Andreas Gampe · 10 years ago
  48. ef9b94c Merge "Add easy way to ensure the next allocation does GC." by Mathieu Chartier · 10 years ago
  49. 7c88c60 Add easy way to ensure the next allocation does GC. by Mathieu Chartier · 10 years ago
  50. b796d1b Merge "Remove incorrect check for sa_mask in signal chaining" by Dave Allison · 10 years ago
  51. 213bc5b Remove incorrect check for sa_mask in signal chaining by Dave Allison · 10 years ago
  52. cecec71 Merge "Add patchoat tool to Art." by Brian Carlstrom · 10 years ago
  53. 53cb16b Add patchoat tool to Art. by Alex Light · 10 years ago
  54. ae2efea Merge "ART: Add HADDPS/HADDPD/SHUFPS/SHUFPD instruction generation" by Ian Rogers · 10 years ago
  55. 0da09a0 Merge "Only allow whitelisted exceptions during dex2oat resolving." by Mathieu Chartier · 10 years ago
  56. 70b6348 Only allow whitelisted exceptions during dex2oat resolving. by Mathieu Chartier · 10 years ago
  57. 62f28f9 Merge "Fix a compile assert name with inverted meaning." by Vladimir Marko · 10 years ago
  58. 2aaed94 Fix a compile assert name with inverted meaning. by Vladimir Marko · 10 years ago
  59. 665f681 Merge "Workaround for invalid monitor-exit catch ranges." by Vladimir Marko · 10 years ago
  60. e8ae814 Workaround for invalid monitor-exit catch ranges. by Vladimir Marko · 10 years ago
  61. 50dffee Merge "Fix local reference leaks in debugger and use a cache." by Mathieu Chartier · 10 years ago
  62. 4345c46 Fix local reference leaks in debugger and use a cache. by Mathieu Chartier · 10 years ago
  63. c4c601b Merge "Add kIntrinsicIsStatic flag for System.arraycopy()." by Vladimir Marko · 10 years ago
  64. 460f4ef Add kIntrinsicIsStatic flag for System.arraycopy(). by Vladimir Marko · 10 years ago
  65. f55159c Merge "Fix style issue." by Vladimir Marko · 10 years ago
  66. 9c1bd6b Fix style issue. by Vladimir Marko · 10 years ago
  67. 74d8348 Merge "Check invoke type for intrinsic method invokes." by Vladimir Marko · 10 years ago
  68. 724c0fe Check invoke type for intrinsic method invokes. by Vladimir Marko · 10 years ago
  69. 751dee3 Merge "BaseMutex::IsExclusiveHeld should only be called on self." by Ian Rogers · 10 years ago
  70. a9d8c4c BaseMutex::IsExclusiveHeld should only be called on self. by Ian Rogers · 10 years ago
  71. a3ed7f8 Merge "JNI dlsym lookup fixes." by Ian Rogers · 10 years ago
  72. 04c31d2 JNI dlsym lookup fixes. by Ian Rogers · 10 years ago
  73. e60658e Merge "Enable compiler testing for ARM64 and x86-64." by Ian Rogers · 10 years ago
  74. 9c854ea Enable compiler testing for ARM64 and x86-64. by Ian Rogers · 10 years ago
  75. 1a2f84e Fix dex file dependencies for oat tests. by Ian Rogers · 10 years ago
  76. 464ef7a Merge "ART: Intrinsic implementation for java.lang.System.arraycopy." by Ian Rogers · 10 years ago
  77. 70c4f06 ART: Intrinsic implementation for java.lang.System.arraycopy. by DaniilSokolov · 10 years ago
  78. a1d1781 Merge "Fix dex file dependencies for oat tests." by Ian Rogers · 10 years ago
  79. 13f89cb Merge "Add make rule to debug interpreter-only mode" by Sebastien Hertz · 10 years ago
  80. 15582b9 Add make rule to debug interpreter-only mode by Sebastien Hertz · 10 years ago
  81. fbf156c Merge "Aarch64: fix bug and enable register promotion." by Andreas Gampe · 10 years ago
  82. f101319 Aarch64: fix bug and enable register promotion. by Matteo Franchin · 10 years ago
  83. 8078b29 Merge "Revert "ART: Key-Value Store in Oat header"" by Nicolas Geoffray · 10 years ago
  84. 452bee5 Revert "ART: Key-Value Store in Oat header" by Nicolas Geoffray · 10 years ago
  85. 608520c Merge "Adds PGO_GEN and PGO_USE for libart and libart-compiler." by Ian Rogers · 10 years ago
  86. 2cfe30b Merge "X86 Backend support for vectorized float and byte 16x16 operations" by Ian Rogers · 10 years ago
  87. 60bfe7b X86 Backend support for vectorized float and byte 16x16 operations by Udayan Banerji · 10 years ago
  88. 7b68fb3 Merge "x86_64: Clean-up after cmp-long fix" by Ian Rogers · 10 years ago
  89. 94f3eb0 x86_64: Clean-up after cmp-long fix by Serguei Katkov · 10 years ago
  90. dfc56e6 Merge "Clean-up call_x86.cc" by Ian Rogers · 10 years ago
  91. 407a9d2 Clean-up call_x86.cc by Serguei Katkov · 10 years ago
  92. 251a057 Merge "ART: Fix FP promotion" by Andreas Gampe · 10 years ago
  93. 01758d5 ART: Fix FP promotion by Andreas Gampe · 10 years ago
  94. 6e524dd Merge "Make dex2oat heap size product configurable [art]" by Brian Carlstrom · 10 years ago
  95. 09341a5 Merge "ART: Key-Value Store in Oat header" by Andreas Gampe · 10 years ago
  96. c87d27b ART: Key-Value Store in Oat header by Andreas Gampe · 10 years ago
  97. 670134e Make dex2oat heap size product configurable [art] by Brian Carlstrom · 10 years ago
  98. 997660d Adds PGO_GEN and PGO_USE for libart and libart-compiler. by Dehao Chen · 10 years ago
  99. dac3f4a Merge "Whitelist another exception during dex2oat resolving." by Brian Carlstrom · 10 years ago
  100. 6b0599f Whitelist another exception during dex2oat resolving. by Brian Carlstrom · 10 years ago