aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/test/profile
AgeCommit message (Expand)AuthorFilesLines
2025-12-23[compiler-rt] Remove REQUIRES: shell lines (#173338)Aiden Grossman1-1/+2
2025-12-05[Profile] Fix debuginfod test with internal shellAiden Grossman1-2/+5
2025-11-21[profdata] Skip probes with missing counter and function pointers (#163254)Ellis Hoag2-13/+183
2025-11-17[compiler-rt][Profile] Mark Darwin test work with internal shellAiden Grossman1-4/+12
2025-11-05[compiler-rt][Profile] Temporarily Disable Test on AIXAiden Grossman1-2/+6
2025-10-30[Profile] Rewrite Test to work with Internal ShellAiden Grossman1-2/+2
2025-10-30[profile] Use correct flag in InstrProf test (#165738)Ellis Hoag1-1/+1
2025-10-27[InstrProf][NFC] Use -profile-correlate flag in tests (#163299)Ellis Hoag4-8/+8
2025-09-11[compiler-rt] Fix binary-id-offset.c test to not require shell. (#157954)cmtice1-10/+12
2025-08-28[docs][NFC] Resolve mismatched backticks (#155883)Rageking81-1/+1
2025-08-11[compiler-rt][test] Require lld for coverage_short_circuit.cppDavid Spickett1-0/+1
2025-08-08[Coverage] Add gap region between binary operator '&& and ||' and RHS (#149085)int-zjt1-0/+36
2025-07-17Fix more compiler-rt tests after #149015.Peter Collingbourne5-6/+6
2025-07-17Rename config.host_os to config.target_os.Peter Collingbourne1-5/+5
2025-06-20[llvm-cov][gcov] Support multi-files coverage in one basic block (#144504)int-zjt2-7/+20
2025-05-20[Coverage] Add testing to validate code coverage for exceptions (#133463)Justin Cady1-0/+144
2025-05-19[Coverage] Fix mapping for do-while loops with terminating statements (#139777)Justin Cady1-0/+21
2025-04-25[compiler-rt] [test] Adjust profile tests to allow arm_aapcs_vfpcc (#137176)Martin Storsjö2-8/+8
2025-04-21[compiler-rt][profile][tests][NFC] Avoid using a.out from PATH (#136465)Hubert Tong1-18/+18
2025-03-31[AIX][PGO] Add testcase for D136192Wael Yehia1-0/+119
2025-03-26[compiler-rt][Darwin][x86] Fix instrprof-darwin-dead-strip test (#132874)David Tellenbach1-3/+6
2025-03-21Reland [Coverage] Fix region termination for GNU statement expressions (#132222)Justin Cady1-0/+24
2025-03-20[profile] Implement a non-mmap path when reading profile files from a non-loc...Wael Yehia2-15/+50
2025-03-19Revert "[Coverage] Fix region termination for GNU statement expressions" (#13...Justin Cady1-21/+0
2025-03-19Revert " [profile] Implement a non-mmap path when reading profile files from ...Arthur Eubanks2-51/+15
2025-03-19[Coverage] Fix region termination for GNU statement expressions (#130976)Justin Cady1-0/+21
2025-03-18 [profile] Implement a non-mmap path when reading profile files from a non-lo...Wael Yehia2-15/+51
2025-03-17[compiler-rt][Darwin][x86] Fix instrprof-darwin-exports test (#131425)David Tellenbach1-3/+3
2025-03-15[profile] Use fprofile-continuous in compiler-rt tests (#126617)Wael Yehia13-57/+31
2025-03-13[InstrProf] Remove -forder-file-instrumentation (#130192)Ellis Hoag2-34/+0
2025-02-06[compiler-rt] Fix binary-id-path.c after da053415d214d6a66ff5f8c69eb35b2c9ada...Zequan Wu1-0/+2
2025-02-06[profile] Add `%b` `LLVM_PROFILE_FILE` option for binary ID (#123963)Sinkevich Artem1-0/+40
2025-01-24[compiler-rt] Fix Windows test after profile summary change (#124318)Ellis Hoag1-0/+6
2025-01-23[llvm-profdata] Add block percent to detailed summary (#105915)Ellis Hoag3-0/+16
2025-01-15[PGO][AIX] Disable multi-process continuous mode test in 32-bitWael Yehia1-0/+1
2025-01-02[gcov] Bump default version to 11.1Fangrui Song8-8/+0
2024-12-29[profile] Enable testing Continuous mode on Linux (#121238)NAKAMURA Takumi8-8/+11
2024-11-27[profile] Make the binary-id-offset.c test more robust (#117647)Josh Stone1-9/+14
2024-11-21[profile] Use base+vaddr for `__llvm_write_binary_ids` note pointers (#114907)Josh Stone1-0/+33
2024-11-19[test][PGO] Add a multi-threaded test for continuous PGO.Wael Yehia2-0/+37
2024-11-18[test][PGO] Use -fprofile-update=atomic instead of mllvm option in Continuous...Wael Yehia1-3/+3
2024-11-14[PGO][test] Enable continuous mode PGO tests on AIX (#115987)Wael Yehia9-19/+46
2024-11-05[compiler-rt][profile] Add support for LLVM profile for Haiku (#107575)Jérôme Duval5-0/+5
2024-10-24[NFC][compiler-rt] fix(compiler-rt/**.py): fix comparison to None (#94015)Eisuke Kawashima1-1/+1
2024-10-23[compiler-rt] [test] Mark a couple files as requiring LF newlinesMartin Storsjö1-0/+3
2024-10-23[compiler-rt][profile] Disable oneline-merging-windows.c on Windows on ArmDavid Spickett1-0/+3
2024-10-17[PGO] Initialize GCOV Writeout and Reset Functions in the Runtime on AIX (#10...Qiongsi Wu1-0/+52
2024-10-16[AIX][PGO] Enable some profile-rt tests now that -fprofile-instr-generate wor...Wael Yehia10-6/+11
2024-10-10[test] env -u is not supported on AIX, use `unset` insteadWael Yehia1-1/+2
2024-10-09[test] remove profile file at the start of profile/instrprof-write-file-atexi...Wael Yehia1-0/+1