| Commit message (Expand) | Author | Age | Files | Lines |
| * | [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 |
| * | Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an... | Daniel Sanders | 2015-09-15 | 1 | -5/+5 |
| * | Revert r247684 - Replace Triple with a new TargetTuple ... | Daniel Sanders | 2015-09-15 | 1 | -5/+5 |
| * | Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. | Daniel Sanders | 2015-09-15 | 1 | -5/+5 |
| * | [mips] Unified the MipsMemSimm9GPRAsmOperand and MipsMemSimm9AsmOperand opera... | Daniel Sanders | 2015-09-14 | 1 | -3/+0 |
| * | [mips] Remove redundant nested-name-specifier. NFC | Simon Atanasyan | 2015-09-14 | 1 | -25/+12 |
| * | [mips][microMIPS] Add microMIPS32r6 and microMIPS64r6 tests for existing 16-b... | Zoran Jovanovic | 2015-09-08 | 1 | -1/+2 |
| * | [mips][microMIPS] Implement BC16, BEQZC16 and BNEZC16 instructions | Zoran Jovanovic | 2015-09-07 | 1 | -3/+10 |
| * | Prune utf8 chars in comments. | NAKAMURA Takumi | 2015-09-07 | 1 | -2/+2 |
| * | [mips] Added support for the div, divu, ddiv and ddivu macros which use traps... | Daniel Sanders | 2015-09-03 | 1 | -0/+160 |
| * | [mips] Expand JAL instructions when PIC is enabled. | Daniel Sanders | 2015-08-18 | 1 | -0/+126 |
| * | [mips][microMIPS] Implement SW and SWE instructions | Zoran Jovanovic | 2015-08-18 | 1 | -0/+4 |
| * | [mips] Make the MipsAsmParser capable of knowing whether PIC mode is enabled ... | Daniel Sanders | 2015-08-18 | 1 | -0/+15 |
| * | [mips] Correct -Woverflow warning in r245208 without changing signedness of t... | Daniel Sanders | 2015-08-18 | 1 | -2/+2 |
| * | Correcting a -Woverflow warning where 0xFFFF was overflowing an implicit cons... | Aaron Ballman | 2015-08-17 | 1 | -1/+1 |
| * | [mips] [IAS] Add support for the DLA pseudo-instruction and fix problems with... | Daniel Sanders | 2015-08-17 | 1 | -213/+272 |
| * | [llvm-mc] Pushing plumbing through for --fatal-warnings flag. | Colin LeMahieu | 2015-07-27 | 1 | -1/+1 |
| * | Silencing two MSVC warnings; 'argument' : truncation from 'unsigned int' to '... | Aaron Ballman | 2015-07-14 | 1 | -1/+1 |
| * | [mips] Fix li/la differences between IAS and GAS. | Daniel Sanders | 2015-07-14 | 1 | -82/+83 |
| * | [mips] [IAS] Add support for the .module softfloat/hardfloat directives. | Toma Tabacu | 2015-06-30 | 1 | -0/+40 |
| * | [mips] [IAS] Make .module directives change AssemblerOptions->front(). | Toma Tabacu | 2015-06-30 | 1 | -8/+34 |
| * | Reverting r241058 because it's causing buildbot failures. | Ranjeet Singh | 2015-06-30 | 1 | -3/+1 |
| * | There are a few places where subtarget features are still | Ranjeet Singh | 2015-06-30 | 1 | -1/+3 |
| * | [mips] [IAS] Add support for the .set oddspreg/nooddspreg directives. | Toma Tabacu | 2015-06-30 | 1 | -0/+34 |
| * | [mips] Add COP0 register class and use it in M[FT]C0/DM[FT]C0. | Daniel Sanders | 2015-06-27 | 1 | -2/+18 |
| * | [mips] [IAS] Add partial support for the ULW pseudo-instruction. | Toma Tabacu | 2015-06-26 | 1 | -0/+79 |
| * | [mips] [IAS] Refactor the emitDirectiveModuleFP() functions. NFC. | Toma Tabacu | 2015-06-25 | 1 | -3/+17 |
| * | [mips] [IAS] Refactor the emitDirectiveModuleOddSPReg() functions. NFC. | Toma Tabacu | 2015-06-25 | 1 | -2/+18 |