1. b47bad5 Force Clang aarch64 builds to -O1. by Dan Albert · 9 years ago
  2. 799e81c Merge "Add -Wno-pessimizing-move to Clang flags" by Stephen Hines · 9 years ago
  3. 275bc5e Merge "ART: Extend ISA features option for (host) run tests" by Andreas Gampe · 9 years ago
  4. 4d2ef33 ART: Extend ISA features option for (host) run tests by Andreas Gampe · 9 years ago
  5. 02f0771 Merge "Revert "cleanup: Replace pointers with out-parameters and fix-up formatting"" by Igor Murashkin · 9 years ago
  6. 4382f1e Revert "Revert "ART: Use bionic TLS slot for thread-self"" by Andreas Gampe · 9 years ago
  7. 1cf8551 Merge "Revert "ART: Use bionic TLS slot for thread-self"" by Andreas Gampe · 9 years ago
  8. 50832b6 Revert "ART: Use bionic TLS slot for thread-self" by Andreas Gampe · 9 years ago
  9. bab71e2 Merge "ART: Use bionic TLS slot for thread-self" by Andreas Gampe · 9 years ago
  10. b1d8c31 Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 9 years ago
  11. fb326cf base: replace raw pointers for out-parameters with safer out<T> by Igor Murashkin · 9 years ago
  12. b815358 ART: Use bionic TLS slot for thread-self by Andreas Gampe · 9 years ago
  13. 0fae2f5 Merge "Enable art host static builds only for checkbuilds." by Calin Juravle · 9 years ago
  14. 825570c ART: Abbreviate interpreter-access-checks by Andreas Gampe · 9 years ago
  15. 676ff8e Enable art host static builds only for checkbuilds. by Calin Juravle · 9 years ago
  16. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  17. 3f307f3 Added unit tests to LICM. by Aart Bik · 9 years ago
  18. 754a445 Prefer 32-bit host executables on Mac. by Ying Wang · 9 years ago
  19. e07300b Merge "Improved side effect analysis (field/array write/read)." by Aart Bik · 9 years ago
  20. 854a02b Improved side effect analysis (field/array write/read). by Aart Bik · 9 years ago
  21. 7617abd runtime: Add -Xverify:softfail and ART_TEST_INTERPRETER_ACCESS_CHECKS by Igor Murashkin · 9 years ago
  22. 093f1b4 Add ART_TEST_DEBUG_GC to help with debugging gc. by Hiroshi Yamauchi · 9 years ago
  23. 1e13374 Generalize Valgrind annotations in ART to support ASan. by Evgenii Stepanov · 10 years ago
  24. 15144b8 Add -Wno-pessimizing-move to Clang flags by Pirama Arumuga Nainar · 9 years ago
  25. a51df8a Merge "Fix makefile test against host os." by Calin Juravle · 9 years ago
  26. 0e26f46 Fix makefile test against host os. by Calin Juravle · 9 years ago
  27. 5ee9454 Support compiling run-tests with jack by Sebastien Hertz · 10 years ago
  28. 0f40fbc Merge "Support compiling run-tests with jack" by Sebastien Hertz · 9 years ago
  29. 22c26f5 Revert "Make Art dexdump/list the real utilities." by Aart Bik · 9 years ago
  30. d10ee1c Make Art dexdump/list the real utilities. by Aart Bik · 9 years ago
  31. 19ac027 Support compiling run-tests with jack by Sebastien Hertz · 10 years ago
  32. 3e40f4a Migrated dexlist from Dalvik (libdex) into Art (libart) by Aart Bik · 9 years ago
  33. cfbe53c List dependence of dexdump gtest on dexdump binary. by Aart Bik · 9 years ago
  34. e7ea17b Merge "Migrated dexdump from Dalvik (libdex) into Art (libart)" by Aart Bik · 9 years ago
  35. 69ae54a Migrated dexdump from Dalvik (libdex) into Art (libart) by Aart Bik · 9 years ago
  36. 4895ea4 Disable static builds for mac and asan. by Calin Juravle · 9 years ago
  37. 06b6da5 Merge "Fix mac build: use -lrt only on linux." by Calin Juravle · 9 years ago
  38. 9b36914 Fix mac build: use -lrt only on linux. by Calin Juravle · 9 years ago
  39. a3529ea Merge "Enable ART_BUILD_HOST_STATIC for check builds." by Calin Juravle · 9 years ago
  40. dc56161 Enable ART_BUILD_HOST_STATIC for check builds. by Calin Juravle · 9 years ago
  41. 23bfc0b Merge "Build statically linked version of dex2oat." by Calin Juravle · 9 years ago
  42. 7a20ae6 Merge "Allow for sig chain to be disabled." by Calin Juravle · 9 years ago
  43. 65e069d Build statically linked version of dex2oat. by Calin Juravle · 9 years ago
  44. 01aaf6e Allow for sig chain to be disabled. by Calin Juravle · 9 years ago
  45. b1f3753 Added index type of dex byte instructions. by Aart Bik · 9 years ago
  46. 7526d78 ART: Fix streaming tracing issues by Andreas Gampe · 9 years ago
  47. b91205e ART: Fix streaming tracing issues by Andreas Gampe · 9 years ago
  48. ab00b7a Make dump-oat-target work with second architecture by Brian Carlstrom · 9 years ago
  49. a26cb57 ART stack unwinding fixes for libunwind/gdb/lldb. by David Srbecky · 10 years ago
  50. e1b6e97 Disable -Wframe-larger-than when building SANITIZE_TARGET. by Evgenii Stepanov · 9 years ago
  51. 461d72a Generate debug info for core.oat files. by David Srbecky · 9 years ago
  52. 12bd721 If heap poisoning is on, pass the relevant flag to LOCAL_ASFLAGS. by Roland Levillain · 9 years ago
  53. 3db3600 ART: Fix valgrind Makefile by Andreas Gampe · 9 years ago
  54. 0f7c06d Fix rule: the exe must be first dependency. by Nicolas Geoffray · 9 years ago
  55. 01908eb Merge "Refactor makefiles to allow just building tests." by Nicolas Geoffray · 9 years ago
  56. 58035ae Refactor makefiles to allow just building tests. by Nicolas Geoffray · 9 years ago
  57. 1a1e77f Fix valgrind includes by Dmitriy Ivanov · 9 years ago
  58. 6130f73 Fix valgrind includes by Dmitriy Ivanov · 9 years ago
  59. 2b3f42e Add missing oatdump test dependency by Mathieu Chartier · 9 years ago
  60. ea216b3 Add missing oatdump test dependency by Mathieu Chartier · 9 years ago
  61. c930980 Add oatdump test by Mathieu Chartier · 9 years ago
  62. 19510f0 Add oatdump test by Mathieu Chartier · 9 years ago
  63. 41b175a ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 10 years ago
  64. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 10 years ago
  65. 99ca40c ART: Refactor UnstartedRuntime for testing by Andreas Gampe · 10 years ago
  66. 48b7918 ART: Fix gtest dependency by Andreas Gampe · 10 years ago
  67. 0ae3bf8 ART: Fix gtest dependency by Andreas Gampe · 10 years ago
  68. 799681b ART: Refactor UnstartedRuntime for testing by Andreas Gampe · 10 years ago
  69. 67ff7d1 Test and fix bug checking status of secondary multidex files. by Richard Uhler · 10 years ago
  70. ce70082 Merge "Test and fix bug checking status of secondary multidex files." into mnc-dev by Richard Uhler · 10 years ago
  71. a5a1c13 Test and fix bug checking status of secondary multidex files. by Richard Uhler · 10 years ago
  72. 2501595 Undo arm64 workaround. by Chih-Hung Hsieh · 10 years ago
  73. 958fa02 Revert "Revert "Remove junit from our core image."" by Nicolas Geoffray · 10 years ago
  74. b6cee94 Undo arm64 workaround. by Chih-Hung Hsieh · 10 years ago
  75. 0462c4c Support multiple instrumentation clients by Sebastien Hertz · 10 years ago
  76. 91ddd0d Re-enable clang for Mips/Mips64 targets. by Duane Sand · 10 years ago
  77. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  78. c4013ea ART: Fix addpd opcode, add Quick x86 assembler test by Chao-ying Fu · 10 years ago
  79. c91df2d Revert "Revert "Quick: Rewrite type inference pass."" by Vladimir Marko · 10 years ago
  80. 1b717f6 Revert "Quick: Rewrite type inference pass." by Andreas Gampe · 10 years ago
  81. e490b01 Quick: Rewrite type inference pass. by Vladimir Marko · 10 years ago
  82. 70bef0d ART: Add compiled-methods by Andreas Gampe · 10 years ago
  83. 3e52aa4 Move GetAndroidToolsDir to common location. by David Srbecky · 10 years ago
  84. 7848da4 ART: Store classpath information into oat file by Andreas Gampe · 10 years ago
  85. c6b4dd8 Implement CFI for Optimizing. by David Srbecky · 10 years ago
  86. dd97393 Implement CFI for JNI. by David Srbecky · 10 years ago
  87. 1109fb3 Implement CFI for Quick. by David Srbecky · 10 years ago
  88. 6622266 ART: Turn off missing-noreturn for Mac by Andreas Gampe · 10 years ago
  89. 9b14dc3 ART: Fix gtests for missing-noreturn by Andreas Gampe · 10 years ago
  90. 65b798e ART: Enable more Clang warnings by Andreas Gampe · 10 years ago
  91. 758a801 ART: Enable Clang's -Wdeprecated by Andreas Gampe · 10 years ago
  92. ca71458 ART: Add Clang's -Wused-but-marked-unused by Andreas Gampe · 10 years ago
  93. 3f311cf Add tests for Arm64RelativePatcher. by Vladimir Marko · 10 years ago
  94. 4d23c9d Add tests for Thumb2RelativePatcher. by Vladimir Marko · 10 years ago
  95. b163bb7 Refactor RelativePatcher out of OatWriter. by Vladimir Marko · 10 years ago
  96. dcff612 Merge "Revert "Revert "Add small library for writing of DWARF data.""" by David Srbecky · 10 years ago
  97. 15c1975 Revert "Revert "Add small library for writing of DWARF data."" by David Srbecky · 10 years ago
  98. 5942d57 Merge "Revert "Add small library for writing of DWARF data."" by Nicolas Geoffray · 10 years ago
  99. 1ded5be Revert "Add small library for writing of DWARF data." by Nicolas Geoffray · 10 years ago
  100. 4665300 Merge "Add small library for writing of DWARF data." by David Srbecky · 10 years ago