This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e4bfa17a91e [NewGVN] Update use counts for SSA copies when replacing th [...] new e2f3e50df6a [WebAssembly] Check if the section order is correct new 7a4d0b9a104 [X86] Make hasNoCarryFlagUses/hasNoSignedComparisonUses tak [...] new bf1554b9031 [X86] Rename hasNoSignedComparisonUses to hasNoSignFlagUses [...]
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/BinaryFormat/Wasm.h | 27 ++++---- include/llvm/Object/Wasm.h | 43 +++++++++++++ lib/Object/WasmObjectFile.cpp | 70 ++++++++++++++++++++- lib/Target/X86/X86ISelDAGToDAG.cpp | 53 +++++++++------- test/Object/Inputs/WASM/invalid-section-order.wasm | Bin 0 -> 174 bytes test/Object/wasm-invalid-section-order.test | 16 +++++ test/ObjectYAML/wasm/invalid_section_order.yaml | 20 ++++++ tools/yaml2obj/yaml2wasm.cpp | 9 +++ 8 files changed, 198 insertions(+), 40 deletions(-) create mode 100644 test/Object/Inputs/WASM/invalid-section-order.wasm create mode 100644 test/Object/wasm-invalid-section-order.test create mode 100644 test/ObjectYAML/wasm/invalid_section_order.yaml