aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/test/memprof
AgeCommit message (Expand)AuthorFilesLines
2025-12-23[compiler-rt] Remove REQUIRES: shell lines (#173338)Aiden Grossman1-3/+0
2025-10-30[MemProf] Make Test work with Internal ShellAiden Grossman1-1/+2
2025-08-20[compiler-rt][memprof] adding free_sized/free_aligned_sized intercept… (#15...David CARLIER1-0/+21
2025-07-30[MemProf] Add sanitizer interface decls for histogram funcs. (#151398)Snehasish Kumar1-0/+38
2025-07-30Revert "[MemProf] Change histogram storage from uint64_t to uint16_t" (#151382)Snehasish Kumar1-37/+0
2025-07-30[MemProf] Change histogram storage from uint64_t to uint16_t (#147854)Snehasish Kumar1-0/+37
2025-07-17Rename config.host_os to config.target_os.Peter Collingbourne1-1/+1
2024-12-10[memprof] Add flag to control profile dump at exit (#119452)Ellis Hoag1-0/+16
2024-12-06[memprof] Use -memprof-runtime-default-options to set options during compile ...Ellis Hoag2-0/+19
2024-10-24[NFC][compiler-rt] fix(compiler-rt/**.py): fix comparison to None (#94015)Eisuke Kawashima1-1/+1
2024-07-18[compiler-rt] Cleanup use of COMPILER_RT_INCLUDE_TESTS (#98246)Vitaly Buka1-11/+9
2024-06-04[compiler-rt] Revise IDE folder structure (#89753)Michael Kruse1-3/+0
2024-04-25[compiler-rt] Avoid assertions when using LLVM_ENABLE_PER_TARGET_RUNTIME_DIR ...Paul Kirth1-4/+5
2024-04-24[compiler-rt] Make sure `memprof` and `ctx_profile` unittests run (#89814)Mircea Trofin2-0/+43
2024-03-18[compiler-rt] Don't check COMPILER_RT_STANDALONE_BUILD for test depsAlexander Richardson1-6/+3
2023-11-28[MemProf] Add interface for reseting the profile file descriptor (#73714)Teresa Johnson1-0/+39
2023-05-25[NFC][Py Reformat] Reformat python files in the rest of the dirsTobias Hieta1-44/+65
2023-05-11[test] Remove Python<3.3 workaround without shlex.quoteFangrui Song1-9/+0
2023-03-06Revert "[memprof] Refactor tests to generate binaries and profiles on the fly."Snehasish Kumar7-375/+0
2023-03-06[memprof] Refactor tests to generate binaries and profiles on the fly.Snehasish Kumar7-0/+375
2023-01-31[MemProf] Make test more resilient to cpu schedulingTeresa Johnson1-1/+1
2022-11-28Revert "[MemProf] Defer profile file setup until dump time"Teresa Johnson2-6/+0
2022-11-18[MemProf] Defer profile file setup until dump timeTeresa Johnson2-0/+6
2022-10-08[memprof] dump memprof profile when receive deadly signalsEnna11-0/+18
2022-08-23[memprof] Correct max size and access count computationsTeresa Johnson1-0/+35
2022-07-25[asan][test] Additional test requiring weak symbol for dyld64.Roy Sundahl1-3/+7
2022-02-13[sanitizer] Check if directory exists before trying to createTeresa Johnson1-7/+11
2022-01-05Revert "Revert D109159 "[amdgpu] Enable selection of `s_cselect_b64`.""Nico Weber2-24/+0
2022-01-05Revert D109159 "[amdgpu] Enable selection of `s_cselect_b64`."David Salinas2-0/+24
2021-12-20[memprof][NFC] Fix mismatched-new-delete in memprof testsXu Mingjie2-2/+2
2021-11-22[memprof] Remove the "Live on exit:" print for text format.Snehasish Kumar1-2/+6
2021-11-11[memprof] Make the raw binary format the default.Snehasish Kumar13-30/+31
2021-11-11[memprof] Add a raw binary format to serialize memprof profiles.Snehasish Kumar1-5/+11
2021-11-11[memprof] Replace the block cache with a hashmap.Snehasish Kumar3-24/+24
2021-11-08[NFC] Update the test compiler to use clangxx.Snehasish Kumar1-2/+2
2021-10-14[NFC][sanitizer] Remove %stdcxx11Vitaly Buka1-3/+0
2021-10-06[compiler-rt][memprof] Disambiguate checks for __tls_get_addr in outputLeonard Chan1-6/+6
2021-09-30[MemProf] Loosen matching of profile data to avoid bot flakesTeresa Johnson2-2/+2
2021-09-30[MemProf] Record accesses for all words touched in mem intrinsicTeresa Johnson2-8/+8
2021-06-04[NFC][memprof] FIx delete[] usage in testVitaly Buka1-2/+2
2021-06-04[NFC][memprof] Compile *.c tests as CVitaly Buka2-6/+6
2021-03-26[memprof][test] Make test_terse.cpp robust (sched_getcpu may happens to change)Fangrui Song1-1/+1
2021-02-11[NFC,memprof] Update test after D96319Vitaly Buka1-1/+1
2020-11-19[MemProf] Add interface to dump profileTeresa Johnson2-0/+26
2020-11-02[MemProf] Reenable test with fix for bot failuresTeresa Johnson1-5/+7
2020-11-01[MemProf] Pass down memory profile name with optional path from clangTeresa Johnson12-24/+24
2020-10-29[MemProf] Temporarily disable test failing on a couple botsTeresa Johnson1-7/+5
2020-10-29[MemProf] Augment test to debug avr bot failureTeresa Johnson1-0/+3
2020-10-29[sanitizer] Print errno for report file open failureTeresa Johnson1-5/+4
2020-10-24[MemProf] Temporarily disable part of testTeresa Johnson1-4/+5