summaryrefslogtreecommitdiff
path: root/include/llvm/ProfileData/InstrProfReader.h
Commit message (Expand)AuthorAge
* ProfileData: Fix copy-paste type in RawInstrProfReaderJustin Bogner2014-06-18
* Renaming SwapByteOrder() to getSwappedBytes()Artyom Skrobov2014-06-14
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* ProfileData: Allow multiple profiles in RawInstrProfReaderJustin Bogner2014-05-16
* OnDiskHashTable: Audit types and use offset_type consistentlyJustin Bogner2014-04-19
* ProfileData: Avoid UB when readingJustin Bogner2014-04-19
* ProfileData: Don't forward declare ComputeHash and make it static inlineJustin Bogner2014-04-18
* ProfileData: Add support for the indexed instrprof formatJustin Bogner2014-04-18
* InstrProf: Check pointer size in raw profileDuncan P. N. Exon Smith2014-03-23
* InstrProf: Move constructor to the headerDuncan P. N. Exon Smith2014-03-21
* InstrProf: Use move semantics with unique_ptrDuncan P. N. Exon Smith2014-03-21
* InstrProf: Detect magic numbers in a more scalable wayDuncan P. N. Exon Smith2014-03-21
* ProfileData: Avoid double underscores in header guardsJustin Bogner2014-03-21
* InstrProf: Read raw binary profile in llvm-profdataDuncan P. N. Exon Smith2014-03-21
* ProfileData: Introduce the InstrProfReader interface and a text readerJustin Bogner2014-03-21