summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/Mips/xgot.ll
Commit message (Collapse)AuthorAgeFilesLines
* Convert one last llc -filetype=obj test.Rafael Espindola2014-03-281-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 Hatanaka2013-09-061-2/+2
| | | | llvm-svn: 190219
* Replace coff-/elf-dump with llvm-readobjNico Rieck2013-04-121-24/+11
| | | | llvm-svn: 179361
* Mips direct object xgot supportJack Carter2012-11-211-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
OpenPOWER on IntegriCloud