summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [mips] Range check simm7.Daniel Sanders2016-03-221-0/+11
* [mips] Range check simm5.Daniel Sanders2016-03-221-0/+3
* [mips] Eliminate instances of "potentially uninitialised local variable" warn...Scott Egerton2016-03-171-16/+13
* [mips] Range check uimm6_lsl2.Daniel Sanders2016-03-141-10/+3
* [mips] Range check simm4.Daniel Sanders2016-03-111-11/+16
* [mips] Range check uimm20 and fixed a bug this revealed.Daniel Sanders2016-02-291-0/+3
* [mips] Make symbols an acceptable branch target when expanding compare-to-imm...Daniel Sanders2016-02-291-1/+2
* [mips][microMIPS] Implement DINSU, DINSM, DINS instructionsHrvoje Varga2016-02-251-0/+7
* [mips] added support for trunc macroZoran Jovanovic2016-02-221-0/+50
* [mips] Implemented the .hword directive.Scott Egerton2016-02-151-0/+5
* [MC][ELF] Handle MIPS specific .sdata and .sbss directivesSimon Atanasyan2016-02-111-0/+26
* [mips] Extend MipsAsmParser class to handle %got(sym + const) expressionsSimon Atanasyan2016-02-091-0/+1
* [mips] Range check uimm16 and fix several bugs this revealed.Daniel Sanders2016-02-011-6/+21
* [mips] Absolute value macro expansionZoran Jovanovic2016-01-291-0/+22
* Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.Benjamin Kramer2016-01-271-1/+1
* [mips] Allowed dla instructions on 32-bit architectures.Scott Egerton2016-01-211-5/+15
* [mips][microMIPS] Implement DERET and DI instructions and check size operand ...Zlatko Buljan2015-12-211-0/+6
* [mips][microMIPS][DSP] Implement PACKRL.PH, PICK.PH, PICK.QB, SHILO, SHILOV a...Zlatko Buljan2015-12-181-2/+8
* [mips][ias] Range check uimm10 operandsDaniel Sanders2015-12-091-0/+3
* [mips][ias] Range check uimm8 operandsDaniel Sanders2015-12-081-0/+3
* [mips][ias] Range check uimm6 operands and fix a bug this revealed.Daniel Sanders2015-12-081-0/+3
* [mips][ias] Range check uimm5 operands and fix several bugs this revealed.Daniel Sanders2015-11-261-39/+20
* Partially revert r253662: some unrelated work was accidentally committed with...Daniel Sanders2015-11-201-19/+8
* Revert the revert 253497 and 253539 - These commits aren't the cause of the c...Daniel Sanders2015-11-201-8/+19
* [mips] Expansion of ROL and ROR macrosZoran Jovanovic2015-11-191-0/+311
* Replace dyn_cast with isa in places that weren't using the returned value for...Craig Topper2015-11-181-2/+2
* Reduce the size of MCRelaxableFragment.Akira Hatanaka2015-11-141-1/+6
* [MCTargetAsmParser] Move the member varialbes that referenceAkira Hatanaka2015-11-141-38/+61
* [mips][microMIPS] Implement LWM16, SB16, SH16, SW16, SWSP and SWM16 instructionsZlatko Buljan2015-11-121-12/+36
* [mips][ias] Range check uimm4 operands and fixed a bug this revealed.Daniel Sanders2015-11-061-0/+6
* [mips][ias] Range check uimm3 operands.Daniel Sanders2015-11-061-0/+3
* [mips][ias] Range check uimm2 operands and fix a bug this revealed.Daniel Sanders2015-11-061-3/+13
* [mips][ias] Range check uimmz operands.Daniel Sanders2015-11-061-2/+25
* Put global classes into the appropriate namespace.Benjamin Kramer2015-10-281-2/+1
* [mips][ias] Fold needsExpansion() and expandInstruction() together. NFC.Daniel Sanders2015-10-261-122/+83
* [mips][ias] Implement ulh macro.Daniel Sanders2015-10-151-7/+10
* [mips][micromips] Initial support for micrmomips DSP instructions and addu.qb...Zoran Jovanovic2015-10-121-0/+1
* [mips][ias] Implement macro expansion when bcc has an immediate where a regis...Daniel Sanders2015-10-121-2/+105
* [mips] Clean up most macro expansions to use the emit*() functions.Daniel Sanders2015-10-121-287/+163
* Change isUIntN/isIntN calls with constant N to use the template version. NFCCraig Topper2015-10-101-5/+5
* [mips][microMIPS] Implement JALRC16, JRCADDIUSP and JRC16 instructionsZoran Jovanovic2015-10-051-3/+9
* [mips] Changed the way symbols are handled in dla and la instructions to allo...Daniel Sanders2015-10-051-12/+9
* [mips] Handling of immediates bigger than 16 bitsZoran Jovanovic2015-09-281-0/+112
* [mips][ias] Implement .cpreturn directive.Daniel Sanders2015-09-221-0/+16
* [mips] Allow constant expressions in second argument of .cpsetup.Daniel Sanders2015-09-211-7/+10
* [mips] Add assembler support for the .cprestore directive.Daniel Sanders2015-09-171-13/+125
* [mips][microMIPS] Implement TEQ, TGE, TGEU, TLT, TLTU and TNE instructionsZoran Jovanovic2015-09-171-0/+6
* [mips][microMIPS] Implement PREFX, LHUE, LBE, LBUE, LHE, LWE, SBE, SHE and SW...Zoran Jovanovic2015-09-161-0/+5
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-5/+5
* [mips] Add support for branch-likely pseudo-instructionsZoran Jovanovic2015-09-151-6/+37
OpenPOWER on IntegriCloud