This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c704447 [InstCombine] remove guard for generating a vector select new 70f2292 AArch64: Do not test for CPUs, use SubtargetFeatures new 15cf897 Make APInt negate just do a 2's complement negate instead of [...]
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/ADT/APInt.h | 7 +- lib/Target/AArch64/AArch64.td | 142 ++++++++++++++++------ lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp | 4 +- lib/Target/AArch64/AArch64ISelLowering.cpp | 15 +-- lib/Target/AArch64/AArch64InstrInfo.cpp | 19 ++- lib/Target/AArch64/AArch64InstrInfo.td | 9 +- lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp | 16 +-- lib/Target/AArch64/AArch64Subtarget.cpp | 35 +++++- lib/Target/AArch64/AArch64Subtarget.h | 69 +++++++++-- lib/Target/AArch64/AArch64TargetMachine.cpp | 3 +- lib/Target/AArch64/AArch64TargetTransformInfo.cpp | 27 +--- 11 files changed, 230 insertions(+), 116 deletions(-)