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
/
lib
/
CodeGen
/
CoverageMappingGen.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
InstrProf: Fix a coverage crash where a macro begins in an unreachable block
Justin Bogner
2015-05-01
1
-1
/
+4
*
Fix -Wpessimizing-move by removing call to std::move
Richard Trieu
2015-04-30
1
-1
/
+1
*
InstrProf: Make sure coverage propagates out of foreach loops correctly
Justin Bogner
2015-04-30
1
-4
/
+8
*
InstrProf: Mark code regions after throw expressions as unreachable
Justin Bogner
2015-04-28
1
-0
/
+7
*
InstrProf: Fix coverage maps for conditional operators
Justin Bogner
2015-04-24
1
-1
/
+7
*
Change range-based for-loops to be -Wrange-loop-analysis clean.
Richard Trieu
2015-04-15
1
-1
/
+1
*
InstrProf: Handle whitespace and comments at the ends of macros
Justin Bogner
2015-03-25
1
-4
/
+4
*
InstrProf: Make sure counts in lambdas don't escape to the parent scope
Justin Bogner
2015-02-24
1
-0
/
+5
*
InstrProf: Always emit a coverage region for the condition of an if
Justin Bogner
2015-02-19
1
-1
/
+4
*
InstrProf: Rewrite most of coverage mapping generation in a simpler way
Justin Bogner
2015-02-18
1
-660
/
+516
*
InstrProf: Update for LLVM API change
Justin Bogner
2015-02-03
1
-9
/
+7
*
InstrProf: Remove CoverageMapping::HasCodeBefore, it isn't used
Justin Bogner
2015-02-03
1
-14
/
+11
*
InstrProf: Update for LLVM API change
Justin Bogner
2015-02-03
1
-10
/
+10
*
InstrProf: Use an Optional instead of an out parameter
Justin Bogner
2015-01-24
1
-32
/
+27
*
InstrProf: Use the stream when dumping counters
Justin Bogner
2015-01-23
1
-1
/
+1
*
[cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py
Chandler Carruth
2015-01-14
1
-2
/
+2
*
InstrProf: Simplify/reduce state in CoverageMapping (NFC)
Justin Bogner
2014-12-17
1
-38
/
+2
*
InstrProf: Remove an unnecessary helper function (NFC)
Justin Bogner
2014-11-11
1
-26
/
+12
*
Reapply "InstrProf: Update for the LLVM API change in r218879"
Justin Bogner
2014-10-02
1
-6
/
+3
*
Revert "InstrProf: Update for the LLVM API change in r218879"
Justin Bogner
2014-10-02
1
-3
/
+6
*
InstrProf: Update for the LLVM API change in r218879
Justin Bogner
2014-10-02
1
-6
/
+3
*
InstrProf: Avoid repeated linear searches in a hot path
Justin Bogner
2014-10-01
1
-51
/
+33
*
InstrProf: Hide SourceMappingRegion's internals (NFC)
Justin Bogner
2014-10-01
1
-12
/
+31
*
InstrProf: Remove an unused member (NFC)
Justin Bogner
2014-09-30
1
-6
/
+3
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-2
/
+1
*
Coverage Mapping: store function's hash in coverage function records.
Alex Lorenz
2014-08-21
1
-3
/
+5
*
Coverage mapping: fix mapping for objective-c for statement
Alex Lorenz
2014-08-20
1
-0
/
+1
*
Coverage mapping: fix mapping for objective-c message expression
Alex Lorenz
2014-08-20
1
-0
/
+10
*
Add a cc1 "dump-coverage-mapping" for testing coverage mapping.
Alex Lorenz
2014-08-08
1
-2
/
+53
*
Add coverage mapping generation.
Alex Lorenz
2014-08-04
1
-0
/
+1166
[prev]