[ADT] Fix a confusing interface spec and some annoying peculiarities
[oota-llvm.git] / unittests / ProfileData /
2015-06-22 Justin BognerInstrProf: Add a test for multiple copies of the same...
2015-05-13 Justin BognerInstrProf: Treat functions with a coverage map but...
2015-05-05 Justin BognerInstrProf: Strip filename prefixes from the names we...
2015-02-18 Justin BognerInstrProf: Don't combine expansion regions with code...
2015-02-18 Justin BognerInstrProf: Handle unknown functions if they consist...
2015-02-18 Justin BognerInstrProf: Make CoverageMapping testable and add a...
2015-02-18 Justin BognerRe-apply "InstrProf: Add unit tests for the profile...
2015-02-17 Justin BognerRe-apply "InstrProf: Use a test fixture in the coverage...
2015-02-17 Aaron BallmanReverting r229473; it does not compile with MSVC 2013...
2015-02-17 Justin BognerRevert "InstrProf: Add unit tests for the profile reade...
2015-02-17 Justin BognerInstrProf: Add missing header from r229478
2015-02-17 Justin BognerRe-apply "InstrProf: Add unit tests for the profile...
2015-02-17 Justin BognerInstrProf: Use a test fixture in the coverage mapping...
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-05 Justin BognerInstrProf: Avoid using std::to_string
2015-02-04 Justin BognerInstrProf: std::to_string needs to #include <string>
2015-02-04 Justin BognerInstrProf: Add some unit tests for CoverageMapping