summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-5/+5
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-5/+5
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-5/+5
* [mips] Unified the MipsMemSimm9GPRAsmOperand and MipsMemSimm9AsmOperand opera...Daniel Sanders2015-09-141-3/+0
* [mips] Remove redundant nested-name-specifier. NFCSimon Atanasyan2015-09-141-25/+12
* [mips][microMIPS] Add microMIPS32r6 and microMIPS64r6 tests for existing 16-b...Zoran Jovanovic2015-09-081-1/+2
* [mips][microMIPS] Implement BC16, BEQZC16 and BNEZC16 instructionsZoran Jovanovic2015-09-071-3/+10
* Prune utf8 chars in comments.NAKAMURA Takumi2015-09-071-2/+2
* [mips] Added support for the div, divu, ddiv and ddivu macros which use traps...Daniel Sanders2015-09-031-0/+160
* [mips] Expand JAL instructions when PIC is enabled.Daniel Sanders2015-08-181-0/+126
* [mips][microMIPS] Implement SW and SWE instructionsZoran Jovanovic2015-08-181-0/+4
* [mips] Make the MipsAsmParser capable of knowing whether PIC mode is enabled ...Daniel Sanders2015-08-181-0/+15
* [mips] Correct -Woverflow warning in r245208 without changing signedness of t...Daniel Sanders2015-08-181-2/+2
* Correcting a -Woverflow warning where 0xFFFF was overflowing an implicit cons...Aaron Ballman2015-08-171-1/+1
* [mips] [IAS] Add support for the DLA pseudo-instruction and fix problems with...Daniel Sanders2015-08-171-213/+272
* [llvm-mc] Pushing plumbing through for --fatal-warnings flag.Colin LeMahieu2015-07-271-1/+1
* Silencing two MSVC warnings; 'argument' : truncation from 'unsigned int' to '...Aaron Ballman2015-07-141-1/+1
* [mips] Fix li/la differences between IAS and GAS.Daniel Sanders2015-07-141-82/+83
* [mips] [IAS] Add support for the .module softfloat/hardfloat directives.Toma Tabacu2015-06-301-0/+40
* [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-301-0/+34
* [mips] Add COP0 register class and use it in M[FT]C0/DM[FT]C0.Daniel Sanders2015-06-271-2/+18
* [mips] [IAS] Add partial support for the ULW pseudo-instruction.Toma Tabacu2015-06-261-0/+79
* [mips] [IAS] Refactor the emitDirectiveModuleFP() functions. NFC.Toma Tabacu2015-06-251-3/+17
* [mips] [IAS] Refactor the emitDirectiveModuleOddSPReg() functions. NFC.Toma Tabacu2015-06-251-2/+18
* [mips] [IAS] Fix parsing of memory offset expressions with parenthesis depth >1.Toma Tabacu2015-06-251-2/+5
* [mips] [IAS] Add partial support for the ULHU pseudo-instruction.Toma Tabacu2015-06-231-0/+111
* [mips] [IAS] Add support for generating DADDu to createAddu(). NFC.Toma Tabacu2015-06-231-7/+7
* [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
* [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-171-0/+220
* [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
* [mips] [IAS] Refactor symbol-address loading code into a helper function. NFC.Toma Tabacu2015-06-161-17/+23
* Recommit "[mips] [IAS] Add support for BNE and BEQ with an immediate operand....Toma Tabacu2015-06-111-0/+61
* [mips] Change existing uimm10 operand to restrict the accepted immediatesZoran Jovanovic2015-06-111-0/+3
* 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-091-61/+0
* [mips] [IAS] Add support for BNE and BEQ with an immediate operand.Toma Tabacu2015-06-091-0/+61
* 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
* [mips] [IAS] Add support for the .set softfloat/hardfloat directives.Toma Tabacu2015-06-021-0/+28
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-22/+22
* Use operator<< instead of print in a few more places.Rafael Espindola2015-05-271-2/+2
* Use std::bitset for SubtargetFeatures.Michael Kuperstein2015-05-261-38/+42
* [mips] [IAS] Factor out .set nomacro warning. NFC.Toma Tabacu2015-05-201-8/+11
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-4/+4
OpenPOWER on IntegriCloud