[mips][microMIPS] Implement BC16, BEQZC16 and BNEZC16 instructions
[oota-llvm.git] / lib / Target / Mips / AsmParser / MipsAsmParser.cpp
2015-09-07 Zoran Jovanovic[mips][microMIPS] Implement BC16, BEQZC16 and BNEZC16...
2015-09-07 NAKAMURA TakumiPrune utf8 chars in comments.
2015-09-03 Daniel Sanders[mips] Added support for the div, divu, ddiv and ddivu...
2015-08-18 Daniel Sanders[mips] Expand JAL instructions when PIC is enabled.
2015-08-18 Zoran Jovanovic[mips][microMIPS] Implement SW and SWE instructions
2015-08-18 Daniel Sanders[mips] Make the MipsAsmParser capable of knowing whethe...
2015-08-18 Daniel Sanders[mips] Correct -Woverflow warning in r245208 without...
2015-08-17 Aaron BallmanCorrecting a -Woverflow warning where 0xFFFF was overfl...
2015-08-17 Daniel Sanders[mips] [IAS] Add support for the DLA pseudo-instruction...
2015-07-27 Colin LeMahieu[llvm-mc] Pushing plumbing through for --fatal-warnings...
2015-07-14 Aaron BallmanSilencing two MSVC warnings; 'argument' : truncation...
2015-07-14 Daniel Sanders[mips] Fix li/la differences between IAS and GAS.
2015-06-30 Toma Tabacu[mips] [IAS] Add support for the .module softfloat...
2015-06-30 Toma Tabacu[mips] [IAS] Make .module directives change AssemblerOp...
2015-06-30 Ranjeet SinghReverting r241058 because it's causing buildbot failures.
2015-06-30 Ranjeet SinghThere are a few places where subtarget features are...
2015-06-30 Toma Tabacu[mips] [IAS] Add support for the .set oddspreg/nooddspr...
2015-06-27 Daniel Sanders[mips] Add COP0 register class and use it in M[FT]C0...
2015-06-26 Toma Tabacu[mips] [IAS] Add partial support for the ULW pseudo...
2015-06-25 Toma Tabacu[mips] [IAS] Refactor the emitDirectiveModuleFP() funct...
2015-06-25 Toma Tabacu[mips] [IAS] Refactor the emitDirectiveModuleOddSPReg...
2015-06-25 Toma Tabacu[mips] [IAS] Fix parsing of memory offset expressions...
2015-06-23 Toma Tabacu[mips] [IAS] Add partial support for the ULHU pseudo...
2015-06-23 Toma Tabacu[mips] [IAS] Add support for generating DADDu to create...
2015-06-22 Toma Tabacu[mips] [IAS] Add support for LAReg with identical sourc...
2015-06-22 Toma Tabacu[mips] [IAS] Add support for LASym with identical sourc...
2015-06-17 Toma Tabacu[mips] [IAS] Add support for expanding LASym with a...
2015-06-17 Toma Tabacu[mips] [IAS] Add support for the B{L,G}{T,E}(U) branch...
2015-06-17 Toma Tabacu[mips] [IAS] Fix LA with relative label operands.
2015-06-17 Toma Tabacu[mips] [IAS] Fix LW with relative label operands.
2015-06-16 Toma Tabacu[mips] [IAS] Refactor symbol-address loading code into...
2015-06-11 Toma TabacuRecommit "[mips] [IAS] Add support for BNE and BEQ...
2015-06-11 Zoran Jovanovic[mips] Change existing uimm10 operand to restrict the...
2015-06-09 Toma TabacuRecommit "[mips] [IAS] Restore STI.FeatureBits in ...
2015-06-09 Toma TabacuRevert "[mips] [IAS] Add support for BNE and BEQ with...
2015-06-09 Toma Tabacu[mips] [IAS] Add support for BNE and BEQ with an immedi...
2015-06-05 Toma TabacuRevert "[mips] [IAS] Restore STI.FeatureBits in .set...
2015-06-05 Toma Tabacu[mips] [IAS] Restore STI.FeatureBits in .set pop.
2015-06-02 Toma Tabacu[mips] [IAS] Add support for the .set softfloat/hardflo...
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
2015-05-27 Rafael EspindolaUse operator<< instead of print in a few more places.
2015-05-26 Michael KupersteinUse std::bitset for SubtargetFeatures.
2015-05-20 Toma Tabacu[mips] [IAS] Factor out .set nomacro warning. NFC.
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-05-15 Toma Tabacu[mips] [IAS] Fix expansion of negative 32-bit immediate...
2015-05-14 Toma Tabacu[mips] [IAS] Enforce .set nomacro.
2015-05-14 Toma Tabacu[mips] [IAS] Emit .set macro/nomacro.
2015-05-14 Toma Tabacu[mips] [IAS] Warn when LA is used with a 64-bit symbol.
2015-05-14 Toma Tabacu[mips] [IAS] Give expandLoadAddressSym() more specific...
2015-05-13 Jim GrosbachMC: Modernize MCOperand API naming. NFC.
2015-05-13 Toma Tabacu[mips] [IAS] Preemptively fix warning introduced by...
2015-05-13 Toma Tabacu[mips] [IAS] Unify common functionality of LA and LI.
2015-05-13 Michael KupersteinReverting r237234, "Use std::bitset for SubtargetFeatures"
2015-05-13 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-05-07 Eric ChristopherRename the MIPS routine abiUsesSoftFloat -> useSoftFloa...
2015-05-07 Toma Tabacu[mips] Add the SoftFloat MipsSubtarget feature.
2015-05-01 Toma Tabacu[mips] [IAS] Fix error messages for using LI with 64...
2015-05-01 Toma Tabacu[mips] [IAS] Slightly improve shift instruction generat...
2015-04-29 Toma Tabacu[mips] [IAS] Inline assemble-time shifting out of creat...
2015-04-28 Toma Tabacu[mips] [IAS] Do not generate redundant ORi in createLSh...
2015-04-28 Toma Tabacu[mips] [IAS] Rename the createShiftOr function to creat...
2015-04-28 Toma Tabacu[mips] [IAS] Store the expandLoadImm destination regist...
2015-04-27 Toma Tabacu[mips] Correct bytes to bits in 2 comments. NFC.
2015-04-27 Toma Tabacu[mips] [IAS] Improve warning for using AT with .set...
2015-04-27 Toma Tabacu[mips] [IAS] Rename getATRegNum and setATReg to {g...
2015-04-23 Toma Tabacu[mips] [IAS] Move NOP emission after pseudo-instruction...
2015-04-21 Toma Tabacu[mips] [IAS] Implement the .asciiz directive.
2015-04-16 Toma Tabacu[mips] [IAS] Add support for the .insn directive.
2015-04-15 Toma Tabacu[mips] [IAS] Refactor the function which checks for...
2015-04-10 Toma Tabacu[mips] [IAS] Improve comments in MipsAsmParser::expandL...
2015-04-08 Toma Tabacu[mips] [IAS] Do not generate redundant move when expand...
2015-04-07 Toma Tabacu[mips] [IAS] Allow .set assignments for already defined...
2015-03-30 Yaron KerenRemove more superfluous .str() and replace std::string...
2015-03-26 Toma Tabacu[mips] Move the setATReg definition inside the MipsAsse...
2015-03-24 Michael KupersteinRevert "Use std::bitset for SubtargetFeatures"
2015-03-24 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-03-23 Benjamin KramerRe-sort includes with sort-includes.py and insert raw_o...
2015-03-16 Toma Tabacu[mips] [IAS] Outline NOP creation. NFC.
2015-03-06 Toma Tabacu[mips] [IAS] Add missing constraints and improve testin...
2015-03-04 Toma Tabacu[mips] Rename the LA/LI/DLI TableGen definitions and...
2015-02-19 Michael KupersteinReverting r229831 due to multiple ARM/PPC/MIPS build...
2015-02-19 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-02-18 Daniel Sanders[mips] Add backend support for Mips32r[35] and Mips64r...
2015-02-18 Toma Tabacu[mips] [IAS] Fix using .cpsetup with local labels ...
2015-02-17 Benjamin KramerPrefer SmallVector::append/insert over push_back loops.
2015-02-13 Toma Tabacu[mips] Improve support for the .set at/noat assembler...
2015-02-10 Zoran Jovanovic[mips][microMIPS] Implement movep instruction
2015-01-30 Toma Tabacu[mips] Manually replace JAL pseudo-instructions with...
2015-01-28 Zoran Jovanovic[mips][microMIPS] Implement SWM and LWM aliases
2015-01-28 Jozef Kolek[mips][microMIPS] Implement LWGP instruction
2015-01-27 Kai Nacke[mips] Add range checks and transformation to octeon...
2015-01-26 Eric ChristopherMove the Mips target to storing the ABI in the TargetMa...
2015-01-23 Toma Tabacu[mips] Add new error message and improve testing for...
2015-01-23 NAKAMURA TakumiReformat.
2015-01-23 NAKAMURA TakumiMipsAsmParser.cpp: Suppress a warning introduced in...
2015-01-21 Jozef Kolek[mips][microMIPS] MicroMIPS 16-bit unconditional branch...
2015-01-21 Jozef Kolek[mips][microMIPS] Implement ADDIUPC instruction
2015-01-20 Jozef KolekReverted revision 226577.
2015-01-20 Aaron BallmanSilencing a -Wunused-variable warning in non-asserts...
2015-01-20 Jozef Kolek[mips][microMIPS] MicroMIPS 16-bit unconditional branch...
next