llvm-project/llvm/tools/llvm-profdata
Justin Bogner b7aa26303b ProfileData: Add support for the indexed instrprof format
This adds support for an indexed instrumentation based profiling
format, which is just a small header and an on disk hash table.  This
format will be used by clang's -fprofile-instr-use= for PGO.

llvm-svn: 206656
2014-04-18 21:48:40 +00:00
..
CMakeLists.txt llvm-profdata doesn't require LLVMCore. 2014-03-23 01:23:26 +00:00
LLVMBuild.txt ProfileData: Introduce the InstrProfReader interface and a text reader 2014-03-21 17:24:48 +00:00
Makefile llvm-profdata doesn't require LLVMCore. 2014-03-23 01:23:26 +00:00
llvm-profdata.cpp ProfileData: Add support for the indexed instrprof format 2014-04-18 21:48:40 +00:00