summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/blockaddr.ll
AgeCommit message (Expand)Author
2017-01-27[mips] Recommit: "N64 static relocation model support"Simon Dardis
2017-01-26Revert "[mips] N64 static relocation model support"Simon Dardis
2017-01-26[mips] N64 static relocation model supportSimon Dardis
2016-07-19[mips] Correct label prefixes for N32 and N64.Daniel Sanders
2015-05-20Revert r237789 - [mips] The naming convention for private labels is ABI depe...Daniel Sanders
2015-05-20[mips] The naming convention for private labels is ABI dependant.Daniel Sanders
2015-01-26Move the Mips target to storing the ABI in the TargetMachine ratherEric Christopher
2014-02-20[mips] Make it impossible to have UnknownABI in CodeGen and Integrated Assemb...Daniel Sanders
2014-01-11Fix broken CHECK lines.Benjamin Kramer
2013-11-19[Mips] Adjust float ABI settings in case of MIPS16 mode.Simon Atanasyan
2013-10-04Support tblockaddr for static compilation in Mips16.Reed Kotler
2012-04-04Fix LowerBlockAddress to produce instructions with the correct relocationAkira Hatanaka
2011-05-26Add support for C++ exception handling.Akira Hatanaka
2011-04-25Lower BlockAddress node when relocation-model is static.Akira Hatanaka
2011-03-04Lowers block address. Currently asserts when relocation model is not PIC. Pat...Bruno Cardoso Lopes