summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/Mips/micromips-el-fixup-data.s
Commit message (Collapse)AuthorAgeFilesLines
* [mips][micrompis] Emit 16bit NOPs by defaultAleksandar Beserminji2019-01-091-1/+1
| | | | | | | | | Emit 16bit NOPs by default. Use 32bit NOPs in delay slots where necessary. Differential https://reviews.llvm.org/D55323 llvm-svn: 350733
* [mips][microMIPS] Implement BLTZC, BLEZC, BGEZC and BGTZC instructions, fix ↵Hrvoje Varga2016-08-221-1/+1
| | | | | | | | disassembly and add operand checking to existing B<cond>C implementations Differential Revision: https://reviews.llvm.org/D22667 llvm-svn: 279429
* [mips][microMIPS] Implement SLT, SLTI, SLTIU, SLTU microMIPS32r6 instructionsHrvoje Varga2016-07-221-1/+1
| | | | | | Differential Revision: https://reviews.llvm.org/D19906 llvm-svn: 276397
* [llvm-objdump] Support detection of feature bits from the object and ↵Daniel Sanders2016-06-161-1/+1
| | | | | | | | | | | | | | | | | | | | implement this for Mips. Summary: The Mips implementation only covers the feature bits described by the ELF e_flags so far. Mips stores additional feature bits such as MSA in the .MIPS.abiflags section. Also fixed a small bug this revealed where microMIPS wouldn't add the EF_MIPS_MICROMIPS flag when using -filetype=obj. Reviewers: echristo, rafael Subscribers: rafael, mehdi_amini, dsanders, sdardis, llvm-commits Differential Revision: http://reviews.llvm.org/D21125 llvm-svn: 272880
* [mips] Remove CPU-only triples from llvm-objdump commands.Daniel Sanders2016-06-031-1/+1
| | | | | | | | | | | | Summary: They aren't necessary since llvm-objdump can auto-detect the architecture. Reviewers: sdardis Subscribers: jfb, dsanders, llvm-commits, sdardis Differential Revision: http://reviews.llvm.org/D20904 llvm-svn: 271653
* Revert r265817Colin LeMahieu2016-04-081-1/+1
| | | | | | lld tests need to be addressed. llvm-svn: 265822
* [llvm-objdump] Printing hex instead of dec by defaultColin LeMahieu2016-04-081-1/+1
| | | | | | Differential Revision: http://reviews.llvm.org/D18770 llvm-svn: 265817
* Fix some doc and comment typosAlp Toker2014-04-091-1/+1
| | | | llvm-svn: 205899
* MicroMIPS specific little endian fixup data byte ordering.Zoran Jovanovic2014-04-031-0/+25
Differential Revision: http://llvm-reviews.chandlerc.com/D3245 llvm-svn: 205528
OpenPOWER on IntegriCloud