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
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
7
-8
/
+8
*
Re-apply "InstrProf: When reading, copy the data instead of taking a referenc...
Justin Bogner
2015-06-22
1
-47
/
+65
*
[Object] Search for architecures by name in MachOUniversalBinary::getObjectFo...
Frederic Riss
2015-06-22
2
-4
/
+4
*
Revert "InstrProf: When reading, copy the data instead of taking a reference....
Justin Bogner
2015-06-20
1
-65
/
+47
*
InstrProf: When reading, copy the data instead of taking a reference. NFC
Justin Bogner
2015-06-20
1
-47
/
+65
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
7
-8
/
+8
*
modules: Add explicit dependency on intrinsics_gen
Duncan P. N. Exon Smith
2015-06-16
1
-0
/
+3
*
Don't use std::errc.
Rafael Espindola
2015-06-13
1
-2
/
+3
*
InstrProf: Fix reading of consecutive 32 bit coverage maps
Justin Bogner
2015-06-05
1
-0
/
+5
*
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
[next]