summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/code-coverage.c
AgeCommit message (Expand)Author
2025-01-02[gcov] Bump default version to 11.1Fangrui Song
2024-10-17[PGO] Initialize GCOV Writeout and Reset Functions in the Runtime on AIX (#10...Qiongsi Wu
2023-10-03[clang][codegen] Add a verifier IR pass before any further passes. (#68015)Matheus Izvekov
2023-08-15[gcov] Use Joined = form for -coverage-notes-file and -coverage-data-fileFangrui Song
2023-05-18[test] Driver/code-coverage.c: chdir to a temporary directoryFangrui Song
2023-05-17[gcov] Simplify cc1 options and remove CodeGenOptions EmitCovNotes/EmitCovArcsFangrui Song
2023-02-10Revert "Inlining: Run the legacy AlwaysInliner before the regular inliner."David Green
2023-02-09Inlining: Run the legacy AlwaysInliner before the regular inliner.Amara Emerson
2022-04-11[test] Remove references to -fexperimental-new-pass-manager in testsArthur Eubanks
2020-11-16Add pass to add !annotate metadata from @llvm.global.annotations.Florian Hahn
2020-10-19[gcov] Unify driver and CC1 option names for -ftest-coverage & -fprofile-arcsFangrui Song
2020-09-12[gcov] Assign names to some types and loaded values used in @__llvm_internal*Fangrui Song
2020-09-12[gcov] Process .gcda immediately after the accompanying .gcno instead of doin...Fangrui Song
2020-07-18[gcov] Add __gcov_dump/__gcov_reset and delete __gcov_flushFangrui Song
2020-07-05[Driver] Pass -gno-column-info instead of -dwarf-column-infoFangrui Song
2020-06-06[gcov] Improve tests and lower the minimum supported version to gcov 3.4Fangrui Song
2020-06-06[gcov] Support big-endian .gcno and simplify version handling in .gcdaFangrui Song
2020-05-12[gcov][test] Fix clang testFangrui Song
2020-05-10[gcov] Default coverage version to '407*' and delete CC1 option -coverage-cfg...Fangrui Song
2020-05-10[gcov] Delete CC1 option -coverage-no-function-names-in-dataFangrui Song
2018-09-11[gcov] Update a clang test for r341977Vedant Kumar
2018-05-02[gcov] Make the CLang side coverage test work with the newChandler Carruth
2018-01-23NewPM: Improve/fix GCOV - which needs to run early in the pass pipeline.David Blaikie
2018-01-09Wire up GCOV to the new pass managerDavid Blaikie
2016-10-17[Coverage] Update test after r284418.Davide Italiano
2016-08-31Add -fprofile-dir= to clang.Nick Lewycky
2013-03-20The flag "-coverage-function-names-in-data" is actually backwards -- we doNick Lewycky
2013-03-18Update testcase for r177340.Bill Wendling
2013-02-20Attempt to clean up tests for non-X86 platforms.Bill Wendling
2013-02-20Modify the tests to use attribute group references instead of listing theBill Wendling
2012-12-18Now that the uninitialized variable has been fixed in llvm, add this test back,Rafael Espindola
2012-12-10Remove until I can fix this.Bill Wendling
2012-12-10Use correct flags for this test.Bill Wendling
2012-12-10Fixup test case from r169755. These are driver options, not frontend options. Chad Rosier
2012-12-10Specify if `-mno-red-zone' was used when creating the GCOV instrucmentation p...Bill Wendling