1. 610a142 Do not build art with clang for mips64 by Lazar Trsic · 9 years ago
  2. 3a09092 Revert "lambda: Add support for invoke-interface for boxed innate lambdas" by Nicolas Geoffray · 9 years ago
  3. 457e874 lambda: Add support for invoke-interface for boxed innate lambdas by Igor Murashkin · 9 years ago
  4. 763a31e Add immune spaces abstraction by Mathieu Chartier · 9 years ago
  5. c07d66d Add ability to skip run-tests with ART_TEST_RUN_TEST_SKIP. by Alex Light · 9 years ago
  6. 07ddb6f Fix elf writer to properly handle empty text sections by Mathieu Chartier · 9 years ago
  7. 91de25f Make things generally quieter. by Alex Light · 9 years ago
  8. d9786b0 Implementation of fast lookup table to search class_def by descriptor by Artem Udovichenko · 9 years ago
  9. 35831e8 Reduce memory used by CompiledMethods. by Vladimir Marko · 9 years ago
  10. 751ceba Fix dependencies when not building with Jack. by Nicolas Geoffray · 9 years ago
  11. 3048698 Fix art-run-tests dependencies by Yohann Roussel · 9 years ago
  12. 66e33f1 Merge "Use DlMallocSpace for the JIT code cache." by Nicolas Geoffray · 9 years ago
  13. 0c3c266 Use DlMallocSpace for the JIT code cache. by Nicolas Geoffray · 9 years ago
  14. 5295bc2 ART: Disable Clang for arm by Andreas Gampe · 9 years ago
  15. 522b308 Merge "Allow changing the optimization level of a build with env variable." by Alex Light · 9 years ago
  16. d57d454 Allocate dex cache arrays in their class loader's linear alloc by Mathieu Chartier · 9 years ago
  17. 8069d9f Allow changing the optimization level of a build with env variable. by Alex Light · 9 years ago
  18. e3c4fcf Merge "MIPS: Assemblers changes needed for optimizing compiler" by Nicolas Geoffray · 9 years ago
  19. 72305e2 Merge "Fix another Makefile typo." by Nicolas Geoffray · 9 years ago
  20. 8c434dc MIPS: Assemblers changes needed for optimizing compiler by Goran Jakovljevic · 9 years ago
  21. c13f13a Fix another Makefile typo. by Nicolas Geoffray · 9 years ago
  22. dbce0d7 MIPS64r6 Assembler Tests by Chris Larsen · 9 years ago
  23. 4b6d025 Merge "Make it possible to change the read barrier type as build config." by Hiroshi Yamauchi · 9 years ago
  24. d0f5b02 Merge "Fix typo from previous commit." by Nicolas Geoffray · 9 years ago
  25. 7701d10 Fix typo from previous commit. by Nicolas Geoffray · 9 years ago
  26. 2e28775 Make it possible to change the read barrier type as build config. by Hiroshi Yamauchi · 9 years ago
  27. 51c6c18 KNOWN_BROKEN/FAILING does not work for gtests. by Nicolas Geoffray · 9 years ago
  28. 00f2428 Merge "Test fails on mips." by Nicolas Geoffray · 9 years ago
  29. b2ae66a Test fails on mips. by Nicolas Geoffray · 9 years ago
  30. 409e809 Don't force the boot image to using quick. by Nicolas Geoffray · 9 years ago
  31. f6010ec Fix static build when libbacktrace links llvm libraries. by Yabin Cui · 9 years ago
  32. 8a159fd ART: Use JIT image for JIT run tests by Andreas Gampe · 9 years ago
  33. 22af3be Use induction variable range analysis in BCE (statically). by Aart Bik · 9 years ago
  34. d472066 Revert "Revert "Re-enable Clang's -Wpessimizing-move"" by Pirama Arumuga Nainar · 9 years ago
  35. 4a37953 Revert "Re-enable Clang's -Wpessimizing-move" by Pirama Arumuga Nainar · 9 years ago
  36. 8f5d2d8 Re-enable Clang's -Wpessimizing-move by Pirama Arumuga Nainar · 9 years ago
  37. fc1ccd7 lambda: Infrastructure to support capture/liberate-variable dex opcodes by Igor Murashkin · 9 years ago
  38. f54cde6 Increase max stack frame for sanitizers to handle x86. by Ivan Krasin · 9 years ago
  39. b00ae4a Merge "Make Art's dexlist the real one!" by Aart Bik · 9 years ago
  40. b1b45be Make Art's dexlist the real one! by Aart Bik · 9 years ago
  41. 30efb4e Induction variable analysis (with unit tests). by Aart Bik · 9 years ago
  42. f71ad9e Merge "Svelter libart-compiler" by Alex Light · 9 years ago
  43. 50fa993 Svelter libart-compiler by Alex Light · 9 years ago
  44. bc0d79b Only apply aarch64 clang WAR to the target. by Dan Albert · 9 years ago
  45. b47bad5 Force Clang aarch64 builds to -O1. by Dan Albert · 9 years ago
  46. 799e81c Merge "Add -Wno-pessimizing-move to Clang flags" by Stephen Hines · 9 years ago
  47. 275bc5e Merge "ART: Extend ISA features option for (host) run tests" by Andreas Gampe · 9 years ago
  48. 4d2ef33 ART: Extend ISA features option for (host) run tests by Andreas Gampe · 9 years ago
  49. 02f0771 Merge "Revert "cleanup: Replace pointers with out-parameters and fix-up formatting"" by Igor Murashkin · 9 years ago
  50. 4382f1e Revert "Revert "ART: Use bionic TLS slot for thread-self"" by Andreas Gampe · 9 years ago
  51. 1cf8551 Merge "Revert "ART: Use bionic TLS slot for thread-self"" by Andreas Gampe · 9 years ago
  52. 50832b6 Revert "ART: Use bionic TLS slot for thread-self" by Andreas Gampe · 9 years ago
  53. bab71e2 Merge "ART: Use bionic TLS slot for thread-self" by Andreas Gampe · 9 years ago
  54. b1d8c31 Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 9 years ago
  55. fb326cf base: replace raw pointers for out-parameters with safer out<T> by Igor Murashkin · 9 years ago
  56. b815358 ART: Use bionic TLS slot for thread-self by Andreas Gampe · 9 years ago
  57. 0fae2f5 Merge "Enable art host static builds only for checkbuilds." by Calin Juravle · 9 years ago
  58. 825570c ART: Abbreviate interpreter-access-checks by Andreas Gampe · 9 years ago
  59. 676ff8e Enable art host static builds only for checkbuilds. by Calin Juravle · 9 years ago
  60. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  61. 3f307f3 Added unit tests to LICM. by Aart Bik · 9 years ago
  62. 754a445 Prefer 32-bit host executables on Mac. by Ying Wang · 9 years ago
  63. e07300b Merge "Improved side effect analysis (field/array write/read)." by Aart Bik · 9 years ago
  64. 854a02b Improved side effect analysis (field/array write/read). by Aart Bik · 9 years ago
  65. 7617abd runtime: Add -Xverify:softfail and ART_TEST_INTERPRETER_ACCESS_CHECKS by Igor Murashkin · 9 years ago
  66. 093f1b4 Add ART_TEST_DEBUG_GC to help with debugging gc. by Hiroshi Yamauchi · 9 years ago
  67. 1e13374 Generalize Valgrind annotations in ART to support ASan. by Evgenii Stepanov · 9 years ago
  68. 15144b8 Add -Wno-pessimizing-move to Clang flags by Pirama Arumuga Nainar · 9 years ago
  69. a51df8a Merge "Fix makefile test against host os." by Calin Juravle · 9 years ago
  70. 0e26f46 Fix makefile test against host os. by Calin Juravle · 9 years ago
  71. 0f40fbc Merge "Support compiling run-tests with jack" by Sebastien Hertz · 9 years ago
  72. 22c26f5 Revert "Make Art dexdump/list the real utilities." by Aart Bik · 9 years ago
  73. d10ee1c Make Art dexdump/list the real utilities. by Aart Bik · 9 years ago
  74. 19ac027 Support compiling run-tests with jack by Sebastien Hertz · 10 years ago
  75. 3e40f4a Migrated dexlist from Dalvik (libdex) into Art (libart) by Aart Bik · 9 years ago
  76. cfbe53c List dependence of dexdump gtest on dexdump binary. by Aart Bik · 9 years ago
  77. e7ea17b Merge "Migrated dexdump from Dalvik (libdex) into Art (libart)" by Aart Bik · 9 years ago
  78. 69ae54a Migrated dexdump from Dalvik (libdex) into Art (libart) by Aart Bik · 9 years ago
  79. 4895ea4 Disable static builds for mac and asan. by Calin Juravle · 9 years ago
  80. 06b6da5 Merge "Fix mac build: use -lrt only on linux." by Calin Juravle · 9 years ago
  81. 9b36914 Fix mac build: use -lrt only on linux. by Calin Juravle · 9 years ago
  82. a3529ea Merge "Enable ART_BUILD_HOST_STATIC for check builds." by Calin Juravle · 9 years ago
  83. dc56161 Enable ART_BUILD_HOST_STATIC for check builds. by Calin Juravle · 9 years ago
  84. 23bfc0b Merge "Build statically linked version of dex2oat." by Calin Juravle · 9 years ago
  85. 7a20ae6 Merge "Allow for sig chain to be disabled." by Calin Juravle · 9 years ago
  86. 65e069d Build statically linked version of dex2oat. by Calin Juravle · 9 years ago
  87. 01aaf6e Allow for sig chain to be disabled. by Calin Juravle · 9 years ago
  88. b1f3753 Added index type of dex byte instructions. by Aart Bik · 9 years ago
  89. 7526d78 ART: Fix streaming tracing issues by Andreas Gampe · 9 years ago
  90. ab00b7a Make dump-oat-target work with second architecture by Brian Carlstrom · 9 years ago
  91. e1b6e97 Disable -Wframe-larger-than when building SANITIZE_TARGET. by Evgenii Stepanov · 9 years ago
  92. 461d72a Generate debug info for core.oat files. by David Srbecky · 9 years ago
  93. 12bd721 If heap poisoning is on, pass the relevant flag to LOCAL_ASFLAGS. by Roland Levillain · 9 years ago
  94. 3db3600 ART: Fix valgrind Makefile by Andreas Gampe · 9 years ago
  95. 0f7c06d Fix rule: the exe must be first dependency. by Nicolas Geoffray · 9 years ago
  96. 01908eb Merge "Refactor makefiles to allow just building tests." by Nicolas Geoffray · 9 years ago
  97. 58035ae Refactor makefiles to allow just building tests. by Nicolas Geoffray · 9 years ago
  98. 6130f73 Fix valgrind includes by Dmitriy Ivanov · 9 years ago
  99. ea216b3 Add missing oatdump test dependency by Mathieu Chartier · 9 years ago
  100. 19510f0 Add oatdump test by Mathieu Chartier · 9 years ago