This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b97830df46e AMDGPU/GlobalISel: Add support for wide loads >= 256-bits new 749d8a5a616 [Support] Move llvm::MemoryBuffer to sys::fs::file_t new bb2fdf9309a [X86] Limit getTargetConstantFromNode to only work on Norma [...]
The 2 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/Support/FileSystem.h | 68 ++++++++++++++++++++++---- include/llvm/Support/MemoryBuffer.h | 4 +- lib/LTO/Caching.cpp | 9 ++-- lib/LTO/LTOModule.cpp | 3 +- lib/LTO/ThinLTOCodeGenerator.cpp | 7 ++- lib/Object/ArchiveWriter.cpp | 13 ++--- lib/Support/FileOutputBuffer.cpp | 3 +- lib/Support/MemoryBuffer.cpp | 87 ++++++++++++---------------------- lib/Support/Unix/Path.inc | 49 ++++++++++++++++++- lib/Support/VirtualFileSystem.cpp | 27 ++++++----- lib/Support/Windows/Path.inc | 82 +++++++++++++++++++++++++++++--- lib/Target/X86/X86ISelLowering.cpp | 2 +- lib/XRay/InstrumentationMap.cpp | 3 +- lib/XRay/Profile.cpp | 3 +- lib/XRay/Trace.cpp | 3 +- tools/llvm-xray/xray-fdr-dump.cpp | 11 +++-- unittests/Support/MemoryBufferTest.cpp | 10 ++-- unittests/Support/Path.cpp | 8 ++-- unittests/Support/ReplaceFileTest.cpp | 8 ++-- 19 files changed, 277 insertions(+), 123 deletions(-)