Hrvoje Varga
f0ed16eae5
[mips][microMIPS] Implement BLTZC, BLEZC, BGEZC and BGTZC instructions, fix disassembly and add operand checking to existing B<cond>C implementations
...
Differential Revision: https://reviews.llvm.org/D22667
llvm-svn: 279429
2016-08-22 12:17:59 +00:00
Hrvoje Varga
2db00ce4b6
[mips][microMIPS] Implement SLT, SLTI, SLTIU, SLTU microMIPS32r6 instructions
...
Differential Revision: https://reviews.llvm.org/D19906
llvm-svn: 276397
2016-07-22 07:18:33 +00:00
Daniel Sanders
1d14864bb3
[llvm-objdump] Support detection of feature bits from the object and 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
2016-06-16 09:17:03 +00:00
Daniel Sanders
7b09493bff
[mips] Remove CPU-only triples from llvm-objdump commands.
...
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
2016-06-03 10:22:22 +00:00
Colin LeMahieu
efe3732883
Revert r265817
...
lld tests need to be addressed.
llvm-svn: 265822
2016-04-08 18:15:37 +00:00
Colin LeMahieu
4a1975ba8e
[llvm-objdump] Printing hex instead of dec by default
...
Differential Revision: http://reviews.llvm.org/D18770
llvm-svn: 265817
2016-04-08 17:55:03 +00:00
Alp Toker
16f98b255d
Fix some doc and comment typos
...
llvm-svn: 205899
2014-04-09 14:47:27 +00:00
Zoran Jovanovic
842f20ef0b
MicroMIPS specific little endian fixup data byte ordering.
...
Differential Revision: http://llvm-reviews.chandlerc.com/D3245
llvm-svn: 205528
2014-04-03 12:01:01 +00:00