1. 1ef4ce8 Really fix tests. by Alex Light · 10 years ago
  2. 03a112d Add run-test support for running without a working patchoat/dex2oat by Alex Light · 10 years ago
  3. f5c44b3 Use loops to build combinations of run-tests. by Ian Rogers · 10 years ago
  4. 0ff21b1 ART: Add dex dependency for gtest by Andreas Gampe · 10 years ago
  5. 29b3841 ART: Set default visibility to protected by Andreas Gampe · 10 years ago
  6. deb6fe2 Really fix target gtest dependencies by Brian Carlstrom · 10 years ago
  7. db8a664 Prevent stubs from being installed in java.lang.reflect.Proxy.<init>. by Jeff Hao · 10 years ago
  8. 5a586cc Mark ParallelGC with gcstress failing. by Nicolas Geoffray · 10 years ago
  9. f6e206c Support x86_64 stack overflow checks in opt compiler. by Nicolas Geoffray · 10 years ago
  10. 6400683 Fix target and host gtest dependencies. by Nicolas Geoffray · 10 years ago
  11. e71d597 Merge "Fix proxy tracing and enable tests that now work with tracing." by Jeff Hao · 10 years ago
  12. f0a3f09 Fix proxy tracing and enable tests that now work with tracing. by Jeff Hao · 10 years ago
  13. 3d4e684 Revert "Rules depend on DEX2OATD, not DEX2OATD_DEPENDENCY." by Brian Carlstrom · 10 years ago
  14. 2c26501 Add card table test. by Mathieu Chartier · 10 years ago
  15. bfac14a Add --always-clean flag to run-test. by Alex Light · 10 years ago
  16. 3bb12b9 Add a variable to disable PREBUILD in run-tests. by Nicolas Geoffray · 10 years ago
  17. 1fe5e5c ART: Fix target test paths by Andreas Gampe · 10 years ago
  18. 1740eca Remove the per-project FDO support. Use the common FDO support from build/core. by Dehao Chen · 10 years ago
  19. 86507ed Merge "Add a new stack map scheme that encodes compilation info per pc." by Nicolas Geoffray · 10 years ago
  20. e7655c5 ART: Turn on ART_TEST_KEEP_GOING by default, clean up unused vars by Andreas Gampe · 10 years ago
  21. 1159727 Increase limit to 2600 on host clang builds for frame size. by Stephen Hines · 10 years ago
  22. 7f9c8f7 Merge "Update frame-larger-than limit to 2440 for new clang." by Stephen Hines · 10 years ago
  23. 67a4338 Update frame-larger-than limit to 2440 for new clang. by Stephen Hines · 10 years ago
  24. 1c83cbc ART: Make run tests out of oat tests by Andreas Gampe · 10 years ago
  25. 6a6d3c2 Use the TMPDIR environment variable for test directory if set. by Ian Rogers · 10 years ago
  26. 55fff04 Rewrite topological sort order and improve GVN. by Vladimir Marko · 10 years ago
  27. b1efe97 Rules depend on DEX2OATD, not DEX2OATD_DEPENDENCY. by Nicolas Geoffray · 10 years ago
  28. ab9167b Merge "Changed default non-full tests to be prebuild." by Andreas Gampe · 10 years ago
  29. 9d72253 Changed default non-full tests to be prebuild. by Alex Light · 10 years ago
  30. d2c0b09 Put oat test output on stderr. by Ian Rogers · 10 years ago
  31. a59dd80 Runtime can now be set to require relocation by Alex Light · 10 years ago
  32. 99ea58c Add a new stack map scheme that encodes compilation info per pc. by Nicolas Geoffray · 10 years ago
  33. f12feb8 Stack overflow checks and NPE checks for optimizing. by Nicolas Geoffray · 10 years ago
  34. 5182915 Redirect failing test output to stderr. by Ian Rogers · 10 years ago
  35. 1a43dd7 Add write barriers to optimizing compiler. by Nicolas Geoffray · 10 years ago
  36. 8a14b75 Add a GC stress run that uses a moving collector and small heap sizes. by Ian Rogers · 10 years ago
  37. 701aa64 Add GC verification test rules. by Ian Rogers · 10 years ago
  38. 5242c0a Allow optimizing and trace tests to be not run. by Ian Rogers · 10 years ago
  39. b0777f0 Merge "Use the thumb2 assembler for the optimizing compiler." by Nicolas Geoffray · 10 years ago
  40. 8d48673 Use the thumb2 assembler for the optimizing compiler. by Nicolas Geoffray · 10 years ago
  41. 69dfe51 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 10 years ago
  42. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  43. 0025a86 Revert "Revert "Revert "Add implicit null and stack checks for x86""" by Nicolas Geoffray · 10 years ago
  44. 7fb36de Revert "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 10 years ago
  45. 95a0597 Global Value Numbering. by Vladimir Marko · 10 years ago
  46. c4f72ec Merge "Use memory chunks for monitors on LP64" by Andreas Gampe · 10 years ago
  47. 7424081 Use memory chunks for monitors on LP64 by Andreas Gampe · 10 years ago
  48. 44a3c19 art: fix host dex2oat runtime args by Colin Cross · 10 years ago
  49. 3d14eb6 Revert "Add implicit null and stack checks for x86" by Dave Allison · 10 years ago
  50. 34e826c Add implicit null and stack checks for x86 by Dave Allison · 10 years ago
  51. 608520c Merge "Adds PGO_GEN and PGO_USE for libart and libart-compiler." by Ian Rogers · 10 years ago
  52. 997660d Adds PGO_GEN and PGO_USE for libart and libart-compiler. by Dehao Chen · 10 years ago
  53. 6e524dd Merge "Make dex2oat heap size product configurable [art]" by Brian Carlstrom · 10 years ago
  54. 670134e Make dex2oat heap size product configurable [art] by Brian Carlstrom · 10 years ago
  55. a1d1781 Merge "Fix dex file dependencies for oat tests." by Ian Rogers · 10 years ago
  56. 1a2f84e Fix dex file dependencies for oat tests. by Ian Rogers · 10 years ago
  57. 53cb16b Add patchoat tool to Art. by Alex Light · 10 years ago
  58. b63727c Merge "ART: Update Monitor::Wait so it releases monitor_lock_ before throwing an exception" by Andreas Gampe · 10 years ago
  59. 1af6a1f ART: Update Monitor::Wait so it releases monitor_lock_ before throwing an exception by Elena Sayapina · 10 years ago
  60. e130ee6 Add a local elf.h by Brian Carlstrom · 10 years ago
  61. 4d1231d The host build has changed from lib32/lib to lib/lib64. by Nicolas Geoffray · 10 years ago
  62. 8b11544 Merge "AArch64: Add memcmp16() for Arm64; ensure xSELF not clobbered" by Andreas Gampe · 10 years ago
  63. 86797a7 AArch64: Add memcmp16() for Arm64; ensure xSELF not clobbered by Serban Constantinescu · 10 years ago
  64. 327e6b4 We can no longer use "adb shell sh -c ..." internally by Brian Carlstrom · 10 years ago
  65. f5449a2 Fix build rule. by Nicolas Geoffray · 10 years ago
  66. b1cbf58 Merge "Re-enable tests with the optimizing compiler." by Nicolas Geoffray · 10 years ago
  67. f61b537 Re-enable tests with the optimizing compiler. by Nicolas Geoffray · 10 years ago
  68. eb85f2b Further refine gtest dependencies. by Brian Carlstrom · 10 years ago
  69. 532714a Fix test-art-target error by Brian Carlstrom · 10 years ago
  70. 665de8a Fix various test dependencies. by Ian Rogers · 10 years ago
  71. afd9acc Multilib ART host. by Ian Rogers · 10 years ago
  72. ea521dc Really use GCC for ARM64 by Sebastien Hertz · 10 years ago
  73. a76724f Merge "Use GCC on ARM64" by Sebastien Hertz · 10 years ago
  74. ca3aaba Fix implicit check option handling for non-cross-compiles by Dave Allison · 10 years ago
  75. 56c3e84 Use GCC on ARM64 by Sebastien Hertz · 10 years ago
  76. df10b32 ART: Dex file verifier needs to check proto idx of method id. by Andreas Gampe · 10 years ago
  77. e3d5581 Fix host Mac build. by Ian Rogers · 10 years ago
  78. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 10 years ago
  79. afdc560 Fix for test-art-host by Brian Carlstrom · 10 years ago
  80. 41c507a ART: Generalize code to find PC for artInvokeInterfaceTrampoline by Alexei Zavjalov · 10 years ago
  81. d1c606f Add locking around boot image generation. by Narayan Kamath · 10 years ago
  82. ec7e472 Fix some bugs in graph construction/simplification methods. by Nicolas Geoffray · 10 years ago
  83. dadc7dc Disable thumb assembler test to fix art build by Dave Allison · 10 years ago
  84. 0eb3e75 Merge "Thumb2 assembler for JNI compiler and optimizing compiler" by Dave Allison · 10 years ago
  85. 65fcc2c Thumb2 assembler for JNI compiler and optimizing compiler by Dave Allison · 10 years ago
  86. 4352b45 ART: Add a test checking TLS offsets and entrypoints by Andreas Gampe · 10 years ago
  87. 278ff9e Enable -Wframe-larger-than=1728 compilation error by Sebastien Hertz · 10 years ago
  88. 5ca4eaa ART: Make LOCAL_CLANG architecture dependent for the target by Andreas Gampe · 10 years ago
  89. f4b80bc Make use of sigchainlib for signal chaining for implicit checks by Dave Allison · 10 years ago
  90. a7062e0 Add a linear scan register allocator to the optimizing compiler. by Nicolas Geoffray · 10 years ago
  91. adde7d2 Merge "Import Dart's parallel move resolver." by Nicolas Geoffray · 10 years ago
  92. 4e3d23a Import Dart's parallel move resolver. by Nicolas Geoffray · 10 years ago
  93. dfd301f Merge "Update dump-oat-* and oatdump for new image file layout" by Brian Carlstrom · 10 years ago
  94. 0f5baa0 Update dump-oat-* and oatdump for new image file layout by Brian Carlstrom · 10 years ago
  95. 5da6e2b Merge "Move art host to libc++" by Dan Albert · 10 years ago
  96. 2a0e954 Move art host to libc++ by Dan Albert · 10 years ago
  97. c32deb4 Fix test-art-target-oat for multi target by Sebastien Hertz · 10 years ago
  98. 1271e5d Merge "Add DALVIKVM_FLAGS to test invocation." by Mathieu Chartier · 10 years ago
  99. 769a5ad Add DALVIKVM_FLAGS to test invocation. by Mathieu Chartier · 10 years ago
  100. 607fa7b Merge "Now we have a proper C++ library, use std::unique_ptr." by Ian Rogers · 10 years ago