Add helper functions and remove hard coded references to instProf related name/name...
[oota-llvm.git] / include / llvm / ProfileData / InstrProf.h
2015-10-22 Xinliang David LiAdd helper functions and remove hard coded references...
2015-10-18 Xinliang David LiMinor Instr PGO code restructuring
2015-09-29 Justin BognerInstrProf: Add a missing const_cast from r248833
2015-09-29 Justin BognerInstrProf: Support for value profiling in the indexed...
2015-06-22 Justin BognerRe-apply "InstrProf: When reading, copy the data instea...
2015-06-20 Justin BognerRevert "InstrProf: When reading, copy the data instead...
2015-06-20 Justin BognerInstrProf: When reading, copy the data instead of takin...
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...