This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from de21301 [bpf] error when BPF stack size exceeds 512 bytes new 9f3881a [unittests] Alphabetize cmake file list. NFC. new 70b9507 [TLI] Alphabetize some of the prototype check switch. NFC. new be550d0 [TLI] Add prototype checking for all remaining LibFuncs. new f42a593 [TLI] Robustize SDAG proto checking by merging it into TLI.
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Analysis/TargetLibraryInfo.cpp | 271 ++++++++++--- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 78 +--- test/CodeGen/X86/memcmp.ll | 16 +- test/CodeGen/X86/mempcpy-32.ll | 20 + test/CodeGen/X86/mempcpy.ll | 10 +- unittests/Analysis/CMakeLists.txt | 5 +- unittests/Analysis/TargetLibraryInfoTest.cpp | 481 +++++++++++++++++++++++ 7 files changed, 739 insertions(+), 142 deletions(-) create mode 100644 test/CodeGen/X86/mempcpy-32.ll create mode 100644 unittests/Analysis/TargetLibraryInfoTest.cpp