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