Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / unittests / ProfileData / InstrProfTest.cpp
2016-01-08 NAKAMURA TakumiInstrProfTest.cpp: Fix a warning. [-Wsign-compare]
2016-01-08 Xinliang David LiAdd value site truncation unit test
2016-01-08 Xinliang David Li[PGO] Ensure vp data in indexed profile always sorted
2016-01-08 Xinliang David Li[PGO] Fix a bug in InstProfWriter addRecord
2016-01-04 Xinliang David LiAdd explicit string checks in test
2015-12-31 Xinliang David Li[PGO]: Implement Func PGO name string compression
2015-12-27 NAKAMURA TakumiInstrProfTest.cpp: Don't assume string literals are...
2015-12-19 Xinliang David LiImprove InstrProfSymtab test coverage
2015-12-19 Xinliang David Li[PGO] Add hash to name mapping in InstrProfSymtab
2015-12-16 Nathan Slingerland[PGO] Handle and report overflow during profile merge...
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-12-02 Nathan Slingerland[llvm-profdata] Change instr prof counter overflow...
2015-12-01 Xinliang David LiUse nullptr (NFC)
2015-11-28 Xinliang David Li[PGO] Allow value profile writer interface to allocated...
2015-11-25 Xinliang David Li[PGO] Implement ValueProfiling Closure interfaces for...
2015-11-20 Daniel SandersRevert the revert 253497 and 253539 - These commits...
2015-11-20 Daniel SandersRevert 253497 and 253539 to try to fix clang-cmake...
2015-11-18 Nathan Slingerland[llvm-profdata] Add SaturatingAdd/SaturatingMultiply...
2015-11-10 Xinliang David Li[PGO] Make indexed value profile data more compact
2015-11-04 Eugene ZelenkoFix some Clang-tidy modernize warnings, other minor...
2015-11-02 Xinliang David Li[PGO] Value profiling (index format) code cleanup and...
2015-09-29 Justin BognerInstrProf: Support for value profiling in the indexed...
2015-06-22 Justin BognerInstrProf: Add a test for multiple copies of the same...
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 BognerInstrProf: Add missing header from r229478
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...