This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a98c2a27eb6 Attempt to fix inscrutible build break... new 6e1e5aaef04 [Support] Support NetBSD PaX MPROTECT in sys::Memory. new c27c5492a59 [X86] Don't remove sign extend of gather/scatter indices du [...] new 1cbd89342d2 [X86] Add gather test with index sign extended from i8 type. new a1c92d356ea [X86] Add DAG combine to remove sext i32->i64 from gather/s [...]
The 4 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/Support/Memory.h | 41 -------- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 7 -- lib/Support/Unix/Memory.inc | 127 +---------------------- lib/Support/Windows/Memory.inc | 80 -------------- lib/Target/X86/X86ISelLowering.cpp | 23 +++- test/CodeGen/X86/masked_gather_scatter.ll | 63 +++++++++++ tools/llvm-rtdyld/llvm-rtdyld.cpp | 38 ++++--- 7 files changed, 115 insertions(+), 264 deletions(-)