This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a66b87aa571 [ORC] Remove a workaround for systems lacking 8-byte atomics. new 79923d92c5a [SelectionDAG][x86] turn insertelement into undef with vari [...] new 1ab9f718edf [X86] Add FeatureCMOV to athlon and athlon-tbird cpus.
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: include/llvm/CodeGen/TargetLowering.h | 6 + lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 13 +- lib/Target/X86/X86.td | 2 +- lib/Target/X86/X86ISelLowering.cpp | 6 + lib/Target/X86/X86ISelLowering.h | 2 + test/CodeGen/X86/insertelement-var-index.ll | 498 ++++++++++++---------------- test/CodeGen/X86/select.ll | 321 ++++++++++++++++++ 7 files changed, 564 insertions(+), 284 deletions(-)