index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
CoverageMapping
Commit message (
Expand
)
Author
Age
Files
Lines
*
InstrProf: Fix a misuse of the FunctionDecl API when generating coverage
Justin Bogner
2015-07-28
1
-0
/
+15
*
InstrProf: Fix a typo in the test for r243066
Justin Bogner
2015-07-23
1
-1
/
+1
*
InstrProf: Don't extend coverage regions into the catch keyword
Justin Bogner
2015-07-23
1
-0
/
+24
*
InstrProf: Pack the coverage mapping structs that we write out
Justin Bogner
2015-07-02
1
-1
/
+1
*
InstrProf: Fix a crash when an implicit def appears in a macro
Justin Bogner
2015-06-23
1
-0
/
+16
*
InstrProf: Fix coverage mapping when "if" is a macro
Justin Bogner
2015-06-16
1
-0
/
+14
*
InstrProf: Only disable coverage in built-in macros, not all system macros
Justin Bogner
2015-05-14
1
-0
/
+24
*
InstrProf: Don't start or end coverage regions inside of system macros
Justin Bogner
2015-05-05
1
-0
/
+12
*
InstrProf: Fix a coverage crash where a macro begins in an unreachable block
Justin Bogner
2015-05-01
1
-0
/
+15
*
InstrProf: Make sure coverage propagates out of foreach loops correctly
Justin Bogner
2015-04-30
1
-4
/
+11
*
InstrProf: Mark code regions after throw expressions as unreachable
Justin Bogner
2015-04-28
1
-6
/
+8
*
InstrProf: Fix coverage maps for conditional operators
Justin Bogner
2015-04-24
1
-1
/
+15
*
InstrProf: Fix a shadowing error that would break length of profile names
Justin Bogner
2015-04-23
1
-3
/
+3
*
InstrProf: Handle whitespace and comments at the ends of macros
Justin Bogner
2015-03-25
1
-0
/
+11
*
Test case updates for explicit type parameter to the gep operator
David Blaikie
2015-03-13
1
-1
/
+1
*
InstrProf: Make sure counts in lambdas don't escape to the parent scope
Justin Bogner
2015-02-24
1
-0
/
+17
*
InstrProf: Always emit a coverage region for the condition of an if
Justin Bogner
2015-02-19
15
-41
/
+76
*
InstrProf: Rewrite most of coverage mapping generation in a simpler way
Justin Bogner
2015-02-18
25
-145
/
+631
*
InstrProf: Add a test for PR22531
Justin Bogner
2015-02-11
1
-4
/
+11
*
InstrProf: Remove CoverageMapping::HasCodeBefore, it isn't used
Justin Bogner
2015-02-03
23
-244
/
+243
*
InstrProf: Avoid creating profile names for symbols in system headers
Justin Bogner
2015-01-22
1
-0
/
+21
*
InstrProf: Don't emit coverage for uninstantiated templates
Justin Bogner
2014-11-18
1
-4
/
+24
*
InstrProf: Avoid repeated linear searches in a hot path
Justin Bogner
2014-10-01
4
-39
/
+43
*
Coverage Mapping: store function's hash in coverage function records.
Alex Lorenz
2014-08-21
1
-1
/
+1
*
Test: CoverageMapping: use "RUN: FileCheck" command instead of "RUN: cat | Fi...
Alex Lorenz
2014-08-20
3
-9
/
+9
*
Coverage mapping: fix mapping for objective-c for statement
Alex Lorenz
2014-08-20
1
-0
/
+18
*
Coverage mapping: fix mapping for objective-c message expression
Alex Lorenz
2014-08-20
1
-0
/
+11
*
Test: Coverage Mapping: add missing RUN commands
Alex Lorenz
2014-08-19
2
-10
/
+10
*
Add tests for coverage mapping generation.
Alex Lorenz
2014-08-19
26
-0
/
+712
*
Revert "Add tests for coverage mapping generation."
Justin Bogner
2014-08-09
27
-1162
/
+0
*
Revert a failing test from r215261
Justin Bogner
2014-08-09
1
-71
/
+0
*
Add tests for coverage mapping generation.
Alex Lorenz
2014-08-08
28
-0
/
+1233