1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/lib/ProfileData
Xinliang David Li 42a10f05d4 [PGO] Remove use of static variable. /NFC
Make the variable a member of  the writer trait object owned
now by the writer. Also use a different generator interface
to pass the infoObject from the writer. 

llvm-svn: 258544
2016-01-22 20:25:56 +00:00
..
CMakeLists.txt
CoverageMapping.cpp Move coveragemap_error enum into coverage namespace and InstrProf.h /NFC 2016-01-10 21:56:33 +00:00
CoverageMappingReader.cpp Fix a coverage reading bug 2016-01-19 21:18:12 +00:00
CoverageMappingWriter.cpp
InstrProf.cpp [PGO] Add a new interface to be used by Indirect Call Promotion 2016-01-20 01:26:34 +00:00
InstrProfReader.cpp [PGO] clean up and documentation 2016-01-14 02:47:01 +00:00
InstrProfWriter.cpp [PGO] Remove use of static variable. /NFC 2016-01-22 20:25:56 +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