1. 3679a47 Merge "Support relative encoded dex locations in oat files." by Richard Uhler · 9 years ago
  2. e5fed03 Support relative encoded dex locations in oat files. by Richard Uhler · 9 years ago
  3. bce416f Add code cache test by Mathieu Chartier · 9 years ago
  4. 2a39584 Merge "ART: Change the isa defaults for Mips" by Andreas Gampe · 9 years ago
  5. 3d12ead ART: Change the isa defaults for Mips by Douglas Leung · 9 years ago
  6. 79bd2bf Make it possible to enable tlab with a build parameter. by Hiroshi Yamauchi · 9 years ago
  7. 26584ca Merge "Add missing patchoatd dependency for oat_file_assistant_test." by Richard Uhler · 10 years ago
  8. 9a44f87 Add missing patchoatd dependency for oat_file_assistant_test. by Richard Uhler · 10 years ago
  9. 1f49bdc Merge "Compress the Dex register maps built by the optimizing compiler." by Roland Levillain · 10 years ago
  10. a2d8ec6 Compress the Dex register maps built by the optimizing compiler. by Roland Levillain · 10 years ago
  11. 4d57ecf Properly compile multidex for tests when using Jack. by Richard Uhler · 10 years ago
  12. 66d874d Create OatFileAssistant class for assisting with oat files. by Richard Uhler · 10 years ago
  13. 43c162f Revert "Revert "More Makefile fun for --debuggable."" by Nicolas Geoffray · 10 years ago
  14. 9728a93 Revert "More Makefile fun for --debuggable." by Nicolas Geoffray · 10 years ago
  15. bd648cd More Makefile fun for --debuggable. by Nicolas Geoffray · 10 years ago
  16. 86a4db4 Merge "Remove ART_SMALL_MODE ifdefs." by Jeff Hao · 10 years ago
  17. f3c7ba6 Remove ART_SMALL_MODE ifdefs. by Jeff Hao · 10 years ago
  18. e2a12c0 Change JIT tests to use interpreter image by Mathieu Chartier · 10 years ago
  19. 721f3a8 Fix jit tests by Mathieu Chartier · 10 years ago
  20. 4858a93 Change card cache mod-union table to use bitmaps by Mathieu Chartier · 10 years ago
  21. 3fc1b12 Add missing JIT stuff in make files by Mathieu Chartier · 10 years ago
  22. 3e78162 Fix method_verifier_test with the SS collector. by Hiroshi Yamauchi · 10 years ago
  23. 510be43 Merge "Revert "Revert "Add JIT""" by Mathieu Chartier · 10 years ago
  24. 7c3952f ART: Add -Wunused by Andreas Gampe · 10 years ago
  25. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
  26. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
  27. 2535abe Add JIT by Mathieu Chartier · 10 years ago
  28. 8df91ac ART: Add VALGRIND_LIB for gtests by Andreas Gampe · 10 years ago
  29. 3c0bb31 ART: Use Valgrind from tree by Andreas Gampe · 10 years ago
  30. 7a01dc2 Dead code elimination based on GVN results. by Vladimir Marko · 10 years ago
  31. a5afcfc Be more lenient with 4 byte UTF-8 sequences. by Narayan Kamath · 10 years ago
  32. aaebaa0 art: Refactor RuntimeOptions/ParsedOptions by Igor Murashkin · 10 years ago
  33. 31fb260 Add options for building/testing with coverage. by Dan Albert · 10 years ago
  34. f36df54 Remove libcxx.mk cruft. by Dan Albert · 10 years ago
  35. 685fbe4 ART: Clean up some build flags by Andreas Gampe · 10 years ago
  36. c23f0d8 Make it possible to enable read barriers at build time. by Hiroshi Yamauchi · 10 years ago
  37. 1a5c406 ART: Mips64 runtime support by Andreas Gampe · 10 years ago
  38. 57b3429 ART: Allow to compile interpret-only mips64 files by Andreas Gampe · 10 years ago
  39. 89866b7 ART: Only give Clang warning when Clang is active by Andreas Gampe · 10 years ago
  40. 86bb22e Do not use clang for mips target. by Chih-Hung Hsieh · 10 years ago
  41. bdeb9b7 Re-enable ParallelGC test for gcstress mode by Mathieu Chartier · 10 years ago
  42. 294be07 Merge "Fix signal test to work with gcstress" by Mathieu Chartier · 10 years ago
  43. 50c138f Fix signal test to work with gcstress by Mathieu Chartier · 10 years ago
  44. bced67d ART: Fix Clang CFLAGS inclusion by Andreas Gampe · 10 years ago
  45. 1e86237 Merge "ART: Add imgdiag_test test dependency" by Andreas Gampe · 10 years ago
  46. c93b8b5 ART: Add imgdiag_test test dependency by Andreas Gampe · 10 years ago
  47. 5c79aec Merge "ART: Swap-space in the compiler" by Andreas Gampe · 10 years ago
  48. e21dc3d ART: Swap-space in the compiler by Andreas Gampe · 10 years ago
  49. a5eae69 Add heap task processor by Mathieu Chartier · 10 years ago
  50. aa94a95 Merge "Explicitly compile core.oat with the Quick compiler." by Nicolas Geoffray · 10 years ago
  51. e9231c0 Merge "Add a new imgdiag tool to diff boot.art/core.art against a process" by Igor Murashkin · 10 years ago
  52. 6427df1 Explicitly compile core.oat with the Quick compiler. by Nicolas Geoffray · 10 years ago
  53. d76a0c7 Merge "Revert "Fix VM-less builds."" by Ying Wang · 10 years ago
  54. 3774335 Add a new imgdiag tool to diff boot.art/core.art against a process by Igor Murashkin · 10 years ago
  55. d1512fe Merge "Add ReferenceQueue test" by Mathieu Chartier · 10 years ago
  56. 9e2094f Add ReferenceQueue test by Mathieu Chartier · 10 years ago
  57. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  58. 7ccf48e Don't use the version script for executables. by Dan Albert · 10 years ago
  59. 010cf91 ARM64: Enable Optimizing compiler image generation. by Serban Constantinescu · 10 years ago
  60. a28ff0f Revert "Fix VM-less builds." by Ying Wang · 10 years ago
  61. b0d22f1 Make it possible to enable heap poisoning via make variable. by Hiroshi Yamauchi · 10 years ago
  62. 044ac4f Merge "Bounds check elimination." by Mingyao Yang · 10 years ago
  63. 63130d0 Merge "ART: Wire up a valgrind-wrapped dex2oat run" by Andreas Gampe · 10 years ago
  64. b510c82 Merge "Remove unused headers." by Ian Rogers · 10 years ago
  65. 5e4d513 On arm64/optimizing, compile the boot image with interpreter. by Nicolas Geoffray · 10 years ago
  66. 5d672a6 Build core.oat without flags. by Nicolas Geoffray · 10 years ago
  67. 088b16e ART: Wire up a valgrind-wrapped dex2oat run by Andreas Gampe · 10 years ago
  68. f384f88 Bounds check elimination. by Mingyao Yang · 10 years ago
  69. 14317f0 Remove unused headers. by Ian Rogers · 10 years ago
  70. acb23cf Merge "Fix VM-less builds." by David 'Digit' Turner · 10 years ago
  71. c9338b9 Explicitly give compiler options to test scripts by Nicolas Geoffray · 10 years ago
  72. 62753c4 Fix VM-less builds. by David 'Digit' Turner · 10 years ago
  73. 6c7cdc5 Don't force color diagnostics. by Dan Albert · 10 years ago
  74. 32f5b4d Vixl: Update the VIXL interface to VIXL 1.7 and enable VIXL debug. by Serban Constantinescu · 10 years ago
  75. cd195fe Add a way to change the IMT size by Mathieu Chartier · 10 years ago
  76. 9bb492a Add ART_USE_OPTIMIZING_COMPILER flag. by Nicolas Geoffray · 10 years ago
  77. 017ff87 Merge "Fix transitive equality error in set." by Mathieu Chartier · 10 years ago
  78. 88f21ca Fix transitive equality error in set. by Mathieu Chartier · 10 years ago
  79. 8366ca0 Fix the last users of TARGET_CPU_SMP. by Elliott Hughes · 10 years ago
  80. 1ad824c Merge "Revert "Arm64: Use the debug version of VIXL for debug builds."" by Nicolas Geoffray · 10 years ago
  81. 847c8db Revert "Arm64: Use the debug version of VIXL for debug builds." by Nicolas Geoffray · 10 years ago
  82. 6d54142 Merge "Arm64: Use the debug version of VIXL for debug builds." by Nicolas Geoffray · 10 years ago
  83. 58d2974 Merge "The libc++ gtest is being renamed to libgtest." by Dan Albert · 10 years ago
  84. 98b8bcf Up the stack size limit for SANITIZE_HOST. by Dan Albert · 10 years ago
  85. 195c576 Arm64: Use the debug version of VIXL for debug builds. by Serban Constantinescu · 10 years ago
  86. d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 10 years ago
  87. 1a28fc4 Exercise the generation of SBFX on ARM32 & Thumb-2. by Roland Levillain · 10 years ago
  88. 4ad5cd3 Modify the behavior of thread suspend shootouts. by Ian Rogers · 10 years ago
  89. 0069174 Merge "Use CommonRuntimeTest::boot_class_path_ in DexMethodIteratorTest" by Brian Carlstrom · 10 years ago
  90. fd84f66 The libc++ gtest is being renamed to libgtest. by Dan Albert · 10 years ago
  91. f4d4da1 Allow JNI AttachCurrentThread to fail if not enough stack. by Ian Rogers · 10 years ago
  92. 53463ea Use CommonRuntimeTest::boot_class_path_ in DexMethodIteratorTest by Brian Carlstrom · 10 years ago
  93. 10fc34b Update dependency after libgtest_libc++_host renaming. by Nicolas Geoffray · 10 years ago
  94. c1dea4a Fix ld_library_path now that a target can be 64bits only. by Nicolas Geoffray · 10 years ago
  95. 7372b76 Support TARGET_ARCH=64 with no 2ND_TARGET_ARCH. by Nicolas Geoffray · 10 years ago
  96. c2e2062 Add hash set by Mathieu Chartier · 10 years ago
  97. 5bae9a2 Fix dependency from phony targets to real files to remove need for m or mma by Brian Carlstrom · 10 years ago
  98. 78a3233 Merge "ART: More warnings" by Andreas Gampe · 10 years ago
  99. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  100. 5ac814a Add a test for SafeMath. by Ian Rogers · 10 years ago