summaryrefslogtreecommitdiff
path: root/lib/ProfileData/InstrProf.cpp
Commit message (Expand)AuthorAge
* Remove unused and odd code.Rafael Espindola2014-06-13
* Don't import error_category into the llvm namespace.Rafael Espindola2014-06-12
* Don't import error_condition into the llvm namespace.Rafael Espindola2014-06-12
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-11
* Mark a few functions noexcept.Rafael Espindola2014-06-10
* Use an enum class.Rafael Espindola2014-06-03
* There is no std::errc::success, remove the llvm one.Rafael Espindola2014-05-31
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* ProfileData: Add support for the indexed instrprof formatJustin Bogner2014-04-18
* InstrProf: Actually detect bad headersDuncan P. N. Exon Smith2014-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