| Commit message (Expand) | Author | Age | Files | Lines |
| * | Allow generation of vmla.f32 instructions when targeting Cortex-A15. The patc... | Silviu Baranga | 2013-07-29 | 4 | -4/+6 |
| * | Create a constant pool symbol for the GOT in the ARMCGBR the same way we | Chandler Carruth | 2013-07-27 | 1 | -7/+8 |
| * | Fix yet another memory leak found by the vg-leak bot. Folks (including | Chandler Carruth | 2013-07-27 | 1 | -2/+6 |
| * | [ARM][ISel] Improve the lowering of vector loads. | Quentin Colombet | 2013-07-23 | 1 | -1/+3 |
| * | This adds range checking for "ldr Rn, [pc, #imm]" Thumb | Mihai Popa | 2013-07-22 | 4 | -25/+62 |
| * | ARM: remove now unneeded custom Asm converters | Tim Northover | 2013-07-22 | 4 | -415/+16 |
| * | Refactor AnalyzeBranch on ARM. The previous version did not always analyze | Lang Hames | 2013-07-19 | 1 | -88/+67 |
| * | Add a line that got missed off somehow. Sorry about that! | Joey Gouly | 2013-07-19 | 1 | -0/+1 |
| * | [ARMv8] Implement the NEON instructions VRINT{N, X, A, Z, M, P}. | Joey Gouly | 2013-07-19 | 2 | -0/+58 |
| * | ARM: Add instruction aliases for the Thumb2 PLD/PLDW (literal) alternate form. | Tilmann Scheller | 2013-07-19 | 1 | -1/+6 |
| * | ARM: Make sure the instruction alias for PLI uses the right subtarget features. | Tilmann Scheller | 2013-07-18 | 1 | -1/+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 |
| * | Add Thumb tests for the ARMv8 FP instructions that I recently added. | Joey Gouly | 2013-07-18 | 1 | -2/+2 |
| * | Remove the extra leading 0 from VMAXNMND. | Joey Gouly | 2013-07-18 | 1 | -1/+1 |
| * | [ARMv8] Add support for the NEON instructions vmaxnm/vminnm. | Joey Gouly | 2013-07-17 | 5 | -0/+119 |
| * | Fix ARMFastISel::ARMEmitIntExt shift emission | JF Bastien | 2013-07-17 | 1 | -30/+52 |
| * | 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 |
| * | ARM: allow printing of ARM atomic DAG nodes. | Tim Northover | 2013-07-16 | 1 | -0/+13 |
| * | ARM: implement ldrex, strex and clrex intrinsics | Tim Northover | 2013-07-16 | 4 | -15/+130 |
| * | ARM EABI divmod support | Renato Golin | 2013-07-16 | 3 | -2/+87 |
| * | Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]). | Craig Topper | 2013-07-15 | 1 | -1/+1 |
| * | Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s... | Craig Topper | 2013-07-14 | 3 | -13/+13 |
| * | Fix ARM paired GPR COPY lowering | JF Bastien | 2013-07-12 | 1 | -0/+3 |
| * | Remove extraneous braces. | Eric Christopher | 2013-07-12 | 1 | -6/+3 |
| * | ARM cost model: Add cost for gather/scather | Arnold Schwaighofer | 2013-07-12 | 1 | -0/+9 |
| * | TargetTransformInfo: address calculation parameter for gather/scather | Arnold Schwaighofer | 2013-07-12 | 1 | -2/+2 |
| * | Simplify code. | Craig Topper | 2013-07-10 | 1 | -6/+2 |
| * | Fix typo | Stephen Lin | 2013-07-10 | 1 | -1/+1 |
| * | Explicitly define ARMISelLowering::isFMAFasterThanFMulAndFAdd. No functionali... | Stephen Lin | 2013-07-10 | 1 | -0/+11 |
| * | ARM: Fix incorrect pack pattern for thumb2 | Jim Grosbach | 2013-07-09 | 1 | -1/+6 |
| * | Add MC assembly/disassembly support for VRINT{A, N, P, M} to V8FP. | Joey Gouly | 2013-07-09 | 3 | -3/+59 |
| * | Add MC assembly/disassembly support for VRINT{Z, X, R} to V8FP. | Joey Gouly | 2013-07-09 | 1 | -0/+21 |
| * | Add MC assembly/disassembly support for VCVT{A, N, P, M} to V8FP. | Joey Gouly | 2013-07-09 | 3 | -6/+86 |
| * | Add a comment to this change, requested by Eric Christopher. | Joey Gouly | 2013-07-08 | 1 | -0/+4 |
| * | ARM: Improve codegen for generic vselect. | Jim Grosbach | 2013-07-08 | 1 | -0/+18 |
| * | Add MC support for the v8fp instructions: vmaxnm and vminnm. | Joey Gouly | 2013-07-06 | 3 | -8/+27 |
| * | ARM: Add a pack pattern for matching arithmetic shift right | Arnold Schwaighofer | 2013-07-05 | 1 | -0/+3 |
| * | ARM: Fix incorrect pack pattern | Arnold Schwaighofer | 2013-07-05 | 1 | -2/+4 |
| * | PR16490: fix a crash in ARMDAGToDAGISel::SelectInlineAsm. | Joey Gouly | 2013-07-05 | 1 | -0/+6 |
| * | Remove an unneeded call to 'UpdateThumbVFPPredicate', spotted by Amaury. | Joey Gouly | 2013-07-04 | 1 | -1/+0 |
| * | Add support for MC assembling and disassembling of vsel{ge, gt, eq, vs} instr... | Joey Gouly | 2013-07-04 | 4 | -2/+94 |
| * | Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes. | Jakob Stoklund Olesen | 2013-07-04 | 1 | -2/+0 |
| * | Add a V8FP instruction 'vcvt{b,t}' to convert between half and double precision. | Joey Gouly | 2013-07-04 | 2 | -1/+57 |
| * | Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ... | Craig Topper | 2013-07-04 | 1 | -4/+4 |
| * | Revert r185595-185596 which broke buildbots. | Jakob Stoklund Olesen | 2013-07-04 | 1 | -0/+2 |
| * | Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes. | Jakob Stoklund Olesen | 2013-07-03 | 1 | -2/+0 |
| * | Have ARMBaseRegisterInfo::getCallPreservedMask return the 'correct' mask for ... | Stephen Lin | 2013-07-03 | 2 | -10/+13 |
| * | [ARM] Improve the instruction selection of vector loads. | Quentin Colombet | 2013-07-03 | 1 | -0/+94 |