[PGO] Read VP raw data without depending on the Value field
[oota-llvm.git] / include / llvm / ProfileData / InstrProfReader.h
2015-12-11 Xinliang David Li[PGO] Read VP raw data without depending on the Value...
2015-12-05 Xinliang David Li[PGO] Add version to getPGOFuncName method
2015-12-04 Xinliang David Li[PGO] Unify VP data format between raw and indexed...
2015-12-01 Xinliang David Li[PGO] Add support for reading multiple versions of...
2015-11-28 Xinliang David LiFunction name cleanup (NFC)
2015-11-18 Xinliang David LiMinor cleanups (from review feedback)
2015-11-18 Betul Buyukkurt[PGO] Value profiling support
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-10 Xinliang David Li[PGO] Make indexed value profile data more compact
2015-11-02 Xinliang David Li[PGO] Value profiling (index format) code cleanup and...
2015-10-28 Xinliang David Li[PGO] RawProf Reader code cleanup
2015-10-28 Xinliang David Li[PGO] Indexed Prof Reader refactoring (NFC)
2015-10-18 Xinliang David LiMinor Instr PGO code restructuring
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...
2015-02-18 Justin BognerRe-apply "InstrProf: Add unit tests for the profile...
2015-02-17 Justin BognerRevert "InstrProf: Add unit tests for the profile reade...
2015-02-17 Justin BognerRe-apply "InstrProf: Add unit tests for the profile...
2015-02-16 Justin BognerRevert "InstrProf: Add unit tests for the profile reade...
2015-02-16 Justin BognerInstrProf: Add unit tests for the profile reader and...
2015-02-16 Justin BognerInstrProf: Use ErrorOr for IndexedInstrProfReader:...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-11-03 Diego NovilloUse ErrorOr for the ::create factory on instrumented...
2014-09-17 Justin BognerLineIterator: Provide a variant that keeps blank lines
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-01 Justin BognerInstrProf: Allow multiple functions with the same name
2014-07-29 Justin BognerProfileData: Don't redundantly default initialize a...
2014-06-18 Justin BognerProfileData: Fix copy-paste type in RawInstrProfReader
2014-06-14 Artyom SkrobovRenaming SwapByteOrder() to getSwappedBytes()
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-04-19 Justin BognerOnDiskHashTable: Audit types and use offset_type consis...
2014-04-19 Justin BognerProfileData: Avoid UB when reading
2014-04-18 Justin BognerProfileData: Don't forward declare ComputeHash and...
2014-04-18 Justin BognerProfileData: Add support for the indexed instrprof...
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: 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 Justin BognerProfileData: Avoid double underscores in header guards
2014-03-21 Duncan P. N. Exon... InstrProf: Read raw binary profile in llvm-profdata
2014-03-21 Justin BognerProfileData: Introduce the InstrProfReader interface...