| Commit message (Expand) | Author | Age | Files | Lines |
| * | RegisterScavenger: Take a reference as enterBasicBlock() argument. | Matthias Braun | 2016-04-06 | 1 | -1/+1 |
| * | [mips] MIPSR6 Compact jump support | Simon Dardis | 2016-04-05 | 4 | -67/+109 |
| * | Add MachineFunctionProperty checks for AllVRegsAllocated for target passes | Derek Schuff | 2016-04-04 | 4 | -1/+20 |
| * | [mips] Range check simm32 and fold MIPS16's imm32 into simm32. | Daniel Sanders | 2016-04-04 | 3 | -39/+67 |
| * | [mips][microMIPS] Revert commits r264245 and r264248. | Zoran Jovanovic | 2016-04-02 | 11 | -106/+51 |
| * | [MIPS][LLVM-MC] Fix JR encoding for MIPSR6 ISA | Sagar Thakur | 2016-04-01 | 1 | -1/+1 |
| * | Change eliminateCallFramePseudoInstr() to return an iterator | Hans Wennborg | 2016-03-31 | 2 | -3/+3 |
| * | [mips] Range check simm16 | Daniel Sanders | 2016-03-31 | 4 | -35/+68 |
| * | [mips] Range check simm11 and mem_simm11. | Daniel Sanders | 2016-03-31 | 2 | -6/+15 |
| * | [mips] Split mem_msa into range checked mem_simm10 and mem_simm10_lsl[123] | Daniel Sanders | 2016-03-31 | 5 | -65/+99 |
| * | [mips] Range check simm9 and fix a bug this revealed. | Daniel Sanders | 2016-03-31 | 4 | -12/+21 |
| * | [mips][microMIPS] Implement MFC*, MFHC* and DMFC* instructions | Zlatko Buljan | 2016-03-31 | 7 | -15/+101 |
| * | Silencing warnings from MSVC 2015 Update 2. All of these changes silence "C43... | Aaron Ballman | 2016-03-30 | 1 | -1/+1 |
| * | [mips] Test commit: Mark insertNoop as dead code (NFC) | Simon Dardis | 2016-03-29 | 1 | -0/+1 |
| * | [mips] Correct MIPS16 jal/jalx to have uimm26 offsets and add MC layer range ... | Daniel Sanders | 2016-03-29 | 3 | -5/+9 |
| * | [MC][mips] Add MipsMCInstrAnalysis class and register it as MC instruction an... | Simon Atanasyan | 2016-03-24 | 1 | -0/+36 |
| * | CodeGen: extend RHS when splitting ATOMIC_CMP_SWAP_WITH_SUCCESS. | Tim Northover | 2016-03-24 | 1 | -0/+4 |
| * | [mips] Range check vsplat_simm5 and vsplat_simm10 | Daniel Sanders | 2016-03-24 | 2 | -5/+6 |
| * | [mips] Range check simm10 | Daniel Sanders | 2016-03-24 | 3 | -4/+13 |
| * | [mips] Tidy up cnMIPS tablegen definitions. NFC. | Daniel Sanders | 2016-03-24 | 2 | -51/+58 |
| * | [mips][microMIPS] Add CodeGen support for DIV, MOD, DIVU, MODU, DDIV, DMOD, D... | Zlatko Buljan | 2016-03-24 | 9 | -42/+89 |
| * | [mips][microMIPS] Implement MTC*, MTHC* and DMTC* instructions | Hrvoje Varga | 2016-03-24 | 9 | -11/+192 |
| * | [mips][microMIPS] Fix for "Cannot copy registers" assertion | Hrvoje Varga | 2016-03-24 | 3 | -9/+17 |
| * | [mips][microMIPS] Delay slot filler modifications | Hrvoje Varga | 2016-03-23 | 1 | -0/+6 |
| * | [mips] Make simm6 consistent with the rest. NFC. | Daniel Sanders | 2016-03-22 | 1 | -5/+1 |
| * | [mips] Range check simm7. | Daniel Sanders | 2016-03-22 | 5 | -21/+53 |
| * | [mips] Range check simm5. | Daniel Sanders | 2016-03-22 | 3 | -3/+7 |
| * | [mips] Range check vsplat_uimm[1234568]. | Daniel Sanders | 2016-03-22 | 2 | -48/+53 |
| * | [mips] Range check uimm4_ptr, remove uimm6_ptr, and use correctly sized immed... | Daniel Sanders | 2016-03-22 | 2 | -42/+52 |
| * | [mips] Use `formatImm` call to print immediate value in the `MipsInstPrinter` | Simon Atanasyan | 2016-03-17 | 1 | -2/+2 |
| * | [mips] Eliminate instances of "potentially uninitialised local variable" warn... | Scott Egerton | 2016-03-17 | 1 | -16/+13 |
| * | Tweak some atomics functions in preparation for larger changes; NFC. | James Y Knight | 2016-03-16 | 2 | -1/+4 |
| * | [Mips] Fix -Wunused-private-field warning after r263444. | Chad Rosier | 2016-03-14 | 3 | -7/+6 |
| * | [DAG] use isUndef() ; NFCI | Sanjay Patel | 2016-03-14 | 1 | -1/+1 |
| * | [mips] MIPS32R6 compact branch support | Daniel Sanders | 2016-03-14 | 13 | -56/+358 |
| * | [mips] Use range-based for loops. NFC. | Vasileios Kalintiris | 2016-03-14 | 1 | -7/+5 |
| * | [mips] Fix an issue with long double when function roundl is defined | Zlatko Buljan | 2016-03-14 | 1 | -2/+2 |
| * | [mips] Range check uimm16_64 | Daniel Sanders | 2016-03-14 | 1 | -7/+8 |
| * | [mips] Simplify ordering of range checked immediate classes. | Daniel Sanders | 2016-03-14 | 1 | -29/+49 |
| * | [mips] Range check uimm6_lsl2. | Daniel Sanders | 2016-03-14 | 4 | -43/+32 |
| * | [mips] MIPSR6 Instruction itineraries | Vasileios Kalintiris | 2016-03-11 | 3 | -65/+186 |
| * | [mips] Range check simm4. | Daniel Sanders | 2016-03-11 | 4 | -34/+50 |
| * | [mips][microMIPS] Prevent usage of OR16_MMR6 instruction when code for microM... | Zoran Jovanovic | 2016-03-04 | 2 | -2/+2 |
| * | Revert "[mips] Promote the result of SETCC nodes to GPR width." | Vasileios Kalintiris | 2016-03-01 | 14 | -550/+418 |
| * | TableGen: Check scheduling models for completeness | Matthias Braun | 2016-03-01 | 1 | -1/+1 |
| * | [mips] Promote the result of SETCC nodes to GPR width. | Vasileios Kalintiris | 2016-03-01 | 14 | -418/+550 |
| * | [mips] Range check uimm20 and fixed a bug this revealed. | Daniel Sanders | 2016-02-29 | 8 | -76/+57 |
| * | [mips] Do not use SLL for ANY_EXTEND nodes as the high bits are undefined. | Vasileios Kalintiris | 2016-02-29 | 1 | -1/+2 |
| * | [mips] Make isel select the correct DEXT variant up front. | Daniel Sanders | 2016-02-29 | 5 | -34/+44 |
| * | [mips] Make symbols an acceptable branch target when expanding compare-to-imm... | Daniel Sanders | 2016-02-29 | 1 | -1/+2 |