summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InferFunctionAttrs/annotate.ll
Commit message (Expand)AuthorAgeFilesLines
* [FunctionAttrs] Added noalias for memccpy/mempcpy argumentsDavid Bolvansky2019-09-301-2/+2
* [BuildLibCalls] Noalias annotationDavid Bolvansky2019-08-141-5/+5
* TLI: darwin does not support _bcmpAlex Lorenz2019-08-071-1/+1
* Add, and infer, a nofree function attributeBrian Homerding2019-07-081-289/+290
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+1015
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-1015/+0
* [SelectionDAG] Allow the user to specify a memeq function.Clement Courbet2019-03-081-3/+6
* Disable calls to *_finite and other glibc-only functions on Musl.Eli Friedman2018-11-061-1/+1
* [LibCalls] Added returned attribute to libcallsDavid Bolvansky2018-08-231-6/+6
* [SimplifyLibcalls] Replace locked IO with unlocked IODavid Bolvansky2018-05-161-0/+6
* Add argmononly attribute to strlen and wcslen, i.e. they only read memory (st...Xin Tong2017-06-181-3/+4
* [TLI] Add declarations for various math header file routines from math-finite...Andrew Kaylor2017-05-121-0/+126
* Recommitting r275284: add support to inline __builtin_mempcpyAndrew Kaylor2016-07-291-0/+3
* Reverting r276771 due to MSan failures.Andrew Kaylor2016-07-271-3/+0
* Re-committing r275284: add support to inline __builtin_mempcpyAndrew Kaylor2016-07-261-0/+3
* Reverting r275284 due to platform-specific test failuresAndrew Kaylor2016-07-131-3/+0
* Fix for Bug 26903, adds support to inline __builtin_mempcpyAndrew Kaylor2016-07-131-0/+3
* [TLI] Also cover Linux 64 libfunc (stat64, ...) prototype checking.Ahmed Bougacha2016-05-251-1/+32
* [TLI] Fix NumParams==0 prototype checking typo.Ahmed Bougacha2016-05-251-27/+832
* [InferAttrs] Mark memset_pattern16 params nocapture.Ahmed Bougacha2016-04-271-1/+1
* [NVPTX] Infer __nvvm_reflect as nounwind, readnoneDavid Majnemer2016-03-311-0/+5
* [BasicAA] Remove special casing of memset_pattern16 in favor of generic attri...Philip Reames2016-01-061-0/+5
* [MemoryBuiltins] Remove isOperatorNewLike by consolidating non-null inference...Philip Reames2016-01-041-0/+6
* [attrs] Extract the pure inference of function attributes intoChandler Carruth2015-12-271-0/+24
OpenPOWER on IntegriCloud