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
*
[PGO] Instr func name var creation code refactoring
Xinliang David Li
2015-11-09
1
-0
/
+66
*
Code style fix (caused by wrongly default clang-format style) (NFC)
Xinliang David Li
2015-11-06
2
-10
/
+17
*
[PGO] Use template file to define runtime structures
Xinliang David Li
2015-11-05
1
-6
/
+9
*
[PGO] Value profiling (index format) code cleanup and testing
Xinliang David Li
2015-11-02
2
-75
/
+58
*
[PGO] RawProf Reader code cleanup
Xinliang David Li
2015-10-28
1
-16
/
+42
*
[PGO] Indexed Prof Reader refactoring (NFC)
Xinliang David Li
2015-10-28
1
-36
/
+58
*
Add helper functions and remove hard coded references to instProf related nam...
Xinliang David Li
2015-10-22
1
-2
/
+3
*
Tolerate negative offset when matching sample profile.
Dehao Chen
2015-10-21
1
-1
/
+11
*
Minor Instr PGO code restructuring
Xinliang David Li
2015-10-18
3
-115
/
+42
*
Sample profiles - Re-arrange binary format to emit head samples only on top f...
Diego Novillo
2015-10-16
2
-18
/
+24
*
Sample Profiles - Adjust integer types. Mostly NFC.
Diego Novillo
2015-10-15
2
-25
/
+25
*
Sample profiles - Add documentation for binary profile encoding. NFC.
Diego Novillo
2015-10-14
1
-103
/
+6
*
Sample profile reader - remove dead code. NFC.
Diego Novillo
2015-10-13
1
-10
/
+0
*
Sample profiles - Add a name table to the binary encoding.
Diego Novillo
2015-10-13
3
-21
/
+94
*
Fix a couple of comments; NFC
Xinliang David Li
2015-10-13
1
-6
/
+6
*
[ProfileData] Test commit for slingn
Nathan Slingerland
2015-10-11
1
-0
/
+1
*
Add inline stack streaming to binary sample profiles.
Diego Novillo
2015-10-09
2
-43
/
+84
*
Re-apply r249644: Handle inline stacks in gcov-encoded sample profiles.
Diego Novillo
2015-10-08
2
-47
/
+88
*
Revert "Handle inline stacks in gcov-encoded sample profiles."
Diego Novillo
2015-10-08
2
-88
/
+47
*
Handle inline stacks in gcov-encoded sample profiles.
Diego Novillo
2015-10-08
2
-47
/
+88
*
Remove AutoFDO profile handling for GCC's LIPO. NFC.
Diego Novillo
2015-10-05
1
-22
/
+0
*
InstrProf: Don't call std::unique twice here
Justin Bogner
2015-09-30
1
-1
/
+0
*
http://reviews.llvm.org/D13145
Dehao Chen
2015-09-30
1
-65
/
+168
*
InstrProf: Support for value profiling in the indexed profile format
Justin Bogner
2015-09-29
4
-54
/
+208
*
GCC AutoFDO profile reader - Initial support.
Diego Novillo
2015-09-17
2
-9
/
+271
*
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
[next]