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