1. 69ae54a Migrated dexdump from Dalvik (libdex) into Art (libart) by Aart Bik · 9 years ago
  2. b1f3753 Added index type of dex byte instructions. by Aart Bik · 9 years ago
  3. 12bd721 If heap poisoning is on, pass the relevant flag to LOCAL_ASFLAGS. by Roland Levillain · 9 years ago
  4. 3db3600 ART: Fix valgrind Makefile by Andreas Gampe · 9 years ago
  5. 0f7c06d Fix rule: the exe must be first dependency. by Nicolas Geoffray · 9 years ago
  6. 01908eb Merge "Refactor makefiles to allow just building tests." by Nicolas Geoffray · 9 years ago
  7. 58035ae Refactor makefiles to allow just building tests. by Nicolas Geoffray · 9 years ago
  8. ea216b3 Add missing oatdump test dependency by Mathieu Chartier · 9 years ago
  9. 19510f0 Add oatdump test by Mathieu Chartier · 9 years ago
  10. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  11. 0ae3bf8 ART: Fix gtest dependency by Andreas Gampe · 9 years ago
  12. 799681b ART: Refactor UnstartedRuntime for testing by Andreas Gampe · 9 years ago
  13. 67ff7d1 Test and fix bug checking status of secondary multidex files. by Richard Uhler · 9 years ago
  14. 0462c4c Support multiple instrumentation clients by Sebastien Hertz · 9 years ago
  15. c4013ea ART: Fix addpd opcode, add Quick x86 assembler test by Chao-ying Fu · 9 years ago
  16. c91df2d Revert "Revert "Quick: Rewrite type inference pass."" by Vladimir Marko · 9 years ago
  17. 1b717f6 Revert "Quick: Rewrite type inference pass." by Andreas Gampe · 9 years ago
  18. e490b01 Quick: Rewrite type inference pass. by Vladimir Marko · 9 years ago
  19. 70bef0d ART: Add compiled-methods by Andreas Gampe · 9 years ago
  20. 3e52aa4 Move GetAndroidToolsDir to common location. by David Srbecky · 9 years ago
  21. 7848da4 ART: Store classpath information into oat file by Andreas Gampe · 9 years ago
  22. c6b4dd8 Implement CFI for Optimizing. by David Srbecky · 9 years ago
  23. dd97393 Implement CFI for JNI. by David Srbecky · 9 years ago
  24. 1109fb3 Implement CFI for Quick. by David Srbecky · 9 years ago
  25. 9b14dc3 ART: Fix gtests for missing-noreturn by Andreas Gampe · 9 years ago
  26. 758a801 ART: Enable Clang's -Wdeprecated by Andreas Gampe · 9 years ago
  27. ca71458 ART: Add Clang's -Wused-but-marked-unused by Andreas Gampe · 9 years ago
  28. 3f311cf Add tests for Arm64RelativePatcher. by Vladimir Marko · 9 years ago
  29. 4d23c9d Add tests for Thumb2RelativePatcher. by Vladimir Marko · 9 years ago
  30. b163bb7 Refactor RelativePatcher out of OatWriter. by Vladimir Marko · 9 years ago
  31. dcff612 Merge "Revert "Revert "Add small library for writing of DWARF data.""" by David Srbecky · 9 years ago
  32. 15c1975 Revert "Revert "Add small library for writing of DWARF data."" by David Srbecky · 9 years ago
  33. 5942d57 Merge "Revert "Add small library for writing of DWARF data."" by Nicolas Geoffray · 9 years ago
  34. 1ded5be Revert "Add small library for writing of DWARF data." by Nicolas Geoffray · 9 years ago
  35. 4665300 Merge "Add small library for writing of DWARF data." by David Srbecky · 9 years ago
  36. 75c3d61 Add small library for writing of DWARF data. by David Srbecky · 9 years ago
  37. 81c6f8d ART: PathClassLoader for compiler by Andreas Gampe · 9 years ago
  38. 3679a47 Merge "Support relative encoded dex locations in oat files." by Richard Uhler · 9 years ago
  39. e5fed03 Support relative encoded dex locations in oat files. by Richard Uhler · 9 years ago
  40. bce416f Add code cache test by Mathieu Chartier · 9 years ago
  41. 26584ca Merge "Add missing patchoatd dependency for oat_file_assistant_test." by Richard Uhler · 9 years ago
  42. 9a44f87 Add missing patchoatd dependency for oat_file_assistant_test. by Richard Uhler · 9 years ago
  43. a2d8ec6 Compress the Dex register maps built by the optimizing compiler. by Roland Levillain · 9 years ago
  44. 66d874d Create OatFileAssistant class for assisting with oat files. by Richard Uhler · 10 years ago
  45. 4858a93 Change card cache mod-union table to use bitmaps by Mathieu Chartier · 9 years ago
  46. 8df91ac ART: Add VALGRIND_LIB for gtests by Andreas Gampe · 9 years ago
  47. 3c0bb31 ART: Use Valgrind from tree by Andreas Gampe · 9 years ago
  48. 7a01dc2 Dead code elimination based on GVN results. by Vladimir Marko · 10 years ago
  49. a5afcfc Be more lenient with 4 byte UTF-8 sequences. by Narayan Kamath · 9 years ago
  50. aaebaa0 art: Refactor RuntimeOptions/ParsedOptions by Igor Murashkin · 9 years ago
  51. 31fb260 Add options for building/testing with coverage. by Dan Albert · 10 years ago
  52. f36df54 Remove libcxx.mk cruft. by Dan Albert · 9 years ago
  53. 57b3429 ART: Allow to compile interpret-only mips64 files by Andreas Gampe · 10 years ago
  54. bced67d ART: Fix Clang CFLAGS inclusion by Andreas Gampe · 10 years ago
  55. 1e86237 Merge "ART: Add imgdiag_test test dependency" by Andreas Gampe · 10 years ago
  56. c93b8b5 ART: Add imgdiag_test test dependency by Andreas Gampe · 10 years ago
  57. 5c79aec Merge "ART: Swap-space in the compiler" by Andreas Gampe · 10 years ago
  58. e21dc3d ART: Swap-space in the compiler by Andreas Gampe · 10 years ago
  59. a5eae69 Add heap task processor by Mathieu Chartier · 10 years ago
  60. 3774335 Add a new imgdiag tool to diff boot.art/core.art against a process by Igor Murashkin · 10 years ago
  61. d1512fe Merge "Add ReferenceQueue test" by Mathieu Chartier · 10 years ago
  62. 9e2094f Add ReferenceQueue test by Mathieu Chartier · 10 years ago
  63. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  64. 044ac4f Merge "Bounds check elimination." by Mingyao Yang · 10 years ago
  65. f384f88 Bounds check elimination. by Mingyao Yang · 10 years ago
  66. 14317f0 Remove unused headers. by Ian Rogers · 10 years ago
  67. 32f5b4d Vixl: Update the VIXL interface to VIXL 1.7 and enable VIXL debug. by Serban Constantinescu · 10 years ago
  68. 1ad824c Merge "Revert "Arm64: Use the debug version of VIXL for debug builds."" by Nicolas Geoffray · 10 years ago
  69. 847c8db Revert "Arm64: Use the debug version of VIXL for debug builds." by Nicolas Geoffray · 10 years ago
  70. 6d54142 Merge "Arm64: Use the debug version of VIXL for debug builds." by Nicolas Geoffray · 10 years ago
  71. 58d2974 Merge "The libc++ gtest is being renamed to libgtest." by Dan Albert · 10 years ago
  72. 195c576 Arm64: Use the debug version of VIXL for debug builds. by Serban Constantinescu · 10 years ago
  73. d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 10 years ago
  74. 1a28fc4 Exercise the generation of SBFX on ARM32 & Thumb-2. by Roland Levillain · 10 years ago
  75. 0069174 Merge "Use CommonRuntimeTest::boot_class_path_ in DexMethodIteratorTest" by Brian Carlstrom · 10 years ago
  76. fd84f66 The libc++ gtest is being renamed to libgtest. by Dan Albert · 10 years ago
  77. f4d4da1 Allow JNI AttachCurrentThread to fail if not enough stack. by Ian Rogers · 10 years ago
  78. 53463ea Use CommonRuntimeTest::boot_class_path_ in DexMethodIteratorTest by Brian Carlstrom · 10 years ago
  79. 10fc34b Update dependency after libgtest_libc++_host renaming. by Nicolas Geoffray · 10 years ago
  80. c1dea4a Fix ld_library_path now that a target can be 64bits only. by Nicolas Geoffray · 10 years ago
  81. c2e2062 Add hash set by Mathieu Chartier · 10 years ago
  82. 5bae9a2 Fix dependency from phony targets to real files to remove need for m or mma by Brian Carlstrom · 10 years ago
  83. 5ac814a Add a test for SafeMath. by Ian Rogers · 10 years ago
  84. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  85. da82344 ART: Add missing test dependency by Andreas Gampe · 10 years ago
  86. 263f20b Merge "Tidy and reduce ART library dependencies on the host." by Ian Rogers · 10 years ago
  87. 872dd82 Tidy and reduce ART library dependencies on the host. by Ian Rogers · 10 years ago
  88. 96a6345 Fix gtest dependencies. by Nicolas Geoffray · 10 years ago
  89. 96a37c8 Another ART_TEST_ANDROID_ROOT fix. by Nicolas Geoffray · 10 years ago
  90. 9eb4074 Support gtest with ART_TEST_ANDROID_ROOT. by Nicolas Geoffray · 10 years ago
  91. c23c9c9 ART: PIC testing by Andreas Gampe · 10 years ago
  92. e49a4f6 Link libsigchain.a instead of sigchain.o by Dmitriy Ivanov · 10 years ago
  93. 75be283 Revert "Revert "Introduce a class to implement optimization passes."" by Roland Levillain · 10 years ago
  94. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  95. 8b5b698 Fix mac build (second attempt) by Dmitriy Ivanov · 10 years ago
  96. 1d74e57 Fixing mac build by Dmitriy Ivanov · 10 years ago
  97. 8508a43 Untie gtest executables from LD_PRELOAD by Dmitriy Ivanov · 10 years ago
  98. 1ddbf6d Revert "Introduce a class to implement optimization passes." by Nicolas Geoffray · 10 years ago
  99. bf9cd7b Introduce a class to implement optimization passes. by Roland Levillain · 10 years ago
  100. 724c963 Also remove environment links to removed instructions. by Nicolas Geoffray · 10 years ago