[SimplifyLibCalls] Use hasFloatVersion(). NFCI.
[oota-llvm.git] / lib / Transforms / Utils / ModuleUtils.cpp
2015-07-23 Kuba Brecka[asan] Rename the ABI versioning symbol to '__asan_vers...
2015-05-06 Ismail PazarbasiImplement `createSanitizerCtor`, common helper function...
2015-04-06 Ismail PazarbasiMove `checkInterfaceFunction` to ModuleUtils
2014-08-21 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-18 Craig TopperRevert "Repace SmallPtrSet with SmallPtrSetImpl in...
2014-08-17 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-05-16 Reid KlecknerAdd comdat key field to llvm.global_ctors and llvm...
2013-07-25 Rafael EspindolaRespect llvm.used in Internalize.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-06-29 Chandler CarruthMove llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
2011-12-15 Kostya Serebryany[asan] fix a bug (issue 19) where dlclose and the follo...
2011-11-16 Kostya Serebryanytest commit to verify that commit access works (added...
2011-10-31 Devang PatelAdd utility to append a function to the list of global...