This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6c6903a InstCombine: Fold cos(-x) -> cos(x) new d5845b6 [ADT] Attempt to fix GCC warning in IntrusiveRefCntPtrTest. new 253e6b6 Fixup some header includes from recent IntrusiveRefCntPtr cleanup. new cc6adc8 AMDGPU: Remove unneccessary intermediate vector new d0ad0eb Change BitstreamCursor::skipRecord to return the record code (NFC) new d240497 Use lazy-loading of Metadata in MetadataLoader when importing [...]
The 5 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/Bitcode/BitCodes.h | 1 - include/llvm/Bitcode/BitstreamReader.h | 5 +- include/llvm/Support/FileSystem.h | 2 +- lib/Bitcode/Reader/BitstreamReader.cpp | 18 +- lib/Bitcode/Reader/MetadataLoader.cpp | 400 +++++++++++++++++++-- lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 40 ++- lib/Transforms/IPO/FunctionImport.cpp | 5 +- ...ence_non_importable.ll => lazyload_metadata.ll} | 8 +- test/ThinLTO/X86/lazyload_metadata.ll | 54 +++ unittests/ADT/IntrusiveRefCntPtrTest.cpp | 4 +- 10 files changed, 479 insertions(+), 58 deletions(-) copy test/ThinLTO/X86/Inputs/{reference_non_importable.ll => lazyload_metadata.ll} (70%) create mode 100644 test/ThinLTO/X86/lazyload_metadata.ll