Masked Load / Store Intrinsics - the CodeGen part.
[oota-llvm.git] / lib / Target / X86 / X86ISelLowering.cpp
2014-12-04 Elena DemikhovskyMasked Load / Store Intrinsics - the CodeGen part.
2014-12-04 Michael Liao[X86] Clean up whitespace as well as minor coding style
2014-12-04 Michael Liao[X86] Restore X86 base pointer after call to llvm.eh...
2014-12-03 Sanjay Patelfix typos, grammar, formatting; NFC
2014-12-02 Sanjay Patelfix typo in comment
2014-12-01 Philip Reames[Statepoints 2/4] Statepoint infrastructure for garbage...
2014-11-28 Duncan P. N. Exon... Revert "Masked Vector Load and Store Intrinsics."
2014-11-26 Elena DemikhovskyAVX-512: Scalar ERI intrinsics
2014-11-25 Simon Pilgrim[X86][SSE] Improvements to byte shift shuffle matching
2014-11-25 Cameron McInally[AVX512] Add 512b integer shift by variable intrinsics...
2014-11-24 Andrea Di Biagio[X86] Improved target specific combine on VSELECT dag...
2014-11-23 Michael Kuperstein[X86] Fixes bug in build_vector v4x32 lowering
2014-11-23 Elena DemikhovskyMasked Vector Load and Store Intrinsics.
2014-11-22 Chandler Carruth[x86] Teach the vector shuffle yet another step of...
2014-11-21 Sanjay PatelAdd a feature flag for slow 32-byte unaligned memory...
2014-11-21 Chandler Carruth[x86] Restructure the checking patterns for v16 and...
2014-11-21 Chandler Carruth[x86] Make the previous logic significantly less conser...
2014-11-21 Chandler Carruth[x86] Teach the x86 vector shuffle lowering to detect...
2014-11-21 Alexey Volkov[X86] For Silvermont CPU use 16-bit division instead...
2014-11-21 Quentin Colombet[X86] Do not custom lower UINT_TO_FP when the target...
2014-11-20 Reid KlecknerFix more instances of -Wsentinel on Windows with s...
2014-11-20 Saleem AbdulrasoolX86: use the correct alloca symbol for Windows Itanium
2014-11-19 Andrea Di Biagio[X86] Improved lowering of v4x32 build_vector dag nodes.
2014-11-19 Simon Pilgrim[X86][SSE] pslldq/psrldq byte shifts/rotation for SSE2
2014-11-15 Simon Pilgrim[X86][SSE] Improve legal SHUFP and PSHUFD shuffle matching
2014-11-14 Tim NorthoverX86: use getConstant rather than getTargetConstant...
2014-11-13 Aditya NandakumarWe can get the TLOF from the TargetMachine - so constru...
2014-11-13 Elena DemikhovskyAVX-512: SINT_TO_FP cost model and some bugfixes
2014-11-13 Aditya NandakumarThis patch changes the ownership of TLOF from TargetLow...
2014-11-13 Chandler Carruth[x86] Teach the vector shuffle lowering to make a more...
2014-11-13 Chandler Carruth[x86] Don't form overly fragmented blends when splittin...
2014-11-12 Sanjay PatelExpose the number of Newton-Raphson iterations applied...
2014-11-12 Cameron McInally[AVX512] Add integer shift by immediate intrinsics.
2014-11-12 Chandler Carruth[x86] Start improving the matching of unpck instruction...
2014-11-12 Elena DemikhovskyAVX-512: Intrinsics for ERI
2014-11-11 Sanjay PatelUse rcpss/rcpps (X86) to speed up reciprocal calcs...
2014-11-11 Dario Domizioli[X86][ELF] Fix PR20243 - leaf frame pointer bug with...
2014-11-11 Andrea Di Biagio[X86] Add missing check for 'isINSERTPSMask' in method...
2014-11-11 Quentin Colombet[X86] Custom lower UINT_TO_FP from v4f32 to v4i32,...
2014-11-06 Ahmed Bougacha[X86] Add VFMADDSUB cases for the 213->231 custom inserter.
2014-11-06 Ahmed Bougacha[X86] Add missing FMA3 VFMADDSUB in the emitter.
2014-11-06 Quentin Colombet[X86] Lower VSELECT into SHRUNKBLEND when we shrink...
2014-11-05 Andrea Di Biagio[X86] Teach method 'isVectorClearMaskLegal' how to...
2014-11-03 Ahmed Bougacha[X86] Add debug print name for X86ISD::[US]MUL8. NFC...
2014-11-03 Ahmed Bougacha[X86] 8bit divrem: Improve codegen for AH register...
2014-11-01 Adrian PrantlRevert "Temporarily revert r220777 to sort out build...
2014-11-01 NAKAMURA TakumiRevert r220779, "[AVX512] Removed special case for...
2014-11-01 Adrian PrantlTemporarily revert r220777 to sort out build bot breakage.
2014-10-28 Robert Khasanov[AVX512] Removed special case for cmp instructions...
2014-10-28 Robert Khasanov[x86] Simplify vector selection if condition value...
2014-10-28 Robert Khasanov[AVX512] Bring back vector-shuffle lowering support...
2014-10-24 Simon Pilgrim[X86][SSE] Bitcast assertion in XFormVExtractWithShuffl...
2014-10-24 Sanjay PatelAllow AVX vrsqrtps generation.
2014-10-24 Sanjay PatelUse rsqrt (X86) to speed up reciprocal square root...
2014-10-23 Ahmed Bougacha[X86] Improve mul w/ overflow codegen, to MUL8+SETO.
2014-10-21 Matt ArsenaultAdd minnum / maxnum codegen
2014-10-20 Quentin Colombet[X86] Fix a bug in the lowering of the mask of VSELECT.
2014-10-13 Filipe CabecinhasFix a broadcast related regression on the vector shuffl...
2014-10-11 Simon PilgrimTest commit access (email fix)
2014-10-11 Simon PilgrimTest commit access
2014-10-08 Robert Khasanov[AVX512] Added intrinsics for 128-, 256- and 512-bit...
2014-10-05 Elena DemikhovskyAVX-512-SKX: Added instruction VPMOVM2B/W/D/Q.
2014-10-05 Chandler Carruth[x86] Fix PR21139, one of the last remaining regression...
2014-10-05 Chandler Carruth[x86] Teach the new vector shuffle lowering how to...
2014-10-04 Chandler Carruth[x86] Enable the new vector shuffle lowering by default.
2014-10-04 Chandler Carruth[x86] Fix a bug in the VZEXT DAG combine that I just...
2014-10-04 Chandler Carruth[x86] Sink a generic combine of VZEXT nodes from the...
2014-10-03 Chandler Carruth[x86] Add a really preposterous number of patterns...
2014-10-03 Chandler Carruth[x86] Teach the new vector shuffle lowering to aggressi...
2014-10-03 Chandler Carruth[x86] Refactor the element insertion logic in the new...
2014-10-03 Chandler Carruth[x86] Significantly improve the ability of the new...
2014-10-03 Chandler Carruth[x86] Unbreak SSE1 with the new vector shuffle lowering...
2014-10-02 Chandler Carruth[x86] Teach the new vector shuffle lowering to widen...
2014-10-01 Chandler Carruth[x86] Improve and correct how the new vector shuffle...
2014-10-01 Sanjay PatelLower FNEG ( FABS (x) ) -> FNABS (x) [X86 codegen]...
2014-10-01 Eric Christopherconstify TargetMachine parameter for X86TargetLowering.
2014-10-01 Sanjay PatelDon't repeat function/variable name in comment. NFC.
2014-10-01 Chandler Carruth[x86] Fix a few more tiny patterns with the new vector...
2014-10-01 Chandler Carruth[x86] Delete some extraneous logic from the new vector...
2014-10-01 Nick LewyckyFix typo in comment from r218733
2014-10-01 Chandler Carruth[x86] Teach the new vector shuffle lowering to be even...
2014-10-01 Chandler Carruth[x86] Hoist the zext-lowering up in the v4i32 lowering...
2014-10-01 Chandler Carruth[x86] Teach the new vector shuffle lowering about VBROA...
2014-09-30 Robert Khasanov[AVX512] Added intrinsics for 128- and 256-bit versions...
2014-09-30 Robert Khasanov[AVX512] Enabled intrinsics for VPCMPEQD and VPCMPEQQ.
2014-09-30 Chandler Carruth[x86] Revert r218588, r218589, and r218600. These patch...
2014-09-29 Chandler Carruth[x86] Make the new vector shuffle lowering lower blends...
2014-09-29 Chandler Carruth[x86] Delete a bunch of really bad and totally unnecess...
2014-09-29 Chandler Carruth[x86] Refactor all of the VSELECT-as-blend lowering...
2014-09-29 Chandler Carruth[x86] Improve naming and comments for VSELECT lowering.
2014-09-29 Chandler Carruth[x86] Add the dispatch skeleton to the new vector shuff...
2014-09-29 Chandler Carruth[x86] Make the split-and-lower routine fully generic...
2014-09-28 Chandler Carruth[x86] Teach the new vector shuffle lowering to fall...
2014-09-28 Chandler Carruth[x86] Fix the new vector shuffle lowering's use of...
2014-09-28 Chandler Carruth[x86] Fix a really silly bug that I introduced fixing...
2014-09-28 Chandler Carruth[x86] Fix yet another bug in the new vector shuffle...
2014-09-27 Chandler Carruth[x86] Fix yet another issue with widening vector shuffl...
2014-09-27 Chandler Carruth[x86] Fix terrible bugs everywhere in the new vector...
2014-09-26 Chandler Carruth[x86] Fix a moderately terrifying bug in the new 128...
2014-09-26 Chandler Carruth[x86] The mnemonic is SHUFPS not SHUPFS. =[ I'm very...
next