summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips
Commit message (Expand)AuthorAgeFilesLines
* [mips][microMIPS] Implement SLL and NOP instructionsZoran Jovanovic2015-07-013-0/+21
* [mips] [IAS] Add support for the .module softfloat/hardfloat directives.Toma Tabacu2015-06-303-0/+54
* [mips] [IAS] Make .module directives change AssemblerOptions->front().Toma Tabacu2015-06-301-8/+34
* Reverting r241058 because it's causing buildbot failures.Ranjeet Singh2015-06-301-3/+1
* There are a few places where subtarget features are stillRanjeet Singh2015-06-301-1/+3
* [mips] [IAS] Add support for the .set oddspreg/nooddspreg directives.Toma Tabacu2015-06-303-0/+52
* [mips] Add COP0 register class and use it in M[FT]C0/DM[FT]C0.Daniel Sanders2015-06-277-20/+78
* [mips] [IAS] Add partial support for the ULW pseudo-instruction.Toma Tabacu2015-06-262-0/+82
* [mips] [IAS] Refactor the emitDirectiveModuleFP() functions. NFC.Toma Tabacu2015-06-253-28/+25
* [mips] [IAS] Refactor the emitDirectiveModuleOddSPReg() functions. NFC.Toma Tabacu2015-06-254-22/+26
* [mips] [IAS] Fix parsing of memory offset expressions with parenthesis depth >1.Toma Tabacu2015-06-251-2/+5
* [mips][microMIPS] Implement BREAK, EHB and EI instructionsZoran Jovanovic2015-06-244-2/+63
* [mips] [IAS] Add partial support for the ULHU pseudo-instruction.Toma Tabacu2015-06-232-0/+114
* [mips] [IAS] Add support for generating DADDu to createAddu(). NFC.Toma Tabacu2015-06-231-7/+7
* [mips64] Emit correct addend for some PC-relative relocationsPetar Jovanovic2015-06-232-12/+9
* [mips] [IAS] Move some function definitions to MipsTargetStreamer.cpp. NFC.Toma Tabacu2015-06-232-8/+13
* Use MCSymbols for FastISel.Rafael Espindola2015-06-232-6/+13
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-2337-41/+41
* [mips] Fix some UB by shifting before sign-extendingJustin Bogner2015-06-231-1/+1
* [mips] [IAS] Add support for LAReg with identical source and destination regi...Toma Tabacu2015-06-221-15/+25
* [mips] [IAS] Add support for LASym with identical source and destination regi...Toma Tabacu2015-06-221-8/+20
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-1937-41/+41
* [mips] [IAS] Add support for expanding LASym with a source register operand.Toma Tabacu2015-06-171-12/+19
* [mips] [IAS] Add support for the B{L,G}{T,E}(U) branch pseudo-instructions.Toma Tabacu2015-06-172-0/+234
* [mips] [IAS] Fix LA with relative label operands.Toma Tabacu2015-06-171-12/+9
* [mips] [IAS] Fix LW with relative label operands.Toma Tabacu2015-06-171-21/+5
* Clean up redundant copies of Triple objects. NFCDaniel Sanders2015-06-165-7/+6
* [mips][ias] Expand on r238751 to cover as many relocs as possible.Daniel Sanders2015-06-161-22/+36
* Replace string GNU Triples with llvm::Triple in TargetMachine::getTargetTripl...Daniel Sanders2015-06-161-1/+2
* [mips] [IAS] Refactor symbol-address loading code into a helper function. NFC.Toma Tabacu2015-06-161-17/+23
* Rename TargetSubtargetInfo::enablePostMachineScheduler() to enablePostRASched...Matthias Braun2015-06-132-2/+2
* Wrap some long lines in LLVMBuild files. NFCDouglas Katzman2015-06-121-1/+12
* Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.Daniel Sanders2015-06-112-30/+26
* [CodeGen] ArrayRef'ize cond/pred in various TII APIs. NFC.Ahmed Bougacha2015-06-112-6/+4
* Replace string GNU Triples with llvm::Triple in computeDataLayout(). NFC.Daniel Sanders2015-06-111-5/+5
* Recommit "[mips] [IAS] Add support for BNE and BEQ with an immediate operand....Toma Tabacu2015-06-113-2/+72
* [mips][microMIPS] Implement ERET and ERETNC instructionsZoran Jovanovic2015-06-113-0/+29
* [mips] Change existing uimm10 operand to restrict the accepted immediatesZoran Jovanovic2015-06-112-0/+11
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-106-20/+21
* Replace string GNU Triples with llvm::Triple in MCAsmBackend subclasses and c...Daniel Sanders2015-06-102-24/+20
* Recommit "[mips] [IAS] Restore STI.FeatureBits in .set pop." (r239144).Toma Tabacu2015-06-091-11/+15
* Revert "[mips] [IAS] Add support for BNE and BEQ with an immediate operand." ...Toma Tabacu2015-06-092-61/+2
* [mips] [IAS] Add support for BNE and BEQ with an immediate operand.Toma Tabacu2015-06-092-2/+61
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-094-9/+10
* Revert "[mips] [IAS] Restore STI.FeatureBits in .set pop." (r239144).Toma Tabacu2015-06-051-15/+11
* [mips] [IAS] Restore STI.FeatureBits in .set pop.Toma Tabacu2015-06-051-11/+15
* Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea...Daniel Sanders2015-06-043-5/+5
* Bring back r239006 with a fix.Rafael Espindola2015-06-043-14/+5
* Revert "Pack the MCSymbolELF bit fields into MCSymbol's Flags."Rafael Espindola2015-06-043-5/+14
* Pack the MCSymbolELF bit fields into MCSymbol's Flags.Rafael Espindola2015-06-043-14/+5
OpenPOWER on IntegriCloud