This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 820d48f45c6 Fix RegScavenger::unprocess new e6aaf315db3 [llvm-mca][docs] Define IPC where it is first mentioned. NFC. new d3db945575b Re-land r335297 "[X86] Implement more of x86-64 large and m [...] new 7321ba268a1 ConstantFolding: Avoid a crash.
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: docs/CommandGuide/llvm-mca.rst | 14 +- lib/Analysis/ConstantFolding.cpp | 19 +- lib/Target/X86/X86ISelDAGToDAG.cpp | 10 +- lib/Target/X86/X86InstrCompiler.td | 4 + lib/Target/X86/X86InstrInfo.cpp | 60 ++-- lib/Target/X86/X86MCInstLower.cpp | 35 +++ lib/Target/X86/X86Subtarget.cpp | 44 ++- lib/Target/X86/X86TargetMachine.cpp | 8 +- test/CodeGen/X86/cleanuppad-large-codemodel.ll | 2 +- test/CodeGen/X86/code-model-elf.ll | 384 +++++++++++++++++++++++++ test/CodeGen/X86/fast-isel-call-cleanup.ll | 4 +- test/CodeGen/X86/hipe-cc64.ll | 2 +- test/CodeGen/X86/variadic-node-pic.ll | 6 +- test/ExecutionEngine/MCJIT/eh-lg-pic.ll | 6 + test/ExecutionEngine/OrcMCJIT/eh-lg-pic.ll | 6 + test/Transforms/Inline/inline_inv_group.ll | 19 ++ utils/UpdateTestChecks/asm.py | 5 +- utils/update_llc_test_checks.py | 5 + 18 files changed, 584 insertions(+), 49 deletions(-) create mode 100644 test/CodeGen/X86/code-model-elf.ll create mode 100644 test/Transforms/Inline/inline_inv_group.ll