This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f257d99f7ac [GVN] Avoid casting a vector of size less than 8 bits to i8 new 85adb3cc4d3 [X86] Implement more of x86-64 large and medium PIC code models
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 | 8 +- lib/Target/X86/X86InstrCompiler.td | 4 + lib/Target/X86/X86InstrInfo.cpp | 56 +++- lib/Target/X86/X86MCInstLower.cpp | 35 +++ lib/Target/X86/X86Subtarget.cpp | 32 ++- lib/Target/X86/X86TargetMachine.cpp | 5 +- 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 +- utils/UpdateTestChecks/asm.py | 5 +- utils/update_llc_test_checks.py | 5 + 13 files changed, 529 insertions(+), 37 deletions(-) create mode 100644 test/CodeGen/X86/code-model.ll