Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | InstrProf: Actually detect bad headers | Duncan P. N. Exon Smith | 2014-03-21 | 1 | -7/+5 | |
| | | | | | | <rdar://problem/15950346> llvm-svn: 204510 | |||||
* | InstrProf: Read raw binary profile in llvm-profdata | Duncan P. N. Exon Smith | 2014-03-21 | 1 | -4/+106 | |
| | | | | | | | | | | | | | | Read a raw binary profile that corresponds to a memory dump from the runtime profile. The test is a binary file generated from cfe/trunk/test/Profile/c-general.c with the new compiler-rt runtime and the matching text version of the input. It includes instructions on how to regenerate. <rdar://problem/15950346> llvm-svn: 204496 | |||||
* | ProfileData: Introduce the InstrProfReader interface and a text reader | Justin Bogner | 2014-03-21 | 1 | -0/+84 | |
This introduces the ProfileData library and updates llvm-profdata to use this library for reading profiles. InstrProfReader is an abstract base class that will be subclassed for both the raw instrprof data from compiler-rt and the efficient instrprof format that will be used for PGO. llvm-svn: 204482 |