[PGO] Simplify computehash interface (NFC)
[oota-llvm.git] / lib / ProfileData / InstrProfWriter.cpp
2015-12-18 Xinliang David Li[PGO] Simplify computehash interface (NFC)
2015-12-15 Nathan Slingerland[llvm-profdata] Add support for weighted merge of profi...
2015-12-14 Xinliang David Li[PGO] Value profiling text format reader/writer support
2015-12-04 Nathan SlingerlandRevert "[llvm-profdata] Add support for weighted merge...
2015-12-04 Nathan Slingerland[llvm-profdata] Add support for weighted merge of profi...
2015-12-02 Nathan Slingerland[llvm-profdata] Change instr prof counter overflow...
2015-11-23 Xinliang David Li[PGO] In llvm-profdata text dump, add comment lines...
2015-11-23 Xinliang David Li[PGO] Add --text option for llvm-profdata show|merge...
2015-11-20 Reid KlecknerFix the Windows build, include <tuple> for std::tie
2015-11-20 Nathan Slingerland[llvm-profdata] Add merge() to InstrProfRecord
2015-11-17 Xinliang David Li[PGO] Move value profile data definitions out of Indexe...
2015-11-10 Xinliang David Li[PGO] Make indexed value profile data more compact
2015-11-06 Xinliang David LiCode style fix (caused by wrongly default clang-format...
2015-11-02 Xinliang David Li[PGO] Value profiling (index format) code cleanup and...
2015-10-18 Xinliang David LiMinor Instr PGO code restructuring
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-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-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-10-03 Benjamin KramerEliminate some deep std::vector copies. NFC.
2014-08-01 Justin BognerInstrProf: Allow multiple functions with the same name
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-04-23 Justin BognerProfileData: Avoid unnecessary copies of CounterData
2014-04-19 Justin BognerProfileData: Remove an extra semicolon
2014-04-19 Justin BognerOnDiskHashTable: Audit types and use offset_type consis...
2014-04-18 Justin BognerProfileData: Add support for the indexed instrprof...
2014-03-21 Justin BognerProfileData: Avoid brace initialization, windows doesn...
2014-03-21 Justin BognerProfileData: Introduce InstrProfWriter using the naive...