aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips
Commit message (Expand)AuthorAgeFilesLines
* This patch implements parsing the .wordJack Carter2013-01-251-7/+42
* [mips] Set flag neverHasSideEffects flag on some of the floating point instru...Akira Hatanaka2013-01-251-12/+8
* MipsISelLowering.cpp: Fill unreachable paths to fix warnings. [-Wsometimes-un...NAKAMURA Takumi2013-01-241-0/+6
* MipsISelLowering.cpp: Fix a warning, take two. [-Wunused-variable]NAKAMURA Takumi2013-01-241-2/+2
* MipsISelLowering.cpp: Fix a warning. [-Wunused-variable]NAKAMURA Takumi2013-01-241-3/+5
* The next phase of Mips16 hard float implementation.Reed Kotler2013-01-242-36/+246
* Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...Eli Bendersky2013-01-231-2/+3
* [mips] Implement MipsRegisterInfo::getRegPressureLimit.Akira Hatanaka2013-01-222-0/+24
* [mips] Clean up code in MipsTargetLowering::LowerCall. No functional changeAkira Hatanaka2013-01-222-21/+14
* This is a resubmittal. For some reason it broke the bots yesterdayJack Carter2013-01-196-34/+52
* This is a resubmittal. For some reason it broke the bots yesterdayJack Carter2013-01-188-1/+145
* This is a resubmittal. For some reason it broke the bots yesterdayJack Carter2013-01-182-47/+57
* This is a resubmittal. For some reason it broke the bots yesterdayJack Carter2013-01-173-2/+24
* reverting 172579Jack Carter2013-01-163-21/+2
* Akira,Jack Carter2013-01-163-2/+21
* This patch fixes a Mips specific bug where Jack Carter2013-01-151-1/+7
* Improve r172471: avoid all those extra casts on the lines nearbyDmitri Gribenko2013-01-141-4/+6
* Fix CastingDavid Greene2013-01-141-1/+2
* MipsDisassembler.cpp: Prune DecodeHWRegs64RegisterClass() to suppress a warni...NAKAMURA Takumi2013-01-121-16/+0
* MipsAsmParser: Try to unbreak tests to add extra check.NAKAMURA Takumi2013-01-121-2/+2
* This patch tackles the problem of parsing Mips Jack Carter2013-01-127-237/+496
* This patch produces the correct addend value forJack Carter2013-01-081-0/+1
* This patch produces the correct pointer size Jack Carter2013-01-081-0/+4
* Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky2013-01-081-1/+1
* Change SMRange to be half-open (exclusive end) instead of closed (inclusive)Jordan Rose2013-01-071-27/+23
* Remove # from the beginning and end of def names. The # is a paste operator a...Craig Topper2013-01-072-27/+27
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-072-12/+1
* [mips] Fix data layout string. Add 64 to the list of native integer widthsAkira Hatanaka2013-01-051-4/+6
* [mips] MipsTargetLowering::getSetCCResultType should return a vector type ifAkira Hatanaka2013-01-041-1/+3
* [mips] 80 columns.Akira Hatanaka2013-01-044-8/+14
* [mips] Reorder template parameters. Remove class shift_rotate_imm32 andAkira Hatanaka2013-01-042-54/+59
* [mips] Refactor conditional move instructions.Akira Hatanaka2013-01-041-13/+20
* [mips] Refactor instructions which move data from or to coprocessors.Akira Hatanaka2013-01-043-33/+34
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-0216-37/+37
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-021-1/+1
* [mips] Refactor subword-swap, EXT/INS, load-effective-address and read-hardwareAkira Hatanaka2012-12-213-54/+73
* [mips] Refactor SYNC and multiply/divide instructions.Akira Hatanaka2012-12-213-54/+59
* [mips] Refactor BAL instructions.Akira Hatanaka2012-12-212-10/+40
* [mips] Fix encoding of BAL instruction. Also, fix assembler test case whichAkira Hatanaka2012-12-211-1/+1
* [mips] Refactor jump, jump register, jump-and-link and nop instructions.Akira Hatanaka2012-12-213-41/+50
* [mips] Refactor load/store left/right and load-link and store-conditionalAkira Hatanaka2012-12-212-79/+52
* [mips] Refactor load/store instructions.Akira Hatanaka2012-12-212-62/+34
* [mips] Remove unnecessary isPseudo parameter.Akira Hatanaka2012-12-211-24/+16
* [mips] Refactor LUI instruction.Akira Hatanaka2012-12-213-6/+17
* [mips] Refactor count leading zero or one instructions.Akira Hatanaka2012-12-213-20/+29
* [mips] Refactor sign-extension-in-register instructions.Akira Hatanaka2012-12-213-11/+21
* [mips] Refactor instructions which copy from and to HI/LO registers.Akira Hatanaka2012-12-213-22/+35
* [mips] Refactor logical NOR instructions.Akira Hatanaka2012-12-212-7/+6
* [mips] Move instruction definitions in MipsInstrInfo.td.Akira Hatanaka2012-12-211-37/+39
* Call llvm_unreachable instead of assert.Reed Kotler2012-12-211-1/+1