Renaming SwapByteOrder() to getSwappedBytes()
[oota-llvm.git] / lib / ProfileData / InstrProfReader.cpp
2014-06-14 Artyom SkrobovRenaming SwapByteOrder() to getSwappedBytes()
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-05-16 Justin BognerProfileData: Allow multiple profiles in RawInstrProfReader
2014-05-01 Aaron BallmanFixing a cast-qual warning. getBufferStart() and getBuf...
2014-04-25 Justin BognerProfileData: Treat missing function counts as malformed
2014-04-18 Justin BognerProfileData: Don't forward declare ComputeHash and...
2014-04-18 Justin BognerProfileData: Add support for the indexed instrprof...
2014-03-24 Duncan P. N. Exon... InstrProf: Silence spurious warnings in GCC 4.8
2014-03-23 Duncan P. N. Exon... InstrProf: Check pointer size in raw profile
2014-03-21 Duncan P. N. Exon... InstrProf: Move constructor to the header
2014-03-21 Duncan P. N. Exon... InstrProf: Change magic number to have non-text characters
2014-03-21 Duncan P. N. Exon... InstrProf: Use move semantics with unique_ptr
2014-03-21 Duncan P. N. Exon... InstrProf: Detect magic numbers in a more scalable way
2014-03-21 Duncan P. N. Exon... InstrProf: Actually detect bad headers
2014-03-21 Duncan P. N. Exon... InstrProf: Read raw binary profile in llvm-profdata
2014-03-21 Justin BognerProfileData: Introduce the InstrProfReader interface...