This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 21ff45022b5 Fix PR33031: correct the estimate of maximum offset for ins [...] new db736ce4a13 [mips] Expansion of LI.S and LI.D Author: smaksimovic Revie [...] new 94eec101b38 [MC] Fix constant pools with DenseMap sentinel values
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/Target/Mips/AsmParser/MipsAsmParser.cpp | 387 +++++++++++++++++++++--- lib/Target/Mips/MipsInstrFPU.td | 23 ++ lib/Target/Mips/MipsRegisterInfo.td | 27 ++ test/MC/AArch64/ldr-pseudo.s | 12 + test/MC/Mips/macro-li.d.s | 443 ++++++++++++++++++++++++++++ test/MC/Mips/macro-li.s.s | 198 +++++++++++++ 7 files changed, 1053 insertions(+), 40 deletions(-) create mode 100644 test/MC/Mips/macro-li.d.s create mode 100644 test/MC/Mips/macro-li.s.s