summaryrefslogtreecommitdiff
path: root/lib/Target/Mips
Commit message (Expand)AuthorAge
* Add support for 64-bit logical NOR.Akira Hatanaka2011-10-03
* Add support for 64-bit count leading ones and zeros instructions.Akira Hatanaka2011-10-03
* Add support for 64-bit divide instructions.Akira Hatanaka2011-10-03
* Clean up MipsInstrInfo::copyPhysReg and handle copies from and to 64-bit integerAkira Hatanaka2011-10-03
* Add support for 64-bit integer multiply instructions.Akira Hatanaka2011-10-03
* Add definitions of instructions which move values between 64-bit integerAkira Hatanaka2011-10-03
* Register the MC object streamer.Akira Hatanaka2011-09-30
* Register Asm backend. Add functions to MipsAsmBackend.Akira Hatanaka2011-09-30
* Add MCELFObjectTargetWriter and MCAsmBackend classes.Akira Hatanaka2011-09-30
* Update CMake build.Benjamin Kramer2011-09-30
* Initial implementation of MipsMCCodeEmitter.Akira Hatanaka2011-09-30
* Add definitions of Mips64 rotate instructions.Akira Hatanaka2011-09-30
* isCommutable should be 0 for DSUBu.Akira Hatanaka2011-09-30
* Mips64 shift instructions.Akira Hatanaka2011-09-30
* Mips64 arithmetic and logical instructions with one source register andAkira Hatanaka2011-09-30
* Fill delay slot with useful instructions. Modified from Sparc's version of delayAkira Hatanaka2011-09-29
* Mips64 arithmetic and logical instructions with two source registers.Akira Hatanaka2011-09-29
* Revert r140731, "Define classes for unary and binary FP instructions and use ...Jakob Stoklund Olesen2011-09-28
* Define classes for unary and binary FP instructions and use them to defineAkira Hatanaka2011-09-28
* Rename predicate In32BitMode to NotFP64bit and add definition of IsFP64bit.Akira Hatanaka2011-09-28
* Remove definitions of branch-on-FP-likely instructions. They are deprecated.Akira Hatanaka2011-09-28
* Mips64 predicate definitions. Patch by Liu.Akira Hatanaka2011-09-28
* Remove MipsFPRound. Mips1 is no longer supported.Akira Hatanaka2011-09-27
* Embed patterns in definitions of MFC1 and MTC1 instead of defining them outsideAkira Hatanaka2011-09-27
* Fix function MipsRegisterInfo::getRegisterNumbering.Akira Hatanaka2011-09-27
* Do not add the pass that restores $gp if target is Mips64.Akira Hatanaka2011-09-27
* Mark MipsPseudo isPseudo.Akira Hatanaka2011-09-27
* Set register class of a register according to value of HasMips64.Akira Hatanaka2011-09-26
* Define variable HasMips64 in MipsTargetLowering.Akira Hatanaka2011-09-26
* In single float mode, double precision FP arguments are passed in integerAkira Hatanaka2011-09-26
* Add .td file.Akira Hatanaka2011-09-24
* Preparation for adding simple Mips64 instructions.Akira Hatanaka2011-09-24
* Implement N32/64 calling convention. Patch by Liu.Akira Hatanaka2011-09-23
* Make FGR64RegisterClass available if target is Mips64.Akira Hatanaka2011-09-23
* Add definitions of 64-bit register files. Add code for returning Mips64's set...Akira Hatanaka2011-09-23
* Add definitions of 64-bit int registers.Akira Hatanaka2011-09-23
* Do not rely on the enum values of argument registers A0-A3 being consecutive.Akira Hatanaka2011-09-23
* Make changes in instruction and pattern definitions so that tablegen does notAkira Hatanaka2011-09-22
* Print parentheses in next line.Akira Hatanaka2011-09-22
* Change subreg index of AFPR64 from sub_fpeven to sub_32 per Jakob's comment.Akira Hatanaka2011-09-22
* Define a new sub-register index sub_32 for accessing the 32-bit sub-register ofAkira Hatanaka2011-09-22
* Print three closing parentheses when Kind is either VK_Mips_GPOFF_HI or Akira Hatanaka2011-09-22
* Add F31 to the set of callee-saved registers.Akira Hatanaka2011-09-22
* Fix typo.Akira Hatanaka2011-09-22
* Add definition of 64-bit floating registers used for Mips64.Akira Hatanaka2011-09-22
* Add enums and functions for symbols Mips64 uses.Akira Hatanaka2011-09-22
* Mips64 aligns stack on 16-byte boundary.Akira Hatanaka2011-09-22
* Remove unnecessary condition check.Akira Hatanaka2011-09-22
* These do not need to be conditional on the presence of CommentStream, as they...Owen Anderson2011-09-21
* Undo a change made in r140254.Akira Hatanaka2011-09-21