1. a51df8a Merge "Fix makefile test against host os." by Calin Juravle · 9 years ago
  2. 0e26f46 Fix makefile test against host os. by Calin Juravle · 9 years ago
  3. 0f40fbc Merge "Support compiling run-tests with jack" by Sebastien Hertz · 9 years ago
  4. 22c26f5 Revert "Make Art dexdump/list the real utilities." by Aart Bik · 9 years ago
  5. d10ee1c Make Art dexdump/list the real utilities. by Aart Bik · 9 years ago
  6. 19ac027 Support compiling run-tests with jack by Sebastien Hertz · 10 years ago
  7. 3e40f4a Migrated dexlist from Dalvik (libdex) into Art (libart) by Aart Bik · 9 years ago
  8. cfbe53c List dependence of dexdump gtest on dexdump binary. by Aart Bik · 9 years ago
  9. e7ea17b Merge "Migrated dexdump from Dalvik (libdex) into Art (libart)" by Aart Bik · 9 years ago
  10. 69ae54a Migrated dexdump from Dalvik (libdex) into Art (libart) by Aart Bik · 9 years ago
  11. 4895ea4 Disable static builds for mac and asan. by Calin Juravle · 9 years ago
  12. 06b6da5 Merge "Fix mac build: use -lrt only on linux." by Calin Juravle · 9 years ago
  13. 9b36914 Fix mac build: use -lrt only on linux. by Calin Juravle · 9 years ago
  14. a3529ea Merge "Enable ART_BUILD_HOST_STATIC for check builds." by Calin Juravle · 9 years ago
  15. dc56161 Enable ART_BUILD_HOST_STATIC for check builds. by Calin Juravle · 9 years ago
  16. 23bfc0b Merge "Build statically linked version of dex2oat." by Calin Juravle · 9 years ago
  17. 7a20ae6 Merge "Allow for sig chain to be disabled." by Calin Juravle · 9 years ago
  18. 65e069d Build statically linked version of dex2oat. by Calin Juravle · 9 years ago
  19. 01aaf6e Allow for sig chain to be disabled. by Calin Juravle · 9 years ago
  20. b1f3753 Added index type of dex byte instructions. by Aart Bik · 9 years ago
  21. 7526d78 ART: Fix streaming tracing issues by Andreas Gampe · 9 years ago
  22. ab00b7a Make dump-oat-target work with second architecture by Brian Carlstrom · 9 years ago
  23. e1b6e97 Disable -Wframe-larger-than when building SANITIZE_TARGET. by Evgenii Stepanov · 9 years ago
  24. 461d72a Generate debug info for core.oat files. by David Srbecky · 9 years ago
  25. 12bd721 If heap poisoning is on, pass the relevant flag to LOCAL_ASFLAGS. by Roland Levillain · 9 years ago
  26. 3db3600 ART: Fix valgrind Makefile by Andreas Gampe · 9 years ago
  27. 0f7c06d Fix rule: the exe must be first dependency. by Nicolas Geoffray · 9 years ago
  28. 01908eb Merge "Refactor makefiles to allow just building tests." by Nicolas Geoffray · 9 years ago
  29. 58035ae Refactor makefiles to allow just building tests. by Nicolas Geoffray · 9 years ago
  30. 6130f73 Fix valgrind includes by Dmitriy Ivanov · 9 years ago
  31. ea216b3 Add missing oatdump test dependency by Mathieu Chartier · 9 years ago
  32. 19510f0 Add oatdump test by Mathieu Chartier · 9 years ago
  33. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  34. 0ae3bf8 ART: Fix gtest dependency by Andreas Gampe · 9 years ago
  35. 799681b ART: Refactor UnstartedRuntime for testing by Andreas Gampe · 9 years ago
  36. 67ff7d1 Test and fix bug checking status of secondary multidex files. by Richard Uhler · 9 years ago
  37. 958fa02 Revert "Revert "Remove junit from our core image."" by Nicolas Geoffray · 9 years ago
  38. b6cee94 Undo arm64 workaround. by Chih-Hung Hsieh · 9 years ago
  39. 0462c4c Support multiple instrumentation clients by Sebastien Hertz · 10 years ago
  40. 91ddd0d Re-enable clang for Mips/Mips64 targets. by Duane Sand · 10 years ago
  41. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  42. c4013ea ART: Fix addpd opcode, add Quick x86 assembler test by Chao-ying Fu · 10 years ago
  43. c91df2d Revert "Revert "Quick: Rewrite type inference pass."" by Vladimir Marko · 10 years ago
  44. 1b717f6 Revert "Quick: Rewrite type inference pass." by Andreas Gampe · 10 years ago
  45. e490b01 Quick: Rewrite type inference pass. by Vladimir Marko · 10 years ago
  46. 70bef0d ART: Add compiled-methods by Andreas Gampe · 10 years ago
  47. 3e52aa4 Move GetAndroidToolsDir to common location. by David Srbecky · 10 years ago
  48. 7848da4 ART: Store classpath information into oat file by Andreas Gampe · 10 years ago
  49. c6b4dd8 Implement CFI for Optimizing. by David Srbecky · 10 years ago
  50. dd97393 Implement CFI for JNI. by David Srbecky · 10 years ago
  51. 1109fb3 Implement CFI for Quick. by David Srbecky · 10 years ago
  52. 6622266 ART: Turn off missing-noreturn for Mac by Andreas Gampe · 10 years ago
  53. 9b14dc3 ART: Fix gtests for missing-noreturn by Andreas Gampe · 10 years ago
  54. 65b798e ART: Enable more Clang warnings by Andreas Gampe · 10 years ago
  55. 758a801 ART: Enable Clang's -Wdeprecated by Andreas Gampe · 10 years ago
  56. ca71458 ART: Add Clang's -Wused-but-marked-unused by Andreas Gampe · 10 years ago
  57. 3f311cf Add tests for Arm64RelativePatcher. by Vladimir Marko · 10 years ago
  58. 4d23c9d Add tests for Thumb2RelativePatcher. by Vladimir Marko · 10 years ago
  59. b163bb7 Refactor RelativePatcher out of OatWriter. by Vladimir Marko · 10 years ago
  60. dcff612 Merge "Revert "Revert "Add small library for writing of DWARF data.""" by David Srbecky · 10 years ago
  61. 15c1975 Revert "Revert "Add small library for writing of DWARF data."" by David Srbecky · 10 years ago
  62. 5942d57 Merge "Revert "Add small library for writing of DWARF data."" by Nicolas Geoffray · 10 years ago
  63. 1ded5be Revert "Add small library for writing of DWARF data." by Nicolas Geoffray · 10 years ago
  64. 4665300 Merge "Add small library for writing of DWARF data." by David Srbecky · 10 years ago
  65. 75c3d61 Add small library for writing of DWARF data. by David Srbecky · 10 years ago
  66. 81c6f8d ART: PathClassLoader for compiler by Andreas Gampe · 10 years ago
  67. 3679a47 Merge "Support relative encoded dex locations in oat files." by Richard Uhler · 10 years ago
  68. e5fed03 Support relative encoded dex locations in oat files. by Richard Uhler · 10 years ago
  69. bce416f Add code cache test by Mathieu Chartier · 10 years ago
  70. 2a39584 Merge "ART: Change the isa defaults for Mips" by Andreas Gampe · 10 years ago
  71. 3d12ead ART: Change the isa defaults for Mips by Douglas Leung · 10 years ago
  72. 79bd2bf Make it possible to enable tlab with a build parameter. by Hiroshi Yamauchi · 10 years ago
  73. 26584ca Merge "Add missing patchoatd dependency for oat_file_assistant_test." by Richard Uhler · 10 years ago
  74. 9a44f87 Add missing patchoatd dependency for oat_file_assistant_test. by Richard Uhler · 10 years ago
  75. 1f49bdc Merge "Compress the Dex register maps built by the optimizing compiler." by Roland Levillain · 10 years ago
  76. a2d8ec6 Compress the Dex register maps built by the optimizing compiler. by Roland Levillain · 10 years ago
  77. 4d57ecf Properly compile multidex for tests when using Jack. by Richard Uhler · 10 years ago
  78. 66d874d Create OatFileAssistant class for assisting with oat files. by Richard Uhler · 10 years ago
  79. 43c162f Revert "Revert "More Makefile fun for --debuggable."" by Nicolas Geoffray · 10 years ago
  80. 9728a93 Revert "More Makefile fun for --debuggable." by Nicolas Geoffray · 10 years ago
  81. bd648cd More Makefile fun for --debuggable. by Nicolas Geoffray · 10 years ago
  82. 86a4db4 Merge "Remove ART_SMALL_MODE ifdefs." by Jeff Hao · 10 years ago
  83. f3c7ba6 Remove ART_SMALL_MODE ifdefs. by Jeff Hao · 10 years ago
  84. e2a12c0 Change JIT tests to use interpreter image by Mathieu Chartier · 10 years ago
  85. 721f3a8 Fix jit tests by Mathieu Chartier · 10 years ago
  86. 4858a93 Change card cache mod-union table to use bitmaps by Mathieu Chartier · 10 years ago
  87. 3fc1b12 Add missing JIT stuff in make files by Mathieu Chartier · 10 years ago
  88. 3e78162 Fix method_verifier_test with the SS collector. by Hiroshi Yamauchi · 10 years ago
  89. 510be43 Merge "Revert "Revert "Add JIT""" by Mathieu Chartier · 10 years ago
  90. 7c3952f ART: Add -Wunused by Andreas Gampe · 10 years ago
  91. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
  92. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
  93. 2535abe Add JIT by Mathieu Chartier · 10 years ago
  94. 8df91ac ART: Add VALGRIND_LIB for gtests by Andreas Gampe · 10 years ago
  95. 3c0bb31 ART: Use Valgrind from tree by Andreas Gampe · 10 years ago
  96. 7a01dc2 Dead code elimination based on GVN results. by Vladimir Marko · 10 years ago
  97. a5afcfc Be more lenient with 4 byte UTF-8 sequences. by Narayan Kamath · 10 years ago
  98. aaebaa0 art: Refactor RuntimeOptions/ParsedOptions by Igor Murashkin · 10 years ago
  99. 31fb260 Add options for building/testing with coverage. by Dan Albert · 10 years ago
  100. f36df54 Remove libcxx.mk cruft. by Dan Albert · 10 years ago