1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib/ProfileData
Xinliang David Li 1561504810 [PGO] Ensure vp data in indexed profile always sorted
Done in  InstrProfWriter to eliminate the need for client
code to do the sorting. The operation is done once and reused 
many times so it is more efficient. Update unit test to remove
sorting. Also update expected output of affected tests.

llvm-svn: 257145
2016-01-08 05:45:21 +00:00
..
CMakeLists.txt modules: Add explicit dependency on intrinsics_gen 2015-06-16 00:44:12 +00:00
CoverageMapping.cpp Coverage code refactoring /NFC 2015-12-15 19:44:45 +00:00
CoverageMappingReader.cpp [PGO] Minor refactoring /NFC 2016-01-07 22:46:29 +00:00
CoverageMappingWriter.cpp Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
InstrProf.cpp [PGO] Fix a bug in InstProfWriter addRecord 2016-01-08 03:49:59 +00:00
InstrProfReader.cpp [PGO] Improve Indexed Profile Reader efficiency 2015-12-20 06:22:13 +00:00
InstrProfWriter.cpp [PGO] Ensure vp data in indexed profile always sorted 2016-01-08 05:45:21 +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