This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e60d78fd125 [X86] Add test cases for the current codegen of __builtin_parity. new 8d1ce331584 [X86] Add a DAG combine for the __builtin_parity idiom used [...] new 9f9755d867f [NVPTX] Handle __nvvm_reflect("__CUDA_ARCH").
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/NVPTX/NVPTX.h | 2 +- lib/Target/NVPTX/NVPTXTargetMachine.cpp | 5 +- lib/Target/NVPTX/NVVMReflect.cpp | 10 ++- lib/Target/X86/X86ISelLowering.cpp | 71 +++++++++++++++++++ test/CodeGen/NVPTX/nvvm-reflect-arch.ll | 21 ++++++ test/CodeGen/X86/parity.ll | 119 +++++++++----------------------- 6 files changed, 137 insertions(+), 91 deletions(-) create mode 100644 test/CodeGen/NVPTX/nvvm-reflect-arch.ll