summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/Mips16InstrInfo.td
Commit message (Expand)AuthorAge
* [mips][sched] Split IIStore into II_S[BHWD], II_S[WD][LR], and II_SAVEDaniel Sanders2014-01-23
* [mips][sched] Split IILoad into II_L[BHWD], II_L[BHW]U, II_L[WD][LR], and II_...Daniel Sanders2014-01-21
* Adjust offsets for max load instruction offsets. This is more pessimisticReed Kotler2014-01-16
* Get rid of an superfluous tab in the .s file. This was originallyReed Kotler2013-12-15
* Last change for mips16 prolog/epilog cleanup and optimization.Reed Kotler2013-12-15
* Cleaning up of prologue/epilogue code for Mips16. First stepReed Kotler2013-12-08
* Correct word hyphenationsAlp Toker2013-12-05
* Part 1 of 3 patches that completes very long conditional branchesReed Kotler2013-11-29
* Add, to constant islands, long jumps similar to ARM far branch.Reed Kotler2013-11-21
* Make all the conditional Mips 16 branches get initially set for theReed Kotler2013-11-15
* Change the default branch instruction to be the 16 bit variety for mips16.Reed Kotler2013-11-12
* Fix r194019 as requested by Eric Christopher.Reed Kotler2013-11-05
* Revert r194019 to r194021, "Submit the basic port of the rest of ARM constant...NAKAMURA Takumi2013-11-04
* Submit the basic port of the rest of ARM constant islands code to Mips. Reed Kotler2013-11-04
* Prune utf8 chars in comments.NAKAMURA Takumi2013-10-28
* Prune trailing linefeeds.NAKAMURA Takumi2013-10-28
* Make first substantial checkin of my port of ARM constant islands code to Mips.Reed Kotler2013-10-27
* For Mips16, start to consolidate all forms of 32 bit literal loading so thatReed Kotler2013-10-12
* Add Mips16 patterns for sign extend byte and sign extend halfword.Reed Kotler2013-10-07
* Support tblockaddr for static compilation in Mips16.Reed Kotler2013-10-04
* Fix two issues regarding Got pointer (GP) setup.Reed Kotler2013-09-18
* [mips] Use uimm5 and uimm6 instead of shamt and imm, if the immediate has to fitAkira Hatanaka2013-09-07
* [mips] Rename HIRegs and LORegs.Akira Hatanaka2013-08-14
* Incorrect JAL instruction attributes caused the optimizer to make a wrongReed Kotler2013-08-10
* Create a pattern for the "trap" instruction.Reed Kotler2013-08-07
* [mips] Rename register classes CPURegs and CPU64Regs.Akira Hatanaka2013-08-06
* Add the saving of S2. This is needed for some of the floating pointReed Kotler2013-08-04
* Clean up code for Mips16 large frame handling.Reed Kotler2013-08-04
* Add an omitted IsCall=1.Reed Kotler2013-08-01
* [mips] Fix definitions of multiply, multiply-add/sub and divide instructions.Akira Hatanaka2013-03-30
* [mips] Rename functions and variables to start with proper case.Akira Hatanaka2013-03-14
* Make pseudos FEXT_CCRX16_ins and FEXT_CCRXI16_ins into custom emitters.Reed Kotler2013-02-25
* Make psuedo FEXT_T8I816_ins into a custom emitter.Reed Kotler2013-02-24
* Make psuedo FEXT_T8I816_ins a custom inserter. It should be expandedReed Kotler2013-02-24
* Add new base instruction def for cmpi, cmp, slt and sltu so that def/usesReed Kotler2013-02-23
* Expand pseudos/macros for Selt. This is the last of the complexReed Kotler2013-02-23
* Expand mips16 SelT form pseudso/macros.Reed Kotler2013-02-22
* Expand the sel pseudo/macro. This generates basic blocks where previouslyReed Kotler2013-02-21
* Expand pseudos/macros:Reed Kotler2013-02-20
* Expand pseudos/macros BteqzT8SltiX16, BteqzT8SltiuX16,Reed Kotler2013-02-19
* Expand pseudos BteqzT8CmpiX16 and BtnezT8CmpiX16.Reed Kotler2013-02-19
* Expand pseudo/macro BteqzT8SltuX16 . There is no test case becauseReed Kotler2013-02-18
* Beginning of expanding all current mips16 macro/pseudo instruction sequences.Reed Kotler2013-02-18
* Clean up mips16 td file in preparation for massive pseudo lowering work.Reed Kotler2013-02-16
* Remove the form field from Mips16 instruction formats and set thingsReed Kotler2013-02-14
* For Mips 16, add the optimization where the 16 bit form of addiu sp can be usedReed Kotler2013-02-13
* Make jumptables work for -staticReed Kotler2013-02-13
* Add the 16 bit version of addiu. To the assembler, the 16 and 32 bit are theReed Kotler2013-02-08
* Make sure we call externals from libraries properly when -static.Reed Kotler2013-02-07
* Enable jumps when in -static mode.Reed Kotler2013-02-07