This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2cc0a7da876 Follow-up fix to r348811 for null Errors (which is the case [...] new 287d498bc54 [GISel]: Refactor MachineIRBuilder to allow passing additio [...] new 2d92e554330 [WebAssembly] TargetStreamer cleanup (NFC)
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: .../CodeGen/GlobalISel/ConstantFoldingMIRBuilder.h | 52 +- .../GlobalISel/LegalizationArtifactCombiner.h | 10 +- include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 389 +++++----- lib/CodeGen/GlobalISel/IRTranslator.cpp | 8 +- lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 62 +- lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 825 ++++++++++++--------- lib/Target/AArch64/AArch64InstructionSelector.cpp | 2 +- lib/Target/Mips/MipsInstructionSelector.cpp | 4 +- .../MCTargetDesc/WebAssemblyTargetStreamer.cpp | 37 +- .../MCTargetDesc/WebAssemblyTargetStreamer.h | 34 +- lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp | 3 + .../CodeGen/GlobalISel/LegalizerHelperTest.cpp | 44 +- unittests/CodeGen/GlobalISel/PatternMatchTest.cpp | 20 +- 13 files changed, 768 insertions(+), 722 deletions(-)