aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* Add a line that got missed off somehow. Sorry about that!Joey Gouly2013-07-191-0/+1
* [SystemZ] Add ALRK, AGLRK, SLRK and SGLRKRichard Sandiford2013-07-191-4/+10
* [ARMv8] Implement the NEON instructions VRINT{N, X, A, Z, M, P}.Joey Gouly2013-07-192-0/+58
* [SystemZ] Add AHIK and AGHIKRichard Sandiford2013-07-192-2/+37
* [SystemZ] Add ARK, AGRK, SRK and SGRKRichard Sandiford2013-07-191-4/+4
* [SystemZ] Add NGRK, OGRK and XGRKRichard Sandiford2013-07-192-3/+15
* [SystemZ] Add NRK, ORK and XRKRichard Sandiford2013-07-192-3/+21
* ARM: Add instruction aliases for the Thumb2 PLD/PLDW (literal) alternate form.Tilmann Scheller2013-07-191-1/+6
* [SystemZ] Use SLLK, SRLK and SRAK for codegenRichard Sandiford2013-07-193-5/+73
* [SystemZ] Start adding z196 and zEC12 supportRichard Sandiford2013-07-196-20/+58
* [mips] Delete MFC1_FT_CCR, MTC1_FT_CCR and MOVCCRToCCR.Akira Hatanaka2013-07-192-15/+2
* ARM: Make sure the instruction alias for PLI uses the right subtarget features.Tilmann Scheller2013-07-181-1/+3
* R600/SI: Fix crash with VSELECTTom Stellard2013-07-182-1/+13
* R600/SI: Add support for v2f32 loadsTom Stellard2013-07-183-1/+5
* R600/SI: Add support for v2f32 storesTom Stellard2013-07-182-0/+6
* R600: Expand VSELECT for all typesTom Stellard2013-07-182-3/+3
* Change 'n' to 'N' to keep consistent with other instructions.Joey Gouly2013-07-181-4/+4
* [ARMv8] Add NEON instructions VCVT{A, N, P, M}.Joey Gouly2013-07-182-0/+64
* [SystemZ] Use RNSBGRichard Sandiford2013-07-182-21/+67
* Add Thumb tests for the ARMv8 FP instructions that I recently added.Joey Gouly2013-07-181-2/+2
* [SystemZ] Generalize RxSBG SRA caseRichard Sandiford2013-07-181-27/+36
* [SystemZ] Use RXSBGRichard Sandiford2013-07-181-11/+16
* [SystemZ] Rename and formatting fixesRichard Sandiford2013-07-181-64/+61
* Remove the extra leading 0 from VMAXNMND.Joey Gouly2013-07-181-1/+1
* This patch extends mips register parsing methods to allow indexed register pa...Vladimir Medic2013-07-181-0/+12
* Fix copy and paste bug from r186491 to make v2f64 use MOVAPD/MOVUPD as it sho...Craig Topper2013-07-181-2/+2
* PPC: Support dynamic allocas with large alignmentHal Finkel2013-07-182-27/+53
* PPC: Add base-pointer support to builtin setjmp/longjmpHal Finkel2013-07-175-41/+72
* Silencing an MSVC warning about signed vs unsigned comparison mismatches.Aaron Ballman2013-07-171-1/+1
* [mips] Use "foreach" loop to make register definitions more concise.Akira Hatanaka2013-07-171-80/+9
* This patch checks for valid mnemonics at the beginning of parseInstruction me...Vladimir Medic2013-07-171-0/+5
* Implement eret and deret(return from exception) instructions for Mips. Test e...Vladimir Medic2013-07-172-0/+21
* [ARMv8] Add support for the NEON instructions vmaxnm/vminnm.Joey Gouly2013-07-175-0/+119
* [XCore] Ensure implicit operands aren't lost on the return instruction.Richard Osborne2013-07-171-1/+3
* Teach x86 fast-isel to use AVX opcodes for vector stores when AVX is enabled.Craig Topper2013-07-171-6/+6
* Make x86 fast-isel correctly choose between aligned and unaligned operations ...Craig Topper2013-07-171-12/+28
* Fix ARMFastISel::ARMEmitIntExt shift emissionJF Bastien2013-07-171-30/+52
* PPC: Add CTR-register clobber to builtin setjmpHal Finkel2013-07-173-0/+9
* PPC: Implement base pointer and stack realignmentHal Finkel2013-07-175-41/+240
* Move string pointer from being a static class member to just a static global ...Craig Topper2013-07-172-7/+2
* Related to r181161 - Indirect branches may not be the last branch in a basicLang Hames2013-07-161-0/+7
* ARM: Add support for the Thumb2 PLI alternate literal form.Tilmann Scheller2013-07-161-0/+3
* Add a wrapper for open.Rafael Espindola2013-07-161-1/+1
* [X86] Use min/max to optimze unsigend vector comparison on X86Juergen Ributzka2013-07-161-2/+22
* Test commit to verify write access.Juergen Ributzka2013-07-161-0/+1
* [XCore] Fix printing of inline asm operands.Richard Osborne2013-07-161-11/+7
* ARM: allow printing of ARM atomic DAG nodes.Tim Northover2013-07-161-0/+13
* [SystemZ] Use ROSBG and non-zero form of RISBG for OR nodesRichard Sandiford2013-07-161-1/+86
* Fixing a buildbot failure:unused function.Vladimir Medic2013-07-161-14/+0
* [SystemZ] Add MC support for R[NOX]SBGRichard Sandiford2013-07-161-0/+8