| Commit message (Expand) | Author | Age | Files | Lines |
* | Update LLVM for 3.5 rebase (r209712). | Stephen Hines | 2014-05-29 | 1 | -1/+4 |
* | Update to LLVM 3.5a. | Stephen Hines | 2014-04-24 | 1 | -20/+46 |
* | AVX-512: aligned / unaligned load and store for 512-bit integer vectors. | Elena Demikhovsky | 2013-10-22 | 1 | -0/+1 |
* | AVX-512: implemented extractelement with variable index. | Elena Demikhovsky | 2013-09-12 | 1 | -0/+2 |
* | AVX-512: added extend and truncate instructions. | Elena Demikhovsky | 2013-08-29 | 1 | -0/+7 |
* | Make sure x86 instructions using ssmem/sdmem operand types are only able to p... | Craig Topper | 2013-08-26 | 1 | -2/+2 |
* | AVX-512: Added SHIFT instructions. | Elena Demikhovsky | 2013-08-21 | 1 | -0/+3 |
* | AVX-512: added arithmetic and logical operations. | Elena Demikhovsky | 2013-08-19 | 1 | -4/+14 |
* | AVX-512: Added VMOVD, VMOVQ, VMOVSS, VMOVSD instructions. | Elena Demikhovsky | 2013-08-18 | 1 | -1/+3 |
* | Don't use v16i32 for load pattern matching. All 512-bit loads are cated to v8... | Craig Topper | 2013-08-16 | 1 | -5/+5 |
* | AVX-512: Added CMP and BLEND instructions. | Elena Demikhovsky | 2013-08-13 | 1 | -0/+9 |
* | AVX-512: Added VPERM* instructons and MOV* zmm-to-zmm instructions. | Elena Demikhovsky | 2013-08-11 | 1 | -1/+39 |
* | AVX-512 set: Added BROADCAST instructions | Elena Demikhovsky | 2013-08-07 | 1 | -1/+4 |
* | AVX-512 set: added mask operations, lowering BUILD_VECTOR for i1 vector types. | Elena Demikhovsky | 2013-08-05 | 1 | -0/+2 |
* | X86: Turn fp selects into mask operations. | Benjamin Kramer | 2013-08-04 | 1 | -0/+2 |
* | Added INSERT and EXTRACT intructions from AVX-512 ISA. | Elena Demikhovsky | 2013-07-31 | 1 | -14/+40 |
* | Fix inconsistent usage of PALIGN and PALIGNR when referring to the same instr... | Craig Topper | 2013-01-28 | 1 | -1/+1 |
* | X86: Match the SSE/AVX min/max vector ops using a custom node instead of intr... | Benjamin Kramer | 2012-12-21 | 1 | -0/+5 |
* | X86: Add a couple of target-specific dag combines that turn VSELECTS into psu... | Benjamin Kramer | 2012-12-15 | 1 | -0/+1 |
* | Simplified BLEND pattern matching for shuffles. | Elena Demikhovsky | 2012-12-05 | 1 | -3/+1 |
* | Enable lowering ZERO_EXTEND/ANY_EXTEND to PMOVZX from SSE4.1 | Michael Liao | 2012-10-23 | 1 | -0/+8 |
* | Add support for FP_ROUND from v2f64 to v2f32 | Michael Liao | 2012-10-10 | 1 | -0/+3 |
* | Enhance PR11334 fix to support extload from v2f32/v4f32 | Michael Liao | 2012-09-10 | 1 | -0/+4 |
* | Convert FMA4 patterns to use target specific nodes instead of intrinsics to a... | Craig Topper | 2012-08-29 | 1 | -2/+2 |
* | When unsafe math is used, we can use commutative FMAX and FMIN. In some cases | Nadav Rotem | 2012-08-19 | 1 | -2/+10 |
* | fix PR11334 | Michael Liao | 2012-08-14 | 1 | -0/+5 |
* | Implement proper handling for pcmpistri/pcmpestri intrinsics. Requires custom... | Craig Topper | 2012-08-06 | 1 | -0/+11 |
* | Added FMA functionality to X86 target. | Elena Demikhovsky | 2012-08-01 | 1 | -4/+13 |
* | Remove tabs. | Bill Wendling | 2012-07-19 | 1 | -2/+2 |
* | Use XOP vpcom intrinsics in patterns instead of a target specific SDNode type... | Craig Topper | 2012-06-09 | 1 | -7/+0 |
* | ZERO_EXTEND/SIGN_EXTEND/TRUNCATE optimization for AVX2 | Elena Demikhovsky | 2012-04-22 | 1 | -1/+6 |
* | Change type profile for vpermv back to using operand type for the mask argume... | Craig Topper | 2012-04-16 | 1 | -3/+1 |
* | Merge vpermps/vpermd and vpermpd/vpermq SD nodes. | Craig Topper | 2012-04-16 | 1 | -4/+2 |
* | Fix SDTypeProfile for vpermps. The mask operand should be v8i32. | Craig Topper | 2012-04-16 | 1 | -2/+4 |
* | Added VPERM optimization for AVX2 shuffles | Elena Demikhovsky | 2012-04-15 | 1 | -0/+4 |
* | Reapply 154396 after fixing a test. | Nadav Rotem | 2012-04-11 | 1 | -0/+6 |
* | Temporarily revert this patch to see if it brings the buildbots back. | Eric Christopher | 2012-04-10 | 1 | -6/+0 |
* | Modify the code that lowers shuffles to blends from using blendvXX to vblendXX. | Nadav Rotem | 2012-04-10 | 1 | -0/+6 |
* | Fix a regression from r147481. | Chad Rosier | 2012-03-09 | 1 | -0/+5 |
* | some comment fix for X86 and ARM | Jia Liu | 2012-02-19 | 1 | -1/+1 |
* | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -2/+2 |
* | Remove the last of the old vector_shuffle patterns from X86 isel. | Craig Topper | 2012-02-17 | 1 | -26/+0 |
* | Move old movl vector_shuffle patterns. Not needed anymore since vector_shuffl... | Craig Topper | 2012-02-14 | 1 | -5/+0 |
* | Still more vector_shuffle pattern removal. | Craig Topper | 2012-02-13 | 1 | -10/+0 |
* | Recommit r150328. Previous test failures should be fixed by r150360. | Craig Topper | 2012-02-13 | 1 | -27/+0 |
* | Revert r150328, "Remove more vector_shuffle patterns." | NAKAMURA Takumi | 2012-02-13 | 1 | -0/+27 |
* | Remove more vector_shuffle patterns. | Craig Topper | 2012-02-12 | 1 | -27/+0 |
* | Remove more vector_shuffle patterns. | Craig Topper | 2012-02-12 | 1 | -5/+0 |
* | Remove some patterns for matching vector_shuffle instructions since vector_sh... | Craig Topper | 2012-02-11 | 1 | -11/+0 |
* | Add target specific node for PMULUDQ. Change patterns to use it and custom lo... | Craig Topper | 2012-02-05 | 1 | -0/+4 |