summaryrefslogtreecommitdiff
path: root/test/Transforms/InferFunctionAttrs
AgeCommit message (Expand)Author
2017-06-18Add argmononly attribute to strlen and wcslen, i.e. they only read memory (st...Xin Tong
2017-05-12[TLI] Add declarations for various math header file routines from math-finite...Andrew Kaylor
2016-09-20[InferAttributes] Don't access parameters that don't exist.Michael Kuperstein
2016-07-29Recommitting r275284: add support to inline __builtin_mempcpyAndrew Kaylor
2016-07-27Reverting r276771 due to MSan failures.Andrew Kaylor
2016-07-26Re-committing r275284: add support to inline __builtin_mempcpyAndrew Kaylor
2016-07-13Reverting r275284 due to platform-specific test failuresAndrew Kaylor
2016-07-13Fix for Bug 26903, adds support to inline __builtin_mempcpyAndrew Kaylor
2016-05-25[TLI] Also cover Linux 64 libfunc (stat64, ...) prototype checking.Ahmed Bougacha
2016-05-25[TLI] Fix NumParams==0 prototype checking typo.Ahmed Bougacha
2016-04-27[InferAttrs] Mark memset_pattern16 params nocapture.Ahmed Bougacha
2016-03-31[NVPTX] Infer __nvvm_reflect as nounwind, readnoneDavid Majnemer
2016-01-06[BasicAA] Remove special casing of memset_pattern16 in favor of generic attri...Philip Reames
2016-01-04[MemoryBuiltins] Remove isOperatorNewLike by consolidating non-null inference...Philip Reames
2015-12-27[attrs] Extract the pure inference of function attributes intoChandler Carruth