summaryrefslogtreecommitdiff
path: root/llvm/test/Instrumentation/InstrProfiling
AgeCommit message (Expand)Author
2025-10-27[InstrProf][NFC] Use -profile-correlate flag in tests (#163299)Ellis Hoag
2024-10-15[Coverage][WebAssembly] Add initial support for WebAssembly/WASI (#111332)Yuta Saito
2024-10-03[MC/DC] Rework tvbitmap.update to get rid of the inlined function (#110792)NAKAMURA Takumi
2024-08-16[InstrProf] Support conditional counter updates (#102542)gulfemsavrun
2024-07-31Fixup (#96126) mcdc.ll for aarch64. align is not 8.NAKAMURA Takumi
2024-07-31[MC/DC][Coverage] Introduce "Bitmap Bias" for continuous mode (#96126)NAKAMURA Takumi
2024-07-20Fixup for #95588, don't assume `align 8`.NAKAMURA Takumi
2024-07-20InstrProf: Mark BiasLI as invariant. (#95588)NAKAMURA Takumi
2024-06-26[MC/DC][Coverage] Make tvbitmapupdate capable of atomic write (#96042)NAKAMURA Takumi
2024-06-22[MC/DC][Coverage] Split out Read-modfy-Write to rmw_or(ptr,i8) (#96040)NAKAMURA Takumi
2024-06-21mcdc.ll: Relax.NAKAMURA Takumi
2024-06-19InstProfiling: Give the name to profc_bias. NFC. (#95587)NAKAMURA Takumi
2024-06-16Cleanup MC/DC intrinsics for #82448 (#95496)NAKAMURA Takumi
2024-06-14Reapply: [MC/DC][Coverage] Loosen the limit of NumConds from 6 (#82448)NAKAMURA Takumi
2024-06-14Revert "[MC/DC][Coverage] Loosen the limit of NumConds from 6 (#82448)"Hans Wennborg
2024-06-13[MC/DC][Coverage] Loosen the limit of NumConds from 6 (#82448)NAKAMURA Takumi
2024-04-25[coro][pgo] Remove redundant coroutine test files (#89620)Hans
2024-03-14[Coroutines] Remove some stale FIXMEs (NFC)Hans Wennborg
2024-03-07[Instrumentation] Convert tests to opaque pointers (NFC)Fangrui Song
2024-02-27Reland "[TypeProf][InstrPGO] Introduce raw and instr profile format change fo...Mingming Liu
2024-02-25LLVMInstrumentation: Simplify mcdc.tvbitmap.update with GEP.NAKAMURA Takumi
2024-02-25test: Refine InstrProfiling/mcdc.llNAKAMURA Takumi
2024-02-21Revert type profiling change as compiler-rt test break on Windows. (#82583)Mingming Liu
2024-02-21[TypeProf][InstrPGO] Introduce raw and instr profile format change for type p...Mingming Liu
2024-01-07[InstrProfiling] No runtime registration for ELF, COFF, Mach-O and XCOFF (#77...Petr Hosek
2023-12-15[Instrumentation][X86] Limit setting large section flag to medium/large code ...Arthur Eubanks
2023-12-14[Profile] Add binary profile correlation for code coverage. (#69493)Zequan Wu
2023-12-08Reland [InstrProf][X86] Mark non-directly accessed globals as large (#74778)Arthur Eubanks
2023-12-08Revert "[InstrProf][X86] Mark non-directly accessed globals as large (#74778)"Arthur Eubanks
2023-12-08[InstrProf][X86] Mark non-directly accessed globals as large (#74778)Arthur Eubanks
2023-11-15[coro][pgo] Do not insert counters in the `suspend` block (#71262)Mircea Trofin
2023-11-14[InstrProfiling] Ensure data variables are always created for inlined functio...Alan Phipps
2023-11-11[InstrProfiling] Don't attempt to create duplicate data variables. (#71998)Alan Phipps
2023-10-31Revert "[Profile] Refactor profile correlation. (#70712)"Zequan Wu
2023-10-31[Profile] Refactor profile correlation. (#70712)Zequan Wu
2023-10-30Reland "[InstrProf][compiler-rt] Enable MC/DC Support in LLVM Source-based Co...Alan Phipps
2023-09-26Revert "[Coverage] Allow Clang coverage to be used with debug info correlation."Zequan Wu
2023-09-21Revert "[InstrProf][compiler-rt] Enable MC/DC Support in LLVM Source-based Co...Hans Wennborg
2023-09-19[InstrProf][compiler-rt] Enable MC/DC Support in LLVM Source-based Code Cover...Alan Phipps
2023-09-15[NFC][Coverage] Rename coverage function attribute name from "Cov Function Na...Zequan Wu
2023-09-15[Coverage] Allow Clang coverage to be used with debug info correlation.Zequan Wu
2023-09-11[test] debug-info-correlate.ll requires an ELF target tripleFangrui Song
2023-05-17[NFC][Py Reformat] Reformat lit.local.cfg python files in llvmTobias Hieta
2023-04-11[InstrProf] Temporal ProfilingEllis Hoag
2023-02-23[PGO] Setting ValueProfNode Array's AlignmentQiongsi Wu
2023-01-20[PGO] incorrect classof in InstrProfIncrementInstEllis Hoag
2022-10-21[PGO][AIX] Improve dummy var retention and allow -bcdtors:csect linking.Wael Yehia
2022-08-04[InstrProf] Set prof global variables to internal linkage if adding a comdatArthur Eubanks
2022-07-16[PGO][InstrProf][test] Convert to opaque pointers and fix some stale testsFangrui Song
2022-07-16[test] Migrate legacy InstrProfiling tests to new PMFangrui Song