This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 143e93e [WebAssembly] Remove a README.txt entry that is now implemented. new 07d95766 Revert "[MC] Fix handling of end-of-line preprocessor comments" new 46fe427 [GlobalISel] Add Legalized MachineFunction property. new a877bb8 [AArch64][GlobalISel] Mark basic binops/memops as legal. new d170182 [GlobalISel] Set, require, and verify Legalized MF property.
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: .../llvm/CodeGen/GlobalISel/InstructionSelect.h | 3 +- .../llvm/CodeGen/GlobalISel/MachineLegalizePass.h | 5 ++++ include/llvm/CodeGen/GlobalISel/RegBankSelect.h | 3 +- include/llvm/CodeGen/MIRYamlMapping.h | 3 ++ include/llvm/CodeGen/MachineFunction.h | 6 ++++ lib/CodeGen/GlobalISel/InstructionSelect.cpp | 14 +++++++++ lib/CodeGen/GlobalISel/RegBankSelect.cpp | 21 +++++++++++++ lib/CodeGen/MIRParser/MIRParser.cpp | 4 +++ lib/CodeGen/MIRPrinter.cpp | 3 ++ lib/CodeGen/MachineFunction.cpp | 3 ++ lib/MC/MCParser/AsmParser.cpp | 34 ---------------------- lib/Target/AArch64/AArch64MachineLegalizer.cpp | 18 +++++++++++- .../AArch64/GlobalISel/arm64-instructionselect.mir | 15 ++++++++++ .../AArch64/GlobalISel/arm64-regbankselect.mir | 11 +++++++ .../AArch64/GlobalISel/legalize-property.mir | 20 +++++++++++++ .../CodeGen/MIR/Generic/global-isel-properties.mir | 34 ++++++++++++++++++++++ test/MC/ARM/preserve-comments-arm.s | 10 ------- 17 files changed, 160 insertions(+), 47 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-property.mir create mode 100644 test/CodeGen/MIR/Generic/global-isel-properties.mir delete mode 100644 test/MC/ARM/preserve-comments-arm.s