summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/tail16.ll
Commit message (Collapse)AuthorAgeFilesLines
* [mips][mips16] MIPS16 is not a CPU/Architecture but is an ASE.Daniel Sanders2015-10-151-1/+1
| | | | | | | | | | | | | | | | Summary: The -mcpu=mips16 option caused the Integrated Assembler to crash because it couldn't figure out the architecture revision number to write to the .MIPS.abiflags section. This CPU definition has been removed because, like microMIPS, MIPS16 is an ASE to a base architecture. Reviewers: vkalintiris Subscribers: rkotler, llvm-commits, dsanders Differential Revision: http://reviews.llvm.org/D13656 llvm-svn: 250407
* Now that we have a soft-float attribute, use it instead of theEric Christopher2015-05-081-1/+1
| | | | | | hard coded command line option for the Mips soft float tests. llvm-svn: 236801
* Fix a problem with mips16 stubs when calls are transformed duringReed Kotler2013-12-181-0/+20
tail call optimization. Some more work may be needed for indirect calls but this patch fixes the current regression in Prolangc++/trees. S2 optimization as part of the general cleanup and optimization of prolog and epilog was not saving S2 in this case and needed to. llvm-svn: 197630
OpenPOWER on IntegriCloud