This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4bac7448e75 [X86] Remove dead SDNode object from X86InstrFragmentsSIMD.td. NFC new 7b0ba29ddb6 [ThinLTO] Use std::map to get determistic imports files new 47362da9679 [AMDGPU] Fix layering issue with AMDGPUHSAMetadataStreamer (NFC)
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/Transforms/IPO/FunctionImport.h | 6 +++--- lib/LTO/LTO.cpp | 3 ++- lib/LTO/ThinLTOCodeGenerator.cpp | 8 +++++++- lib/Target/AMDGPU/AMDGPUAsmPrinter.h | 2 +- .../{MCTargetDesc => }/AMDGPUHSAMetadataStreamer.cpp | 0 .../{MCTargetDesc => }/AMDGPUHSAMetadataStreamer.h | 0 lib/Target/AMDGPU/CMakeLists.txt | 1 + lib/Target/AMDGPU/MCTargetDesc/CMakeLists.txt | 1 - lib/Transforms/IPO/FunctionImport.cpp | 14 +++++++++----- .../X86/Inputs/emit_imports2.ll} | 0 test/ThinLTO/X86/emit_imports.ll | 18 ++++++++++++------ 11 files changed, 35 insertions(+), 18 deletions(-) rename lib/Target/AMDGPU/{MCTargetDesc => }/AMDGPUHSAMetadataStreamer.cpp (100%) rename lib/Target/AMDGPU/{MCTargetDesc => }/AMDGPUHSAMetadataStreamer.h (100%) copy test/{tools/gold/X86/Inputs/thinlto_archive2.ll => ThinLTO/X86/Inputs/emit_im [...]