1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/lib/ProfileData
Xinliang David Li 20f66720da [PGO]: Implement Func PGO name string compression
This is part of the effort/prepration to reduce the size
instr-pgo (object, binary, memory footprint, and raw data).

The functionality is currently off by default and not yet
used by any clients.

llvm-svn: 256667
2015-12-31 07:57:16 +00:00
..
CMakeLists.txt
CoverageMapping.cpp Coverage code refactoring /NFC 2015-12-15 19:44:45 +00:00
CoverageMappingReader.cpp [ProfileData] Make helper function static. 2015-12-24 10:03:37 +00:00
CoverageMappingWriter.cpp
InstrProf.cpp [PGO]: Implement Func PGO name string compression 2015-12-31 07:57:16 +00:00
InstrProfReader.cpp [PGO] Improve Indexed Profile Reader efficiency 2015-12-20 06:22:13 +00:00
InstrProfWriter.cpp Fix a latent UAF bug in profwriter 2015-12-20 08:46:18 +00:00
LLVMBuild.txt
Makefile
SampleProf.cpp [PGO] Handle and report overflow during profile merge for all types of data 2015-12-16 21:45:43 +00:00
SampleProfReader.cpp [PGO] Handle and report overflow during profile merge for all types of data 2015-12-16 21:45:43 +00:00
SampleProfWriter.cpp [ProfileData] Add unit test infrastructure for sample profile reader/writer 2015-12-10 17:21:42 +00:00