aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/Mips16InstrInfo.td
Commit message (Expand)AuthorAgeFilesLines
* Fix r194019 as requested by Eric Christopher.Reed Kotler2013-11-051-1/+9
* Revert r194019 to r194021, "Submit the basic port of the rest of ARM constant...NAKAMURA Takumi2013-11-041-9/+1
* Submit the basic port of the rest of ARM constant islands code to Mips. Reed Kotler2013-11-041-1/+9
* Prune utf8 chars in comments.NAKAMURA Takumi2013-10-281-3/+3
* Prune trailing linefeeds.NAKAMURA Takumi2013-10-281-1/+0
* Make first substantial checkin of my port of ARM constant islands code to Mips.Reed Kotler2013-10-271-3/+25
* For Mips16, start to consolidate all forms of 32 bit literal loading so thatReed Kotler2013-10-121-3/+1
* Add Mips16 patterns for sign extend byte and sign extend halfword.Reed Kotler2013-10-071-0/+30
* Support tblockaddr for static compilation in Mips16.Reed Kotler2013-10-041-1/+4
* Fix two issues regarding Got pointer (GP) setup.Reed Kotler2013-09-181-0/+9
* [mips] Use uimm5 and uimm6 instead of shamt and imm, if the immediate has to fitAkira Hatanaka2013-09-071-1/+1
* [mips] Rename HIRegs and LORegs.Akira Hatanaka2013-08-141-8/+8
* Incorrect JAL instruction attributes caused the optimizer to make a wrongReed Kotler2013-08-101-3/+0
* Create a pattern for the "trap" instruction.Reed Kotler2013-08-071-0/+15
* [mips] Rename register classes CPURegs and CPU64Regs.Akira Hatanaka2013-08-061-2/+2
* Add the saving of S2. This is needed for some of the floating pointReed Kotler2013-08-041-4/+4
* Clean up code for Mips16 large frame handling.Reed Kotler2013-08-041-4/+10
* Add an omitted IsCall=1.Reed Kotler2013-08-011-0/+1
* [mips] Fix definitions of multiply, multiply-add/sub and divide instructions.Akira Hatanaka2013-03-301-2/+2
* [mips] Rename functions and variables to start with proper case.Akira Hatanaka2013-03-141-1/+1
* Make pseudos FEXT_CCRX16_ins and FEXT_CCRXI16_ins into custom emitters.Reed Kotler2013-02-251-0/+2
* Make psuedo FEXT_T8I816_ins into a custom emitter.Reed Kotler2013-02-241-0/+1
* Make psuedo FEXT_T8I816_ins a custom inserter. It should be expandedReed Kotler2013-02-241-0/+1
* Add new base instruction def for cmpi, cmp, slt and sltu so that def/usesReed Kotler2013-02-231-5/+10
* Expand pseudos/macros for Selt. This is the last of the complexReed Kotler2013-02-231-0/+1
* Expand mips16 SelT form pseudso/macros.Reed Kotler2013-02-221-0/+1
* Expand the sel pseudo/macro. This generates basic blocks where previouslyReed Kotler2013-02-211-0/+20
* Expand pseudos/macros:Reed Kotler2013-02-201-10/+40
* Expand pseudos/macros BteqzT8SltiX16, BteqzT8SltiuX16,Reed Kotler2013-02-191-0/+32
* Expand pseudos BteqzT8CmpiX16 and BtnezT8CmpiX16.Reed Kotler2013-02-191-0/+27
* Expand pseudo/macro BteqzT8SltuX16 . There is no test case becauseReed Kotler2013-02-181-0/+2
* Beginning of expanding all current mips16 macro/pseudo instruction sequences.Reed Kotler2013-02-181-2/+16
* Clean up mips16 td file in preparation for massive pseudo lowering work.Reed Kotler2013-02-161-71/+68
* Remove the form field from Mips16 instruction formats and set thingsReed Kotler2013-02-141-13/+22
* For Mips 16, add the optimization where the 16 bit form of addiu sp can be usedReed Kotler2013-02-131-0/+22
* Make jumptables work for -staticReed Kotler2013-02-131-0/+2
* Add the 16 bit version of addiu. To the assembler, the 16 and 32 bit are theReed Kotler2013-02-081-0/+17
* Make sure we call externals from libraries properly when -static.Reed Kotler2013-02-071-0/+3
* Enable jumps when in -static mode.Reed Kotler2013-02-071-1/+1
* Start static relocation implementation for mips16.Reed Kotler2013-02-021-1/+26
* This is a resubmittal. For some reason it broke the bots yesterdayJack Carter2013-01-191-6/+6
* fix most of remaining issues with large frames.Reed Kotler2012-12-201-1/+29
* Add some missing Defs and Uses.Reed Kotler2012-12-191-1/+11
* Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.Chandler Carruth2012-11-301-1/+1
* Implement ADJCALLSTACKUP and ADJCALLSTACKDOWNReed Kotler2012-10-311-2/+23
* Change mips16 delay slot jumps to non delay slot forms by default.Reed Kotler2012-10-301-2/+9
* Implement patterns for extloadi8 and extloadi16Reed Kotler2012-10-291-0/+4
* Implement brind operator for mips16.Reed Kotler2012-10-281-0/+19
* This patch is for the implementation of mips16 complex pattern addr16.Reed Kotler2012-10-281-4/+40
* Implement MipsHi for mips16Reed Kotler2012-10-271-2/+8