summaryrefslogtreecommitdiff
path: root/compiler-rt/test/profile/Linux
AgeCommit message (Expand)Author
2025-11-21[profdata] Skip probes with missing counter and function pointers (#163254)Ellis Hoag
2025-10-30[profile] Use correct flag in InstrProf test (#165738)Ellis Hoag
2025-10-27[InstrProf][NFC] Use -profile-correlate flag in tests (#163299)Ellis Hoag
2025-09-11[compiler-rt] Fix binary-id-offset.c test to not require shell. (#157954)cmtice
2025-08-11[compiler-rt][test] Require lld for coverage_short_circuit.cppDavid Spickett
2025-08-08[Coverage] Add gap region between binary operator '&& and ||' and RHS (#149085)int-zjt
2025-07-17Fix more compiler-rt tests after #149015.Peter Collingbourne
2025-05-20[Coverage] Add testing to validate code coverage for exceptions (#133463)Justin Cady
2025-05-19[Coverage] Fix mapping for do-while loops with terminating statements (#139777)Justin Cady
2025-03-21Reland [Coverage] Fix region termination for GNU statement expressions (#132222)Justin Cady
2025-03-19Revert "[Coverage] Fix region termination for GNU statement expressions" (#13...Justin Cady
2025-03-19[Coverage] Fix region termination for GNU statement expressions (#130976)Justin Cady
2025-02-06[compiler-rt] Fix binary-id-path.c after da053415d214d6a66ff5f8c69eb35b2c9ada...Zequan Wu
2025-02-06[profile] Add `%b` `LLVM_PROFILE_FILE` option for binary ID (#123963)Sinkevich Artem
2025-01-23[llvm-profdata] Add block percent to detailed summary (#105915)Ellis Hoag
2024-11-27[profile] Make the binary-id-offset.c test more robust (#117647)Josh Stone
2024-11-21[profile] Use base+vaddr for `__llvm_write_binary_ids` note pointers (#114907)Josh Stone
2024-09-06[InstrProf] Add debuginfod correlation support (#106606)gulfemsavrun
2024-08-26[compiler-rt][test] Expand and Rewrite Tests for lit Internal Shell Compatibi...Harini0924
2024-08-13[llvm-lit] Fix error in compiler-rt tests when using lit internal shell with ...Harini0924
2024-08-09[ThinLTO]Clean up 'import-assume-unique-local' flag. (#102424)Mingming Liu
2024-07-24[ThinLTO][TypeProf] Import local-linkage global var for mod1:func_foo-> mod2:...Mingming Liu
2024-07-22[InstrPGO][TypeProf]Annotate vtable types when they are present in the profil...Mingming Liu
2024-06-30[compiler-rt][test]Use c-style headers in instrprof-vtable-value-prof.cpp (#9...Mingming Liu
2024-06-30[Test][compiler-rt]Require lld for instrprof-vtable-value-prof.cpp (#97228)Mingming Liu
2024-06-29[TypeProf][InstrFDO]Implement more efficient comparison sequence for indirect...Mingming Liu
2024-06-26[TypeProf][InstrFDO]Omit vtable symbols in indexed profiles by default (#96520)Mingming Liu
2024-05-20[ConstantFolding] Canonicalize constexpr GEPs to i8 (#89872)Nikita Popov
2024-04-01[nfc] Disable the a cpp compiler-rt test on ppc bigendian systems due to buil...Mingming Liu
2024-04-01[InstrFDO][TypeProf] Implement binary instrumentation and profile read/write ...Mingming Liu
2024-01-22[PGO] Reland PGO's Counter Reset and File Dumping APIs #76471 (#78285)Qiongsi Wu
2024-01-09Revert "[PGO] Exposing PGO's Counter Reset and File Dumping APIs (#76471)"Vitaly Buka
2024-01-09[PGO] Exposing PGO's Counter Reset and File Dumping APIs (#76471)Qiongsi Wu
2024-01-04[llvm-profdata] Use semicolon as the delimiter for supplementary profiles. (#...Mingming Liu
2023-11-20[llvm-profdata] Fix binary ids with multiple raw profiles in a single… (#72...Zequan Wu
2023-11-01[Profile] Refactor profile correlation. (#70856)Zequan Wu
2023-10-31Revert "[Profile] Refactor profile correlation. (#70712)"Zequan Wu
2023-10-31[Profile] Refactor profile correlation. (#70712)Zequan Wu
2023-09-26Revert "[Coverage] Allow Clang coverage to be used with debug info correlation."Zequan Wu
2023-09-15[Coverage] Allow Clang coverage to be used with debug info correlation.Zequan Wu
2023-09-06[llvm-cov] Fix the test of bnary-id-lookup.c after the commit cd8fe1dbc.Ying Yi
2023-08-28[Profile] Allow online merging with debug info correlation.Zequan Wu
2023-08-28Revert "Reland "[Profile] Allow online merging with debug info correlation.""Vitaly Buka
2023-08-28Reland "[Profile] Allow online merging with debug info correlation."Zequan Wu
2023-08-22Revert "[Profile] Allow online merging with debug info correlation."Arthur Eubanks
2023-08-16[test][profile] Disable failing PPC testsVitaly Buka
2023-08-15[InstrProf] Emit warnings when correlating lightweight profilesEllis Hoag
2023-08-14[Profile] Allow online merging with debug info correlation.Zequan Wu
2023-08-11[InstrProf] Fix debug-info-correlate testEllis Hoag
2023-07-22[InstrProf] Stabilize --show-prof-sym-list dump orderFangrui Song