Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2024-10-22 | mips: use preferred asm mnemomic jr for better assembler compatibility | Alex Rønne Petersen | -2/+2 | |
The LLVM assembler reportedly assembles the form using the j mnemonic incorrectly (see issue 107460). The jr form is canonical and avoids this problem, so use it instead. | ||||
2016-03-06 | add mips64 port | Rich Felker | -0/+30 | |
patch by Mahesh Bodapati and Jaydeep Patil of Imagination Technologies. |