This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 09115192aca [mips] Enable spilling and reloading of the dsp register set. new 4d5b9d65b54 [ARM, Asm] Use correct source location for register tokens new 7083930287f [Dominators] Add DFS number verification new fe3c8f9982a [AsmParser] Add DiagnosticString to AsmOperands in tablegen
The 3 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/GenericDomTree.h | 19 ++--- include/llvm/Support/GenericDomTreeConstruction.h | 99 ++++++++++++++++++++++- include/llvm/Target/Target.td | 4 + lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 6 +- test/MC/ARM/register-token-source-loc.s | 12 +++ utils/TableGen/AsmMatcherEmitter.cpp | 49 ++++++++++- 6 files changed, 172 insertions(+), 17 deletions(-) create mode 100644 test/MC/ARM/register-token-source-loc.s