| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [mips] Range check simm7. | Daniel Sanders | 2016-03-22 | 1 | -0/+11 |
* | [mips] Range check simm5. | Daniel Sanders | 2016-03-22 | 1 | -0/+3 |
* | [mips] Eliminate instances of "potentially uninitialised local variable" warn... | Scott Egerton | 2016-03-17 | 1 | -16/+13 |
* | [mips] Range check uimm6_lsl2. | Daniel Sanders | 2016-03-14 | 1 | -10/+3 |
* | [mips] Range check simm4. | Daniel Sanders | 2016-03-11 | 1 | -11/+16 |
* | [mips] Range check uimm20 and fixed a bug this revealed. | Daniel Sanders | 2016-02-29 | 1 | -0/+3 |
* | [mips] Make symbols an acceptable branch target when expanding compare-to-imm... | Daniel Sanders | 2016-02-29 | 1 | -1/+2 |
* | [mips][microMIPS] Implement DINSU, DINSM, DINS instructions | Hrvoje Varga | 2016-02-25 | 1 | -0/+7 |
* | [mips] added support for trunc macro | Zoran Jovanovic | 2016-02-22 | 1 | -0/+50 |
* | [mips] Implemented the .hword directive. | Scott Egerton | 2016-02-15 | 1 | -0/+5 |
* | [MC][ELF] Handle MIPS specific .sdata and .sbss directives | Simon Atanasyan | 2016-02-11 | 1 | -0/+26 |
* | [mips] Extend MipsAsmParser class to handle %got(sym + const) expressions | Simon Atanasyan | 2016-02-09 | 1 | -0/+1 |
* | [mips] Range check uimm16 and fix several bugs this revealed. | Daniel Sanders | 2016-02-01 | 1 | -6/+21 |
* | [mips] Absolute value macro expansion | Zoran Jovanovic | 2016-01-29 | 1 | -0/+22 |
* | Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs. | Benjamin Kramer | 2016-01-27 | 1 | -1/+1 |
* | [mips] Allowed dla instructions on 32-bit architectures. | Scott Egerton | 2016-01-21 | 1 | -5/+15 |
* | [mips][microMIPS] Implement DERET and DI instructions and check size operand ... | Zlatko Buljan | 2015-12-21 | 1 | -0/+6 |
* | [mips][microMIPS][DSP] Implement PACKRL.PH, PICK.PH, PICK.QB, SHILO, SHILOV a... | Zlatko Buljan | 2015-12-18 | 1 | -2/+8 |
* | [mips][ias] Range check uimm10 operands | Daniel Sanders | 2015-12-09 | 1 | -0/+3 |
* | [mips][ias] Range check uimm8 operands | Daniel Sanders | 2015-12-08 | 1 | -0/+3 |
* | [mips][ias] Range check uimm6 operands and fix a bug this revealed. | Daniel Sanders | 2015-12-08 | 1 | -0/+3 |
* | [mips][ias] Range check uimm5 operands and fix several bugs this revealed. | Daniel Sanders | 2015-11-26 | 1 | -39/+20 |
* | Partially revert r253662: some unrelated work was accidentally committed with... | Daniel Sanders | 2015-11-20 | 1 | -19/+8 |
* | Revert the revert 253497 and 253539 - These commits aren't the cause of the c... | Daniel Sanders | 2015-11-20 | 1 | -8/+19 |
* | [mips] Expansion of ROL and ROR macros | Zoran Jovanovic | 2015-11-19 | 1 | -0/+311 |
* | Replace dyn_cast with isa in places that weren't using the returned value for... | Craig Topper | 2015-11-18 | 1 | -2/+2 |
* | Reduce the size of MCRelaxableFragment. | Akira Hatanaka | 2015-11-14 | 1 | -1/+6 |
* | [MCTargetAsmParser] Move the member varialbes that reference | Akira Hatanaka | 2015-11-14 | 1 | -38/+61 |
* | [mips][microMIPS] Implement LWM16, SB16, SH16, SW16, SWSP and SWM16 instructions | Zlatko Buljan | 2015-11-12 | 1 | -12/+36 |
* | [mips][ias] Range check uimm4 operands and fixed a bug this revealed. | Daniel Sanders | 2015-11-06 | 1 | -0/+6 |
* | [mips][ias] Range check uimm3 operands. | Daniel Sanders | 2015-11-06 | 1 | -0/+3 |
* | [mips][ias] Range check uimm2 operands and fix a bug this revealed. | Daniel Sanders | 2015-11-06 | 1 | -3/+13 |
* | [mips][ias] Range check uimmz operands. | Daniel Sanders | 2015-11-06 | 1 | -2/+25 |
* | Put global classes into the appropriate namespace. | Benjamin Kramer | 2015-10-28 | 1 | -2/+1 |
* | [mips][ias] Fold needsExpansion() and expandInstruction() together. NFC. | Daniel Sanders | 2015-10-26 | 1 | -122/+83 |
* | [mips][ias] Implement ulh macro. | Daniel Sanders | 2015-10-15 | 1 | -7/+10 |
* | [mips][micromips] Initial support for micrmomips DSP instructions and addu.qb... | Zoran Jovanovic | 2015-10-12 | 1 | -0/+1 |
* | [mips][ias] Implement macro expansion when bcc has an immediate where a regis... | Daniel Sanders | 2015-10-12 | 1 | -2/+105 |
* | [mips] Clean up most macro expansions to use the emit*() functions. | Daniel Sanders | 2015-10-12 | 1 | -287/+163 |
* | Change isUIntN/isIntN calls with constant N to use the template version. NFC | Craig Topper | 2015-10-10 | 1 | -5/+5 |
* | [mips][microMIPS] Implement JALRC16, JRCADDIUSP and JRC16 instructions | Zoran Jovanovic | 2015-10-05 | 1 | -3/+9 |
* | [mips] Changed the way symbols are handled in dla and la instructions to allo... | Daniel Sanders | 2015-10-05 | 1 | -12/+9 |
* | [mips] Handling of immediates bigger than 16 bits | Zoran Jovanovic | 2015-09-28 | 1 | -0/+112 |
* | [mips][ias] Implement .cpreturn directive. | Daniel Sanders | 2015-09-22 | 1 | -0/+16 |
* | [mips] Allow constant expressions in second argument of .cpsetup. | Daniel Sanders | 2015-09-21 | 1 | -7/+10 |
* | [mips] Add assembler support for the .cprestore directive. | Daniel Sanders | 2015-09-17 | 1 | -13/+125 |
* | [mips][microMIPS] Implement TEQ, TGE, TGEU, TLT, TLTU and TNE instructions | Zoran Jovanovic | 2015-09-17 | 1 | -0/+6 |
* | [mips][microMIPS] Implement PREFX, LHUE, LBE, LBUE, LHE, LWE, SBE, SHE and SW... | Zoran Jovanovic | 2015-09-16 | 1 | -0/+5 |
* | Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r... | Daniel Sanders | 2015-09-15 | 1 | -5/+5 |
* | [mips] Add support for branch-likely pseudo-instructions | Zoran Jovanovic | 2015-09-15 | 1 | -6/+37 |