[PGO] Improve Indexed Profile Reader efficiency
[oota-llvm.git] / include / llvm / ProfileData / InstrProfWriter.h
2015-12-20 Xinliang David Li[PGO] Improve Indexed Profile Reader efficiency
2015-12-15 Nathan Slingerland[llvm-profdata] Add support for weighted merge of profi...
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-11-23 Xinliang David Li[PGO] Add --text option for llvm-profdata show|merge...
2015-11-10 Xinliang David Li[PGO] Make indexed value profile data more compact
2015-09-29 Justin BognerInstrProf: Support for value profiling in the indexed...
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-08-13 Benjamin KramerCanonicalize header guards into a common format.
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-18 Justin BognerProfileData: Add support for the indexed instrprof...
2014-03-21 Justin BognerProfileData: Avoid double underscores in header guards
2014-03-21 Justin BognerProfileData: Introduce InstrProfWriter using the naive...