This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4156686bd67 [ORC][docs] Fix an RST error: the code-block directive need [...] new 831ed7f0dce AMDGPU: Partially revert r366250 new b261aae2976 [WebAssembly] Implement thread-local storage (local-exec model)
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/BinaryFormat/Wasm.h | 2 + include/llvm/IR/IntrinsicsAMDGPU.td | 7 +- include/llvm/IR/IntrinsicsWebAssembly.td | 9 +++ include/llvm/MC/MCSectionWasm.h | 3 +- lib/Target/WebAssembly/WebAssemblyFastISel.cpp | 4 + lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp | 49 +++++++++++++ lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp | 8 +- .../WebAssembly/WebAssemblyTargetMachine.cpp | 23 ++++-- test/CodeGen/WebAssembly/target-features-tls.ll | 32 ++++---- test/CodeGen/WebAssembly/tls.ll | 85 +++++++++++++++++++--- 10 files changed, 180 insertions(+), 42 deletions(-)