Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm-objdump] Support detection of feature bits from the object and ↵ | Daniel Sanders | 2016-06-16 | 1 | -2/+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 | ||||
* | Revert r265817 | Colin LeMahieu | 2016-04-08 | 1 | -1/+1 |
| | | | | | | lld tests need to be addressed. llvm-svn: 265822 | ||||
* | [llvm-objdump] Printing hex instead of dec by default | Colin LeMahieu | 2016-04-08 | 1 | -1/+1 |
| | | | | | | Differential Revision: http://reviews.llvm.org/D18770 llvm-svn: 265817 | ||||
* | [mips][microMIPS] Fix bugs related to atomic SC/LL instructions | Jozef Kolek | 2014-12-18 | 1 | -0/+29 |
Fix bugs related to atomic microMIPS SC/LL instructions: While expanding atomic operations the mips32r2 encoding was emitted instead of microMIPS. Differential Revision: http://reviews.llvm.org/D6659 llvm-svn: 224524 |