1. 982e0bf Merge "ARM: VIXL32: A couple of fixes to have more tests passing." by Nicolas Geoffray · 8 years ago
  2. 9df8931 Add atomic method reference map by Mathieu Chartier · 8 years ago
  3. 657022c ARM: VIXL32: A couple of fixes to have more tests passing. by Artem Serov · 8 years ago
  4. 03bc659 Refine OatStatus enum. by Richard Uhler · 8 years ago
  5. 01b70e8 Add dequickening support. by Nicolas Geoffray · 8 years ago
  6. 984b081 Have `make` report a failing gtest run as a top-level target. by Roland Levillain · 8 years ago
  7. 6150121 ART: Ignore google-default-arguments tidy check by Andreas Gampe · 8 years ago
  8. d01f60c Add a VerifierDeps::Dump method. by Nicolas Geoffray · 8 years ago
  9. 2f2533f Merge "ARM: VIXL32: Pass initial ART tests with new code generator." by Roland Levillain · 8 years ago
  10. f808786 Build: Avoid using ppid to generate temporary directory name. by Narayan Kamath · 8 years ago
  11. a7812ae ARM: VIXL32: Pass initial ART tests with new code generator. by Scott Wakeling · 8 years ago
  12. d82d425 Merge "Generate SHA-1 build ID for host-generated *.oat files (1/2)." by David Srbecky · 8 years ago
  13. 96548c9 Move registration into android package by Colin Cross · 8 years ago
  14. a1ff30f ART: Switch to name-based IMT hashing by Andreas Gampe · 8 years ago
  15. ab40c11 Generate SHA-1 build ID for host-generated *.oat files (1/2). by Alexey Alexandrov · 8 years ago
  16. a82a1ac Revert "Compute PPID at ninja time" by Colin Cross · 8 years ago
  17. b1c17bb Compute PPID at ninja time by Colin Cross · 8 years ago
  18. 25352fc class_linker: Add support for resolving method types. by Narayan Kamath · 8 years ago
  19. 1ecc4fe Increase frame size for ASAN enabled builds. by Vishwath Mohan · 8 years ago
  20. 496577f Smarter image layout by Mathieu Chartier · 8 years ago
  21. 25c3d8d Pass --root to cpplint. by Sen Jiang · 8 years ago
  22. be332ed Reimplement ART_NDEBUG_OPT_FLAG by Colin Cross · 8 years ago
  23. 71a155f Remove unused build code by Colin Cross · 8 years ago
  24. b20be21 Always run oatdumps tests by Colin Cross · 8 years ago
  25. 3174b68 Increase host frame size limit for SANITIZE_HOST by Colin Cross · 8 years ago
  26. 904614f Merge "Convert art runtests to Android.bp" by Colin Cross · 8 years ago
  27. afd3c9e Convert art runtests to Android.bp by Colin Cross · 8 years ago
  28. 834582c Merge "Move ART_HOST_TEST_DIR to Android.common_test.mk" by Treehugger Robot · 8 years ago
  29. 8d0e6c5 Merge "Fix 2ND arch gtest testing." by Nicolas Geoffray · 8 years ago
  30. cd8a057 Move ART_HOST_TEST_DIR to Android.common_test.mk by Dan Willemsen · 8 years ago
  31. 6bbea4c Fix 2ND arch gtest testing. by Nicolas Geoffray · 8 years ago
  32. f906f12 Fix build for VerifierDeps gtest on target by David Brazdil · 8 years ago
  33. ca3c8c3 Collect verifier dependencies by David Brazdil · 8 years ago
  34. 124f881 Fix HOST_PREFER_32_BITS tests by Colin Cross · 8 years ago
  35. 6e95dd5 Convert art gtests to Android.bp by Colin Cross · 8 years ago
  36. 6b22aa5 Convert libart-gtest to Android.bp by Colin Cross · 8 years ago
  37. fce42f4 Merge "Revert "Revert "Re-apply "Cleanup run-test and Makefile around boot image and PIC."""" by Nicolas Geoffray · 8 years ago
  38. b76bc78 Revert "Revert "Re-apply "Cleanup run-test and Makefile around boot image and PIC.""" by Nicolas Geoffray · 8 years ago
  39. 755beba Merge "Move ArrayRef to runtime/base" by David Brazdil · 8 years ago
  40. d9c9037 Move ArrayRef to runtime/base by David Brazdil · 8 years ago
  41. 79f6d70 Merge "Update art to use hooks instead of customizer" by Colin Cross · 8 years ago
  42. 02a7335 Add test dependency on dexlist by Colin Cross · 8 years ago
  43. 2048da5 Merge "Revert "Re-apply "Cleanup run-test and Makefile around boot image and PIC.""" by Treehugger Robot · 8 years ago
  44. 6e51178 Update art to use hooks instead of customizer by Colin Cross · 8 years ago
  45. 54ec35e Merge "Convert more of art to Android.bp" by Colin Cross · 8 years ago
  46. 8522758 Revert "Re-apply "Cleanup run-test and Makefile around boot image and PIC."" by Hiroshi Yamauchi · 8 years ago
  47. 1f43979 Merge "Re-apply "Cleanup run-test and Makefile around boot image and PIC."" by Treehugger Robot · 8 years ago
  48. 9b5515e Re-apply "Cleanup run-test and Makefile around boot image and PIC." by Nicolas Geoffray · 8 years ago
  49. 9ef68a3 Merge "Rename libicuuc-host/libicui18n-host to libicuuc/libicui18n" by Dan Willemsen · 8 years ago
  50. c7376e0 Convert more of art to Android.bp by Colin Cross · 8 years ago
  51. f9decf9 Merge "ART: Add generic system-weak holder infrastructure" by Andreas Gampe · 8 years ago
  52. eeb436f Rename libicuuc-host/libicui18n-host to libicuuc/libicui18n by Dan Willemsen · 8 years ago
  53. fda5714 ART: Add generic system-weak holder infrastructure by Andreas Gampe · 8 years ago
  54. 935cf1b Merge "Introduce VDEX file, use it for DEX files" by David Brazdil · 8 years ago
  55. 7b49e6c Introduce VDEX file, use it for DEX files by David Brazdil · 8 years ago
  56. 1ba223b Squashed commit of the following: by Nicolas Geoffray · 8 years ago
  57. 2a1a8d7 Update test and dependencies after boot image changes. by Nicolas Geoffray · 8 years ago
  58. 4bd3d6b Merge "Cleanup run-test and Makefile around boot image and PIC." by Nicolas Geoffray · 8 years ago
  59. bd2b49b Merge "Get libgtest from libart-gtest." by Nicolas Geoffray · 8 years ago
  60. 199fbe5 Get libgtest from libart-gtest. by Dan Albert · 8 years ago
  61. 279ac5c Don't assume resolved classes are filled in for ResolvedFieldAccessTest by Mathieu Chartier · 8 years ago
  62. 30a6a88 Merge "64bits codegens need to drag their 32bits equivalent." by Nicolas Geoffray · 8 years ago
  63. e52ac15 64bits codegens need to drag their 32bits equivalent. by Nicolas Geoffray · 8 years ago
  64. 8c9ccac Cleanup run-test and Makefile around boot image and PIC. by Nicolas Geoffray · 8 years ago
  65. 728b27a Stop manually including gtest headers. by Dan Albert · 8 years ago
  66. 38a3ffa Fix mac build by Colin Cross · 8 years ago
  67. fe6064a Convert more of art to Android.bp by Colin Cross · 8 years ago
  68. 123989f Support CUSTOM_TARGET_LINKER by Colin Cross · 8 years ago
  69. 6326d1b Support HOST_PREFER_32_BIT by Colin Cross · 8 years ago
  70. 6c839a2 Merge "Add build rules for statically linked oatdump on host." by Roland Levillain · 8 years ago
  71. 04147ef Add build rules for statically linked oatdump on host. by Roland Levillain · 8 years ago
  72. 9c66d94 Merge "Fix typo in definition of `build-art-executable`." by Treehugger Robot · 8 years ago
  73. af54785 Fix typo in definition of `build-art-executable`. by Roland Levillain · 8 years ago
  74. bf13e80 ART: Use a 50-deep call-stack in valgrind by Andreas Gampe · 8 years ago
  75. 74bc6df Merge "Remove auto-generated executable list" by Colin Cross · 8 years ago
  76. 1c155f8 Merge changes Id2bc87dc,I17c191ec by Colin Cross · 8 years ago
  77. 3196360 Remove auto-generated executable list by Colin Cross · 8 years ago
  78. b2ca72a Merge "Revert "Remove auto-generated executable list"" by Treehugger Robot · 8 years ago
  79. 39a1250 Revert "Remove auto-generated executable list" by Colin Cross · 8 years ago
  80. 1c29876 Merge "Remove auto-generated executable list" by Colin Cross · 8 years ago
  81. c3acfc5 Finish dexlayout dumping of dex files and added test. by Jeff Hao · 8 years ago
  82. 6cb44d9 Remove auto-generated executable list by Colin Cross · 8 years ago
  83. c564406 Fix debug flag ordering by Colin Cross · 8 years ago
  84. de7b49a Fix ODR violation by Colin Cross · 8 years ago
  85. 1f7f3bd Convert libart and dependencies to Android.bp by Colin Cross · 8 years ago
  86. e7c85ad Merge "ARM: VIXL32: Implement VIXL-based assembler." by Treehugger Robot · 8 years ago
  87. a518c15 Merge "ARM: Purge Arm32Assembler." by Roland Levillain · 8 years ago
  88. 316417e Revert "Convert libart and dependencies to Android.bp" by Colin Cross · 8 years ago
  89. 4ea3a22 Convert libart and dependencies to Android.bp by Colin Cross · 8 years ago
  90. dac87e9 ART: Remove -std=gnu++11 by Andreas Gampe · 8 years ago
  91. ff46c7d Only compile device codegen for device architectures by Colin Cross · 8 years ago
  92. a75b01a Fix building tests with partial arch codegen support by Colin Cross · 8 years ago
  93. 12e097c ARM: VIXL32: Implement VIXL-based assembler. by Artem Serov · 8 years ago
  94. ba6b679 ARM: Purge Arm32Assembler. by Artem Serov · 8 years ago
  95. 802d598 Remove ART_DEFAULT_INSTRUCTION_SET_FEATURES by Colin Cross · 8 years ago
  96. 49948e9 Add skeleton of a jvmti plugin for art. by Alex Light · 8 years ago
  97. b41928d ART: Reduce stack frame size limit on host by Andreas Gampe · 8 years ago
  98. d126228 ART: Configure stack guard size in the Makefile by Andreas Gampe · 8 years ago
  99. 2ea9153 ARM64: Use libvixld when compiling for debug mode. by Alexandre Rames · 8 years ago
  100. c218427 Merge "Revert experimental lambda feature." by Narayan Kamath · 8 years ago