summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/2008-07-16-SignExtInReg.ll
Commit message (Collapse)AuthorAgeFilesLines
* [Mips] Adjust float ABI settings in case of MIPS16 mode.Simon Atanasyan2013-11-191-3/+3
| | | | | | | | | | | Hard float for mips16 means essentially to compile as soft float but to use a runtime library for soft float that is written with native mips32 floating point instructions (those runtime routines run in mips32 hard float mode). The patch reviewed by Reed Kotler. llvm-svn: 195123
* Add Mips16 patterns for sign extend byte and sign extend halfword.Reed Kotler2013-10-071-0/+1
| | | | llvm-svn: 192130
* 64-bit sign extension in register instructions.Akira Hatanaka2012-01-241-8/+4
| | | | llvm-svn: 148862
* Drop support for Allegrex. Allegrex implements a variant of Mips2.Akira Hatanaka2011-09-091-3/+5
| | | | llvm-svn: 139383
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-171-2/+2
| | | | | | are either unreduced or only test old syntax. llvm-svn: 133228
* Correct bogus module triple specifications.Duncan Sands2010-08-301-1/+1
| | | | llvm-svn: 112469
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-1/+1
| | | | llvm-svn: 81293
* Remove obsolete -f flags.Dan Gohman2009-08-251-1/+1
| | | | llvm-svn: 79992
* Turn on LegalizeTypes, the new type legalizationDuncan Sands2008-10-271-1/+1
| | | | | | | codegen infrastructure, by default. Please report any breakage to the mailing lists. llvm-svn: 58232
* Batch 4 of Mips CodeGen testsBruno Cardoso Lopes2008-08-081-0/+19
llvm-svn: 54509
OpenPOWER on IntegriCloud