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
/
llvm
/
lib
/
ProfileData
Commit message (
Expand
)
Author
Age
Files
Lines
*
InstrProf: Treat functions with a coverage map but no profile as unreached
Justin Bogner
2015-05-13
1
-2
/
+3
*
InstrProf: Simplify looking up sections for coverage data
Justin Bogner
2015-05-07
1
-18
/
+19
*
InstrProf: Give coverage its own errors instead of piggy backing on instrprof
Justin Bogner
2015-05-06
3
-33
/
+64
*
InstrProf: Remove a function that just returns its argument (NFC)
Justin Bogner
2015-05-06
1
-20
/
+20
*
InstrProf: Strip filename prefixes from the names we display for coverage
Justin Bogner
2015-05-05
1
-1
/
+15
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
2
-0
/
+2
*
InstrProf: Fix CoverageMappingReader on big endian
Justin Bogner
2015-03-16
1
-16
/
+28
*
InstrProf: Do a better job of reading coverage mapping data.
Justin Bogner
2015-03-16
1
-59
/
+41
*
InstrProf: Teach llvm-cov to handle universal binaries when given -arch
Justin Bogner
2015-03-11
2
-8
/
+31
*
InstrProf: Allow hexadecimal function hashes in proftext format
Justin Bogner
2015-03-09
1
-1
/
+1
*
Add missing includes. make_unique proliferated everywhere.
Benjamin Kramer
2015-03-01
1
-0
/
+1
*
InstrProf: Simplify the construction of BinaryCoverageReader
Justin Bogner
2015-02-26
2
-64
/
+61
*
InstrProf: Rename ObjectFileCoverageMappingReader to BinaryCoverageReader
Justin Bogner
2015-02-26
2
-6
/
+6
*
InstrProf: Remove dead code in CoverageMappingReader
Justin Bogner
2015-02-25
1
-13
/
+3
*
Disallow implicit conversions from None to integer types
Justin Bogner
2015-02-20
1
-2
/
+6
*
InstrProf: Don't combine expansion regions with code regions
Justin Bogner
2015-02-18
1
-1
/
+1
*
InstrProf: Handle unknown functions if they consist only of zero-regions
Justin Bogner
2015-02-18
1
-10
/
+11
*
InstrProf: Make CoverageMapping testable and add a basic unit test
Justin Bogner
2015-02-18
1
-1
/
+1
*
Re-apply "InstrProf: Add unit tests for the profile reader and writer"
Justin Bogner
2015-02-18
2
-14
/
+46
*
Prefer SmallVector::append/insert over push_back loops.
Benjamin Kramer
2015-02-17
1
-4
/
+4
*
Revert "InstrProf: Add unit tests for the profile reader and writer"
Justin Bogner
2015-02-17
2
-45
/
+14
*
Re-apply "InstrProf: Add unit tests for the profile reader and writer"
Justin Bogner
2015-02-17
2
-14
/
+45
*
Revert "InstrProf: Add unit tests for the profile reader and writer"
Justin Bogner
2015-02-16
2
-45
/
+14
*
InstrProf: Add unit tests for the profile reader and writer
Justin Bogner
2015-02-16
2
-14
/
+45
*
InstrProf: Use ErrorOr for IndexedInstrProfReader::create (NFC)
Justin Bogner
2015-02-16
2
-5
/
+11
*
Fix accidental bit flip.
Benjamin Kramer
2015-02-12
1
-2
/
+2
*
CoverageMapping: Bitvectorize code. No functionality change.
Benjamin Kramer
2015-02-12
1
-27
/
+20
*
Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
Zachary Turner
2015-02-11
1
-0
/
+3
*
InstrProf: Use a stable sort when reading coverage regions
Justin Bogner
2015-02-04
1
-1
/
+1
*
InstrProf: Make CounterMappingRegions less confusing to construct
Justin Bogner
2015-02-03
1
-4
/
+3
*
InstrProf: Remove CoverageMapping::HasCodeBefore, it isn't used
Justin Bogner
2015-02-03
2
-13
/
+6
*
InstrProf: Simplify RawCoverageMappingReader's API slightly
Justin Bogner
2015-02-03
1
-7
/
+9
*
InstrProf: Simplify some logic by using ArrayRef::slice (NFC)
Justin Bogner
2015-02-03
1
-1
/
+1
*
llvm-cov: Only combine segments if they overlap exactly
Justin Bogner
2015-01-24
1
-2
/
+8
*
Replace size method call of containers to empty method where appropriate
Alexander Kornienko
2015-01-15
1
-1
/
+1
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
5
-7
/
+4
*
llvm-cov: Sink some reporting logic into CoverageMapping
Justin Bogner
2014-11-14
1
-1
/
+9
*
Use ErrorOr for the ::create factory on instrumented and sample profilers.
Diego Novillo
2014-11-03
3
-28
/
+39
*
Add show and merge tools for sample PGO profiles.
Diego Novillo
2014-11-01
3
-57
/
+57
*
[Object] Modify OwningBinary's interface to separate inspection from ownership.
Lang Hames
2014-10-31
1
-1
/
+1
*
Add profile writing capabilities for sampling profiles.
Diego Novillo
2014-10-30
4
-38
/
+373
*
Reduce double set lookups. NFC.
Benjamin Kramer
2014-10-10
1
-2
/
+2
*
Remove bogus std::error_code returns form SectionRef.
Rafael Espindola
2014-10-08
1
-1
/
+2
*
Eliminate some deep std::vector copies. NFC.
Benjamin Kramer
2014-10-03
2
-2
/
+1
*
InstrProf: Avoid linear search in a hot loop
Justin Bogner
2014-10-02
1
-5
/
+6
*
Reapply "InstrProf: Don't keep a large sparse list around just to zero it"
Justin Bogner
2014-10-02
1
-24
/
+43
*
Revert "InstrProf: Don't keep a large sparse list around just to zero it"
Justin Bogner
2014-10-02
1
-38
/
+24
*
InstrProf: Don't keep a large sparse list around just to zero it
Justin Bogner
2014-10-02
1
-24
/
+38
*
InstrProf: Simplify counting a file's regions when writing coverage (NFC)
Justin Bogner
2014-10-02
1
-34
/
+24
*
llvm-cov: Use the number of executed functions for the function coverage metric.
Alex Lorenz
2014-09-30
1
-1
/
+3
[next]