1. 2fde9bd Add test 980 to knownfailures for no-image + jit by Alex Light · 6 years ago
  2. 67f0e9c ART: Fix stale reference use in debugger. by Vladimir Marko · 6 years ago
  3. 4617d58 ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test. by Vladimir Marko · 6 years ago
  4. d7e9bbf Clean up explicit conversions to ObjPtr<>. by Vladimir Marko · 6 years ago
  5. bb206de ObjPtr<>-ify ClassExt. by Vladimir Marko · 6 years ago
  6. 5fdd1e8 Add more host/debug/gcstress expected timeouts. by Nicolas Geoffray · 6 years ago
  7. 5a83225 Address comments for aog/934603 by Mathieu Chartier · 6 years ago
  8. 0841735 Use tidy_checks_as_errors blueprint field instead of manually setting --warnings-as-errors by Nikita Ioffe · 6 years ago
  9. c17ace2 Rename various functions for consistency and clarity. by Martin Stjernholm · 6 years ago
  10. 362e9f2 ART: Update art-tools modules for host by Orion Hodson · 6 years ago
  11. d133917 Revert "Disable check that no oat libraries are loaded." by Nicolas Geoffray · 6 years ago
  12. 0984e48 Style cleanup for ObjPtr<>-ify changes. by Vladimir Marko · 6 years ago
  13. 621c880 ObjPtr<>-ify mirror::CallSite. by Vladimir Marko · 6 years ago
  14. 0eefb9b ObjPtr<>-ify mirror::Field and mirror::Executable. by Vladimir Marko · 6 years ago
  15. 5aead70 ObjPtr<>-ify method/var handles, fix stale refs in tests. by Vladimir Marko · 6 years ago
  16. 4f1e328 Stop verifying barrier count for thread dumping by Mathieu Chartier · 6 years ago
  17. ad7fa6e Delete alloc tracker properties by Mathieu Chartier · 6 years ago
  18. 097d976 Disable check that no oat libraries are loaded. by Steven Moreland · 6 years ago
  19. 6f342dd Revert^2 "Only extract zipapex once for linux-bionic-zipapex tests" by Alex Light · 6 years ago
  20. 2bcea18 Add another ASAN variant of libclang_rt that is causing test failure. by Martin Stjernholm · 6 years ago
  21. 4b63d97 Remove links to libart(d).so from the platform namespace. by Martin Stjernholm · 6 years ago
  22. c26d9e3 Revert "Only extract zipapex once for linux-bionic-zipapex tests" by Alex Light · 6 years ago
  23. d53f606 Partially disable building ART for host on Mac. by David Srbecky · 6 years ago
  24. fe1d952 Use generic name for JNI trampolines. by David Srbecky · 6 years ago
  25. 34857b5 Revert "Revert "Change state to waiting during aborting the VM"" by Koji Fukui · 6 years ago
  26. 3b45890 ObjPtr<>-ify mirror::Throwable. by Vladimir Marko · 6 years ago
  27. 423bebb ObjPtr<>-ify mirror::ObjectArray. by Vladimir Marko · 6 years ago
  28. 93d99f3 Revert "InMemoryDexClassLoader in ClassLoaderContext follow-up" by Nicolas Geoffray · 6 years ago
  29. 912cee8 Only extract zipapex once for linux-bionic-zipapex tests by Alex Light · 6 years ago
  30. 1617f8c Mention `standalone-apex-files` in the Runtime APEX build rules. by Roland Levillain · 6 years ago
  31. 95e0303 Copy libandroidio.so from the Runtime APEX to /system in ART testing. by Roland Levillain · 6 years ago
  32. 30498de Add mixed buildbot/LUCI console and a dedicated LUCI console by Eric Foo · 6 years ago
  33. 338403c jni: Avoid extra std::string copies by Greg Kaiser · 6 years ago
  34. f276f95 dex2oat: Avoid extra std::string copy by Greg Kaiser · 6 years ago
  35. e7e195d optimizing_compiler: Avoid extra std::string copy by Greg Kaiser · 6 years ago
  36. 557fece ObjPtr<>-ify mirror::IfTable. by Vladimir Marko · 6 years ago
  37. c524e9e ObjPtr<>-ify mirror::Class. by Vladimir Marko · 6 years ago
  38. 2e1ec83 Ensure that debug symbols are sorted. by David Srbecky · 6 years ago
  39. a72ca6c Don't attach thread before dex2oat finish creating runtime by Koji Fukui · 6 years ago
  40. dfad9fc ART: fix buildbots following art-tools build change by Orion Hodson · 6 years ago
  41. 1a1398e InMemoryDexClassLoader in ClassLoaderContext follow-up by David Brazdil · 6 years ago
  42. f57f2ed ART: Clean up obj_ptr.h and obj_ptr-inl.h . by Vladimir Marko · 6 years ago
  43. 5cb98a9 ART: change art-tools be host-only by Orion Hodson · 6 years ago
  44. 79f5662 Tighten native API surface. by Pete Bentley · 6 years ago
  45. d27e60a Add another library that appears on branch git_master_asan_cf_throttled, by Martin Stjernholm · 6 years ago
  46. 9f3ea7c Make titrace work with kArtTiVersion by Alex Light · 6 years ago
  47. b81fe23 Make libvixl dependency optional since it only exists on some architectures. by Martin Stjernholm · 6 years ago
  48. 6a399f3 Allow jvmti Allocate & Deallocate function on unattached threads by Alex Light · 7 years ago
  49. d91de5f Fix JNI GetFieldId() signature check for "". by Vladimir Marko · 6 years ago
  50. 179b7c6 ObjPtr<>-ify String allocations, fix stale refs. by Vladimir Marko · 6 years ago
  51. c8b7d44 Defer unloader JNI libraries of boot classpath as late as possible. by Nicolas Geoffray · 6 years ago
  52. 2babede Implement file absence checks in art_apex_test.py. by Martin Stjernholm · 6 years ago
  53. 5092811 Move elf_utils.h to libelffile library as well. by David Srbecky · 6 years ago
  54. b9c29f6 Hide conscrypt package classes for app AOT compilation. by Vladimir Marko · 6 years ago
  55. bcd99be Open only necessary files for BCP checksums test. by Vladimir Marko · 6 years ago
  56. 3e5c4ce Use normal checkpoints for NotifyStartupCompleted by Mathieu Chartier · 6 years ago
  57. 36dfa41 Delete RunCheckpointOnRunnableThreads by Mathieu Chartier · 6 years ago
  58. f74d4cb Move all tools/ agents into tools/jvmti-agents directory by Alex Light · 6 years ago
  59. 9d5956a Change image method and field visiting to use templates by Mathieu Chartier · 6 years ago
  60. 1a9ac53 Support InMemoryDexClassLoader in ClassLoaderContext by David Brazdil · 6 years ago
  61. e5d93b5 Compare the oat version of runtime, dex2oat and the compiler. by David Srbecky · 6 years ago
  62. 336245d Fix art/build/apex/runtests.sh's usage command. by Roland Levillain · 6 years ago
  63. e3e0f70 Return the same dex location for dex file whether backed by dex file or not. by Nicolas Geoffray · 6 years ago
  64. 02998cf Add `oatdump` and ART tools to the Release Runtime APEX package. by Roland Levillain · 6 years ago
  65. 8982186 Support FDs for class loader context dex files by David Brazdil · 6 years ago
  66. 4bb2af5 ObjPtr<>-ify entrypoint utils. by Vladimir Marko · 6 years ago
  67. 975b774 Fix two_runtimes_test dependencies. by Nicolas Geoffray · 6 years ago
  68. 340eff4 ART: Disable kCorePlatform detection by Andreas Gampe · 6 years ago
  69. 72da985 Ensure to create the symlink in the symbols directory by Jiyong Park · 6 years ago
  70. 4cb26ac ART: Change signature file derivation by Andreas Gampe · 6 years ago
  71. a588086 Fix art-boot-image rule. by Nicolas Geoffray · 6 years ago
  72. 415ac85 Add read barrier comments for ArtField::IsProxyField(). by Vladimir Marko · 6 years ago
  73. 7458291 Open in-memory dex files into a single DexFile object by David Brazdil · 6 years ago
  74. c2109c6 Fix possible overrun bug for resolving startup strings by Mathieu Chartier · 6 years ago
  75. 09d3576 Update mips and mips64 mterp assembly by Colin Cross · 6 years ago
  76. a040ddc Document when we can avoid read barriers. by Vladimir Marko · 6 years ago
  77. f57f7d4 Change registerNativeAllocation to long argument by Hans Boehm · 6 years ago
  78. 2faab00 Create libelffile library for ELF file manipulation. by David Srbecky · 6 years ago
  79. 5f1465f Add binary search table for .debug_frame by David Srbecky · 6 years ago
  80. 21b6568 Unload native libraries during shutdown. by Nicolas Geoffray · 6 years ago
  81. 0985eb1 ART: Emit minidebug-info in preinstall by Andreas Gampe · 6 years ago
  82. dc70fea Create canonical name -> file name symlink in the symbol directory by Jiyong Park · 6 years ago
  83. f2e7290 Make tifast print the values of 'jvalue' arguments by Alex Light · 6 years ago
  84. 3383f9c ART: Conditionally remove loaded-oat-count check by Andreas Gampe · 6 years ago
  85. 7286ad6 Enable lld for oatdump tests by Chih-Hung Hsieh · 6 years ago
  86. f1d973d Fix PrintableString() for 4-byte UTF-8 sequences. by Vladimir Marko · 6 years ago
  87. 6c5ed85 Build all APEXes at once, to reduce build startup time. by Martin Stjernholm · 6 years ago
  88. ebb481d Revert "Change state to waiting during aborting the VM" by Nicolas Geoffray · 6 years ago
  89. a1e5b97 ART: Use kNormThreadPriority for UnstartedRuntime by Andreas Gampe · 6 years ago
  90. 6e7a72c Release app image metadata when startup is completed by Mathieu Chartier · 6 years ago
  91. 97b9649 Change state to waiting during aborting the VM by Koji Fukui · 6 years ago
  92. 26a5dd6 Add support for ANDROID_TZDATA_ROOT by Neil Fuller · 6 years ago
  93. d0430bf imgdiag: Do not abort for dirty pages in boot image. by Vladimir Marko · 6 years ago
  94. 3364d18 Clean up ImageSpace::LoadBootImage(). by Vladimir Marko · 6 years ago
  95. 3892e62 Clean up Class::GetDescriptor(). by Vladimir Marko · 6 years ago
  96. bfaba28 Fix buildbots hidden_api_test by David Brazdil · 6 years ago
  97. 7dd0f0f ART: Fix art_apex_test --tree by Andreas Gampe · 6 years ago
  98. a43ba3d ART: Add ClassVerifier by Andreas Gampe · 6 years ago
  99. e37b791 Fix ImageSpace relocation direction check. by Vladimir Marko · 6 years ago
  100. 94b6c34 Don't bind-mount bionic files by Jiyong Park · 6 years ago