summaryrefslogtreecommitdiff
path: root/include/llvm/ProfileData/InstrProf.h
Commit message (Expand)AuthorAge
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Remove system_error.h.Rafael Espindola2014-06-12
* Don't import error_category into the llvm namespace.Rafael Espindola2014-06-12
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-11
* Use an enum class.Rafael Espindola2014-06-03
* ProfileData: Add support for the indexed instrprof formatJustin Bogner2014-04-18
* InstrProf: Actually detect bad headersDuncan P. N. Exon Smith2014-03-21
* ProfileData: Avoid double underscores in header guardsJustin Bogner2014-03-21
* ProfileData: Introduce InstrProfWriter using the naive text formatJustin Bogner2014-03-21
* ProfileData: Introduce the InstrProfReader interface and a text readerJustin Bogner2014-03-21