summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CoverageMappingGen.h
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud