This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 13b9798e2b1 [GlobalISel][X86] G_GEP selection support. new b7a513409b1 [AARCH64][NEON] Add support for ISD::ABS lowering new b7c80c3cd27 [ARM] Clear the constant pool cache on explicit .ltorg directives
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/MC/ConstantPools.h | 3 ++ lib/MC/ConstantPools.cpp | 11 +++++ lib/Target/AArch64/AArch64ISelLowering.cpp | 6 +++ lib/Target/AArch64/AArch64InstrInfo.td | 56 +++++++---------------- lib/Target/ARM/MCTargetDesc/ARMTargetStreamer.cpp | 1 + test/MC/ARM/ltorg-range.s | 27 +++++++++++ 6 files changed, 64 insertions(+), 40 deletions(-) create mode 100644 test/MC/ARM/ltorg-range.s