summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/memprof
AgeCommit message (Expand)Author
2025-08-22Reapply "[compiler-rt]: fix CodeQL format-string warnings via explicit (#154937)Amit Kumar Pandey
2025-08-22Revert "[compiler-rt]: fix CodeQL format-string warnings via explicit casts (...Hans Wennborg
2025-08-22[compiler-rt]: fix CodeQL format-string warnings via explicit casts (#153843)Amit Kumar Pandey
2025-08-20[compiler-rt][memprof] adding free_sized/free_aligned_sized intercept… (#15...David CARLIER
2025-07-30[MemProf] Write out raw profile bytes in little endian. (#150375)Snehasish Kumar
2025-07-30Reapply "[MemProf] Change histogram storage from uint64_t to uint16_t… (#15...Snehasish Kumar
2025-07-30[MemProf] Add sanitizer interface decls for histogram funcs. (#151398)Snehasish Kumar
2025-07-30Revert "[MemProf] Change histogram storage from uint64_t to uint16_t" (#151382)Snehasish Kumar
2025-07-30[MemProf] Change histogram storage from uint64_t to uint16_t (#147854)Snehasish Kumar
2025-07-23[sanitizer_common][nfc] Rename `tid_t` to avoid conflicting declarations (#14...Jake Egan
2025-07-07[sanitizer_common] Drop remaining support for Android 5 or older (#146187)Brad Smith
2025-03-28Fix some small typos in compiler-rt. NFC (#133388)Qinkun Bao
2025-02-05[MemProf] Use correct print_text value (#125793)Ellis Hoag
2024-12-10[memprof] Add flag to control profile dump at exit (#119452)Ellis Hoag
2024-12-07[sanitizer] Fix few size types in memprof (#119114)Vitaly Buka
2024-12-07[sanitizer] Replace uptr by usize/SIZE_T in interfacesStefan Schulze Frielinghaus
2024-12-06[memprof] Use -memprof-runtime-default-options to set options during compile ...Ellis Hoag
2024-10-11[NFC][sanitizer][asan] Promote stack_id into ThreadContextBase (#111917)Vitaly Buka
2024-09-18[NFC][sanitizer] Move `InitTlsSize` into `InitializePlatformEarly` (#108921)Vitaly Buka
2024-09-16Reland "[sanitizer] Fix partially initialized static TLS range" (#108883)Vitaly Buka
2024-09-16Revert "[sanitizer] Fix partially initialized static TLS range" (#108881)Vitaly Buka
2024-09-16[sanitizer] Fix partially initialized static TLS range (#108685)Vitaly Buka
2024-09-12[sanitizer] Remove DTLS_on_libc_memalign (#108120)Vitaly Buka
2024-08-07[compiler-rt] [Memprof] leave BufferedStackTrace uninitFlorian Mayer
2024-07-29[Memprof] Changes `HISTOGRAM_GRANULARITY` from 8U to 8ULL. (#100949)Matthew Weingarten
2024-07-15[sanitizer] Replace ALIGNED with alignasFangrui Song
2024-07-12[sanitizer] Internalize .preinit_array variablesFangrui Song
2024-07-11[NFC][memprof] Use %p to print addresses (#98577)Vitaly Buka
2024-07-11[memprof] Switch allocator to dynamic base address (#98510)Thurston Dang
2024-07-10Revert "[compiler-rt][memprof] Do not add libdl to MEMPROF_UNITTEST_LINK_LIBR...Alexander Shaposhnikov
2024-07-09[compiler-rt][memprof] Do not add libdl to MEMPROF_UNITTEST_LINK_LIBRARIES (#...Alexander Shaposhnikov
2024-06-26[Memprof] Adds the option to collect AccessCountHistograms for memprof. (#94264)Matthew Weingarten
2024-06-25[sanitizer] Rename DEFINE_REAL_PTHREAD_FUNCTIONS (#96527)Vitaly Buka
2024-06-17Reapply "[HWASan] [compiler-rt] support non-4k pages on Android" (#95853)Florian Mayer
2024-06-17Revert "[HWASan] [compiler-rt] support non-4k pages on Android" (#95853)Florian Mayer
2024-06-17[HWASan] [compiler-rt] support non-4k pages on Android (#95069)Florian Mayer
2024-06-14[compiler-rt] Remove 'memprof_meminfoblock.h' from MEMPROF_HEADERS (NFC) (#95...Youngsuk Kim
2024-06-04[compiler-rt] Revise IDE folder structure (#89753)Michael Kruse
2024-04-09[memprof] Use COMPILER_RT_TEST_COMPILERAlexander Richardson
2024-03-20[memprof] Move allocator base to avoid conflict with high-entropy ASLR (#85834)Thurston Dang
2024-02-16[sanitizer] Lift AsanDoesNotSupportStaticLinkage to sanitizer_common.h. NFC (...Fangrui Song
2024-02-07[MemProf][NFC] Clean up runtime code (#80581)Enna1
2024-02-06[MemProf][NFC] Compute SHADOW_ENTRY_SIZE from MEM_GRANULARITY and SHA… (#80...Enna1
2024-02-06[Sanitizer][NFC] Replaces a few `InternalScopedString::AppendF` with `Interna...Enna1
2023-12-29[compiler-rt] Remove a few workarounds for FreeBSD 9.x (#76263)Brad Smith
2023-11-28[MemProf] Add interface for reseting the profile file descriptor (#73714)Teresa Johnson
2023-09-15[NFC][sanitizer] Rename InternalScopedString::append to AppendF (#66558)Vitaly Buka
2023-09-08[NFC][sanitizer] Add a few missed RTSanitizerCommonSymbolizerInternalVitaly Buka
2023-09-08Revert RTSanitizerCommonSymbolizerInternal changesJonas Devlieghere
2023-09-07[NFC][memprof] Temporarly remove RTSanitizerCommonSymbolizerInternalVitaly Buka