[llvm-profdata] Improve error messaging when merging mismatched profile data
[oota-llvm.git] / lib / ProfileData / InstrProf.cpp
2015-11-17 Nathan Slingerland[llvm-profdata] Improve error messaging when merging...
2015-11-17 Xinliang David LiFix unaligned memory read issue exposed by ubsan
2015-11-13 Nathan Slingerland[llvm-profdata] Add check for text profile formats...
2015-11-12 Nathan Slingerlandreverting r252916 to investigate test failure
2015-11-12 Nathan Slingerland[llvm-profdata] Add check for text profile formats...
2015-11-11 David Blaikieunique_ptrify the AllocValueProfData helper function...
2015-11-11 Xinliang David LiRefactoring and fix another instance of asan error
2015-11-11 Aaron BallmanSilencing a signed vs unsigned type mismatch warning.
2015-11-10 Xinliang David LiFix asan warning (NFC)
2015-11-10 Xinliang David Li[PGO] Make indexed value profile data more compact
2015-11-09 Xinliang David Li[PGO] Instr func name var creation code refactoring
2015-09-29 Justin BognerInstrProf: Support for value profiling in the indexed...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-06 Justin BognerInstrProf: Give coverage its own errors instead of...
2014-09-19 Chris BienemanConverting InstrProf's error_category to a ManagedStati...
2014-06-13 Rafael EspindolaRemove unused and odd code.
2014-06-12 Rafael EspindolaDon't import error_category into the llvm namespace.
2014-06-12 Rafael EspindolaDon't import error_condition into the llvm namespace.
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-06-10 Rafael EspindolaMark a few functions noexcept.
2014-06-03 Rafael EspindolaUse an enum class.
2014-05-31 Rafael EspindolaThere is no std::errc::success, remove the llvm one.
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
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: Introduce InstrProfWriter using the naive...
2014-03-21 Justin BognerProfileData: Introduce the InstrProfReader interface...