This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0bf24e0 [InstSimplify] Fold gep (gep V, C), (xor V, -1) to C-1 new 6f26a8e [X86] Add xgetbv/xsetbv intrinsics to non-windows platforms
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: include/llvm/IR/IntrinsicsX86.td | 4 +++ lib/Target/X86/X86ISelLowering.cpp | 54 ++++++++++++++++++++++++++++ lib/Target/X86/X86InstrSystem.td | 7 ++-- lib/Target/X86/X86IntrinsicsInfo.h | 3 +- test/CodeGen/X86/system-intrinsics-xgetbv.ll | 21 +++++++++++ test/CodeGen/X86/system-intrinsics-xsetbv.ll | 23 ++++++++++++ 6 files changed, 109 insertions(+), 3 deletions(-) create mode 100644 test/CodeGen/X86/system-intrinsics-xgetbv.ll create mode 100644 test/CodeGen/X86/system-intrinsics-xsetbv.ll