This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 35945918f02 Recommit "[DSE] Preserve basic block ordering using Ordered [...] new 6d7e6d99405 [WebAssembly] Merge used feature sets, update atomics linka [...] new ec4b385c77a Revert Recommit "[DSE] Preserve basic block ordering using [...]
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/Analysis/OrderedBasicBlock.h | 8 -- lib/Analysis/OrderedBasicBlock.cpp | 24 ---- .../MCTargetDesc/WebAssemblyMCTargetDesc.h | 4 +- lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp | 59 ++++----- lib/Target/WebAssembly/WebAssemblyAsmPrinter.h | 2 +- lib/Target/WebAssembly/WebAssemblySubtarget.cpp | 5 + lib/Target/WebAssembly/WebAssemblySubtarget.h | 6 + .../WebAssembly/WebAssemblyTargetMachine.cpp | 139 +++++++++++++++++---- lib/Target/WebAssembly/WebAssemblyTargetMachine.h | 3 - lib/Transforms/Scalar/DeadStoreElimination.cpp | 69 +++++----- test/CodeGen/WebAssembly/target-features-tls.ll | 26 ++++ test/CodeGen/WebAssembly/target-features.ll | 63 +++++++--- test/MC/WebAssembly/array-fill.ll | 5 - test/MC/WebAssembly/assembler-binary.ll | 5 - test/MC/WebAssembly/bss.ll | 5 - test/MC/WebAssembly/comdat.ll | 5 - test/MC/WebAssembly/debug-info.ll | 6 - test/MC/WebAssembly/explicit-sections.ll | 5 - test/MC/WebAssembly/global-ctor-dtor.ll | 5 - test/MC/WebAssembly/visibility.ll | 5 - test/MC/WebAssembly/weak-alias.ll | 5 - test/MC/WebAssembly/weak.ll | 5 - utils/TableGen/SubtargetEmitter.cpp | 5 +- 23 files changed, 269 insertions(+), 195 deletions(-) create mode 100644 test/CodeGen/WebAssembly/target-features-tls.ll