summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/Mips/branch-pseudos.s
Commit message (Collapse)AuthorAgeFilesLines
* [mips] Add support for branch-likely pseudo-instructionsZoran Jovanovic2015-09-151-0/+180
| | | | | | Differential Revision: http://reviews.llvm.org/D10537 llvm-svn: 247697
* [mips64] Emit correct addend for some PC-relative relocationsPetar Jovanovic2015-06-231-37/+37
| | | | | | | | | | | So far, LLVM has not emitted correct addend for N64 and N32 ABI. This patch fixes that. It also removes fixup from MCJIT for R_MIPS_PC16 relocation. Patch by Vladimir Radosavljevic. Differential Revision: http://reviews.llvm.org/D10565 llvm-svn: 240404
* [mips] [IAS] Add support for the B{L,G}{T,E}(U) branch pseudo-instructions.Toma Tabacu2015-06-171-0/+189
Summary: This does not include support for the immediate variants of these pseudo-instructions. Fixes llvm.org/PR20968. Reviewers: dsanders Reviewed By: dsanders Subscribers: seanbruno, emaste, llvm-commits Differential Revision: http://reviews.llvm.org/D8537 llvm-svn: 239905
OpenPOWER on IntegriCloud