1. 6920639 JDWP: fix thread_list deadlock by Sebastien Hertz · 9 years ago
  2. 1b8e8ca Merge "Revert "ART: Fix noreturn for Mac"" by Andreas Gampe · 9 years ago
  3. 48cc32c Revert "ART: Fix noreturn for Mac" by Andreas Gampe · 9 years ago
  4. e291f09 Merge "ART: Turn off missing-noreturn for Mac" by Andreas Gampe · 9 years ago
  5. 6622266 ART: Turn off missing-noreturn for Mac by Andreas Gampe · 9 years ago
  6. 81a6543 Merge "ART: Add support for "silvermont" variant" by Andreas Gampe · 9 years ago
  7. a9aabfe Merge "ART: Fix noreturn for Mac" by Andreas Gampe · 9 years ago
  8. 79dda42 ART: Fix noreturn for Mac by Andreas Gampe · 9 years ago
  9. 084403f Merge "Add more logging for debugging possible deadlock" by Mathieu Chartier · 9 years ago
  10. 720e71a Add more logging for debugging possible deadlock by Mathieu Chartier · 9 years ago
  11. 425ee0e Merge "Prevent verified method from being deleted by compiler driver." by Jeff Hao · 9 years ago
  12. a728627 Merge "Fix JNI compiler for mips64" by Andreas Gampe · 9 years ago
  13. 48699fb Prevent verified method from being deleted by compiler driver. by Jeff Hao · 9 years ago
  14. 75c40d4 Fix JNI compiler for mips64 by Goran Jakovljevic · 9 years ago
  15. 9104503 Merge "ART: Fix gtests for missing-noreturn" by Andreas Gampe · 9 years ago
  16. 9b14dc3 ART: Fix gtests for missing-noreturn by Andreas Gampe · 9 years ago
  17. fb9131b Merge "ART: Make unknown variant "mips64r6" go away" by Andreas Gampe · 9 years ago
  18. 017d16c ART: Make unknown variant "mips64r6" go away by Andreas Gampe · 9 years ago
  19. 6995856 Merge "ART: Fix no-return in sigchainlib" by Andreas Gampe · 9 years ago
  20. ba1ff84 ART: Fix no-return in sigchainlib by Andreas Gampe · 9 years ago
  21. c6ec867 Merge "ART: Enable more Clang warnings" by Andreas Gampe · 9 years ago
  22. 65b798e ART: Enable more Clang warnings by Andreas Gampe · 9 years ago
  23. c411c6c Merge "ART: Enable Clang's -Wdeprecated" by Andreas Gampe · 9 years ago
  24. 758a801 ART: Enable Clang's -Wdeprecated by Andreas Gampe · 9 years ago
  25. e8aae00 Merge "ART: Add Clang's -Wused-but-marked-unused" by Andreas Gampe · 9 years ago
  26. 81aedc7 Merge "Refactor and improve GC root handling" by Mathieu Chartier · 9 years ago
  27. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 9 years ago
  28. dfae5e6 Merge "Pass linker patches around as const." by Vladimir Marko · 9 years ago
  29. e57fc0f Merge "Delete missed ClampGrowthLimit CHECK" by Mathieu Chartier · 9 years ago
  30. ca71458 ART: Add Clang's -Wused-but-marked-unused by Andreas Gampe · 9 years ago
  31. de194bf Delete missed ClampGrowthLimit CHECK by Mathieu Chartier · 9 years ago
  32. 9d231cc Merge "Add missing RecordPcInfo's for intrinsics_x86." by Mingyao Yang · 9 years ago
  33. e90db12 Add missing RecordPcInfo's for intrinsics_x86. by Mingyao Yang · 9 years ago
  34. 9c53fa5 Merge "ART: Turn of native stack dump on x86 on-device" by Andreas Gampe · 9 years ago
  35. 2f0751e ART: Turn of native stack dump on x86 on-device by Andreas Gampe · 9 years ago
  36. 24a05f4 ART: Add support for "silvermont" variant by Andreas Gampe · 9 years ago
  37. 9ba48ce Merge "Fix the read barrier builds." by Hiroshi Yamauchi · 9 years ago
  38. 02d2f29 Fix the read barrier builds. by Hiroshi Yamauchi · 9 years ago
  39. 425587d Merge "Use va_list argument to abort transaction" by Sebastien Hertz · 9 years ago
  40. 73eaf9b Merge "Delegate SIG_DFL on sigaction to libc." by Dmitriy Ivanov · 9 years ago
  41. b2d4768 Merge "Store OatDexFile instead of OatFile in DexFile." by Richard Uhler · 9 years ago
  42. 34a0c20 Delegate SIG_DFL on sigaction to libc. by Dmitriy Ivanov · 9 years ago
  43. 6983854 Merge "Fix a bug when creating a HDeoptimization instruction." by Nicolas Geoffray · 9 years ago
  44. 2c18b95 Merge "ART: Avoid obvious segfault in arm & x86 fault handler" by Andreas Gampe · 9 years ago
  45. 784192a Merge "Explicitly specify the C libraries that have mallinfo(3)." by Elliott Hughes · 9 years ago
  46. 45b1597 Use va_list argument to abort transaction by Sebastien Hertz · 9 years ago
  47. 3dcd58c Fix a bug when creating a HDeoptimization instruction. by Nicolas Geoffray · 9 years ago
  48. 9415886 ART: Avoid obvious segfault in arm & x86 fault handler by Andreas Gampe · 9 years ago
  49. d43f160 Merge "Revert "ART: Workaround for b/20019689"" by Sebastien Hertz · 9 years ago
  50. 64db239 Revert "ART: Workaround for b/20019689" by Sebastien Hertz · 9 years ago
  51. ae36b4a Merge "Use specific exception class to abort transaction" by Sebastien Hertz · 9 years ago
  52. 2fd7e69 Use specific exception class to abort transaction by Sebastien Hertz · 9 years ago
  53. 7bf5a26 Explicitly specify the C libraries that have mallinfo(3). by Elliott Hughes · 9 years ago
  54. a68a7cf Merge "ART: Move trace options to a struct" by Andreas Gampe · 9 years ago
  55. f6a780a ART: Move trace options to a struct by Andreas Gampe · 9 years ago
  56. fc2b49a Merge "Revert "ART: Valgrind hotfix for VIXL 1.9"" by Andreas Gampe · 9 years ago
  57. 97597c9 Merge "[optimizing] Implement x86/x86_64 math intrinsics" by Andreas Gampe · 9 years ago
  58. 7775d2c Merge "Fix for issue 20051601 - ARM instruction alignment." by Andreas Gampe · 9 years ago
  59. 79ed989 Merge "Remove version-script option" by Dmitriy Ivanov · 9 years ago
  60. 7de85ca Remove version-script option by Dmitriy Ivanov · 9 years ago
  61. b207e14 Pass linker patches around as const. by Vladimir Marko · 9 years ago
  62. 3795e94 Merge "Split RelativePatcher::ReserveSpace() into two." by Vladimir Marko · 9 years ago
  63. 934d754 Fix for issue 20051601 - ARM instruction alignment. by David Srbecky · 9 years ago
  64. 71b0ddf Split RelativePatcher::ReserveSpace() into two. by Vladimir Marko · 9 years ago
  65. 93c65ad Merge "Add tests for Arm64RelativePatcher." by Vladimir Marko · 9 years ago
  66. 9a5df52 Merge "Fix race with Heap::ClampGrowthLimit and GC" by Mathieu Chartier · 9 years ago
  67. ddac423 Fix race with Heap::ClampGrowthLimit and GC by Mathieu Chartier · 9 years ago
  68. 3f311cf Add tests for Arm64RelativePatcher. by Vladimir Marko · 9 years ago
  69. 07b3c23 Store OatDexFile instead of OatFile in DexFile. by Richard Uhler · 9 years ago
  70. f949231 Merge "Update dexfuzz after optimizing default selection." by Andreas Gampe · 9 years ago
  71. fc3ee8f Revert "ART: Valgrind hotfix for VIXL 1.9" by Serban Constantinescu · 9 years ago
  72. e28be7d Merge "Add tests for Thumb2RelativePatcher." by Vladimir Marko · 9 years ago
  73. 4d23c9d Add tests for Thumb2RelativePatcher. by Vladimir Marko · 9 years ago
  74. e8a339e Merge "Write .debug_line section using the new DWARF library." by David Srbecky · 9 years ago
  75. fc67542 Merge "Refactor RelativePatcher out of OatWriter." by Vladimir Marko · 9 years ago
  76. 2486420 Merge "PC-relative loads from dex cache arrays for x86-64." by Vladimir Marko · 9 years ago
  77. 1ec46bc Update dexfuzz after optimizing default selection. by Stephen Kyle · 9 years ago
  78. b163bb7 Refactor RelativePatcher out of OatWriter. by Vladimir Marko · 9 years ago
  79. 28be3fb Merge "Move the "huge method" test into its own test case." by Roland Levillain · 9 years ago
  80. 812c141 Move the "huge method" test into its own test case. by Roland Levillain · 9 years ago
  81. dc56cc5 PC-relative loads from dex cache arrays for x86-64. by Vladimir Marko · 9 years ago
  82. c6e949a Merge "Switch to shared libcutils on host to fix odr-violation" by Brian Carlstrom · 9 years ago
  83. b4524fd Switch to shared libcutils on host to fix odr-violation by Brian Carlstrom · 9 years ago
  84. e428522 Merge "Revert "Revert "Deoptimization-based bce.""" by Mingyao Yang · 9 years ago
  85. 79bdb47 Merge "CanThrow() of HNewArray should return true." by Mingyao Yang · 9 years ago
  86. d11fa65 Merge "Clean up some RecordPcInfo in x86 slow paths." by Mingyao Yang · 9 years ago
  87. 0c365e6 CanThrow() of HNewArray should return true. by Mingyao Yang · 9 years ago
  88. 31da5cd Merge "ART: Fix unstarted runtime" by Andreas Gampe · 9 years ago
  89. aacc25d ART: Fix unstarted runtime by Andreas Gampe · 9 years ago
  90. a703a72 Merge "ART: Workaround for b/20019689" by Andreas Gampe · 9 years ago
  91. 328dd44 ART: Workaround for b/20019689 by Andreas Gampe · 9 years ago
  92. 475e4c2 Merge "Opt compiler: Fix move from constant." by Nicolas Geoffray · 9 years ago
  93. d43b3ac Revert "Revert "Deoptimization-based bce."" by Mingyao Yang · 9 years ago
  94. a25b5fe Merge "ART: Set default prune counter to 10" by Andreas Gampe · 9 years ago
  95. 664e461 Merge "Adds host execution to dexfuzz." by Calin Juravle · 9 years ago
  96. 0c2ef74 Merge "Fix test 421-large-frame." by Roland Levillain · 9 years ago
  97. 06fbd65 Fix test 421-large-frame. by Roland Levillain · 9 years ago
  98. 6936eee Merge "Fix formatting" by Dmitriy Ivanov · 9 years ago
  99. a3164b9 Fix formatting by Dmitriy Ivanov · 9 years ago
  100. a109632 Merge "ART: Regression test for condition materialization bug" by David Brazdil · 9 years ago