aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/IPO/InferFunctionAttrs.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-09Consistently use ModuleAnalysisManagerSean Silva1-1/+1
2016-04-27[TLI] Unify LibFunc attribute inference. NFCI.Ahmed Bougacha1-685/+5
2016-04-27[TLI] Unify LibFunc signature checking. NFCI.Ahmed Bougacha1-241/+1
2016-04-22Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor1-0/+3
2016-04-22Revert "Initial implementation of optimization bisect support."Vedant Kumar1-7/+0
2016-04-21Initial implementation of optimization bisect support.Andrew Kaylor1-0/+7
2016-03-31[NVPTX] Infer __nvvm_reflect as nounwind, readnoneDavid Majnemer1-0/+9
2016-03-11[PM] Make the AnalysisManager parameter to run methods a reference.Chandler Carruth1-2/+2
2016-01-06[BasicAA] Remove special casing of memset_pattern16 in favor of generic attri...Philip Reames1-0/+24
2016-01-04[MemoryBuiltins] Remove isOperatorNewLike by consolidating non-null inference...Philip Reames1-1/+28
2015-12-27[attrs] Extract the pure inference of function attributes intoChandler Carruth1-0/+937