| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace several 'assert(false' with 'llvm_unreachable' or fold a condition in... | Craig Topper | 2015-01-05 | 1 | -3/+1 |
* | Minor cleanup to all the switches after MatchInstructionImpl in all the AsmPa... | Craig Topper | 2015-01-03 | 1 | -3/+2 |
* | [mips][microMIPS] Implement CACHE, PREF, SSNOP, EHB and PAUSE instructions | Jozef Kolek | 2014-12-23 | 1 | -0/+9 |
* | [mips][microMIPS] Implement LWSP and SWSP instructions | Jozef Kolek | 2014-12-23 | 1 | -0/+5 |
* | [mips][microMIPS] Implement SWP and LWP instructions | Zoran Jovanovic | 2014-12-16 | 1 | -1/+47 |
* | [mips][microMIPS] Implement SWM16 and LWM16 instructions | Zoran Jovanovic | 2014-11-27 | 1 | -0/+23 |
* | [mips][microMIPS] Implement LBU16, LHU16, LW16, SB16, SH16 and SW16 instructions | Jozef Kolek | 2014-11-24 | 1 | -0/+46 |
* | [mips][microMIPS] Implement 16-bit instructions registers including ZERO inst... | Jozef Kolek | 2014-11-24 | 1 | -0/+12 |
* | [mips][micromips] Implement SWM32 and LWM32 instructions | Zoran Jovanovic | 2014-11-19 | 1 | -1/+121 |
* | [mips] Add hardware register name "hwr_ulr" ($29) | Vasileios Kalintiris | 2014-11-11 | 1 | -0/+1 |
* | Recommit "[mips] Add names and tests for the hardware registers" | Vasileios Kalintiris | 2014-11-11 | 1 | -0/+30 |
* | MCAsmParserExtension has a copy of the MCAsmParser. Use it. | Rafael Espindola | 2014-11-11 | 1 | -8/+49 |
* | [mips] Improve error/warning messages and testing for the .cpload assembler d... | Toma Tabacu | 2014-11-06 | 1 | -2/+11 |
* | [mips][microMIPS] Implement ANDI16 instruction | Zoran Jovanovic | 2014-11-05 | 1 | -0/+10 |
* | Reverted revisions 221351, 221352 and 221353. | Zoran Jovanovic | 2014-11-05 | 1 | -10/+0 |
* | [mips][microMIPS] Implement ANDI16 instruction | Zoran Jovanovic | 2014-11-05 | 1 | -0/+10 |
* | Revert "[mips] Add names and tests for the hardware registers" | Rafael Espindola | 2014-11-04 | 1 | -31/+0 |
* | [mips] Add names and tests for the hardware registers | Vasileios Kalintiris | 2014-11-04 | 1 | -0/+31 |
* | [mips] Improve support for the .set mips16/nomips16 assembler directives. | Toma Tabacu | 2014-11-04 | 1 | -6/+22 |
* | [mips][microMIPS] Implement ADDIUR1SP instruction | Zoran Jovanovic | 2014-10-23 | 1 | -0/+10 |
* | ps][microMIPS] Implement ADDIUR2 instruction | Zoran Jovanovic | 2014-10-23 | 1 | -0/+9 |
* | ps][microMIPS] Implement LI16 instruction | Zoran Jovanovic | 2014-10-23 | 1 | -0/+8 |
* | [mips][microMIPS] Implement CodeGen support for SLL16 and SRL16 instructions | Zoran Jovanovic | 2014-10-23 | 1 | -0/+9 |
* | [mips][microMIPS] Implement microMIPS 16-bit instructions registers | Zoran Jovanovic | 2014-10-21 | 1 | -0/+19 |
* | [mips][microMIPS] Implement ADDIUSP instruction | Zoran Jovanovic | 2014-10-10 | 1 | -0/+9 |
* | [mips][microMIPS] Implement ADDIUS5 instruction | Zoran Jovanovic | 2014-10-10 | 1 | -0/+19 |
* | [mips][microMIPS] Implement JALRS16 instruction | Zoran Jovanovic | 2014-10-10 | 1 | -0/+1 |
* | MipsAsmParser.cpp: fix VS2012 build | Hans Wennborg | 2014-10-03 | 1 | -1/+1 |
* | [mips] Print warning when using register names not available in N32/64 | Daniel Sanders | 2014-10-03 | 1 | -0/+30 |
* | [mips] Rename emit and parse functions for the .cpload assembler directive. NFC. | Toma Tabacu | 2014-10-01 | 1 | -4/+4 |
* | [mips] Add assembler support for the .set nodsp directive. | Toma Tabacu | 2014-09-17 | 1 | -0/+17 |
* | [mips] Improve the error messages given by MipsAsmParser. | Toma Tabacu | 2014-09-16 | 1 | -39/+42 |
* | [mips] Use early exit in MipsAsmParser::matchCPURegisterName(). NFC. | Toma Tabacu | 2014-09-15 | 1 | -17/+18 |
* | [mips][microMIPS] Implement BGEZALS and BLTZALS instructions | Zoran Jovanovic | 2014-09-12 | 1 | -0/+2 |
* | [mips][microMIPS] Implement JALS and JALRS instructions. | Zoran Jovanovic | 2014-09-12 | 1 | -4/+20 |
* | Remove a temporary variable and just construct a unique_ptr directly using ma... | Craig Topper | 2014-09-12 | 1 | -9/+6 |
* | [mips] Add assembler support for .set mips0 directive. | Toma Tabacu | 2014-09-09 | 1 | -0/+16 |
* | [mips] Add assembler support for .set push/pop directive. | Toma Tabacu | 2014-09-09 | 1 | -17/+84 |
* | [mips] Change Feature-related types from unsigned to uint64_t in MipsAsmParse... | Toma Tabacu | 2014-09-05 | 1 | -2/+2 |
* | [mips] Rename data members and member functions in MipsAssemblerOptions. | Toma Tabacu | 2014-09-05 | 1 | -14/+14 |
* | [mips] Rename MipsAsmParser functions to conform to the LLVM Coding Standards... | Toma Tabacu | 2014-09-04 | 1 | -61/+61 |
* | Fix some cases where StringRef was being passed by const reference. Remove co... | Craig Topper | 2014-08-30 | 1 | -1/+1 |
* | [mips] Add assembler support for .set arch=x directive. | Toma Tabacu | 2014-08-19 | 1 | -0/+38 |
* | TableGen: allow use of uint64_t for available features mask. | Tim Northover | 2014-08-18 | 1 | -3/+3 |
* | [mips] Add assembler support for the "la $reg,symbol" pseudo-instruction. | Toma Tabacu | 2014-08-14 | 1 | -6/+91 |
* | [mips] Rename [gs]etCanHaveModuleDir to more natural names | Daniel Sanders | 2014-08-14 | 1 | -4/+5 |
* | Re-commit: [mips] Implement .ent, .end, .frame, .mask and .fmask. | Daniel Sanders | 2014-08-13 | 1 | -15/+196 |
* | Revert r215359 - [mips] Implement .ent, .end, .frame, .mask and .fmask assemb... | Daniel Sanders | 2014-08-11 | 1 | -196/+15 |
* | [mips] Implement .ent, .end, .frame, .mask and .fmask assembler directives | Daniel Sanders | 2014-08-11 | 1 | -15/+196 |
* | [mips] Add assembler support for .set msa/nomsa directive. | Daniel Sanders | 2014-08-07 | 1 | -0/+30 |