summaryrefslogtreecommitdiff
path: root/lib/Target/Mips
Commit message (Expand)AuthorAge
* 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
* MipsArchVersion does not need to be in the initialization list and MipsABIAkira Hatanaka2011-09-21
* Add a base class for Mips TargetMachines and add Mips64 TargetMachines. Akira Hatanaka2011-09-21
* Set ABI if it hasn't been set on the command line.Akira Hatanaka2011-09-21
* Fix typo.Akira Hatanaka2011-09-21
* In the disassembler C API, be careful not to confuse the comment streamer tha...Owen Anderson2011-09-21
* Change the names of functions isMips* to hasMips*.Akira Hatanaka2011-09-20
* Initial Mips64 support. Patch by Liu with some modifications.Akira Hatanaka2011-09-20
* Make changes to avoid creating nested CALLSEQ_START/END constructs, which aren'tAkira Hatanaka2011-09-19
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-15
* Add comment.Akira Hatanaka2011-09-14
* One more patch towards JIT support for Mips.Bruno Cardoso Lopes2011-09-14
* Add pattern used to match MipsLo, which is needed when the instruction selectorAkira Hatanaka2011-09-13
* Support for PSP is gone too.Akira Hatanaka2011-09-13
* It is not necessary to search for mipsallegrex in target triple string.Akira Hatanaka2011-09-13
* O64 will not be supported.Akira Hatanaka2011-09-09
* Make F31 and D15 non-reserved registers.Akira Hatanaka2011-09-09
* Mips32 does not reserve even-numbered floating point registers.Akira Hatanaka2011-09-09