This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b71ba91724f [CodeGen] Omit range checks from jump tables when lowering [...] new c8a70731d15 [X86] Suppress load folding for add/sub with 128 immediate. new f8ea8c96b80 [X86] Enable the add with 128 -> sub with -128 encoding tri [...]
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: lib/Target/X86/X86ISelDAGToDAG.cpp | 6 + lib/Target/X86/X86InstrCompiler.td | 10 ++ test/CodeGen/X86/add.ll | 153 +++++++++++++++++++++ .../CodeGen/X86/lack-of-signed-truncation-check.ll | 16 +-- test/CodeGen/X86/signed-truncation-check.ll | 12 +- test/CodeGen/X86/xaluo.ll | 5 +- 6 files changed, 185 insertions(+), 17 deletions(-)