1. 49b874b Merge "ART: Detached blocks should not be processed by compiler" by Ian Rogers · 10 years ago
  2. adce33d Merge "Make CAS operations in Object use art::Atomic." by Ian Rogers · 10 years ago
  3. 4e99b3d Add missing class initialization during compilation and tests by Sebastien Hertz · 10 years ago
  4. 320deb2 Fix missing single-step event by Sebastien Hertz · 10 years ago
  5. 228602f Make CAS operations in Object use art::Atomic. by Ian Rogers · 10 years ago
  6. be2a1df Fix GC to use art::Atomic rather than compiler intrinsics. by Ian Rogers · 10 years ago
  7. f2466a7 ART: Handle Extended MIRs in a uniform manner by Udayan Banerji · 10 years ago
  8. a3fe742 AArch64: Fix and enable reverseBytes intrinsic. by Zheng Xu · 10 years ago
  9. 5fa647d Merge "Slow path for iget should expect return in core reg" by Andreas Gampe · 10 years ago
  10. 4eca9f5 Slow path for iget should expect return in core reg by Serguei Katkov · 10 years ago
  11. 0d2d031 Merge "Improve the OOME fragmentation message." by Hiroshi Yamauchi · 10 years ago
  12. 654dd48 Improve the OOME fragmentation message. by Hiroshi Yamauchi · 10 years ago
  13. 62526c3 Merge "Move thread state to art::Atomic." by Ian Rogers · 10 years ago
  14. b8e087e Move thread state to art::Atomic. by Ian Rogers · 10 years ago
  15. f894f63 Merge "ART: Rename CallInlining to SpecialMethodInliner" by Vladimir Marko · 10 years ago
  16. cb80474 ART: Rename CallInlining to SpecialMethodInliner by Razvan A Lupusoru · 10 years ago
  17. fb16129 Merge "Global Value Numbering." by Vladimir Marko · 10 years ago
  18. 95a0597 Global Value Numbering. by Vladimir Marko · 10 years ago
  19. 50fb243 Merge "Handle potential <clinit>() correctly in LVN." by Vladimir Marko · 10 years ago
  20. 723b2fc Merge "Faster deduplication in OatWriter." by Vladimir Marko · 10 years ago
  21. b2bc3c9 Merge "Fix GC to use art::Atomic rather than compiler intrinsics." by Ian Rogers · 10 years ago
  22. bd72fc1 Faster deduplication in OatWriter. by Vladimir Marko · 10 years ago
  23. 989367a ART: Detached blocks should not be processed by compiler by Niranjan Kumar · 10 years ago
  24. f418f32 Handle potential <clinit>() correctly in LVN. by Vladimir Marko · 10 years ago
  25. cba6b1f Merge "ART: Enable some ARM64 optimizations." by Andreas Gampe · 10 years ago
  26. f2b3f33 ART: Enable some ARM64 optimizations. by Andreas Gampe · 10 years ago
  27. c4f72ec Merge "Use memory chunks for monitors on LP64" by Andreas Gampe · 10 years ago
  28. 7424081 Use memory chunks for monitors on LP64 by Andreas Gampe · 10 years ago
  29. af4cf5d Merge "Missed use of android_atomic and thread state_." by Ian Rogers · 10 years ago
  30. 8c1b5f7 Missed use of android_atomic and thread state_. by Ian Rogers · 10 years ago
  31. 070dfc4 Merge "Fix tracing." by Ian Rogers · 10 years ago
  32. 54fb8fd Fix tracing. by Ian Rogers · 10 years ago
  33. 32710dd Merge "x86_64: enable Peek and Poke intrinsics" by Ian Rogers · 10 years ago
  34. 43b6fe0 Merge "Move another field away from android_atomic_cas." by Ian Rogers · 10 years ago
  35. 8ab25ef Move another field away from android_atomic_cas. by Ian Rogers · 10 years ago
  36. a76dc41 Merge "Allow method tracing for run-test" by Ian Rogers · 10 years ago
  37. 0f635b1 Merge "Fix method tracing from command-line" by Ian Rogers · 10 years ago
  38. bcb3b29 Merge "Add notion of released vs empty pages to ROSAlloc." by Mathieu Chartier · 10 years ago
  39. a5b5c55 Add notion of released vs empty pages to ROSAlloc. by Mathieu Chartier · 10 years ago
  40. 5de5224 Merge "Add implicit null and stack checks for x86" by Dave Allison · 10 years ago
  41. 34e826c Add implicit null and stack checks for x86 by Dave Allison · 10 years ago
  42. c21dc06 Merge "ART: Check slow_paths_.Size() every time" by Ian Rogers · 10 years ago
  43. 8159af6 ART: Check slow_paths_.Size() every time by Chao-ying Fu · 10 years ago
  44. 2929490 Merge "Move card table away from android_atomic_cas." by Ian Rogers · 10 years ago
  45. 1461144 Move card table away from android_atomic_cas. by Ian Rogers · 10 years ago
  46. 68e5f44 Merge "x86_64: GenInlinedCas must use wide rl_src_offset under 64-bit targets" by Ian Rogers · 10 years ago
  47. 021b60f x86_64: GenInlinedCas must use wide rl_src_offset under 64-bit targets by Chao-ying Fu · 10 years ago
  48. b26d190 Merge "ART: Refactor frontend.cc" by Andreas Gampe · 10 years ago
  49. 00caeed ART: Refactor frontend.cc by Andreas Gampe · 10 years ago
  50. d807928 Merge "art: fix host dex2oat runtime args" by Colin Cross · 10 years ago
  51. 44a3c19 art: fix host dex2oat runtime args by Colin Cross · 10 years ago
  52. 672f836 Merge "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 10 years ago
  53. 3d14eb6 Revert "Add implicit null and stack checks for x86" by Dave Allison · 10 years ago
  54. 4770a2e Merge "Remove legacy CAS implementations from mutex." by Ian Rogers · 10 years ago
  55. c719069 Remove legacy CAS implementations from mutex. by Ian Rogers · 10 years ago
  56. eb24bae x86_64: enable Peek and Poke intrinsics by Alexei Zavjalov · 10 years ago
  57. bae182c Fix method tracing from command-line by Sebastien Hertz · 11 years ago
  58. 07aaac8 Allow method tracing for run-test by Sebastien Hertz · 10 years ago
  59. 79bb184 ART: Correct disassembling of regs from opcodes by Vladimir Kostyukov · 10 years ago
  60. 5472edc Merge "CW on Master: Propagate or throw exception when no class found happens in interpreter." by Brian Carlstrom · 10 years ago
  61. 7b1cabf CW on Master: Propagate or throw exception when no class found happens in interpreter. by Sean Wan · 10 years ago
  62. b288a5a Merge "Use the icu4c headers from the new location." by Elliott Hughes · 10 years ago
  63. 5ced672 Use the icu4c headers from the new location. by Elliott Hughes · 10 years ago
  64. 91db19b Merge "ART: Add simple tests for inlining of CAS" by Andreas Gampe · 10 years ago
  65. 0cbfd44 ART: Add simple tests for inlining of CAS by Andreas Gampe · 10 years ago
  66. ef9b94c Merge "Add easy way to ensure the next allocation does GC." by Mathieu Chartier · 10 years ago
  67. 7c88c60 Add easy way to ensure the next allocation does GC. by Mathieu Chartier · 10 years ago
  68. b796d1b Merge "Remove incorrect check for sa_mask in signal chaining" by Dave Allison · 10 years ago
  69. 213bc5b Remove incorrect check for sa_mask in signal chaining by Dave Allison · 10 years ago
  70. cecec71 Merge "Add patchoat tool to Art." by Brian Carlstrom · 10 years ago
  71. 53cb16b Add patchoat tool to Art. by Alex Light · 10 years ago
  72. ae2efea Merge "ART: Add HADDPS/HADDPD/SHUFPS/SHUFPD instruction generation" by Ian Rogers · 10 years ago
  73. 0da09a0 Merge "Only allow whitelisted exceptions during dex2oat resolving." by Mathieu Chartier · 10 years ago
  74. 70b6348 Only allow whitelisted exceptions during dex2oat resolving. by Mathieu Chartier · 10 years ago
  75. 62f28f9 Merge "Fix a compile assert name with inverted meaning." by Vladimir Marko · 10 years ago
  76. 2aaed94 Fix a compile assert name with inverted meaning. by Vladimir Marko · 10 years ago
  77. 665f681 Merge "Workaround for invalid monitor-exit catch ranges." by Vladimir Marko · 10 years ago
  78. e8ae814 Workaround for invalid monitor-exit catch ranges. by Vladimir Marko · 10 years ago
  79. 50dffee Merge "Fix local reference leaks in debugger and use a cache." by Mathieu Chartier · 10 years ago
  80. 4345c46 Fix local reference leaks in debugger and use a cache. by Mathieu Chartier · 10 years ago
  81. c4c601b Merge "Add kIntrinsicIsStatic flag for System.arraycopy()." by Vladimir Marko · 10 years ago
  82. 460f4ef Add kIntrinsicIsStatic flag for System.arraycopy(). by Vladimir Marko · 10 years ago
  83. f55159c Merge "Fix style issue." by Vladimir Marko · 10 years ago
  84. 9c1bd6b Fix style issue. by Vladimir Marko · 10 years ago
  85. 74d8348 Merge "Check invoke type for intrinsic method invokes." by Vladimir Marko · 10 years ago
  86. 724c0fe Check invoke type for intrinsic method invokes. by Vladimir Marko · 10 years ago
  87. 751dee3 Merge "BaseMutex::IsExclusiveHeld should only be called on self." by Ian Rogers · 10 years ago
  88. a9d8c4c BaseMutex::IsExclusiveHeld should only be called on self. by Ian Rogers · 10 years ago
  89. a3ed7f8 Merge "JNI dlsym lookup fixes." by Ian Rogers · 10 years ago
  90. 04c31d2 JNI dlsym lookup fixes. by Ian Rogers · 10 years ago
  91. e60658e Merge "Enable compiler testing for ARM64 and x86-64." by Ian Rogers · 10 years ago
  92. 9c854ea Enable compiler testing for ARM64 and x86-64. by Ian Rogers · 10 years ago
  93. 1a2f84e Fix dex file dependencies for oat tests. by Ian Rogers · 10 years ago
  94. 464ef7a Merge "ART: Intrinsic implementation for java.lang.System.arraycopy." by Ian Rogers · 10 years ago
  95. 70c4f06 ART: Intrinsic implementation for java.lang.System.arraycopy. by DaniilSokolov · 10 years ago
  96. a1d1781 Merge "Fix dex file dependencies for oat tests." by Ian Rogers · 10 years ago
  97. 13f89cb Merge "Add make rule to debug interpreter-only mode" by Sebastien Hertz · 10 years ago
  98. 15582b9 Add make rule to debug interpreter-only mode by Sebastien Hertz · 10 years ago
  99. fbf156c Merge "Aarch64: fix bug and enable register promotion." by Andreas Gampe · 10 years ago
  100. f101319 Aarch64: fix bug and enable register promotion. by Matteo Franchin · 10 years ago