This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 33bfd3f5775 [SimplifyIndVar] Do not fail when we constant fold an IV us [...] new e2864173a35 [WebAssembly] Allow each data segment to specify its own alignment new 3038317918b [test] Enable LeakSanitizer on 64-bit Darwin ASan llvm builds new 4d726914b00 Fix Wmismatched-tags warning. new 94e8fbe9e8a Display relative hotness with two decimal digits after the [...]
The 4 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 | 5 +++-- include/llvm/MC/MCParser/MCAsmParser.h | 3 +-- include/llvm/ObjectYAML/WasmYAML.h | 15 +++++++++++++-- lib/MC/WasmObjectWriter.cpp | 30 +++++++++++++++--------------- lib/Object/WasmObjectFile.cpp | 13 +++++++------ lib/ObjectYAML/WasmYAML.cpp | 11 +++++++++-- test/MC/WebAssembly/array-fill.ll | 5 +++-- test/MC/WebAssembly/bss.ll | 5 +++-- test/MC/WebAssembly/explicit-sections.ll | 9 +++++++-- test/MC/WebAssembly/unnamed-data.ll | 11 +++++++++-- test/MC/WebAssembly/weak-alias.ll | 7 +++++-- test/MC/WebAssembly/weak.ll | 1 - test/ObjectYAML/wasm/weak_symbols.yaml | 2 -- test/tools/llvm-nm/wasm/exports.yaml | 1 - test/tools/llvm-nm/wasm/imports.yaml | 1 - test/tools/llvm-nm/wasm/weak-symbols.yaml | 1 - test/tools/llvm-readobj/sections.test | 1 - test/tools/lto/lit.local.cfg | 6 +++++- tools/llvm-readobj/WasmDumper.cpp | 2 -- tools/obj2yaml/wasm2yaml.cpp | 11 ++++++----- tools/opt-viewer/optrecord.py | 2 +- tools/yaml2obj/yaml2wasm.cpp | 19 ++++++++----------- utils/lit/lit/llvm/config.py | 3 +++ 23 files changed, 98 insertions(+), 66 deletions(-)