| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add stub methods for mips assembly matcher. | Akira Hatanaka | 2012-08-17 | 8 | -6/+97 |
| * | Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to | Bill Wendling | 2012-08-17 | 2 | -4/+3 |
| * | Add comment, clean up code. No functional change. | Jakob Stoklund Olesen | 2012-08-17 | 1 | -30/+39 |
| * | Implement NEON domain switching for scalar <-> S-register vmovs on ARM | Tim Northover | 2012-08-17 | 1 | -15/+97 |
| * | Use nested switch to select arguments to reduce calls to EmitPCMP. | Craig Topper | 2012-08-17 | 1 | -5/+20 |
| * | Make ReplaceATOMIC_BINARY_64 a static function. Use a nested switch to reduce... | Craig Topper | 2012-08-17 | 2 | -19/+30 |
| * | Remove unnecessary include of ARMGenInstrInfo.inc. | Craig Topper | 2012-08-17 | 1 | -1/+0 |
| * | Add ADD and SUB to the predicable ARM instructions. | Jakob Stoklund Olesen | 2012-08-16 | 3 | -0/+51 |
| * | Handle ARM MOVCC optimization in PeepholeOptimizer. | Jakob Stoklund Olesen | 2012-08-16 | 5 | -53/+73 |
| * | Revert r162034, r162035 and r162037. | Roman Divacky | 2012-08-16 | 2 | -20/+1 |
| * | Define and handle additional fixup kinds. By Adhemerval Zanella. | Roman Divacky | 2012-08-16 | 2 | -1/+20 |
| * | Fix typo and grammar. By Adhemerval Zanella. | Roman Divacky | 2012-08-16 | 1 | -1/+1 |
| * | [arm-fast-isel] Add support for fastcc. | Jush Lu | 2012-08-16 | 1 | -3/+6 |
| * | Patch to enable FMA on bdver2 target. Make XOP feature enable FMA4 as well. | Anitha Boyapati | 2012-08-16 | 1 | -2/+2 |
| * | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162010 91177308-0d34... | Anitha Boyapati | 2012-08-16 | 1 | -2/+2 |
| * | Add Android ABI to Mips backend to handle functions returning vectors of four | Akira Hatanaka | 2012-08-16 | 3 | -0/+18 |
| * | Fold predicable instructions into MOVCC / t2MOVCC. | Jakob Stoklund Olesen | 2012-08-15 | 5 | -2/+104 |
| * | Use vld1/vst1 to load/store f64 if alignment is < 4 and the target allows una... | Evan Cheng | 2012-08-15 | 4 | -2/+50 |
| * | Add missing Rfalse operand to the predicated pseudo-instructions. | Jakob Stoklund Olesen | 2012-08-15 | 3 | -28/+41 |
| * | The names of VFP variants of half-to-float conversion instructions were | Anton Korobeynikov | 2012-08-14 | 1 | -7/+7 |
| * | This needs braces. Spotted by Bill. | Eric Christopher | 2012-08-14 | 1 | -1/+2 |
| * | minor fix of X86ISD::VSEXT_MOVL dump | Michael Liao | 2012-08-14 | 1 | -0/+1 |
| * | fix PR11334 | Michael Liao | 2012-08-14 | 4 | -0/+99 |
| * | Switch the fixed-length disassembler to be table-driven. | Jim Grosbach | 2012-08-14 | 2 | -419/+437 |
| * | Factor duplicate calls to getUNDEF in several functions. | Craig Topper | 2012-08-14 | 1 | -10/+10 |
| * | Re-factor intrinsic lowering to combine common parts of similar intrinsics. R... | Craig Topper | 2012-08-14 | 1 | -34/+133 |
| * | Remove the TII::scheduleTwoAddrSource() hook. | Jakob Stoklund Olesen | 2012-08-13 | 2 | -47/+0 |
| * | ARM: enable struct byval for AAPCS-VFP. | Manman Ren | 2012-08-13 | 1 | -0/+3 |
| * | [Hexagon] Don't mark callee saved registers as clobbered by a tail call | Arnold Schwaighofer | 2012-08-13 | 1 | -9/+3 |
| * | Do not optimize (or (and X,Y), Z) into BFI and other sequences if the AND ISD... | Nadav Rotem | 2012-08-13 | 1 | -1/+5 |
| * | X86: move Int_CVTSD2SSrr, Int_CVTSI2SSrr, Int_CVTSI2SDrr, Int_CVTSS2SDrr from | Manman Ren | 2012-08-13 | 1 | -6/+6 |
| * | Add support for the %H output modifier. | Eric Christopher | 2012-08-13 | 1 | -2/+15 |
| * | X86: when auto-detecting the subtarget features, make sure use IsIntel to detect | Manman Ren | 2012-08-13 | 1 | -2/+2 |
| * | Use correct loads for vector types during extending-load operations. | Tim Northover | 2012-08-13 | 1 | -36/+36 |
| * | Tidy up VSETCC lowering code a bit more by adding an llvm_unreachable and put... | Craig Topper | 2012-08-13 | 1 | -7/+9 |
| * | Refactor code a bit to share commonalities. No functional change intended. | Craig Topper | 2012-08-13 | 1 | -20/+21 |
| * | Fix an unused variable warning from r161742. | Craig Topper | 2012-08-13 | 1 | -3/+0 |
| * | Remove the LowerMMXCONCAT_VECTORS function. It could never execute because th... | Craig Topper | 2012-08-13 | 3 | -57/+1 |
| * | Remove call to setOperationAction for SETCC of v4f32. SETCC returns an intege... | Craig Topper | 2012-08-12 | 1 | -1/+0 |
| * | Remove unnecessary call to setOperationAction for SETCC of v2i64 under SSE42.... | Craig Topper | 2012-08-12 | 1 | -3/+0 |
| * | Revert 161581: Patch to implement UMLAL/SMLAL instructions for the ARM | Arnold Schwaighofer | 2012-08-12 | 5 | -251/+17 |
| * | Change addTypeForNeon to use MVT instead of EVT so all the calls to getSimple... | Craig Topper | 2012-08-12 | 2 | -51/+46 |
| * | Make replace many calls to getSizeInBits() with is128BitVector/is256BitVector | Craig Topper | 2012-08-12 | 1 | -60/+65 |
| * | Use MVT.isXBitVector instead of EVT.isXBitVector when setting up operation ac... | Craig Topper | 2012-08-12 | 1 | -41/+35 |
| * | fix PR13577, an issue introduced by r161687 | Michael Liao | 2012-08-11 | 1 | -1/+19 |
| * | Move setOperationAction for CONCAT_VECTORS for 256-bit vectors into loop sinc... | Craig Topper | 2012-08-11 | 1 | -7/+2 |
| * | Tidy up indentation. No functional change. | Craig Topper | 2012-08-11 | 1 | -25/+25 |
| * | Fix a cast that was casting away 'const' unnecessarily | Craig Topper | 2012-08-11 | 1 | -1/+1 |
| * | Add a couple default: llvm_unreachable() to some switch statements. Fix a bad... | Craig Topper | 2012-08-11 | 1 | -2/+4 |
| * | X86: when we are auto-detecting the subtarget features, make sure we turn on | Manman Ren | 2012-08-10 | 1 | -2/+5 |