mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-01 20:36:06 +00:00

This adds all remaining instructions that were still missing, mostly privileged and semi-privileged system-level instructions. These are provided for use with the assembler and disassembler only. This brings the LLVM assembler / disassembler to parity with the GNU binutils tools. llvm-svn: 306876