1. 58bea4a Proper fix after -Bsymbolic change. by Dan Albert · 10 years ago
  2. 5607c8e Merge "Remove clang detected warning on tautological comparison" by Brian Carlstrom · 10 years ago
  3. c991107 Remove clang detected warning on tautological comparison by Brian Carlstrom · 10 years ago
  4. 7493a5b Merge "ART: Do not check interface being subclass for member access" by Andreas Gampe · 10 years ago
  5. 13f8a16 ART: Do not check interface being subclass for member access by Andreas Gampe · 10 years ago
  6. f0d5427 Merge "ART: Turn on dex2oat watchdog on target" by Andreas Gampe · 10 years ago
  7. c5ec29d Merge "Check pause histogram sample size." by Mathieu Chartier · 10 years ago
  8. 376fc3c Check pause histogram sample size. by Mathieu Chartier · 10 years ago
  9. e74fcc4 Merge "ART: Fix two small DumpLIRInsn issues for x86_64 port." by Ian Rogers · 10 years ago
  10. e70f179 ART: Fix two small DumpLIRInsn issues for x86_64 port. by Haitao Feng · 10 years ago
  11. 3fa8a76 Merge "ART: Fix wrong command line parameter" by Andreas Gampe · 10 years ago
  12. c4a7acf ART: Fix wrong command line parameter by Andreas Gampe · 10 years ago
  13. 2c798f4 Merge "Get the native bridge library from the framework." by Andreas Gampe · 10 years ago
  14. 421b646 Get the native bridge library from the framework. by Calin Juravle · 10 years ago
  15. 76c9502 Merge "ART: Make assembler_test less chatty" by Andreas Gampe · 10 years ago
  16. 54e15de ART: Make assembler_test less chatty by Andreas Gampe · 10 years ago
  17. 1d84f85 Merge "Wire up check JNI force copy mode." by Ian Rogers · 10 years ago
  18. 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 10 years ago
  19. fa5ca01 Merge "Use the right instruction set for checking dex-cache staleness." by Narayan Kamath · 10 years ago
  20. 202d1f0 Use the right instruction set for checking dex-cache staleness. by Narayan Kamath · 10 years ago
  21. 9c522c2 Merge "Fix performance regression in OatFile::GetOatDexFile()." by Vladimir Marko · 10 years ago
  22. 3f5838d Fix performance regression in OatFile::GetOatDexFile(). by Vladimir Marko · 10 years ago
  23. f4009e2 Merge "Fix target and host gtest dependencies." by Nicolas Geoffray · 10 years ago
  24. 6400683 Fix target and host gtest dependencies. by Nicolas Geoffray · 10 years ago
  25. 028ca29 Merge "Add implicit checks for x86_64 architecture." by Dave Allison · 10 years ago
  26. dfd3b47 Add implicit checks for x86_64 architecture. by Dave Allison · 10 years ago
  27. 8b62dc0 Merge "Fix GetDexCanonicalLocation test for relative paths." by Calin Juravle · 10 years ago
  28. 61281dc Fix GetDexCanonicalLocation test for relative paths. by Calin Juravle · 10 years ago
  29. 147594f Merge changes I0c2e2efb,Id842648e by Nicolas Geoffray · 10 years ago
  30. 3bed41c Workaround for test failures after Bsymbolic fix. by Dan Albert · 10 years ago
  31. d842648 Revert "Fix build without -Bsymbolic." by Dan Albert · 10 years ago
  32. 1514bcd Merge "Fix build without -Bsymbolic." by Dan Albert · 10 years ago
  33. 7663126 Merge "Clean up card table test." by Mathieu Chartier · 10 years ago
  34. 46ee77d Merge "Guard pause histogram with lock." by Mathieu Chartier · 10 years ago
  35. 104fa0c Guard pause histogram with lock. by Mathieu Chartier · 10 years ago
  36. 47e2e95 Clean up card table test. by Mathieu Chartier · 10 years ago
  37. bae21bb Fix build without -Bsymbolic. by Dan Albert · 10 years ago
  38. 25904e3 Merge "Add arraycopy intrinsic for arm and arm64." by Andreas Gampe · 10 years ago
  39. 947717a Add arraycopy intrinsic for arm and arm64. by Zheng Xu · 10 years ago
  40. 52fed5a Merge "Emit CFI for x86 & x86_64 JNI compiler." by Andreas Gampe · 10 years ago
  41. 01fc4ee Merge "Support x86_64 stack overflow checks in opt compiler." by Nicolas Geoffray · 10 years ago
  42. f6e206c Support x86_64 stack overflow checks in opt compiler. by Nicolas Geoffray · 10 years ago
  43. 6bbcc8b Merge "Fix a SIGSEGV at background-to-foreground collector transition." by Hiroshi Yamauchi · 10 years ago
  44. 69d86b1 Merge "Check for a NULL pointer, do not call Build." by Christopher Ferris · 10 years ago
  45. c1276c8 Fix a SIGSEGV at background-to-foreground collector transition. by Hiroshi Yamauchi · 10 years ago
  46. a2069c7 Revert "Rename openDexFileNative to openDexFile." by Calin Juravle · 10 years ago
  47. 836572a Check for a NULL pointer, do not call Build. by Christopher Ferris · 10 years ago
  48. 547cdfd Emit CFI for x86 & x86_64 JNI compiler. by Tong Shen · 10 years ago
  49. 484e2c2 Merge "Revert "Rules depend on DEX2OATD, not DEX2OATD_DEPENDENCY."" by Brian Carlstrom · 10 years ago
  50. 3d4e684 Revert "Rules depend on DEX2OATD, not DEX2OATD_DEPENDENCY." by Brian Carlstrom · 10 years ago
  51. 6175442 Merge changes Ibe92d8b5,I9bada598 by Brian Carlstrom · 10 years ago
  52. 6e183f2 Make system use patchoat to relocate during runtime. by Alex Light · 10 years ago
  53. eb76e11 Temporary fix for bad LIR generation in GenInlinedGet. by Alex Light · 10 years ago
  54. 66d8e85 Merge "Add test for equals and hashCode in ParameterizedType" by Piotr Jastrzebski · 10 years ago
  55. 68b539e Add test for equals and hashCode in ParameterizedType by Piotr Jastrzebski · 10 years ago
  56. 4853f94 Merge "Fix byte_cas to use uintptr_t Atomic." by Mathieu Chartier · 10 years ago
  57. aa3c3e5 Fix byte_cas to use uintptr_t Atomic. by Mathieu Chartier · 10 years ago
  58. ae5092f Merge "Fix movw in x86_64 assembler." by Nicolas Geoffray · 10 years ago
  59. e4ded41 Fix movw in x86_64 assembler. by Nicolas Geoffray · 10 years ago
  60. 6a64b3d Merge "Revert "Rename openDexFileNative to openDexFile."" by Calin Juravle · 10 years ago
  61. 4b6d27c Merge "x86: Fix assembler for Pextr" by Ian Rogers · 10 years ago
  62. 70c3e11 Merge "Fix analysis_attributes_ to update missing definitions." by Bill Buzbee · 10 years ago
  63. 81550fa Merge "AArch64: Implicit StackOverflow/NPE/Suspend checks." by Dave Allison · 10 years ago
  64. b30d858 Merge "Fix art build script." by Ian Rogers · 10 years ago
  65. 9c59767 Merge "Fixed build breakage due to incorrect class TypeId." by Mathieu Chartier · 10 years ago
  66. 4fc7853 Fixed build breakage due to incorrect class TypeId. by Fred Shih · 10 years ago
  67. 255916d Merge "Make patchoat use the sht_entsize when patching." by Nicolas Geoffray · 10 years ago
  68. 4b0d2d9 Make patchoat use the sht_entsize when patching. by Alex Light · 10 years ago
  69. d5c78f4 AArch64: Implicit StackOverflow/NPE/Suspend checks. by Stuart Monteith · 11 years ago
  70. 4d110c2 Merge "ART: Remove test files after test" by Andreas Gampe · 10 years ago
  71. 7747c8d ART: Remove test files after test by Andreas Gampe · 10 years ago
  72. 57cd9d3b Merge "Added support for patching classes from different dex files." by Mathieu Chartier · 10 years ago
  73. e7f82e2 Added support for patching classes from different dex files. by Fred Shih · 10 years ago
  74. b9dbab6 Revert "Temporary fix for bad LIR generation in GenInlinedGet." by Fred Shih · 10 years ago
  75. 68b84b7 Merge "Make tools/art non-executable" by Nicolas Geoffray · 10 years ago
  76. 689c3bb Make tools/art non-executable by Alex Light · 10 years ago
  77. f441aaf Merge "ART: Build fix for dex_cache rework" by Andreas Gampe · 10 years ago
  78. 05d2ab2 ART: Build fix for dex_cache rework by Andreas Gampe · 10 years ago
  79. 8b2e9cd Merge "Fix SsaDeadPhiElimination in the presence of dependent phis." by Nicolas Geoffray · 10 years ago
  80. 3ac17fc Fix SsaDeadPhiElimination in the presence of dependent phis. by Nicolas Geoffray · 10 years ago
  81. 269c336 Merge "ART: Add guards to the dex cache and its shortcuts" by Andreas Gampe · 10 years ago
  82. 58a5af8 ART: Add guards to the dex cache and its shortcuts by Andreas Gampe · 10 years ago
  83. 1b19226 Merge "ART: Generate chained compare-and-branch for short switches" by Andreas Gampe · 10 years ago
  84. 48971b3 ART: Generate chained compare-and-branch for short switches by Andreas Gampe · 10 years ago
  85. 2524ffd Merge "Implement TLAB fast paths in artAllocObjectFromCode." by Hiroshi Yamauchi · 10 years ago
  86. eb1e929 Implement TLAB fast paths in artAllocObjectFromCode. by Hiroshi Yamauchi · 10 years ago
  87. f768db4 Merge "X86: Assembler: Correct r8_form for some cases" by Ian Rogers · 10 years ago
  88. cbb5747 Merge "ART: Fix lock max count definition" by Ian Rogers · 10 years ago
  89. a7975e0 Merge "ART: Enable x86_64 bit support for intrinsic for System.arraycopy(char[], ..)" by Ian Rogers · 10 years ago
  90. 5a5e856 ART: Enable x86_64 bit support for intrinsic for System.arraycopy(char[], ..) by DaniilSokolov · 10 years ago
  91. a947ebc Merge "Fix checks for kLiteral in local optimizations." by Dave Allison · 10 years ago
  92. adc73cb Fix checks for kLiteral in local optimizations. by Dave Allison · 10 years ago
  93. 860feb0 Merge "Add card table test." by Mathieu Chartier · 10 years ago
  94. 2c26501 Add card table test. by Mathieu Chartier · 10 years ago
  95. e71d597 Merge "Fix proxy tracing and enable tests that now work with tracing." by Jeff Hao · 10 years ago
  96. f0a3f09 Fix proxy tracing and enable tests that now work with tracing. by Jeff Hao · 10 years ago
  97. cf73835 Merge "Revert "Temporary fix for bad LIR generation in GenInlinedGet."" by Mathieu Chartier · 10 years ago
  98. 0f56c9c Merge "ART: Rework CFA frame initialization and writing code" by Andreas Gampe · 10 years ago
  99. 7927380 ART: Rework CFA frame initialization and writing code by Andreas Gampe · 10 years ago
  100. e564bde Merge "ART: Skip compiling redefined classes in apps" by Andreas Gampe · 10 years ago