Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert one last llc -filetype=obj test. | Rafael Espindola | 2014-03-28 | 1 | -29/+0 |
| | | | | | | Unfortunately this one fails deep inside the mips backend, so xfail it. llvm-svn: 205042 | ||||
* | [mips] Set instruction itineraries of loads, stores and conditional moves. | Akira Hatanaka | 2013-09-06 | 1 | -2/+2 |
| | | | | llvm-svn: 190219 | ||||
* | Replace coff-/elf-dump with llvm-readobj | Nico Rieck | 2013-04-12 | 1 | -24/+11 |
| | | | | llvm-svn: 179361 | ||||
* | Mips direct object xgot support | Jack Carter | 2012-11-21 | 1 | -0/+42 |
This patch provides support for the MIPS relocations: *) R_MIPS_GOT_HI16 *) R_MIPS_GOT_LO16 *) R_MIPS_CALL_HI16 *) R_MIPS_CALL_LO16 These are used for large GOT instruction sequences. Contributer: Jack Carter llvm-svn: 168471 |