This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3c94f1d059f [MIPS] Add support to match more patterns for DINS instruction new 4e5148cbb42 Re-apply r286006: Fix 24560: assembler does not share cons [...] new 11824fc3b43 Re-apply r302416: [ARM] Clear the constant pool cache on ex [...]
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 | 5 ++ lib/MC/ConstantPools.cpp | 23 +++++- lib/Target/ARM/MCTargetDesc/ARMTargetStreamer.cpp | 1 + test/MC/AArch64/ldr-pseudo.s | 8 +-- test/MC/ARM/ldr-pseudo-darwin.s | 87 +++++++++++------------ test/MC/ARM/ldr-pseudo-wide.s | 32 ++++----- test/MC/ARM/ldr-pseudo.s | 4 +- test/MC/ARM/ltorg-range.s | 27 +++++++ 8 files changed, 113 insertions(+), 74 deletions(-) create mode 100644 test/MC/ARM/ltorg-range.s