aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [Driver] Rename -fprofile-{prefix-map,compilation-dir} to -fcoverage-{prefix-...Petr Hosek2021-02-251-1/+1
* [Coverage] Store compilation dir separately in coverage mappingPetr Hosek2021-02-181-0/+1
* Revert "[Coverage] Store compilation dir separately in coverage mapping"Petr Hosek2021-02-181-1/+0
* [Coverage] Store compilation dir separately in coverage mappingPetr Hosek2021-02-181-0/+1
* [clang] Add -fprofile-prefix-mapKeith Smiley2021-01-251-2/+4
* [Coverage] Add support for Branch Coverage in LLVM Source-Based Code CoverageAlan Phipps2021-01-051-0/+3
* [Coverage] Add empty line regions to SkippedRegionsZequan Wu2020-09-211-4/+11
* Reland [Coverage] Add comment to skipped regionsZequan Wu2020-07-281-3/+31
* Revert abd45154b "[Coverage] Add comment to skipped regions"Hans Wennborg2020-07-221-33/+3
* [Coverage] Add comment to skipped regionsZequan Wu2020-07-211-3/+33
* Reland: [Coverage] Revise format to reduce binary sizeVedant Kumar2020-02-281-4/+14
* Revert "[Coverage] Revise format to reduce binary size"Vedant Kumar2020-02-281-14/+4
* [Coverage] Revise format to reduce binary sizeVedant Kumar2020-02-281-4/+14
* Revert "[Coverage] Revise format to reduce binary size"Vedant Kumar2019-12-041-14/+4
* [Coverage] Revise format to reduce binary sizeVedant Kumar2019-12-041-4/+14
* Revert "Use -fdebug-compilation-dir to form absolute paths in coverage mappings"Reid Kleckner2019-10-281-6/+2
* Re-land "Use -fdebug-compilation-dir to form absolute paths in coverage mappi...Reid Kleckner2019-10-101-2/+6
* Revert "Use -fdebug-compilation-dir to form absolute paths in coverage mappings"Kadir Cetinkaya2019-10-101-6/+2
* Use -fdebug-compilation-dir to form absolute paths in coverage mappingsReid Kleckner2019-10-101-2/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Move CodeGenOptions from Frontend to BasicRichard Trieu2018-12-111-1/+0
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-8/+8
* [Lexer] Report more precise skipped regions (PR34166)Vedant Kumar2017-09-111-1/+1
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+0
* revert SVN r265702, r265640Saleem Abdulrasool2016-04-081-1/+1
* Basic: move CodeGenOptions from FrontendSaleem Abdulrasool2016-04-071-1/+1
* [Coverage] Reduce complexity of adding function mapping recordsVedant Kumar2016-01-211-1/+1
* Fix local variable name /NFCXinliang David Li2016-01-191-1/+1
* [PGO] Simplify coverage mapping loweringXinliang David Li2016-01-071-1/+3
* [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-141-2/+2
* Reapply "InstrProf: Update for the LLVM API change in r218879"Justin Bogner2014-10-021-7/+3
* Revert "InstrProf: Update for the LLVM API change in r218879"Justin Bogner2014-10-021-3/+7
* InstrProf: Update for the LLVM API change in r218879Justin Bogner2014-10-021-7/+3
* Coverage Mapping: store function's hash in coverage function records.Alex Lorenz2014-08-211-0/+1
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* Add a cc1 "dump-coverage-mapping" for testing coverage mapping.Alex Lorenz2014-08-081-1/+1
* Add coverage mapping generation.Alex Lorenz2014-08-041-0/+117