Author: Calixte Denizet
Date: 2020-05-07T14:13:11+02:00
New Revision: bec223a9bc4eb9747993ee9a4c1aa135c32123e6
URL:
https://github.com/llvm/llvm-project/commit/bec223a9bc4eb9747993ee9a4c1aa135c32123e6
DIFF:
https://github.com/llvm/llvm-project/commit/bec223a9bc4eb9747993ee9a4c1aa135c32123e6.dif
Author: calixte
Date: Sat Nov 17 11:41:39 2018
New Revision: 347144
URL: http://llvm.org/viewvc/llvm-project?rev=347144&view=rev
Log:
[Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to
filter the files to instrument with gcov (after revert
https://reviews.llvm.org/rL346659
Author: calixte
Date: Mon Nov 12 06:57:17 2018
New Revision: 346659
URL: http://llvm.org/viewvc/llvm-project?rev=346659&view=rev
Log:
Revert rL346644, rL346642: the added test test/CodeGen/code-coverage-filter.c
is failing under windows
Removed:
cfe/trunk/test/CodeGen/Inputs/code-coverage-fi
Author: calixte
Date: Mon Nov 12 01:52:14 2018
New Revision: 346644
URL: http://llvm.org/viewvc/llvm-project?rev=346644&view=rev
Log:
[GCOV] fix test after patch rL346642
Summary:
Test is failing under windows, so fix it.
Should fix:
http://lab.llvm.org:8011/builders/clang-x64-windows-msvc/builds
Author: calixte
Date: Mon Nov 12 01:12:27 2018
New Revision: 346642
URL: http://llvm.org/viewvc/llvm-project?rev=346642&view=rev
Log:
[Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to
filter the files to instrument with gcov
Summary:
These options are taking regex separat
Author: calixte
Date: Mon Sep 24 11:24:18 2018
New Revision: 342912
URL: http://llvm.org/viewvc/llvm-project?rev=342912&view=rev
Log:
[CodeGen] Revert commit https://reviews.llvm.org/rL342717
Modified:
cfe/trunk/lib/CodeGen/CGDebugInfo.cpp
cfe/trunk/lib/CodeGen/CGDebugInfo.h
cfe/trunk
Author: calixte
Date: Fri Sep 21 02:17:06 2018
New Revision: 342717
URL: http://llvm.org/viewvc/llvm-project?rev=342717&view=rev
Log:
[CodeGen] Add to emitted DebugLoc information about coverage when it's required
Summary:
Some lines have a hit counter where they should not have one.
Cleanup stuf