- 5d581b8 riscv64: Enable some gtests. by Vladimir Marko · 1 year, 1 month ago
- 02935dd Add SDK version for Android U by Dmitrii Ishcheikin · 1 year, 1 month ago
- 554d484 Pass functors as rvalues when possible by Santiago Aboy Solanes · 1 year, 1 month ago
- 8cd0209 Add visibility attributes in runtime/r* by Dmitrii Ishcheikin · 1 year, 1 month ago
- 451cfcf Revert "Preserve file sparsity in FdFile::Copy" by Jiakai Zhang · 1 year, 1 month ago
- f99be32 Fix 'Filter' function shadowing its own template parameter by Hans Wennborg · 1 year, 2 months ago
- d67b219 Add more SuspendThreadByThreadId debugging output by Hans Boehm · 1 year, 2 months ago
- 7e06898 Preserve file sparsity in FdFile::Copy by Ruben Ayrapetyan · 1 year, 3 months ago
- b343f66 Optimize access to gPageSize by Ruben Ayrapetyan · 1 year, 4 months ago
- c411c29 Use runtime page size for large object alignment by Ruben Ayrapetyan · 1 year, 3 months ago
- 430efa2 Remove the disable_cdex P/H flag. by Martin Stjernholm · 1 year, 3 months ago
- e1e7076 Align BitMemoryRegion down by sizeof(uint64_t) by Richard Neill · 1 year, 4 months ago
- 5e3fa68 Suppress -Wshadow warning by Yi Kong · 1 year, 3 months ago
- 01eaa8f Stack overflow gap size can be unaligned to a page by Ruben Ayrapetyan · 1 year, 6 months ago
- 14165e1 Initialize gPageSize at runtime via sysconf by Ruben Ayrapetyan · 1 year, 5 months ago
- 54417d2 Use globals naming scheme for kPageSize etc. by Ruben Ayrapetyan · 1 year, 5 months ago
- 565b3b6 Make kPageSize-derived values non-constexpr by Ruben Ayrapetyan · 1 year, 8 months ago
- f1e9e38 Use CHECK_ALIGNED_PARAM for variable page size by Ruben Ayrapetyan · 1 year, 8 months ago
- ca01707 Use IsAlignedParam for variable page size by Ruben Ayrapetyan · 1 year, 8 months ago
- 24b01d4 16k: Make page size agnostic rounding optional. by Ruben Ayrapetyan · 1 year, 6 months ago
- 2503bcc Separate page size and image segment alignment by Ruben Ayrapetyan · 1 year, 6 months ago
- 3ecc646 Update static_assert dependent on kPageSize by Ruben Ayrapetyan · 1 year, 8 months ago
- 9b0038b Make MapAnonymousAligned agnostic to page size by Ruben Ayrapetyan · 1 year, 5 months ago
- 5668bf6 Enable symbol visibility attributes only for non-debug targets by Dmitrii Ishcheikin · 1 year, 4 months ago
- 4076d33 Introduce kMaxPageSize and kMinPageSize by Ruben Ayrapetyan · 1 year, 6 months ago
- f18b0f6 Replace if..else if..else with switch statement in metrics_test.cc by Stefano Cianciulli · 1 year, 4 months ago
- 67b53d0 Clean up iterator typedefs. by Vladimir Marko · 1 year, 4 months ago
- 876085b Extend memory range of DexFileContainer passed to Dex loader. by David Srbecky · 1 year, 5 months ago
- 4b7aef1 Revert^2 "Remove size argument from DexFile constructors." by David Srbecky · 1 year, 5 months ago
- 26b99c9 Revert "Remove size argument from DexFile constructors." by Nicolas Geoffray · 1 year, 5 months ago
- e49ab4d Remove size argument from DexFile constructors. by David Srbecky · 1 year, 5 months ago
- 8baa46c Fix -Wreorder-init-list warnings in metrics code by Stefano Cianciulli · 1 year, 5 months ago
- d37733f GraphChecker/Arena container cleanups am: b9eca9375f by Santiago Aboy Solanes · 1 year, 5 months ago
- b9eca93 GraphChecker/Arena container cleanups by Santiago Aboy Solanes · 1 year, 5 months ago
- ec5a033 Change assertions for TimeElapsedDelta in metrics_test.cc am: 3937b95e1e by Stefano Cianciulli · 1 year, 6 months ago
- 3937b95 Change assertions for TimeElapsedDelta in metrics_test.cc by Stefano Cianciulli · 1 year, 6 months ago
- 090d3a2 Change assertions for TimeElapsedDelta in metrics_test.cc am: 5b8016bb2c by Stefano Cianciulli · 1 year, 6 months ago
- 5b8016b Change assertions for TimeElapsedDelta in metrics_test.cc by Stefano Cianciulli · 1 year, 6 months ago
- e48a234 Add metric name in assertions in metrics_test.cc am: ca62362777 by Stefano Cianciulli · 1 year, 6 months ago
- ca62362 Add metric name in assertions in metrics_test.cc by Stefano Cianciulli · 1 year, 6 months ago
- 1ec1398 Add delta counter metric for time elapsed in milliseconds am: 456a0657b3 by Stefano Cianciulli · 1 year, 6 months ago
- 456a065 Add delta counter metric for time elapsed in milliseconds by Stefano Cianciulli · 1 year, 6 months ago
- bb1bd4c Switch iterator pointer/reference typedefs to void am: 0b58115f79 by Ryan Prichard · 1 year, 6 months ago
- ddb79c3 Stop inheriting from std::iterator am: 743ce223c8 by Ryan Prichard · 1 year, 6 months ago
- 0b58115 Switch iterator pointer/reference typedefs to void by Ryan Prichard · 1 year, 6 months ago
- 743ce22 Stop inheriting from std::iterator by Ryan Prichard · 1 year, 6 months ago
- 59c2c6c Merge Android U (ab/10368041) by Xin Li · 1 year, 7 months ago
- 3b276d2 Remove `SafeCopy`. by Vladimir Marko · 1 year, 7 months ago
- 0187b18 Overhaul oatdump options. by Jiakai Zhang · 1 year, 7 months ago
- c280a8a Support `art::membarrier()` on Linux 4.14+. by Vladimir Marko · 1 year, 7 months ago
- 9dcdda0 Update generate-boot-image to support host. by Jiakai Zhang · 1 year, 8 months ago
- c2bdabb Check kernel version only once in `art::membarrier()`. by Vladimir Marko · 1 year, 8 months ago
- 5b65e02 Remove code related to quicken by Santiago Aboy Solanes · 1 year, 9 months ago
- f86c47f Fix comment copy-paste error by Hans Boehm · 1 year, 8 months ago
- b1c6f57 Revert^2 "Reduce multidex checksum to single scalar value." by David Srbecky · 1 year, 9 months ago
- 1bc1140 Revert "Reduce multidex checksum to single scalar value." by David Srbecky · 1 year, 8 months ago
- fdfa590 Reduce multidex checksum to single scalar value. by David Srbecky · 1 year, 9 months ago
- f323832 Use mingw localtime_r(). by Elliott Hughes · 1 year, 8 months ago
- 91013d0 Fix mac build again. by Nicolas Geoffray · 1 year, 9 months ago
- 1a950fa Only use mincore on linux. by Nicolas Geoffray · 1 year, 9 months ago
- 53b2cc5 Move back to checking if madvise does not return -1. by Nicolas Geoffray · 1 year, 9 months ago
- 69c3178 Reland "Use memset/madv_free instead of dontneed in foreground state." by Nicolas Geoffray · 1 year, 9 months ago
- 44b960c Introduce GTEST_SKIP() calls in TEST_DISABLED* macros am: 914d59c558 am: 96a7fbffbb am: 3696213e0b by Stefano Cianciulli · 1 year, 9 months ago
- 914d59c Introduce GTEST_SKIP() calls in TEST_DISABLED* macros by Stefano Cianciulli · 1 year, 9 months ago
- 7dd1c4a Revert "Use memset/madv_free instead of dontneed in foreground state." am: 68fedbb0f3 am: 0e0f5ac07c am: 2be6ec05ce by Nicolas Geoffray · 1 year, 9 months ago
- 68fedbb Revert "Use memset/madv_free instead of dontneed in foreground state." by Nicolas Geoffray · 1 year, 9 months ago
- 16e7cfb Update default values for metrics flags to enable reporting from public am: 5bf0f68407 am: aa2c59af69 am: 65c6dd0a09 by Stefano Cianciulli · 1 year, 9 months ago
- 5bf0f68 Update default values for metrics flags to enable reporting from public devices by Stefano Cianciulli · 1 year, 9 months ago
- 5c8cbb6 Reland "Static link gtests with ART libraries" am: 454a6940e7 am: 47b5db52e5 am: 6f278463dd by Dmitrii Ishcheikin · 1 year, 9 months ago
- d04ce32 Remove HWASanUntag am: 7cb6c665ac am: 26fd2d7669 am: d1fcb83662 by Florian Mayer · 1 year, 9 months ago
- 454a694 Reland "Static link gtests with ART libraries" by Dmitrii Ishcheikin · 1 year, 9 months ago
- 7cb6c66 Remove HWASanUntag by Florian Mayer · 1 year, 9 months ago
- 21b1a14 Use memset/madv_free instead of dontneed in foreground state. am: 91fb2718a9 am: aaa659f493 am: 1d05c3b635 by Nicolas Geoffray · 1 year, 9 months ago
- 91fb271 Use memset/madv_free instead of dontneed in foreground state. by Nicolas Geoffray · 1 year, 10 months ago
- e23561e Disable check for false-positive bugprone-use-after-move clang-tidy warning am: 5fa267b4eb am: b428a8f158 am: f24ae7a1ce by Yabin Cui · 1 year, 9 months ago
- 5fa267b Disable check for false-positive bugprone-use-after-move clang-tidy warning by Yabin Cui · 1 year, 9 months ago
- 41c361f Revert "Static link gtests with ART libraries" am: b89b62d8ca am: 7bd23666b3 am: e012431b8f by Dmitrii Ishcheikin · 1 year, 9 months ago
- b89b62d Revert "Static link gtests with ART libraries" by Dmitrii Ishcheikin · 1 year, 9 months ago
- 2c685f7 Static link gtests with ART libraries am: 66244e2af2 am: 44410660e8 am: d933497f80 by Dmitrii Ishcheikin · 1 year, 9 months ago
- 66244e2 Static link gtests with ART libraries by Dmitrii Ishcheikin · 1 year, 11 months ago
- bf388c5 Fix "bugprone-use-after-move" clang-tidy issues am: c38f50bcd8 am: 51031c2b35 am: a2a92f1e65 by Stefano Cianciulli · 1 year, 9 months ago
- c38f50b Fix "bugprone-use-after-move" clang-tidy issues by Stefano Cianciulli · 1 year, 10 months ago
- 8c72e72 Use C++17's [[maybe_unused]] attribute in ART am: 78f3c72e89 am: f0e5142960 am: 2ca8cd3c47 by Stefano Cianciulli · 1 year, 10 months ago
- 78f3c72 Use C++17's [[maybe_unused]] attribute in ART by Stefano Cianciulli · 1 year, 10 months ago
- ff96842 Use the full boot image on U and above. am: 1b8a7838e9 am: 3bf4150ce4 am: 2d3ed25967 by Jiakai Zhang · 1 year, 10 months ago
- 1b8a783 Use the full boot image on U and above. by Jiakai Zhang · 1 year, 10 months ago
- 9ba9d60 Revert "Remove the codegen property" am: 429b584f59 am: 2d0378b4d7 am: b77f42fbbd by Android Culprit Assistant · 1 year, 10 months ago
- 4b4b219 Remove the codegen property am: 32645f219c am: 7c9335c377 am: 20666b6028 by Cole Faust · 1 year, 10 months ago
- 429b584 Revert "Remove the codegen property" by Android Culprit Assistant · 1 year, 10 months ago
- 32645f2 Remove the codegen property by Cole Faust · 1 year, 11 months ago
- 737b81f Replace uses of _format with a macro. by Krzysztof Kosiński · 1 year, 11 months ago
- 997d3cf Replace uses of _format with a macro. by Krzysztof Kosiński · 1 year, 11 months ago
- a40c815 riscv64: disable gtests for unsupported components. am: 01e6b56f6a am: 2d6acdcc29 am: c0d0c50cf9 by Ulya Trafimovich · 1 year, 10 months ago
- 01e6b56 riscv64: disable gtests for unsupported components. by Ulya Trafimovich · 2 years, 2 months ago
- c884281 Pick up the boot image mainline extension generated by odrefresh. by Jiakai Zhang · 1 year, 11 months ago
- ccba1e7 Pick up the boot image mainline extension generated by odrefresh. by Jiakai Zhang · 1 year, 11 months ago
- b190695 Fix "readability-duplicate-includes" clang-tidy issues am: b4231ccc73 am: 8cf72d4fdd am: 551953b614 by Stefano Cianciulli · 1 year, 11 months ago
- b4231cc Fix "readability-duplicate-includes" clang-tidy issues by Stefano Cianciulli · 2 years ago
- 6593134 Fix "readability-redundant-string-cstr" clang-tidy issues am: ba87ab5ca0 am: 16b29a66a5 am: 66e293a08c by Stefano Cianciulli · 2 years ago
- ba87ab5 Fix "readability-redundant-string-cstr" clang-tidy issues by Stefano Cianciulli · 2 years ago