1. 721d5cf am 718a2451: Merge "ARM/ARM64: Implement numberOfLeadingZeros intrinsic." by Vladimir Marko · 10 years ago
  2. 718a245 Merge "ARM/ARM64: Implement numberOfLeadingZeros intrinsic." by Vladimir Marko · 10 years ago
  3. 611d339 ARM/ARM64: Implement numberOfLeadingZeros intrinsic. by Scott Wakeling · 10 years ago
  4. 2b64309 am 0c9c5bbd: Merge "ART: Fix stub_test" by Andreas Gampe · 10 years ago
  5. 0c9c5bb Merge "ART: Fix stub_test" by Andreas Gampe · 10 years ago
  6. 0ebe691 am e3d598e2: Merge "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 10 years ago
  7. e3d598e Merge "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 10 years ago
  8. 8751f3b am 743e9625: Merge "Optimizing: Add Non Temporal Move support for x86" by Aart Bik · 10 years ago
  9. 743e962 Merge "Optimizing: Add Non Temporal Move support for x86" by Aart Bik · 10 years ago
  10. ff7b114 ART: Fix stub_test by Andreas Gampe · 10 years ago
  11. aa16bf2 am e238414e: Merge "Optimizing: Use more X86 3 operand multiplies" by Roland Levillain · 10 years ago
  12. 90d7bc0 am bc576cfd: Merge "Revert "Optimizing String.Equals as an intrinsic (x86)"" by Roland Levillain · 10 years ago
  13. e238414 Merge "Optimizing: Use more X86 3 operand multiplies" by Roland Levillain · 10 years ago
  14. bc576cf Merge "Revert "Optimizing String.Equals as an intrinsic (x86)"" by Roland Levillain · 10 years ago
  15. aabdf8a Revert "Optimizing String.Equals as an intrinsic (x86)" by Roland Levillain · 10 years ago
  16. adcc1f2 am 855223fa: Merge "Fix ambiguous phrasing in tests comments regarding $." by Roland Levillain · 10 years ago
  17. 855223f Merge "Fix ambiguous phrasing in tests comments regarding $opt$." by Roland Levillain · 10 years ago
  18. c2abe2f Fix ambiguous phrasing in tests comments regarding $opt$. by Roland Levillain · 10 years ago
  19. a63809f am 7a58566d: Merge "Optimizing String.Equals as an intrinsic (x86)" by Roland Levillain · 10 years ago
  20. 7a58566 Merge "Optimizing String.Equals as an intrinsic (x86)" by Roland Levillain · 10 years ago
  21. 70b593a am 7879f711: Merge "ART: Check a RETURN_VOID_NO_BARRIER like a RETURN_VOID" by Andreas Gampe · 10 years ago
  22. 7879f71 Merge "ART: Check a RETURN_VOID_NO_BARRIER like a RETURN_VOID" by Andreas Gampe · 10 years ago
  23. b291796 ART: Check a RETURN_VOID_NO_BARRIER like a RETURN_VOID by Andreas Gampe · 10 years ago
  24. a315f5c cleanup: Replace pointers with out-parameters and fix-up formatting by Igor Murashkin · 10 years ago
  25. 43498ce am 66c50ccc: Merge "runtime: cleanup class_linker out-parameters and formatting" by Igor Murashkin · 10 years ago
  26. 9b0483d am 5cdee205: Merge "Revert "runtime: cleanup class_linker out-parameters and formatting"" by Igor Murashkin · 10 years ago
  27. 0c607a9 am 9c977b92: Merge "runtime: cleanup class_linker out-parameters and formatting" by Igor Murashkin · 10 years ago
  28. 66c50cc Merge "runtime: cleanup class_linker out-parameters and formatting" by Igor Murashkin · 10 years ago
  29. bc1d78d runtime: cleanup class_linker out-parameters and formatting by Igor Murashkin · 10 years ago
  30. 5cdee20 Merge "Revert "runtime: cleanup class_linker out-parameters and formatting"" by Igor Murashkin · 10 years ago
  31. 40c8141 Revert "runtime: cleanup class_linker out-parameters and formatting" by Igor Murashkin · 10 years ago
  32. 9c977b9 Merge "runtime: cleanup class_linker out-parameters and formatting" by Igor Murashkin · 10 years ago
  33. 8ab7bd6 Optimizing String.Equals as an intrinsic (x86) by agicsaki · 10 years ago
  34. 0de694e runtime: cleanup class_linker out-parameters and formatting by Igor Murashkin · 10 years ago
  35. f48bd29 am 0d72ce0b: Merge "Revert "ART: Do not allow RETURN_VOID_NO_BARRIER outside constructors"" by Andreas Gampe · 10 years ago
  36. 0d72ce0 Merge "Revert "ART: Do not allow RETURN_VOID_NO_BARRIER outside constructors"" by Andreas Gampe · 10 years ago
  37. 07e0e6b Revert "ART: Do not allow RETURN_VOID_NO_BARRIER outside constructors" by Andreas Gampe · 10 years ago
  38. e344f24 am 7423f0b6: Merge "ART: Do not allow RETURN_VOID_NO_BARRIER outside constructors" by Andreas Gampe · 10 years ago
  39. 7423f0b Merge "ART: Do not allow RETURN_VOID_NO_BARRIER outside constructors" by Andreas Gampe · 10 years ago
  40. e93505f ART: Do not allow RETURN_VOID_NO_BARRIER outside constructors by Andreas Gampe · 10 years ago
  41. ebf2ade Merge branch 'stage-aosp-master' of https://googleplex-android.googlesource.com/_direct/platform/art into stage-aosp-master by Elliott Hughes · 10 years ago
  42. c548ae7 ART: Remove unique-numbered labels from arm64 assembly by Chih-Hung Hsieh · 10 years ago
  43. 48c9273 am 8d72e5d9: Merge "ART: Remove unique-numbered labels from arm64 assembly" by Andreas Gampe · 10 years ago
  44. dee5a87 am 68c5640a: Merge "Added repe_cmpsl instruction to x86, x86_64 assemblers" by Andreas Gampe · 10 years ago
  45. 8d72e5d Merge "ART: Remove unique-numbered labels from arm64 assembly" by Andreas Gampe · 10 years ago
  46. c0da7ac ART: Remove unique-numbered labels from arm64 assembly by Chih-Hung Hsieh · 10 years ago
  47. 68c5640 Merge "Added repe_cmpsl instruction to x86, x86_64 assemblers" by Andreas Gampe · 10 years ago
  48. 970abfb Added repe_cmpsl instruction to x86, x86_64 assemblers by agicsaki · 10 years ago
  49. daa4eb2 am 5a898e67: Merge "Optimizing: Replace x86 xchg use with xor sequence" by Roland Levillain · 10 years ago
  50. 5a898e6 Merge "Optimizing: Replace x86 xchg use with xor sequence" by Roland Levillain · 10 years ago
  51. 6c83536 am b669c6ee: Merge "ART: Change stream output kNone intrinsic" by David Brazdil · 10 years ago
  52. b669c6e Merge "ART: Change stream output kNone intrinsic" by David Brazdil · 10 years ago
  53. 109c89a ART: Change stream output kNone intrinsic by David Brazdil · 10 years ago
  54. 43cb410 am cb34698f: Merge "Do not use -DUSE_*MALLOC for host build" by Shinichiro Hamaji · 10 years ago
  55. cb34698 Merge "Do not use -DUSE_*MALLOC for host build" by Shinichiro Hamaji · 10 years ago
  56. 9176fac am 8e568d07: Merge "Added disassembler support for repe_cmpsw instruction in x86, x86_64" by Andreas Gampe · 10 years ago
  57. 8a0da1d am ad697bda: Merge "base: replace raw pointers for out-parameters with safer out<T>" by Igor Murashkin · 10 years ago
  58. 8e568d0 Merge "Added disassembler support for repe_cmpsw instruction in x86, x86_64" by Andreas Gampe · 10 years ago
  59. ad697bd Merge "base: replace raw pointers for out-parameters with safer out<T>" by Igor Murashkin · 10 years ago
  60. 10ee11a am 59c59d07: Merge "Don\'t dump stack when deleting an invalid local ref" by Mathieu Chartier · 10 years ago
  61. 59c59d0 Merge "Don't dump stack when deleting an invalid local ref" by Mathieu Chartier · 10 years ago
  62. 5f684fd Don't dump stack when deleting an invalid local ref by Mathieu Chartier · 10 years ago
  63. fb326cf base: replace raw pointers for out-parameters with safer out<T> by Igor Murashkin · 10 years ago
  64. 124b392 Added disassembler support for repe_cmpsw instruction in x86, x86_64 by agicsaki · 10 years ago
  65. 57d9249 am 8433bb8a: Merge "ART: Fix gtest after GraphChecker CL" by David Brazdil · 10 years ago
  66. 8433bb8 Merge "ART: Fix gtest after GraphChecker CL" by David Brazdil · 10 years ago
  67. dbf5d75 ART: Fix gtest after GraphChecker CL by David Brazdil · 10 years ago
  68. 430dd63 am 5d2ed003: Merge "ART: Use __ANDROID__ instead of HAVE_ANDROID_OS" by Andreas Gampe · 10 years ago
  69. 5fa7685 am a302e913: Merge "ART: Store and check exceptional predecessors" by David Brazdil · 10 years ago
  70. 5d2ed00 Merge "ART: Use __ANDROID__ instead of HAVE_ANDROID_OS" by Andreas Gampe · 10 years ago
  71. a302e91 Merge "ART: Store and check exceptional predecessors" by David Brazdil · 10 years ago
  72. b618ade ART: Store and check exceptional predecessors by David Brazdil · 10 years ago
  73. c60e1b7 ART: Use __ANDROID__ instead of HAVE_ANDROID_OS by Andreas Gampe · 10 years ago
  74. 7a08fb5 Optimizing: Add Non Temporal Move support for x86 by Mark Mendell · 10 years ago
  75. 9097981 Optimizing: Replace x86 xchg use with xor sequence by Mark Mendell · 10 years ago
  76. 028aec2 Do not use -DUSE_*MALLOC for host build by Shinichiro Hamaji · 10 years ago
  77. 4111d09 am 7b926cda: Merge "Clear temporary class arrays before linking the new class" by Mathieu Chartier · 10 years ago
  78. 7b926cd Merge "Clear temporary class arrays before linking the new class" by Mathieu Chartier · 10 years ago
  79. eb837eb Clear temporary class arrays before linking the new class by Mathieu Chartier · 10 years ago
  80. 47f6198 am 3247ce51: Merge "Register signal handler to kernel if not claimed" by Andreas Gampe · 10 years ago
  81. 3247ce5 Merge "Register signal handler to kernel if not claimed" by Andreas Gampe · 10 years ago
  82. c1ba060 am 1569aad2: Merge "ART: Relax IsInstantiable check" by Andreas Gampe · 10 years ago
  83. 1569aad Merge "ART: Relax IsInstantiable check" by Andreas Gampe · 10 years ago
  84. 60ee284 am 36c51fc2: Merge "Take into account that we might end up with unresolved classes." by Calin Juravle · 10 years ago
  85. 36c51fc Merge "Take into account that we might end up with unresolved classes." by Calin Juravle · 10 years ago
  86. 51d135f Take into account that we might end up with unresolved classes. by Calin Juravle · 10 years ago
  87. a127607 am 57a9c7d3: Merge "Fix gtests." by Calin Juravle · 10 years ago
  88. 57a9c7d Merge "Fix gtests." by Calin Juravle · 10 years ago
  89. 0941b9d Fix gtests. by Calin Juravle · 10 years ago
  90. 94b37fc am b9318481: Merge "Allow for fine tuning the inliner." by Calin Juravle · 10 years ago
  91. d22cbfa am 57c0f3f3: Merge "Clean up class visitors" by Mathieu Chartier · 10 years ago
  92. b931848 Merge "Allow for fine tuning the inliner." by Calin Juravle · 10 years ago
  93. ec74835 Allow for fine tuning the inliner. by Calin Juravle · 10 years ago
  94. 57c0f3f Merge "Clean up class visitors" by Mathieu Chartier · 10 years ago
  95. e0671ce Clean up class visitors by Mathieu Chartier · 10 years ago
  96. 53201ec am 8c4113b8: Merge "Revert "Revert "Revert "Revert "Use the object class as top in reference type propagation""""" by Calin Juravle · 10 years ago
  97. ae67497 am 3dac766e: Merge "Revert "Revert "Revert "Revert "Fixes and improvements in ReferenceTypePropagation""""" by Calin Juravle · 10 years ago
  98. 8c4113b Merge "Revert "Revert "Revert "Revert "Use the object class as top in reference type propagation""""" by Calin Juravle · 10 years ago
  99. 3dac766 Merge "Revert "Revert "Revert "Revert "Fixes and improvements in ReferenceTypePropagation""""" by Calin Juravle · 10 years ago
  100. 2e76830 Revert "Revert "Revert "Revert "Use the object class as top in reference type propagation"""" by Calin Juravle · 10 years ago