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