1. c088b2e Add support for flattened Runtime APEX to Make rule `standalone-apex-files`. by Roland Levillain · 5 years ago
  2. d355acf Clean up Object size related read barriers. by Vladimir Marko · 5 years ago
  3. df1a7d4 Run libjdwp tests with coredump=y by Alex Light · 5 years ago
  4. 42d0234 Slightly increase XZ block-size. by David Srbecky · 5 years ago
  5. 91038d6 Don't abort for min/max/abs intrinsics, baseline use them. by Nicolas Geoffray · 5 years ago
  6. 35a3f6a Create vdex file for dex loaded with InMemoryDexClassLoader by David Brazdil · 5 years ago
  7. 3bfc694 Avoid resolving startup const strings without a profile by Mathieu Chartier · 5 years ago
  8. c74ccb8 Remove our custom elf.h header. by David Srbecky · 5 years ago
  9. 21a6ec5 ART: Add VLOG to GenericJNI by Andreas Gampe · 5 years ago
  10. 9298875 Add filegroup for sigchainlib version scripts by Colin Cross · 5 years ago
  11. 331a5e1 Revert^2 Verify InMemoryDexClassLoader classes in a background thread by David Brazdil · 5 years ago
  12. 4080b8f Veridex: Explicitly enable Darwin target by Orion Hodson · 5 years ago
  13. f421a90 imgdiag: Change CHECK_NE() to LOG(ERROR). by Vladimir Marko · 5 years ago
  14. 42edf77 We no longer depend on libutils. by Martin Stjernholm · 5 years ago
  15. ddcdb9c Add another failure for libcore/gcstress/debug. by Nicolas Geoffray · 5 years ago
  16. 9b195cc Fix arm32 code generator when used with baseline compilation. by Nicolas Geoffray · 5 years ago
  17. 58412b1 ObjPtr<>-ify DexCache. by Vladimir Marko · 5 years ago
  18. dfc0de7 Partially ObjPtr<>-ify Object, fix stale ref in test. by Vladimir Marko · 5 years ago
  19. 9ef308d ART: Forbid the zygote to load code outside of system by Andreas Gampe · 5 years ago
  20. 99c0795 Revert^4 "Disable check that no oat libraries are loaded." by Andreas Gampe · 5 years ago
  21. b4bb63a Revert "Verify InMemoryDexClassLoader classes in a background thread" by David Brazdil · 5 years ago
  22. 71d614f Fix imgdiag after ObjPtr<>-ify Object::As*(). by Vladimir Marko · 5 years ago
  23. d592dbe Verify InMemoryDexClassLoader classes in a background thread by David Brazdil · 5 years ago
  24. 0a20607 Remove ART dependence on property debug.allocTracker.stackDepth by Mathieu Chartier · 5 years ago
  25. 84a32cd Exclude internal dependencies ASAN might add. by Martin Stjernholm · 5 years ago
  26. 023c218 Clean up APEX library lists. by Martin Stjernholm · 5 years ago
  27. 93d339d Revert^2: InMemoryDexClassLoader in ClassLoaderContext follow-up by David Brazdil · 5 years ago
  28. bdc93b4 ObjPtr<>-ify StackTraceElement and ClassLoader. by Vladimir Marko · 5 years ago
  29. f52d92f ObjPtr<>-ify Monitor/-Pool. by Vladimir Marko · 5 years ago
  30. e660f72 Tool for boot class path args for ART host tools. by Vladimir Marko · 5 years ago
  31. d19ee63 De-flake 1336-short-finalizer-timeout by Hans Boehm · 5 years ago
  32. 8b5af2c Revert^3 "Disable check that no oat libraries are loaded.""" by Andreas Gampe · 5 years ago
  33. e9fa8db Revert "Revert "Disable check that no oat libraries are loaded."" by Steven Moreland · 5 years ago
  34. b215557 Add FinalizerTimeoutMs argument, and respect it by Hans Boehm · 5 years ago
  35. 184832a [cr-buildbucket] Allow luci-migration to bump build number by Ryan Tseng · 5 years ago
  36. 3940254 Modernise code to use override specifier by Yi Kong · 5 years ago
  37. 2fde9bd Add test 980 to knownfailures for no-image + jit by Alex Light · 5 years ago
  38. 67f0e9c ART: Fix stale reference use in debugger. by Vladimir Marko · 5 years ago
  39. 4617d58 ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test. by Vladimir Marko · 5 years ago
  40. d7e9bbf Clean up explicit conversions to ObjPtr<>. by Vladimir Marko · 5 years ago
  41. bb206de ObjPtr<>-ify ClassExt. by Vladimir Marko · 5 years ago
  42. 5fdd1e8 Add more host/debug/gcstress expected timeouts. by Nicolas Geoffray · 5 years ago
  43. 5a83225 Address comments for aog/934603 by Mathieu Chartier · 5 years ago
  44. 0841735 Use tidy_checks_as_errors blueprint field instead of manually setting --warnings-as-errors by Nikita Ioffe · 5 years ago
  45. c17ace2 Rename various functions for consistency and clarity. by Martin Stjernholm · 5 years ago
  46. 362e9f2 ART: Update art-tools modules for host by Orion Hodson · 5 years ago
  47. d133917 Revert "Disable check that no oat libraries are loaded." by Nicolas Geoffray · 5 years ago
  48. 0984e48 Style cleanup for ObjPtr<>-ify changes. by Vladimir Marko · 5 years ago
  49. 621c880 ObjPtr<>-ify mirror::CallSite. by Vladimir Marko · 5 years ago
  50. 0eefb9b ObjPtr<>-ify mirror::Field and mirror::Executable. by Vladimir Marko · 5 years ago
  51. 5aead70 ObjPtr<>-ify method/var handles, fix stale refs in tests. by Vladimir Marko · 5 years ago
  52. 4f1e328 Stop verifying barrier count for thread dumping by Mathieu Chartier · 5 years ago
  53. ad7fa6e Delete alloc tracker properties by Mathieu Chartier · 5 years ago
  54. 097d976 Disable check that no oat libraries are loaded. by Steven Moreland · 5 years ago
  55. 6f342dd Revert^2 "Only extract zipapex once for linux-bionic-zipapex tests" by Alex Light · 5 years ago
  56. 2bcea18 Add another ASAN variant of libclang_rt that is causing test failure. by Martin Stjernholm · 5 years ago
  57. 4b63d97 Remove links to libart(d).so from the platform namespace. by Martin Stjernholm · 5 years ago
  58. c26d9e3 Revert "Only extract zipapex once for linux-bionic-zipapex tests" by Alex Light · 5 years ago
  59. d53f606 Partially disable building ART for host on Mac. by David Srbecky · 5 years ago
  60. fe1d952 Use generic name for JNI trampolines. by David Srbecky · 5 years ago
  61. 34857b5 Revert "Revert "Change state to waiting during aborting the VM"" by Koji Fukui · 5 years ago
  62. 3b45890 ObjPtr<>-ify mirror::Throwable. by Vladimir Marko · 5 years ago
  63. 423bebb ObjPtr<>-ify mirror::ObjectArray. by Vladimir Marko · 5 years ago
  64. 93d99f3 Revert "InMemoryDexClassLoader in ClassLoaderContext follow-up" by Nicolas Geoffray · 5 years ago
  65. 912cee8 Only extract zipapex once for linux-bionic-zipapex tests by Alex Light · 5 years ago
  66. 1617f8c Mention `standalone-apex-files` in the Runtime APEX build rules. by Roland Levillain · 5 years ago
  67. 95e0303 Copy libandroidio.so from the Runtime APEX to /system in ART testing. by Roland Levillain · 5 years ago
  68. 30498de Add mixed buildbot/LUCI console and a dedicated LUCI console by Eric Foo · 5 years ago
  69. 338403c jni: Avoid extra std::string copies by Greg Kaiser · 5 years ago
  70. f276f95 dex2oat: Avoid extra std::string copy by Greg Kaiser · 5 years ago
  71. e7e195d optimizing_compiler: Avoid extra std::string copy by Greg Kaiser · 5 years ago
  72. 557fece ObjPtr<>-ify mirror::IfTable. by Vladimir Marko · 5 years ago
  73. c524e9e ObjPtr<>-ify mirror::Class. by Vladimir Marko · 5 years ago
  74. 2e1ec83 Ensure that debug symbols are sorted. by David Srbecky · 5 years ago
  75. a72ca6c Don't attach thread before dex2oat finish creating runtime by Koji Fukui · 5 years ago
  76. dfad9fc ART: fix buildbots following art-tools build change by Orion Hodson · 5 years ago
  77. 1a1398e InMemoryDexClassLoader in ClassLoaderContext follow-up by David Brazdil · 5 years ago
  78. f57f2ed ART: Clean up obj_ptr.h and obj_ptr-inl.h . by Vladimir Marko · 5 years ago
  79. 5cb98a9 ART: change art-tools be host-only by Orion Hodson · 5 years ago
  80. 79f5662 Tighten native API surface. by Pete Bentley · 5 years ago
  81. d27e60a Add another library that appears on branch git_master_asan_cf_throttled, by Martin Stjernholm · 5 years ago
  82. 9f3ea7c Make titrace work with kArtTiVersion by Alex Light · 5 years ago
  83. b81fe23 Make libvixl dependency optional since it only exists on some architectures. by Martin Stjernholm · 5 years ago
  84. 6a399f3 Allow jvmti Allocate & Deallocate function on unattached threads by Alex Light · 7 years ago
  85. d91de5f Fix JNI GetFieldId() signature check for "". by Vladimir Marko · 6 years ago
  86. 179b7c6 ObjPtr<>-ify String allocations, fix stale refs. by Vladimir Marko · 5 years ago
  87. c8b7d44 Defer unloader JNI libraries of boot classpath as late as possible. by Nicolas Geoffray · 5 years ago
  88. 2babede Implement file absence checks in art_apex_test.py. by Martin Stjernholm · 5 years ago
  89. 5092811 Move elf_utils.h to libelffile library as well. by David Srbecky · 5 years ago
  90. b9c29f6 Hide conscrypt package classes for app AOT compilation. by Vladimir Marko · 5 years ago
  91. bcd99be Open only necessary files for BCP checksums test. by Vladimir Marko · 5 years ago
  92. 3e5c4ce Use normal checkpoints for NotifyStartupCompleted by Mathieu Chartier · 5 years ago
  93. 36dfa41 Delete RunCheckpointOnRunnableThreads by Mathieu Chartier · 5 years ago
  94. f74d4cb Move all tools/ agents into tools/jvmti-agents directory by Alex Light · 5 years ago
  95. 9d5956a Change image method and field visiting to use templates by Mathieu Chartier · 5 years ago
  96. 1a9ac53 Support InMemoryDexClassLoader in ClassLoaderContext by David Brazdil · 5 years ago
  97. e5d93b5 Compare the oat version of runtime, dex2oat and the compiler. by David Srbecky · 5 years ago
  98. 336245d Fix art/build/apex/runtests.sh's usage command. by Roland Levillain · 5 years ago
  99. e3e0f70 Return the same dex location for dex file whether backed by dex file or not. by Nicolas Geoffray · 5 years ago
  100. 02998cf Add `oatdump` and ART tools to the Release Runtime APEX package. by Roland Levillain · 5 years ago