This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bbdb447 GlobalISel: make translate* functions take the most specializ [...] new 2f75f99 Recommitting r275284: add support to inline __builtin_mempcpy new 4d1557f [msf] Rename Msf to MSF. new cc8a2a6 Fixing broken MSVS builds
The 3 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: include/llvm/Analysis/TargetLibraryInfo.def | 3 + include/llvm/Analysis/TargetLibraryInfo.h | 2 +- include/llvm/DebugInfo/CodeView/CVRecord.h | 4 +- include/llvm/DebugInfo/CodeView/ModuleSubstream.h | 4 +- .../DebugInfo/CodeView/ModuleSubstreamVisitor.h | 4 +- include/llvm/DebugInfo/CodeView/SymbolRecord.h | 2 +- include/llvm/DebugInfo/{Msf => MSF}/ByteStream.h | 16 ++-- include/llvm/DebugInfo/{Msf => MSF}/IMsfFile.h | 8 +- .../DebugInfo/{Msf => MSF}/MappedBlockStream.h | 42 +++++------ include/llvm/DebugInfo/{Msf => MSF}/MsfBuilder.h | 16 ++-- include/llvm/DebugInfo/{Msf => MSF}/MsfCommon.h | 6 +- include/llvm/DebugInfo/{Msf => MSF}/MsfError.h | 10 +-- .../llvm/DebugInfo/{Msf => MSF}/MsfStreamLayout.h | 12 +-- include/llvm/DebugInfo/{Msf => MSF}/StreamArray.h | 2 +- .../llvm/DebugInfo/{Msf => MSF}/StreamInterface.h | 0 include/llvm/DebugInfo/{Msf => MSF}/StreamReader.h | 14 ++-- include/llvm/DebugInfo/{Msf => MSF}/StreamRef.h | 12 +-- include/llvm/DebugInfo/{Msf => MSF}/StreamWriter.h | 10 +-- include/llvm/DebugInfo/PDB/Raw/DbiStream.h | 6 +- include/llvm/DebugInfo/PDB/Raw/DbiStreamBuilder.h | 6 +- include/llvm/DebugInfo/PDB/Raw/InfoStream.h | 2 +- include/llvm/DebugInfo/PDB/Raw/InfoStreamBuilder.h | 2 +- include/llvm/DebugInfo/PDB/Raw/ModInfo.h | 4 +- include/llvm/DebugInfo/PDB/Raw/ModStream.h | 6 +- include/llvm/DebugInfo/PDB/Raw/NameHashTable.h | 4 +- include/llvm/DebugInfo/PDB/Raw/PDBFile.h | 14 ++-- include/llvm/DebugInfo/PDB/Raw/PDBFileBuilder.h | 8 +- include/llvm/DebugInfo/PDB/Raw/PublicsStream.h | 4 +- include/llvm/DebugInfo/PDB/Raw/TpiStream.h | 2 +- .../Utils/ImportedFunctionsInliningStatistics.h | 20 ++++- lib/Analysis/TargetLibraryInfo.cpp | 1 + lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 4 +- lib/CodeGen/AsmPrinter/LLVMBuild.txt | 2 +- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 47 ++++++++++++ lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 1 + lib/DebugInfo/CMakeLists.txt | 2 +- lib/DebugInfo/CodeView/LLVMBuild.txt | 2 +- lib/DebugInfo/CodeView/ModuleSubstream.cpp | 2 +- lib/DebugInfo/CodeView/ModuleSubstreamVisitor.cpp | 4 +- lib/DebugInfo/CodeView/TypeDumper.cpp | 2 +- lib/DebugInfo/LLVMBuild.txt | 2 +- lib/DebugInfo/{Msf => MSF}/CMakeLists.txt | 8 +- lib/DebugInfo/{Msf => MSF}/LLVMBuild.txt | 4 +- lib/DebugInfo/{Msf => MSF}/MappedBlockStream.cpp | 48 ++++++------ lib/DebugInfo/{Msf => MSF}/MsfBuilder.cpp | 60 +++++++-------- lib/DebugInfo/{Msf => MSF}/MsfCommon.cpp | 16 ++-- lib/DebugInfo/{Msf => MSF}/MsfError.cpp | 26 +++---- lib/DebugInfo/{Msf => MSF}/StreamReader.cpp | 8 +- lib/DebugInfo/{Msf => MSF}/StreamWriter.cpp | 8 +- lib/DebugInfo/PDB/LLVMBuild.txt | 2 +- lib/DebugInfo/PDB/Raw/DbiStream.cpp | 6 +- lib/DebugInfo/PDB/Raw/DbiStreamBuilder.cpp | 6 +- lib/DebugInfo/PDB/Raw/InfoStream.cpp | 4 +- lib/DebugInfo/PDB/Raw/InfoStreamBuilder.cpp | 6 +- lib/DebugInfo/PDB/Raw/ModInfo.cpp | 2 +- lib/DebugInfo/PDB/Raw/ModStream.cpp | 2 +- lib/DebugInfo/PDB/Raw/NameHashTable.cpp | 2 +- lib/DebugInfo/PDB/Raw/NameMap.cpp | 4 +- lib/DebugInfo/PDB/Raw/NameMapBuilder.cpp | 2 +- lib/DebugInfo/PDB/Raw/PDBFile.cpp | 8 +- lib/DebugInfo/PDB/Raw/PDBFileBuilder.cpp | 14 ++-- lib/DebugInfo/PDB/Raw/PublicsStream.cpp | 4 +- lib/DebugInfo/PDB/Raw/RawSession.cpp | 4 +- lib/DebugInfo/PDB/Raw/SymbolStream.cpp | 4 +- lib/DebugInfo/PDB/Raw/TpiStream.cpp | 4 +- lib/Transforms/Utils/BuildLibCalls.cpp | 1 + test/CodeGen/X86/mempcpy.ll | 28 +++++++ test/Transforms/InferFunctionAttrs/annotate.ll | 3 + test/Transforms/InferFunctionAttrs/no-proto.ll | 3 + tools/llvm-pdbdump/CMakeLists.txt | 2 +- tools/llvm-pdbdump/LLVMBuild.txt | 2 +- tools/llvm-pdbdump/LLVMOutputStyle.cpp | 4 +- tools/llvm-pdbdump/PdbYaml.cpp | 2 +- tools/llvm-pdbdump/PdbYaml.h | 10 +-- tools/llvm-pdbdump/YAMLOutputStyle.cpp | 2 +- tools/llvm-pdbdump/llvm-pdbdump.cpp | 4 +- tools/llvm-readobj/CMakeLists.txt | 2 +- tools/llvm-readobj/COFFDumper.cpp | 2 +- tools/llvm-readobj/LLVMBuild.txt | 2 +- unittests/DebugInfo/PDB/CMakeLists.txt | 4 +- unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp | 24 +++--- unittests/DebugInfo/PDB/MsfBuilderTest.cpp | 86 +++++++++++----------- 82 files changed, 425 insertions(+), 322 deletions(-) rename include/llvm/DebugInfo/{Msf => MSF}/ByteStream.h (91%) rename include/llvm/DebugInfo/{Msf => MSF}/IMsfFile.h (88%) rename include/llvm/DebugInfo/{Msf => MSF}/MappedBlockStream.h (76%) rename include/llvm/DebugInfo/{Msf => MSF}/MsfBuilder.h (94%) rename include/llvm/DebugInfo/{Msf => MSF}/MsfCommon.h (96%) rename include/llvm/DebugInfo/{Msf => MSF}/MsfError.h (79%) rename include/llvm/DebugInfo/{Msf => MSF}/MsfStreamLayout.h (79%) rename include/llvm/DebugInfo/{Msf => MSF}/StreamArray.h (99%) rename include/llvm/DebugInfo/{Msf => MSF}/StreamInterface.h (100%) rename include/llvm/DebugInfo/{Msf => MSF}/StreamReader.h (89%) rename include/llvm/DebugInfo/{Msf => MSF}/StreamRef.h (92%) rename include/llvm/DebugInfo/{Msf => MSF}/StreamWriter.h (91%) rename lib/DebugInfo/{Msf => MSF}/CMakeLists.txt (62%) rename lib/DebugInfo/{Msf => MSF}/LLVMBuild.txt (87%) rename lib/DebugInfo/{Msf => MSF}/MappedBlockStream.cpp (91%) rename lib/DebugInfo/{Msf => MSF}/MsfBuilder.cpp (84%) rename lib/DebugInfo/{Msf => MSF}/MsfCommon.cpp (76%) rename lib/DebugInfo/{Msf => MSF}/MsfError.cpp (73%) rename lib/DebugInfo/{Msf => MSF}/StreamReader.cpp (92%) rename lib/DebugInfo/{Msf => MSF}/StreamWriter.cpp (92%) create mode 100644 test/CodeGen/X86/mempcpy.ll