aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ProfileData/InstrProf.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-09-19Converting InstrProf's error_category to a ManagedStatic to avoid static cons...Chris Bieneman1-2/+4
2014-06-13Remove unused and odd code.Rafael Espindola1-6/+0
2014-06-12Don't import error_category into the llvm namespace.Rafael Espindola1-2/+2
2014-06-12Don't import error_condition into the llvm namespace.Rafael Espindola1-2/+3
2014-06-11Use std::error_code instead of llvm::error_code.Rafael Espindola1-1/+1
2014-06-10Mark a few functions noexcept.Rafael Espindola1-2/+2
2014-06-03Use an enum class.Rafael Espindola1-2/+2
2014-05-31There is no std::errc::success, remove the llvm one.Rafael Espindola1-1/+1
2014-04-29[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper1-1/+1
2014-04-18ProfileData: Add support for the indexed instrprof formatJustin Bogner1-0/+2
2014-03-21InstrProf: Actually detect bad headersDuncan P. N. Exon Smith1-0/+2
2014-03-21ProfileData: Introduce InstrProfWriter using the naive text formatJustin Bogner1-0/+6
2014-03-21ProfileData: Introduce the InstrProfReader interface and a text readerJustin Bogner1-0/+56