1. 8e4a96d Change zygote_creation_lock_ to be member instead of static. by Mathieu Chartier · 11 years ago
  2. 299d2a2 Merge "64-bit temp register support." by buzbee · 11 years ago
  3. b01bf15 64-bit temp register support. by buzbee · 11 years ago
  4. d323673 Merge "Simplify Class::IsArtFieldClass()." by Hiroshi Yamauchi · 11 years ago
  5. bd0fb61 Simplify Class::IsArtFieldClass(). by Hiroshi Yamauchi · 11 years ago
  6. 834cf61 Merge "Move another LOG to VLOG(signals)" by Brian Carlstrom · 11 years ago
  7. b405e91 Merge "Add context to LinkFields asserts since the previous_size check failed" by Brian Carlstrom · 11 years ago
  8. f363283 Add context to LinkFields asserts since the previous_size check failed by Brian Carlstrom · 11 years ago
  9. 3035f2d Merge "Use strtod to read a double rather than operator >>" by Dave Allison · 11 years ago
  10. 1271e5d Merge "Add DALVIKVM_FLAGS to test invocation." by Mathieu Chartier · 11 years ago
  11. 769a5ad Add DALVIKVM_FLAGS to test invocation. by Mathieu Chartier · 11 years ago
  12. f87ef8c Merge "Improve heap verification for invalid roots." by Mathieu Chartier · 11 years ago
  13. 999385c Use strtod to read a double rather than operator >> by Dave Allison · 11 years ago
  14. 8ab7e78 Improve heap verification for invalid roots. by Mathieu Chartier · 11 years ago
  15. ee618f5 Move another LOG to VLOG(signals) by Brian Carlstrom · 11 years ago
  16. 6d49184 Merge "Workaround stack overflow issue with clang" by Brian Carlstrom · 11 years ago
  17. 82aeddb Workaround stack overflow issue with clang by Sebastien Hertz · 11 years ago
  18. 07d5fa6 Merge "ART: Randomize mem_map start address for linear scan search" by Andreas Gampe · 11 years ago
  19. 02d2d48 Merge "Add use-artd-full." by Hiroshi Yamauchi · 11 years ago
  20. d8f26db ART: Randomize mem_map start address for linear scan search by Andreas Gampe · 11 years ago
  21. fd12644 Merge "Fix race condition between GCDaemon and DeleteLocalReference" by Mathieu Chartier · 11 years ago
  22. 35aef2c Fix race condition between GCDaemon and DeleteLocalReference by Yevgeny Rouban · 11 years ago
  23. 27a2b70 Merge "Improve stack walk performance." by Vladimir Marko · 11 years ago
  24. 9593976 Merge "Allow X86 QBE to be extended" by Ian Rogers · 11 years ago
  25. e87f9b5 Allow X86 QBE to be extended by Mark Mendell · 11 years ago
  26. 4c1c510 Improve stack walk performance. by Vladimir Marko · 11 years ago
  27. 79705f9b Merge "Arm64 - update fp callee save base" by buzbee · 11 years ago
  28. 9cdf48e Arm64 - update fp callee save base by buzbee · 11 years ago
  29. 214eee4 Merge "AArch64: fixes in A64 code generation." by Bill Buzbee · 11 years ago
  30. fdfe733 Merge "Fix art-host build rule." by Nicolas Geoffray · 11 years ago
  31. 27a935a Fix art-host build rule. by Nicolas Geoffray · 11 years ago
  32. da69b35 Merge "Remove cleaning obsolete 2ND_ART_NATIVETEST_DIR and 2ND_ART_TEST_DIR directories" by Brian Carlstrom · 11 years ago
  33. f562b6b Merge "Up-to-date odex files should take precedence over profile checks" by Brian Carlstrom · 11 years ago
  34. 69c3e4c Remove cleaning obsolete 2ND_ART_NATIVETEST_DIR and 2ND_ART_TEST_DIR directories by Brian Carlstrom · 11 years ago
  35. e1ff199 Up-to-date odex files should take precedence over profile checks by Brian Carlstrom · 11 years ago
  36. 422b2e5 Merge "Fix typo in option parsing." by Ian Rogers · 11 years ago
  37. 7d718df Merge "Fix the sense of when mutexes are used for longs in atomic support." by Ian Rogers · 11 years ago
  38. f7fd3cb Fix typo in option parsing. by Ian Rogers · 11 years ago
  39. 63c5dd0 Fix the sense of when mutexes are used for longs in atomic support. by Ian Rogers · 11 years ago
  40. 1a5ff7c Merge "Fix DexFile.getClassNameList." by Ian Rogers · 11 years ago
  41. 46889ea Fix DexFile.getClassNameList. by Ian Rogers · 11 years ago
  42. 607fa7b Merge "Now we have a proper C++ library, use std::unique_ptr." by Ian Rogers · 11 years ago
  43. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  44. 1dc3871 Merge "Updating clean-oat again" by Brian Carlstrom · 11 years ago
  45. ee3d4dd Merge "Quick compiler, out of registers fix" by buzbee · 11 years ago
  46. 082833c Quick compiler, out of registers fix by buzbee · 11 years ago
  47. f662e06 Updating clean-oat again by Brian Carlstrom · 11 years ago
  48. 6b52285 Merge "Don't get and restore thread state for ScopedFastNativeObjectAccess." by Mathieu Chartier · 11 years ago
  49. 041cff3 Merge "ART: Fix ARM64 long-jump context caller-save smashes" by Andreas Gampe · 11 years ago
  50. 6cf8010 ART: Fix ARM64 long-jump context caller-save smashes by Andreas Gampe · 11 years ago
  51. 2b7c4d1 Don't get and restore thread state for ScopedFastNativeObjectAccess. by Mathieu Chartier · 11 years ago
  52. 047c11a Merge "Check and log a to-space overflow explicitly." by Hiroshi Yamauchi · 11 years ago
  53. 13bf2e6 Check and log a to-space overflow explicitly. by Hiroshi Yamauchi · 11 years ago
  54. 47687a4 Merge "Build fix." by Ian Rogers · 11 years ago
  55. 5a9ba01 Build fix. by Ian Rogers · 11 years ago
  56. cb9bccd Add use-artd-full. by Hiroshi Yamauchi · 11 years ago
  57. 3945845 Merge "Remove unneeded realpath that was causing bad dependencies in a clean build" by Brian Carlstrom · 11 years ago
  58. bbf079e Remove unneeded realpath that was causing bad dependencies in a clean build by Brian Carlstrom · 11 years ago
  59. 666f4b9 Merge "Switch ART to libc++." by Dan Albert · 11 years ago
  60. ba0c51f Switch ART to libc++. by Ian Rogers · 11 years ago
  61. 99103fa Merge "Follow up to "Add ISA directory to image and odex pathnames."" by Brian Carlstrom · 11 years ago
  62. 2afe494 Follow up to "Add ISA directory to image and odex pathnames." by Brian Carlstrom · 11 years ago
  63. 84e5242 Merge "Add ISA directory to image and odex pathnames." by Brian Carlstrom · 11 years ago
  64. bc6d197 AArch64: fixes in A64 code generation. by Matteo Franchin · 11 years ago
  65. f04544f Merge "Increase the size of guard for Stack Overflow (x86_64)" by Andreas Gampe · 11 years ago
  66. 4f3f3fa Merge "Build live ranges in preparation for register allocation." by Nicolas Geoffray · 11 years ago
  67. ddb311f Build live ranges in preparation for register allocation. by Nicolas Geoffray · 11 years ago
  68. d508006 Increase the size of guard for Stack Overflow (x86_64) by Serguei Katkov · 11 years ago
  69. bf17a08 Merge "Make vixl tests a dependency in the vixl makefile." by Ian Rogers · 11 years ago
  70. 7a4c1c1 Make vixl tests a dependency in the vixl makefile. by Ian Rogers · 11 years ago
  71. e9bcf0f Merge "Delete ClassHelper and fix compaction bug in GetDirectInterface" by Mathieu Chartier · 11 years ago
  72. f832284 Delete ClassHelper and fix compaction bug in GetDirectInterface by Mathieu Chartier · 11 years ago
  73. 8f07767 Merge "ART: Move start of linear mmap_scan out of reserved space" by Andreas Gampe · 11 years ago
  74. 6bd621a ART: Move start of linear mmap_scan out of reserved space by Andreas Gampe · 11 years ago
  75. 8969a34 Merge "Fix generic jni issue in ArtMethod::GetQuickFrameInfo" by Andreas Gampe · 11 years ago
  76. f0972a4 Fix generic jni issue in ArtMethod::GetQuickFrameInfo by Dmitry Petrochenko · 11 years ago
  77. 229dd50 Merge "Visit methods in stack frames during root visits." by Hiroshi Yamauchi · 11 years ago
  78. 0e12bdc Add ISA directory to image and odex pathnames. by Brian Carlstrom · 11 years ago
  79. de1129a Merge "ART: Turn off ARM64 compilation for now" by Andreas Gampe · 11 years ago
  80. 6cd2845 ART: Turn off ARM64 compilation for now by Andreas Gampe · 11 years ago
  81. 92d1a66 Visit methods in stack frames during root visits. by Hiroshi Yamauchi · 11 years ago
  82. 8a9d397 Merge "Add missing header necessary for libc++." by Ian Rogers · 11 years ago
  83. 866ac80 Add missing header necessary for libc++. by Ian Rogers · 11 years ago
  84. 3232297 Merge "64-bit host multilib build." by Ying Wang · 11 years ago
  85. ed4b626 Merge "ART: Add support for constant vector literals" by Bill Buzbee · 11 years ago
  86. d65c51a ART: Add support for constant vector literals by Mark Mendell · 11 years ago
  87. c6585b7 64-bit host multilib build. by Ying Wang · 11 years ago
  88. 49f0ca7 Merge "Change ObjectLock to take Handle instead of Handle pointer." by Mathieu Chartier · 11 years ago
  89. db2633c Change ObjectLock to take Handle instead of Handle pointer. by Mathieu Chartier · 11 years ago
  90. 1e97c4a Merge "Add x86_64 code generation support" by Bill Buzbee · 11 years ago
  91. c001b09 Merge "add make target variables for gtests" by Tsu Chiang Chuang · 11 years ago
  92. f59c6dd Merge "ART: Fix Segment Fault with null owner while monitor logging is enabled" by Mathieu Chartier · 11 years ago
  93. 86ab791 ART: Fix Segment Fault with null owner while monitor logging is enabled by Haifeng Li · 11 years ago
  94. ec245a4 add make target variables for gtests by Tsu Chiang Chuang · 11 years ago
  95. 245e536 Merge "AArch64: Fix quick compiler monitor implementation." by Bill Buzbee · 11 years ago
  96. 7013182 Merge "dalvikvm: create the dalvikvm symlink to the primary version" by Narayan Kamath · 11 years ago
  97. c830430 AArch64: Fix quick compiler monitor implementation. by Zheng Xu · 11 years ago
  98. c006db3 Merge "Workaround for multi-line comment error when compiled with g++." by Nicolas Geoffray · 11 years ago
  99. 8f1a4d4 Workaround for multi-line comment error when compiled with g++. by Nicolas Geoffray · 11 years ago
  100. 27710fa Merge "Linearize the graph before creating live ranges." by Nicolas Geoffray · 11 years ago