Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / lib / Analysis / TargetLibraryInfo.cpp
2016-01-03 Craig TopperUse std::is_sorted and std::none_of instead of manual...
2015-12-15 Nicolai HahnleAMDGPU: mark ldexp LibCalls as unavailable
2015-11-09 Davide Italiano[TargetLibraryInfo] Add support for fls, flsl, flsll.
2015-11-02 Tim NorthoverTvOS: add missing support for some libcalls.
2015-11-01 Davide Italiano[LibraryInfo] Point to FreeBSD HEAD repo and not to...
2015-10-28 Tim NorthoverARM: teach backend about WatchOS and TvOS libcalls.
2015-10-28 JF BastienWebAssembly: disable some loop-idiom recognition
2015-05-07 Michael ZolotukhinPopulate list of vectorizable functions for Accelerate...
2015-03-30 David Majnemer[WinEH] Run cleanup handlers when an exception is thrown
2015-03-17 Michael ZolotukhinTLI: Add addVectorizableFunctionsFromVecLib.
2015-03-17 Michael ZolotukhinTLI: Add interface for querying whether a function...
2015-03-08 Benjamin KramerMake static variables const if possible. Makes them...
2015-03-03 Jan Wen VoungMove TargetLibraryInfo data from two files into one...
2015-03-02 Michael ZolotukhinTLI: Factor out sanitizeFunctionName. NFC.
2015-03-02 Michael ZolotukhinTLI: Use lambda. NFC.
2015-01-24 Chandler Carruth[PM] Rework how the TargetLibraryInfo pass integrates...
2015-01-15 Chandler Carruth[PM] Port TargetLibraryInfo to the new pass manager...
2015-01-15 Chandler Carruth[PM] Separate the TargetLibraryInfo object from the...
2015-01-15 Chandler Carruth[PM] Move TargetLibraryInfo into the Analysis library.