This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3f7fbf7 Re-apply r267206 with a fix for the encoding problem: when th [...] new 844a2e9 [Hexagon] Few fixes for exception handling new 4668002 [ThinLTO] Introduce typedef for commonly-used map type (NFC) new 02e4498 ARM: put extern __thread stubs in a special section.
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/CodeGen/MachineModuleInfoImpls.h | 13 ++++++ include/llvm/IR/ModuleSummaryIndex.h | 12 +++--- include/llvm/MC/MCObjectFileInfo.h | 4 ++ include/llvm/Transforms/IPO/FunctionImport.h | 5 +-- lib/IR/ModuleSummaryIndex.cpp | 6 +-- lib/LTO/ThinLTOCodeGenerator.cpp | 17 +++----- lib/MC/MCAsmInfoDarwin.cpp | 1 + lib/MC/MCObjectFileInfo.cpp | 16 ++++++++ lib/MC/MCParser/DarwinAsmParser.cpp | 8 ++++ lib/MC/MachObjectWriter.cpp | 1 + lib/Target/ARM/ARMAsmPrinter.cpp | 20 +++++++++- .../Hexagon/MCTargetDesc/HexagonMCAsmInfo.cpp | 1 + .../Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp | 2 +- lib/Transforms/IPO/FunctionImport.cpp | 11 ++---- test/CodeGen/ARM/darwin-tls.ll | 17 ++++++++ test/MC/ARM/tls-directives.s | 46 ++++++++++++++++++++++ 16 files changed, 147 insertions(+), 33 deletions(-) create mode 100644 test/MC/ARM/tls-directives.s