1. 1ad824c Merge "Revert "Arm64: Use the debug version of VIXL for debug builds."" by Nicolas Geoffray · 10 years ago
  2. 847c8db Revert "Arm64: Use the debug version of VIXL for debug builds." by Nicolas Geoffray · 10 years ago
  3. 6d54142 Merge "Arm64: Use the debug version of VIXL for debug builds." by Nicolas Geoffray · 10 years ago
  4. 58d2974 Merge "The libc++ gtest is being renamed to libgtest." by Dan Albert · 10 years ago
  5. 98b8bcf Up the stack size limit for SANITIZE_HOST. by Dan Albert · 10 years ago
  6. 195c576 Arm64: Use the debug version of VIXL for debug builds. by Serban Constantinescu · 10 years ago
  7. d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 10 years ago
  8. 1a28fc4 Exercise the generation of SBFX on ARM32 & Thumb-2. by Roland Levillain · 10 years ago
  9. 4ad5cd3 Modify the behavior of thread suspend shootouts. by Ian Rogers · 10 years ago
  10. 0069174 Merge "Use CommonRuntimeTest::boot_class_path_ in DexMethodIteratorTest" by Brian Carlstrom · 10 years ago
  11. fd84f66 The libc++ gtest is being renamed to libgtest. by Dan Albert · 10 years ago
  12. f4d4da1 Allow JNI AttachCurrentThread to fail if not enough stack. by Ian Rogers · 10 years ago
  13. 53463ea Use CommonRuntimeTest::boot_class_path_ in DexMethodIteratorTest by Brian Carlstrom · 10 years ago
  14. 10fc34b Update dependency after libgtest_libc++_host renaming. by Nicolas Geoffray · 10 years ago
  15. c1dea4a Fix ld_library_path now that a target can be 64bits only. by Nicolas Geoffray · 10 years ago
  16. 7372b76 Support TARGET_ARCH=64 with no 2ND_TARGET_ARCH. by Nicolas Geoffray · 10 years ago
  17. c2e2062 Add hash set by Mathieu Chartier · 10 years ago
  18. 5bae9a2 Fix dependency from phony targets to real files to remove need for m or mma by Brian Carlstrom · 10 years ago
  19. 78a3233 Merge "ART: More warnings" by Andreas Gampe · 10 years ago
  20. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  21. 5ac814a Add a test for SafeMath. by Ian Rogers · 10 years ago
  22. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  23. 9aee6fc Merge "ART: Add missing test dependency" by Andreas Gampe · 10 years ago
  24. da82344 ART: Add missing test dependency by Andreas Gampe · 10 years ago
  25. 130bd1b Remove generated file if compiling the image failed. by Nicolas Geoffray · 10 years ago
  26. 08d5e28 Add missing $() when testing TARGET_ARCH. by Nicolas Geoffray · 10 years ago
  27. a136ab5 Only use Quick for optimizing on arm64. by Nicolas Geoffray · 10 years ago
  28. 263f20b Merge "Tidy and reduce ART library dependencies on the host." by Ian Rogers · 10 years ago
  29. 872dd82 Tidy and reduce ART library dependencies on the host. by Ian Rogers · 10 years ago
  30. 96a6345 Fix gtest dependencies. by Nicolas Geoffray · 10 years ago
  31. b96fd84 Merge "Another ART_TEST_ANDROID_ROOT fix." by Nicolas Geoffray · 10 years ago
  32. 96a37c8 Another ART_TEST_ANDROID_ROOT fix. by Nicolas Geoffray · 10 years ago
  33. 7b76ec4 Also use Quick for target boot image. by Nicolas Geoffray · 10 years ago
  34. 1381b51 Merge "Opt compiler: Add ARM64 support for the Mul IR." by Nicolas Geoffray · 10 years ago
  35. 58f767f Merge "Support gtest with ART_TEST_ANDROID_ROOT." by Nicolas Geoffray · 10 years ago
  36. 9eb4074 Support gtest with ART_TEST_ANDROID_ROOT. by Nicolas Geoffray · 10 years ago
  37. 42d641b Opt compiler: Add ARM64 support for the Mul IR. by Alexandre Rames · 10 years ago
  38. 70587a2 ART: Fix multi-image testing by Andreas Gampe · 10 years ago
  39. c23c9c9 ART: PIC testing by Andreas Gampe · 10 years ago
  40. 63fc30e ART: Create and use multiple core images by Andreas Gampe · 10 years ago
  41. 41bb331 Add more environment variable to control test granularity. by Nicolas Geoffray · 10 years ago
  42. ee0ebc8 ART: Fix common_build CFLAGS by Andreas Gampe · 10 years ago
  43. 92cf9ae Merge "Support running run-test in ndebug mode through make." by Nicolas Geoffray · 10 years ago
  44. bd2c63c Support running run-test in ndebug mode through make. by Nicolas Geoffray · 10 years ago
  45. e49a4f6 Link libsigchain.a instead of sigchain.o by Dmitriy Ivanov · 10 years ago
  46. 570d5dd Merge "Revert "Revert "Introduce a class to implement optimization passes.""" by Roland Levillain · 10 years ago
  47. c42893e Just depend on TARGET_CORE_DEX_FILES. by Nicolas Geoffray · 10 years ago
  48. 75be283 Revert "Revert "Introduce a class to implement optimization passes."" by Roland Levillain · 10 years ago
  49. 50fe6da x86 build fix. by Ian Rogers · 10 years ago
  50. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  51. 8b5b698 Fix mac build (second attempt) by Dmitriy Ivanov · 10 years ago
  52. 1d74e57 Fixing mac build by Dmitriy Ivanov · 10 years ago
  53. 8508a43 Untie gtest executables from LD_PRELOAD by Dmitriy Ivanov · 10 years ago
  54. e4228d9 Merge "Remove libsigchain from LD_PRELOADS" by Dmitriy Ivanov · 10 years ago
  55. b7f1c06 Merge "Work around ICE bugs with MIPS GCC and O1." by Ian Rogers · 10 years ago
  56. 59c0706 Work around ICE bugs with MIPS GCC and O1. by Ian Rogers · 10 years ago
  57. 647b1a8 Fix 2 new sets of clang compiler warnings. by Ian Rogers · 10 years ago
  58. fc787ec Enable -Wimplicit-fallthrough. by Ian Rogers · 10 years ago
  59. 611e1db Makefile cleanups. by Nicolas Geoffray · 10 years ago
  60. f57874d Remove libsigchain from LD_PRELOADS by Dmitriy Ivanov · 10 years ago
  61. 9800e55 Merge "Make which dex2oat version to use configurable." by Nicolas Geoffray · 10 years ago
  62. 1ffa074 Make which dex2oat version to use configurable. by Nicolas Geoffray · 10 years ago
  63. 88c0569 Respect USE_CLANG_PLATFORM_BUILD for art builds by Bernhard Rosenkraenzer · 10 years ago
  64. d642a91 Colorize warnings when building with clang. by Ian Rogers · 10 years ago
  65. d25cee7 Merge "Revert "Introduce a class to implement optimization passes."" by Nicolas Geoffray · 10 years ago
  66. 1ddbf6d Revert "Introduce a class to implement optimization passes." by Nicolas Geoffray · 10 years ago
  67. bff187b Merge "Introduce a class to implement optimization passes." by Roland Levillain · 10 years ago
  68. bf9cd7b Introduce a class to implement optimization passes. by Roland Levillain · 10 years ago
  69. 0714083 Enable -Wunreachable-code by Ian Rogers · 10 years ago
  70. 724c963 Also remove environment links to removed instructions. by Nicolas Geoffray · 10 years ago
  71. d31cf3d First optimization in new compiler: simple GVN. by Nicolas Geoffray · 10 years ago
  72. 556c3d1 Initiate a constant propagation pass in the optimizing compiler. by Roland Levillain · 10 years ago
  73. 72bceff Initiate a dead code elimination pass in the optimizing compiler. by Roland Levillain · 10 years ago
  74. ccc07a9 Add CFG and SSA form checkers in the optimizing compiler. by Roland Levillain · 10 years ago
  75. 2cbaccb Avoid printing absolute addresses in oatdump by Brian Carlstrom · 10 years ago
  76. fbc695f Revert "Revert "Implement suspend checks in new compiler."" by Nicolas Geoffray · 10 years ago
  77. 7e3652c Revert "Implement suspend checks in new compiler." by Nicolas Geoffray · 10 years ago
  78. 6fbce02 Implement suspend checks in new compiler. by Nicolas Geoffray · 10 years ago
  79. 8a16d97 Fix valgrind errors. by Nicolas Geoffray · 10 years ago
  80. 928f72b ART: Fix things for valgrind by Andreas Gampe · 10 years ago
  81. 1ef4ce8 Really fix tests. by Alex Light · 10 years ago
  82. 03a112d Add run-test support for running without a working patchoat/dex2oat by Alex Light · 10 years ago
  83. f5c44b3 Use loops to build combinations of run-tests. by Ian Rogers · 10 years ago
  84. 0ff21b1 ART: Add dex dependency for gtest by Andreas Gampe · 10 years ago
  85. 29b3841 ART: Set default visibility to protected by Andreas Gampe · 10 years ago
  86. deb6fe2 Really fix target gtest dependencies by Brian Carlstrom · 10 years ago
  87. db8a664 Prevent stubs from being installed in java.lang.reflect.Proxy.<init>. by Jeff Hao · 10 years ago
  88. 5a586cc Mark ParallelGC with gcstress failing. by Nicolas Geoffray · 10 years ago
  89. f6e206c Support x86_64 stack overflow checks in opt compiler. by Nicolas Geoffray · 10 years ago
  90. 6400683 Fix target and host gtest dependencies. by Nicolas Geoffray · 10 years ago
  91. e71d597 Merge "Fix proxy tracing and enable tests that now work with tracing." by Jeff Hao · 10 years ago
  92. f0a3f09 Fix proxy tracing and enable tests that now work with tracing. by Jeff Hao · 10 years ago
  93. 3d4e684 Revert "Rules depend on DEX2OATD, not DEX2OATD_DEPENDENCY." by Brian Carlstrom · 10 years ago
  94. 2c26501 Add card table test. by Mathieu Chartier · 10 years ago
  95. bfac14a Add --always-clean flag to run-test. by Alex Light · 10 years ago
  96. 3bb12b9 Add a variable to disable PREBUILD in run-tests. by Nicolas Geoffray · 10 years ago
  97. 1fe5e5c ART: Fix target test paths by Andreas Gampe · 10 years ago
  98. 1740eca Remove the per-project FDO support. Use the common FDO support from build/core. by Dehao Chen · 10 years ago
  99. 86507ed Merge "Add a new stack map scheme that encodes compilation info per pc." by Nicolas Geoffray · 10 years ago
  100. e7655c5 ART: Turn on ART_TEST_KEEP_GOING by default, clean up unused vars by Andreas Gampe · 10 years ago