1. d684cbf Merge "Implement inlined shift long for 32bit" by Ian Rogers · 10 years ago
  2. f40f890 Implement inlined shift long for 32bit by Yixin Shou · 10 years ago
  3. e39a5e1 Merge "Execute an application even when dex2oat crashes." by Nicolas Geoffray · 10 years ago
  4. 4fcdc94 Execute an application even when dex2oat crashes. by Nicolas Geoffray · 10 years ago
  5. b662521 Merge "Fix crash in VirtualMachine.AllThreads JDWP command" by Sebastien Hertz · 10 years ago
  6. 9ac5602 Fix crash in VirtualMachine.AllThreads JDWP command by Sebastien Hertz · 10 years ago
  7. 6c6c6f6 Merge "Avoid use of std::string where we have const char*." by Ian Rogers · 10 years ago
  8. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 10 years ago
  9. b74ff13 Merge "Reduce stack usage for overflow checks" by Dave Allison · 10 years ago
  10. 648d711 Reduce stack usage for overflow checks by Dave Allison · 10 years ago
  11. 6324ca4 Merge "ART: Inline implementation of min() and max() for long in x86" by Ian Rogers · 10 years ago
  12. 4ab6f50 ART: Inline implementation of min() and max() for long in x86 by nikolay serdjuk · 10 years ago
  13. c38752d Merge "ART: Don't leave rex_ & length_ uninitialized" by Andreas Gampe · 10 years ago
  14. 181211d ART: Don't leave rex_ & length_ uninitialized by Andreas Gampe · 10 years ago
  15. 1b3e5b6 Merge "Implement GenInlinedReverseBits" by Ian Rogers · 10 years ago
  16. 8c914c0 Implement GenInlinedReverseBits by Yixin Shou · 10 years ago
  17. 33e70ef Merge "Fix art build script" by Ian Rogers · 10 years ago
  18. 76ab347 Fix art build script by Junmo Park · 10 years ago
  19. ecb0112 Merge "Make OatClass and OatMethod immutable once more." by Ian Rogers · 10 years ago
  20. 97b52f8 Make OatClass and OatMethod immutable once more. by Ian Rogers · 10 years ago
  21. a7101c1 Merge "ART: Fix mac build" by Andreas Gampe · 10 years ago
  22. eb0ab9e ART: Fix mac build by Andreas Gampe · 10 years ago
  23. 0cde7da Merge "ART: Fix run-test in case of relative TMPDIR" by Andreas Gampe · 10 years ago
  24. 3a12cfe ART: Fix run-test in case of relative TMPDIR by Andreas Gampe · 10 years ago
  25. 290bf82 Merge "Prevent merge conflicts." by Mathieu Chartier · 10 years ago
  26. c30a725 Prevent merge conflicts. by Mathieu Chartier · 10 years ago
  27. e7873ec Added --gcstress and --gcverify shortcut flags to run-test by Alex Light · 10 years ago
  28. 3842ad7 Merge "Fix bugs in the x86 and arm versions of generic JNI." by Nicolas Geoffray · 10 years ago
  29. 54accbc Fix bugs in the x86 and arm versions of generic JNI. by Nicolas Geoffray · 10 years ago
  30. 7469b6c Merge "The image for writing needn't be in low 4GB." by Ian Rogers · 10 years ago
  31. 3cd86d6 The image for writing needn't be in low 4GB. by Ian Rogers · 10 years ago
  32. 0e08405 Merge "ART: Fix another potential N-th visitor issue" by Andreas Gampe · 10 years ago
  33. 0d334ce ART: Fix another potential N-th visitor issue by Andreas Gampe · 10 years ago
  34. 70acd53 Merge "ART: Fix mac build" by Andreas Gampe · 10 years ago
  35. 7b1bf42 ART: Fix mac build by Andreas Gampe · 10 years ago
  36. 1805252 Merge "ART: Fix class-linker handling" by Andreas Gampe · 10 years ago
  37. eff0f5d ART: Fix class-linker handling by Andreas Gampe · 10 years ago
  38. aab0f86 Revert "Revert "Remove GCC atomic workarounds."" by Dan Albert · 10 years ago
  39. 093ef21 Move explicit GC after we are done initalizing all classes. by Mathieu Chartier · 10 years ago
  40. 6638624 Merge "Make method tracing deoptimize on startup." by Jeff Hao · 10 years ago
  41. bc678bb Make method tracing deoptimize on startup. by Jeff Hao · 10 years ago
  42. 6814d7b Merge "Revert "Remove GCC atomic workarounds."" by Jeff Hao · 10 years ago
  43. 626a246 Revert "Remove GCC atomic workarounds." by Jeff Hao · 10 years ago
  44. ce22318 Merge "Add tests for getDeclaredConstructor" by Mathieu Chartier · 10 years ago
  45. fba8371 Merge "Fix more of the Mac build." by Dave Allison · 10 years ago
  46. 85fa796 Fix more of the Mac build. by Dan Albert · 10 years ago
  47. 3792f6f Merge "AArch64: Fix art_quick_string_compareto." by Andreas Gampe · 10 years ago
  48. 62ddb32 AArch64: Fix art_quick_string_compareto. by Zheng Xu · 10 years ago
  49. c2798e9 Merge "Change FreeMemory and TotalMemory behavior." by Mathieu Chartier · 10 years ago
  50. dd162fb Change FreeMemory and TotalMemory behavior. by Mathieu Chartier · 10 years ago
  51. 1cabb1c Merge "Fix missing operation in CombineBlocks" by Vladimir Marko · 10 years ago
  52. f1770fd Fix missing operation in CombineBlocks by Junmo Park · 10 years ago
  53. e95df5f Merge "Fix missing operation in SplitBlock" by Vladimir Marko · 10 years ago
  54. a29ffd5 Remove GCC atomic workarounds. by Ian Rogers · 10 years ago
  55. 6e1fa76 Merge "Add gcstress top-level make rule, eg test-art-host-run-test-gcstress." by Nicolas Geoffray · 10 years ago
  56. 2cfa5f1 Add gcstress top-level make rule, eg test-art-host-run-test-gcstress. by Nicolas Geoffray · 10 years ago
  57. 0de6e0d Merge "Remove GCC atomic workarounds." by Ian Rogers · 10 years ago
  58. 90223cc Fix missing operation in SplitBlock by Junmo Park · 10 years ago
  59. 02a6317 Merge "Fix the Mac build." by Dan Albert · 10 years ago
  60. 90c5879 Fix the Mac build. by Dan Albert · 10 years ago
  61. 5607c8e Merge "Remove clang detected warning on tautological comparison" by Brian Carlstrom · 10 years ago
  62. c991107 Remove clang detected warning on tautological comparison by Brian Carlstrom · 10 years ago
  63. 7493a5b Merge "ART: Do not check interface being subclass for member access" by Andreas Gampe · 10 years ago
  64. 13f8a16 ART: Do not check interface being subclass for member access by Andreas Gampe · 10 years ago
  65. f0d5427 Merge "ART: Turn on dex2oat watchdog on target" by Andreas Gampe · 10 years ago
  66. c5ec29d Merge "Check pause histogram sample size." by Mathieu Chartier · 10 years ago
  67. cab2647 Merge "Proper fix after -Bsymbolic change." by Dan Albert · 10 years ago
  68. 58bea4a Proper fix after -Bsymbolic change. by Dan Albert · 10 years ago
  69. 376fc3c Check pause histogram sample size. by Mathieu Chartier · 10 years ago
  70. 3ed4c54 Add tests for getDeclaredConstructor by Mathieu Chartier · 10 years ago
  71. e74fcc4 Merge "ART: Fix two small DumpLIRInsn issues for x86_64 port." by Ian Rogers · 10 years ago
  72. e70f179 ART: Fix two small DumpLIRInsn issues for x86_64 port. by Haitao Feng · 10 years ago
  73. 3fa8a76 Merge "ART: Fix wrong command line parameter" by Andreas Gampe · 10 years ago
  74. c4a7acf ART: Fix wrong command line parameter by Andreas Gampe · 10 years ago
  75. 2c798f4 Merge "Get the native bridge library from the framework." by Andreas Gampe · 10 years ago
  76. 421b646 Get the native bridge library from the framework. by Calin Juravle · 10 years ago
  77. 76c9502 Merge "ART: Make assembler_test less chatty" by Andreas Gampe · 10 years ago
  78. 54e15de ART: Make assembler_test less chatty by Andreas Gampe · 10 years ago
  79. 1d84f85 Merge "Wire up check JNI force copy mode." by Ian Rogers · 10 years ago
  80. 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 10 years ago
  81. fa5ca01 Merge "Use the right instruction set for checking dex-cache staleness." by Narayan Kamath · 10 years ago
  82. 202d1f0 Use the right instruction set for checking dex-cache staleness. by Narayan Kamath · 10 years ago
  83. 9c522c2 Merge "Fix performance regression in OatFile::GetOatDexFile()." by Vladimir Marko · 10 years ago
  84. 3f5838d Fix performance regression in OatFile::GetOatDexFile(). by Vladimir Marko · 10 years ago
  85. f4009e2 Merge "Fix target and host gtest dependencies." by Nicolas Geoffray · 10 years ago
  86. 6400683 Fix target and host gtest dependencies. by Nicolas Geoffray · 10 years ago
  87. 028ca29 Merge "Add implicit checks for x86_64 architecture." by Dave Allison · 10 years ago
  88. dfd3b47 Add implicit checks for x86_64 architecture. by Dave Allison · 10 years ago
  89. 8b62dc0 Merge "Fix GetDexCanonicalLocation test for relative paths." by Calin Juravle · 10 years ago
  90. 61281dc Fix GetDexCanonicalLocation test for relative paths. by Calin Juravle · 10 years ago
  91. 147594f Merge changes I0c2e2efb,Id842648e by Nicolas Geoffray · 10 years ago
  92. 3bed41c Workaround for test failures after Bsymbolic fix. by Dan Albert · 10 years ago
  93. d842648 Revert "Fix build without -Bsymbolic." by Dan Albert · 10 years ago
  94. 1514bcd Merge "Fix build without -Bsymbolic." by Dan Albert · 10 years ago
  95. 7663126 Merge "Clean up card table test." by Mathieu Chartier · 10 years ago
  96. 46ee77d Merge "Guard pause histogram with lock." by Mathieu Chartier · 10 years ago
  97. 104fa0c Guard pause histogram with lock. by Mathieu Chartier · 10 years ago
  98. 47e2e95 Clean up card table test. by Mathieu Chartier · 10 years ago
  99. bae21bb Fix build without -Bsymbolic. by Dan Albert · 10 years ago
  100. 25904e3 Merge "Add arraycopy intrinsic for arm and arm64." by Andreas Gampe · 10 years ago