Changes in directory llvm/utils/TableGen:
AsmWriterEmitter.cpp updated: 1.36 -> 1.37
AsmWriterEmitter.h updated: 1.4 -> 1.5
---
Log message:
Maximally group commands. When all instructions within a command set have a
series of identical commands, handle them all with one switch. In the case
o
Changes in directory llvm/utils/TableGen:
AsmWriterEmitter.cpp updated: 1.35 -> 1.36
AsmWriterEmitter.h updated: 1.3 -> 1.4
---
Log message:
Change generator to remove operands as it processes them. No change in
generated file.
---
Diffs of the changes: (+22 -17)
AsmWriterEmitter.cpp |
Changes in directory llvm/utils/TableGen:
AsmWriterEmitter.cpp updated: 1.30 -> 1.31
AsmWriterEmitter.h updated: 1.2 -> 1.3
---
Log message:
Completely change the structure of the generated asmprinter to be more table
based and less switch-statements-with-hundreds-of-cases based. This shrinks