1. bae21bb Fix build without -Bsymbolic. by Dan Albert · 10 years ago
  2. 8b62dc0 Merge "Fix GetDexCanonicalLocation test for relative paths." by Calin Juravle · 10 years ago
  3. 61281dc Fix GetDexCanonicalLocation test for relative paths. by Calin Juravle · 10 years ago
  4. a2069c7 Revert "Rename openDexFileNative to openDexFile." by Calin Juravle · 10 years ago
  5. 484e2c2 Merge "Revert "Rules depend on DEX2OATD, not DEX2OATD_DEPENDENCY."" by Brian Carlstrom · 10 years ago
  6. 3d4e684 Revert "Rules depend on DEX2OATD, not DEX2OATD_DEPENDENCY." by Brian Carlstrom · 10 years ago
  7. 66d8e85 Merge "Add test for equals and hashCode in ParameterizedType" by Piotr Jastrzebski · 10 years ago
  8. 68b539e Add test for equals and hashCode in ParameterizedType by Piotr Jastrzebski · 10 years ago
  9. 4853f94 Merge "Fix byte_cas to use uintptr_t Atomic." by Mathieu Chartier · 10 years ago
  10. aa3c3e5 Fix byte_cas to use uintptr_t Atomic. by Mathieu Chartier · 10 years ago
  11. ae5092f Merge "Fix movw in x86_64 assembler." by Nicolas Geoffray · 10 years ago
  12. e4ded41 Fix movw in x86_64 assembler. by Nicolas Geoffray · 10 years ago
  13. 6a64b3d Merge "Revert "Rename openDexFileNative to openDexFile."" by Calin Juravle · 10 years ago
  14. 4b6d27c Merge "x86: Fix assembler for Pextr" by Ian Rogers · 10 years ago
  15. 70c3e11 Merge "Fix analysis_attributes_ to update missing definitions." by Bill Buzbee · 10 years ago
  16. 81550fa Merge "AArch64: Implicit StackOverflow/NPE/Suspend checks." by Dave Allison · 10 years ago
  17. b30d858 Merge "Fix art build script." by Ian Rogers · 10 years ago
  18. 9c59767 Merge "Fixed build breakage due to incorrect class TypeId." by Mathieu Chartier · 10 years ago
  19. 4fc7853 Fixed build breakage due to incorrect class TypeId. by Fred Shih · 10 years ago
  20. 255916d Merge "Make patchoat use the sht_entsize when patching." by Nicolas Geoffray · 10 years ago
  21. 4b0d2d9 Make patchoat use the sht_entsize when patching. by Alex Light · 10 years ago
  22. d5c78f4 AArch64: Implicit StackOverflow/NPE/Suspend checks. by Stuart Monteith · 10 years ago
  23. 4d110c2 Merge "ART: Remove test files after test" by Andreas Gampe · 10 years ago
  24. 7747c8d ART: Remove test files after test by Andreas Gampe · 10 years ago
  25. 57cd9d3b Merge "Added support for patching classes from different dex files." by Mathieu Chartier · 10 years ago
  26. e7f82e2 Added support for patching classes from different dex files. by Fred Shih · 10 years ago
  27. b9dbab6 Revert "Temporary fix for bad LIR generation in GenInlinedGet." by Fred Shih · 10 years ago
  28. 68b84b7 Merge "Make tools/art non-executable" by Nicolas Geoffray · 10 years ago
  29. 689c3bb Make tools/art non-executable by Alex Light · 10 years ago
  30. f441aaf Merge "ART: Build fix for dex_cache rework" by Andreas Gampe · 10 years ago
  31. 05d2ab2 ART: Build fix for dex_cache rework by Andreas Gampe · 10 years ago
  32. 8b2e9cd Merge "Fix SsaDeadPhiElimination in the presence of dependent phis." by Nicolas Geoffray · 10 years ago
  33. 3ac17fc Fix SsaDeadPhiElimination in the presence of dependent phis. by Nicolas Geoffray · 10 years ago
  34. 269c336 Merge "ART: Add guards to the dex cache and its shortcuts" by Andreas Gampe · 10 years ago
  35. 58a5af8 ART: Add guards to the dex cache and its shortcuts by Andreas Gampe · 10 years ago
  36. 1b19226 Merge "ART: Generate chained compare-and-branch for short switches" by Andreas Gampe · 10 years ago
  37. 48971b3 ART: Generate chained compare-and-branch for short switches by Andreas Gampe · 10 years ago
  38. 2524ffd Merge "Implement TLAB fast paths in artAllocObjectFromCode." by Hiroshi Yamauchi · 10 years ago
  39. eb1e929 Implement TLAB fast paths in artAllocObjectFromCode. by Hiroshi Yamauchi · 10 years ago
  40. f768db4 Merge "X86: Assembler: Correct r8_form for some cases" by Ian Rogers · 10 years ago
  41. cbb5747 Merge "ART: Fix lock max count definition" by Ian Rogers · 10 years ago
  42. a947ebc Merge "Fix checks for kLiteral in local optimizations." by Dave Allison · 10 years ago
  43. adc73cb Fix checks for kLiteral in local optimizations. by Dave Allison · 10 years ago
  44. 860feb0 Merge "Add card table test." by Mathieu Chartier · 10 years ago
  45. 2c26501 Add card table test. by Mathieu Chartier · 10 years ago
  46. e71d597 Merge "Fix proxy tracing and enable tests that now work with tracing." by Jeff Hao · 10 years ago
  47. f0a3f09 Fix proxy tracing and enable tests that now work with tracing. by Jeff Hao · 10 years ago
  48. cf73835 Merge "Revert "Temporary fix for bad LIR generation in GenInlinedGet."" by Mathieu Chartier · 10 years ago
  49. 0f56c9c Merge "ART: Rework CFA frame initialization and writing code" by Andreas Gampe · 10 years ago
  50. 7927380 ART: Rework CFA frame initialization and writing code by Andreas Gampe · 10 years ago
  51. e564bde Merge "ART: Skip compiling redefined classes in apps" by Andreas Gampe · 10 years ago
  52. de7b436 ART: Skip compiling redefined classes in apps by Andreas Gampe · 10 years ago
  53. d009c20 Merge "ART: Use TMPDIR for test directories" by Andreas Gampe · 10 years ago
  54. 5a79fde ART: Use TMPDIR for test directories by Andreas Gampe · 10 years ago
  55. 3844963 Merge "When performing a long jump, update SP last." by Jeff Hao · 10 years ago
  56. 467f816 When performing a long jump, update SP last. by Jeff Hao · 10 years ago
  57. 1d5c495 Merge "Fix SIB for base + index addressing in x86_64 assembler." by Nicolas Geoffray · 10 years ago
  58. 30687af Fix SIB for base + index addressing in x86_64 assembler. by Nicolas Geoffray · 10 years ago
  59. f6e8d03 Merge "x86_64: Load double constant using core register" by Ian Rogers · 10 years ago
  60. 0e63ce1 x86_64: Load double constant using core register by Alexei Zavjalov · 10 years ago
  61. 3513cd3 Merge "Create allocator adapter for using Arena in std containers." by Vladimir Marko · 10 years ago
  62. 8081d2b Create allocator adapter for using Arena in std containers. by Vladimir Marko · 10 years ago
  63. 6175442 Merge changes Ibe92d8b5,I9bada598 by Brian Carlstrom · 10 years ago
  64. 6e183f2 Make system use patchoat to relocate during runtime. by Alex Light · 10 years ago
  65. eb76e11 Temporary fix for bad LIR generation in GenInlinedGet. by Alex Light · 10 years ago
  66. a7975e0 Merge "ART: Enable x86_64 bit support for intrinsic for System.arraycopy(char[], ..)" by Ian Rogers · 10 years ago
  67. 5a5e856 ART: Enable x86_64 bit support for intrinsic for System.arraycopy(char[], ..) by DaniilSokolov · 10 years ago
  68. 0a1143d Merge "Add x86_64 optimized __memcmp16 implementation; fix tabs in 32-bit implementation." by Andreas Gampe · 10 years ago
  69. 2a0bffd Add x86_64 optimized __memcmp16 implementation; by Varvara Rainchik · 10 years ago
  70. 8f1dc7a Merge "ART: Fix memory unmapped twice issue in ElfFile::Load(bool)" by Brian Carlstrom · 10 years ago
  71. a62a588 ART: Fix memory unmapped twice issue in ElfFile::Load(bool) by Jim_Guo · 10 years ago
  72. b5c5646 Merge "Use the uncached form of BacktraceMap::Create." by Christopher Ferris · 10 years ago
  73. 422f473 Use the uncached form of BacktraceMap::Create. by Christopher Ferris · 10 years ago
  74. c52361c Merge "ART: Refactor long ops in quick compiler" by Andreas Gampe · 10 years ago
  75. c76c614 ART: Refactor long ops in quick compiler by Andreas Gampe · 10 years ago
  76. 35d9a38 Merge "Set REG0_USED on X86 Set8R instruction" by Ian Rogers · 10 years ago
  77. 2bc4770 Set REG0_USED on X86 Set8R instruction by Mark Mendell · 10 years ago
  78. 6bdbec7 Merge "ART: Correct disassembling of 64bit immediates on x86_64" by Ian Rogers · 10 years ago
  79. 4d3401e Merge "x86_64: Fix Test32RM" by Ian Rogers · 10 years ago
  80. cf81841 x86_64: Fix Test32RM by Chao-ying Fu · 10 years ago
  81. 32155e0 Merge "Use canonical paths when searching for dex files" by Calin Juravle · 10 years ago
  82. 1a09d28 Merge "AArch64: Implement InexpensiveConstant methods." by Andreas Gampe · 10 years ago
  83. c763e35 AArch64: Implement InexpensiveConstant methods. by Matteo Franchin · 10 years ago
  84. 4e1d579 Use canonical paths when searching for dex files by Calin Juravle · 10 years ago
  85. e1fa1dd Fix analysis_attributes_ to update missing definitions. by Junmo Park · 10 years ago
  86. 03f92f4 Fix art build script. by Junmo Park · 10 years ago
  87. 8d82de5 ART: Fix lock max count definition by Dmitry Petrochenko · 10 years ago
  88. 7aaa8db Merge "ART: Implement the easy long division/remainder by a constant" by Andreas Gampe · 10 years ago
  89. 6bbf096 ART: Implement the easy long division/remainder by a constant by Alexei Zavjalov · 10 years ago
  90. 4e97f65 Merge "Move image classes options from art to AndroidRuntime [art]" by Brian Carlstrom · 10 years ago
  91. 9e9b15d Merge "Add trampoline invoke and ART callback tests for native-bridge" by Andreas Gampe · 10 years ago
  92. f7a68c1 Add trampoline invoke and ART callback tests for native-bridge by Yong WU · 10 years ago
  93. dc3ca14 Merge "Move from dalvik.vm.image-dex2oat-flags to dalvik.vm.dex2oat-filter [art]" by Brian Carlstrom · 10 years ago
  94. c7975a3 Merge "AArch64: Add inlining support for ceil(), floor(), rint(), round()" by Andreas Gampe · 10 years ago
  95. 2eba1fa AArch64: Add inlining support for ceil(), floor(), rint(), round() by Serban Constantinescu · 10 years ago
  96. 316fb6e Merge "Make verifier identify unresolved methods as constructors by <init>." by Jeff Hao · 10 years ago
  97. 0d08727 Make verifier identify unresolved methods as constructors by <init>. by Jeff Hao · 10 years ago
  98. 77a5b50 Merge "AArch64: Remove unnecessary work around for sp." by Andreas Gampe · 10 years ago
  99. cedee47 AArch64: Remove unnecessary work around for sp. by Zheng Xu · 10 years ago
  100. f7f6c97 Merge "Inform about System.exit() call in logcat" by Narayan Kamath · 10 years ago