aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/test
AgeCommit message (Expand)AuthorFilesLines
2024-01-23[CompilerRT] Attempt to fix a lit-config issueJeremy Morse1-1/+1
2024-01-23[PGO] Remove calls to `__llvm_orderfile_dump()` in `instrprof-api.c` test (#7...Qiongsi Wu1-7/+0
2024-01-23[AArch64][compiler-rt] Add memcpy, memset, memmove, memchr builtins. (#77496)Dinar Temirbulatov4-0/+126
2024-01-22Revert "[AArch64][compiler-rt] Add memcpy, memset, memmove, memchr builtins. ...Douglas Yung3-124/+0
2024-01-22[AArch64][compiler-rt] Add memcpy, memset, memmove, memchr builtins. (#77496)Dinar Temirbulatov3-0/+124
2024-01-22[PGO] Reland PGO's Counter Reset and File Dumping APIs #76471 (#78285)Qiongsi Wu2-0/+65
2024-01-22[asan,test] Make alloca_loop_unpoisoning.cpp robust and fix s390x failure (#7...Fangrui Song1-3/+6
2024-01-19[fuzzer,test] Remove old debug loggingVitaly Buka1-1/+0
2024-01-19Reapply "[sanitizer] Skip /include/c++/ from summary (#78534)"Vitaly Buka1-0/+30
2024-01-19Revert "[sanitizer] Skip /include/c++/ from summary (#78534)"Hans Wennborg1-17/+2
2024-01-19[asan,test] Disable alloca_loop_unpoisoning.cpp on s390{{.*}}Fangrui Song1-0/+1
2024-01-18[dfsan] Don't clear shadow on dlopen(NULL, flags)Fangrui Song1-1/+1
2024-01-18[sanitizer] Skip /include/c++/ from summary (#78534)Vitaly Buka1-2/+17
2024-01-18[CompilerRT][ASan] Add new substitutions for tests while using lto to (#78523)Usama Hameed2-3/+13
2024-01-17[dfsan] Make sprintf interceptor compatible with glibc 2.37+ and musl (#78363)Fangrui Song2-6/+0
2024-01-17[compiler-rt] Fix fuzzer tests on WindowsAlexandre Ganea1-0/+10
2024-01-11[asan] Enable StackSafetyAnalysis by defaultFangrui Song2-2/+6
2024-01-11Revert "[asan] Enable StackSafetyAnalysis by default"Zequan Wu2-6/+2
2024-01-11[sanitizer] Fix asserts in asan and tsan in pthread interceptors. (#75394)goussepi2-2/+56
2024-01-10[asan] Enable StackSafetyAnalysis by defaultFangrui Song2-2/+6
2024-01-09Revert "[PGO] Exposing PGO's Counter Reset and File Dumping APIs (#76471)"Vitaly Buka2-62/+0
2024-01-09Revert "[PGO] Fix `instrprof-api.c` on Windows (#77508)"Vitaly Buka1-2/+2
2024-01-09[sanitizer] Select non-internal frames in ReportErrorSummary (#77406)Vitaly Buka9-32/+32
2024-01-09[PGO] Fix `instrprof-api.c` on Windows (#77508)Qiongsi Wu1-2/+2
2024-01-09[PGO] Exposing PGO's Counter Reset and File Dumping APIs (#76471)Qiongsi Wu2-0/+62
2024-01-08[test][sanitizer] Check summary function and a single stack frameVitaly Buka1-8/+16
2024-01-08[msan] Unwind stack before fatal reports (#77168)Vitaly Buka1-1/+9
2024-01-08[test][hwasan] Test function name in summaries #77391 (#77397)Vitaly Buka4-11/+11
2024-01-05[ubsan] Drop terminal "in " from reports without functions (#77163)Vitaly Buka1-2/+2
2024-01-04[InstrProf] No linkage prefixes in IRPGO names (#76994)Ellis Hoag1-14/+0
2024-01-04[llvm-profdata] Use semicolon as the delimiter for supplementary profiles. (#...Mingming Liu1-0/+86
2024-01-04[Coverage][clang] Enable MC/DC Support in LLVM Source-based Code Coverage (3/3)Alan Phipps1-0/+26
2024-01-02[hwasan] Workaround unsupported AssignmentTrackingPass (#76547)Vitaly Buka3-3/+6
2024-01-02[compiler-rt] eventfd api interception on freebsd. (#76564)David CARLIER1-1/+4
2023-12-26[hwasan] Make stack variables output consistent with globals (#76197)Vitaly Buka6-11/+6
2023-12-22[test][hwasan] Re-enabled android testVitaly Buka1-3/+0
2023-12-22[test][hwasan] Add -g required for the testVitaly Buka1-1/+1
2023-12-21[test][hwasan] XFAIL new test which fails for unknown reasonVitaly Buka1-0/+3
2023-12-21[test][hwasan] Update another test after #76133Vitaly Buka1-0/+2
2023-12-21[test][hwasan] Try to fix Android botVitaly Buka1-1/+1
2023-12-21[hwasan] Classify stack overflow, and use after scope (#76133)Vitaly Buka4-0/+54
2023-12-21[hwasan] Respect strip_path_prefix printing locals (#76132)Vitaly Buka1-0/+27
2023-12-21[test][hwasan] Update tests missed by #76130Vitaly Buka2-4/+4
2023-12-21[test][hwasan] Clang-format a testVitaly Buka1-31/+31
2023-12-20[Profile] Dump binary id to raw profiles on Windows. (#75618)Zequan Wu1-0/+82
2023-12-19[compiler-rt][test]Mark thinlto icp test as UNSUPPORTED on ppc. (#76008)Mingming Liu1-0/+4
2023-12-19[test] Restrict thinlto icp IR test to little endian systems, and the compile...Mingming Liu1-2/+2
2023-12-19[test]Mark thinlto icp test as unsupported on powerpc (#75979)Mingming Liu1-0/+2
2023-12-19Reland the reland "[PGO][GlobalValue][LTO]In GlobalValues::getGlobalIdentifie...Mingming Liu2-1/+103
2023-12-19[compiler-rt]Add lld into dependency for apple builds now that lld Mach-O bac...Mingming Liu1-1/+1