This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 88313d288df [InstCombine] add tests for add-of-sext-bool; NFC new 2d21bce8d98 Re-land r335297 "[X86] Implement more of x86-64 large and m [...]
The 1 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: 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 | 34 ++- lib/Target/X86/X86TargetMachine.cpp | 8 +- test/CodeGen/X86/cleanuppad-large-codemodel.ll | 2 +- test/CodeGen/X86/code-model.ll | 384 +++++++++++++++++++++++++ test/CodeGen/X86/fast-isel-call-cleanup.ll | 4 +- test/CodeGen/X86/fast-isel-constpool.ll | 24 +- test/CodeGen/X86/hipe-cc64.ll | 2 +- test/ExecutionEngine/MCJIT/eh-lg-pic.ll | 10 +- utils/UpdateTestChecks/asm.py | 5 +- utils/update_llc_test_checks.py | 5 + 14 files changed, 545 insertions(+), 42 deletions(-) create mode 100644 test/CodeGen/X86/code-model.ll