summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData/InstrProf.cpp
Commit message (Expand)AuthorAgeFilesLines
* Converting InstrProf's error_category to a ManagedStatic to avoid static cons...Chris Bieneman2014-09-191-2/+4
* Remove unused and odd code.Rafael Espindola2014-06-131-6/+0
* Don't import error_category into the llvm namespace.Rafael Espindola2014-06-121-2/+2
* Don't import error_condition into the llvm namespace.Rafael Espindola2014-06-121-2/+3
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-1/+1
* Mark a few functions noexcept.Rafael Espindola2014-06-101-2/+2
* Use an enum class.Rafael Espindola2014-06-031-2/+2
* There is no std::errc::success, remove the llvm one.Rafael Espindola2014-05-311-1/+1
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-1/+1
* ProfileData: Add support for the indexed instrprof formatJustin Bogner2014-04-181-0/+2
* InstrProf: Actually detect bad headersDuncan P. N. Exon Smith2014-03-211-0/+2
* ProfileData: Introduce InstrProfWriter using the naive text formatJustin Bogner2014-03-211-0/+6
* ProfileData: Introduce the InstrProfReader interface and a text readerJustin Bogner2014-03-211-0/+56
OpenPOWER on IntegriCloud