| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a line that got missed off somehow. Sorry about that! | Joey Gouly | 2013-07-19 | 1 | -0/+1 |
| * | [SystemZ] Add ALRK, AGLRK, SLRK and SGLRK | Richard Sandiford | 2013-07-19 | 1 | -4/+10 |
| * | [ARMv8] Implement the NEON instructions VRINT{N, X, A, Z, M, P}. | Joey Gouly | 2013-07-19 | 2 | -0/+58 |
| * | [SystemZ] Add AHIK and AGHIK | Richard Sandiford | 2013-07-19 | 2 | -2/+37 |
| * | [SystemZ] Add ARK, AGRK, SRK and SGRK | Richard Sandiford | 2013-07-19 | 1 | -4/+4 |
| * | [SystemZ] Add NGRK, OGRK and XGRK | Richard Sandiford | 2013-07-19 | 2 | -3/+15 |
| * | [SystemZ] Add NRK, ORK and XRK | Richard Sandiford | 2013-07-19 | 2 | -3/+21 |
| * | ARM: Add instruction aliases for the Thumb2 PLD/PLDW (literal) alternate form. | Tilmann Scheller | 2013-07-19 | 1 | -1/+6 |
| * | [SystemZ] Use SLLK, SRLK and SRAK for codegen | Richard Sandiford | 2013-07-19 | 3 | -5/+73 |
| * | [SystemZ] Start adding z196 and zEC12 support | Richard Sandiford | 2013-07-19 | 6 | -20/+58 |
| * | [mips] Delete MFC1_FT_CCR, MTC1_FT_CCR and MOVCCRToCCR. | Akira Hatanaka | 2013-07-19 | 2 | -15/+2 |
| * | ARM: Make sure the instruction alias for PLI uses the right subtarget features. | Tilmann Scheller | 2013-07-18 | 1 | -1/+3 |
| * | R600/SI: Fix crash with VSELECT | Tom Stellard | 2013-07-18 | 2 | -1/+13 |
| * | R600/SI: Add support for v2f32 loads | Tom Stellard | 2013-07-18 | 3 | -1/+5 |
| * | R600/SI: Add support for v2f32 stores | Tom Stellard | 2013-07-18 | 2 | -0/+6 |
| * | R600: Expand VSELECT for all types | Tom Stellard | 2013-07-18 | 2 | -3/+3 |
| * | Change 'n' to 'N' to keep consistent with other instructions. | Joey Gouly | 2013-07-18 | 1 | -4/+4 |
| * | [ARMv8] Add NEON instructions VCVT{A, N, P, M}. | Joey Gouly | 2013-07-18 | 2 | -0/+64 |
| * | [SystemZ] Use RNSBG | Richard Sandiford | 2013-07-18 | 2 | -21/+67 |
| * | Add Thumb tests for the ARMv8 FP instructions that I recently added. | Joey Gouly | 2013-07-18 | 1 | -2/+2 |
| * | [SystemZ] Generalize RxSBG SRA case | Richard Sandiford | 2013-07-18 | 1 | -27/+36 |
| * | [SystemZ] Use RXSBG | Richard Sandiford | 2013-07-18 | 1 | -11/+16 |
| * | [SystemZ] Rename and formatting fixes | Richard Sandiford | 2013-07-18 | 1 | -64/+61 |
| * | Remove the extra leading 0 from VMAXNMND. | Joey Gouly | 2013-07-18 | 1 | -1/+1 |
| * | This patch extends mips register parsing methods to allow indexed register pa... | Vladimir Medic | 2013-07-18 | 1 | -0/+12 |
| * | Fix copy and paste bug from r186491 to make v2f64 use MOVAPD/MOVUPD as it sho... | Craig Topper | 2013-07-18 | 1 | -2/+2 |
| * | PPC: Support dynamic allocas with large alignment | Hal Finkel | 2013-07-18 | 2 | -27/+53 |
| * | PPC: Add base-pointer support to builtin setjmp/longjmp | Hal Finkel | 2013-07-17 | 5 | -41/+72 |
| * | Silencing an MSVC warning about signed vs unsigned comparison mismatches. | Aaron Ballman | 2013-07-17 | 1 | -1/+1 |
| * | [mips] Use "foreach" loop to make register definitions more concise. | Akira Hatanaka | 2013-07-17 | 1 | -80/+9 |
| * | This patch checks for valid mnemonics at the beginning of parseInstruction me... | Vladimir Medic | 2013-07-17 | 1 | -0/+5 |
| * | Implement eret and deret(return from exception) instructions for Mips. Test e... | Vladimir Medic | 2013-07-17 | 2 | -0/+21 |
| * | [ARMv8] Add support for the NEON instructions vmaxnm/vminnm. | Joey Gouly | 2013-07-17 | 5 | -0/+119 |
| * | [XCore] Ensure implicit operands aren't lost on the return instruction. | Richard Osborne | 2013-07-17 | 1 | -1/+3 |
| * | Teach x86 fast-isel to use AVX opcodes for vector stores when AVX is enabled. | Craig Topper | 2013-07-17 | 1 | -6/+6 |
| * | Make x86 fast-isel correctly choose between aligned and unaligned operations ... | Craig Topper | 2013-07-17 | 1 | -12/+28 |
| * | Fix ARMFastISel::ARMEmitIntExt shift emission | JF Bastien | 2013-07-17 | 1 | -30/+52 |
| * | PPC: Add CTR-register clobber to builtin setjmp | Hal Finkel | 2013-07-17 | 3 | -0/+9 |
| * | PPC: Implement base pointer and stack realignment | Hal Finkel | 2013-07-17 | 5 | -41/+240 |
| * | Move string pointer from being a static class member to just a static global ... | Craig Topper | 2013-07-17 | 2 | -7/+2 |
| * | Related to r181161 - Indirect branches may not be the last branch in a basic | Lang Hames | 2013-07-16 | 1 | -0/+7 |
| * | ARM: Add support for the Thumb2 PLI alternate literal form. | Tilmann Scheller | 2013-07-16 | 1 | -0/+3 |
| * | Add a wrapper for open. | Rafael Espindola | 2013-07-16 | 1 | -1/+1 |
| * | [X86] Use min/max to optimze unsigend vector comparison on X86 | Juergen Ributzka | 2013-07-16 | 1 | -2/+22 |
| * | Test commit to verify write access. | Juergen Ributzka | 2013-07-16 | 1 | -0/+1 |
| * | [XCore] Fix printing of inline asm operands. | Richard Osborne | 2013-07-16 | 1 | -11/+7 |
| * | ARM: allow printing of ARM atomic DAG nodes. | Tim Northover | 2013-07-16 | 1 | -0/+13 |
| * | [SystemZ] Use ROSBG and non-zero form of RISBG for OR nodes | Richard Sandiford | 2013-07-16 | 1 | -1/+86 |
| * | Fixing a buildbot failure:unused function. | Vladimir Medic | 2013-07-16 | 1 | -14/+0 |
| * | [SystemZ] Add MC support for R[NOX]SBG | Richard Sandiford | 2013-07-16 | 1 | -0/+8 |