Don't use 'using std::error_code' in include/llvm.
[oota-llvm.git] / include / llvm / ProfileData / InstrProf.h
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-06-12 Rafael EspindolaDon't import error_category into the llvm namespace.
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-06-03 Rafael EspindolaUse an enum class.
2014-04-18 Justin BognerProfileData: Add support for the indexed instrprof...
2014-03-21 Duncan P. N. Exon... InstrProf: Actually detect bad headers
2014-03-21 Justin BognerProfileData: Avoid double underscores in header guards
2014-03-21 Justin BognerProfileData: Introduce InstrProfWriter using the naive...
2014-03-21 Justin BognerProfileData: Introduce the InstrProfReader interface...