Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / lib / Target / X86 /
2016-02-22 Hans WennborgMerging r261387:
2016-02-19 Hans WennborgMerging r261360:
2016-02-19 Hans WennborgMerging r261365:
2016-02-17 Hans WennborgMerging r261039:
2016-02-02 Hans WennborgMerging r259346 (with adjustments for r258867):
2016-02-02 Hans WennborgMerging r259342 (with s/p2align 4/align 16) because...
2016-01-26 Hans WennborgMerging r258729:
2016-01-20 Quentin ColombetMerging r258221:
2016-01-19 Hans WennborgMerging r257925, r257929, r257930, and r257997:
2016-01-14 Hans WennborgMerging r257730:
2016-01-13 Michael ZuckermanFixing warning by adding the X86ISD::VROTRI case.
2016-01-13 Michael Zuckerman[AVX512] Adding PMOVSXBD/W/Q , PMOVZSDQ and PMOVZSWD...
2016-01-13 Michael Zuckerman[AVX512] Adding PMOVZXBD/W/Q , PMOVZXDQ and PMOVZXWD...
2016-01-13 Michael Zuckerman[AVX512] adding PRORQ , PRORD , PRORLVQ and PRORLVD...
2016-01-13 Andrey TuretskiyLEA code size optimization pass (Part 2): Remove redund...
2016-01-12 Michael Zuckerman[AVX512] adding PROLQ and PROLD Intrinsics
2016-01-12 Andrey TuretskiyTest commit access - tiny comment and code style fix.
2016-01-12 Robert LougherThe isel pattern that selects the memory-register form...
2016-01-12 Igor BregerAVX512: VPMOVAPS/PD and VPMOVUPS/PD (load) intrinsic...
2016-01-12 Manman RenCXX_FAST_TLS calling convention: performance improvemen...
2016-01-11 Alexey Bataev[X86] Reduce complexity of the LEA optimization pass...
2016-01-11 Craig Topper[AVX-512] Remove another extra space from the Intel...
2016-01-11 Craig Topper[AVX-512] Remove more superfluous spaces from asm strings.
2016-01-11 Craig Topper[AVX-512] Remove unused Round and Itinerary from the...
2016-01-11 Craig Topper[AVX-512] Make spacing between comma and {sae} operand...
2016-01-11 Craig Topper[X86] Remove extra spaces from MPX instruction asm...
2016-01-10 Elena DemikhovskyOptimized instruction sequence for sitofp operation...
2016-01-10 Michael Zuckerman[AVX512] add PRORVQ and PRORVD Intrinsic
2016-01-09 Simon Pilgrim[X86][AVX] Match broadcast loads through a bitcast
2016-01-09 Simon Pilgrim[X86][AVX] Add support for i64 broadcast loads on 32...
2016-01-08 Craig Topper[AVX-512] Remove superfluous spaces from some asm strings.
2016-01-08 Craig Topper[X86] Don't print the aliased version of CVTSD2SI64rm...
2016-01-08 Craig Topper[X86] Use \t instead of space after mnemonics in a...
2016-01-07 Michael Zuckerman[AVX512] add PSLLW and PSLLV Intrinsic
2016-01-07 Nico WeberRevert r257055, it caused PR26064.
2016-01-07 Michael Zuckerman[AVX512] add PSRAV Intrinsic
2016-01-07 Michael Zuckerman[AVX512] add PSHUFHW and PSHUFLW Intrinsic
2016-01-07 Simon Pilgrim[X86][AVX] Match broadcast loads through a bitcast
2016-01-07 Simon Pilgrim[X86][SSE} Add INSERTPS as a target shuffle
2016-01-07 Michael Zuckerman[AVX512] add PSHUFD Intrinsic
2016-01-07 Craig Topper[X86] Remove superfluous mayLoad flag. The pattern...
2016-01-07 Craig Topper[X86] Had hasSideEffects=0 to VBROADCASTI128.
2016-01-07 Craig Topper[X86] Add OpSize32 to MOVSX32_NOREX instructions to...
2016-01-07 Craig Topper[X86] Add hasSideEffects=0 and mayLoad=1 to MOVZX64...
2016-01-07 Craig Topper[X86] STOSQ without a rep prefix doesn't read or write...
2016-01-06 Simon Pilgrim[X86] Determine if target shuffle can contain zero...
2016-01-06 Quentin Colombet[X86] Correctly model TLS calls w.r.t. frame requirements.
2016-01-06 Sanjay Patelrefactor divrem8 lowering; NFCI
2016-01-06 Artyom SkrobovPR25754: avoid generating UDIVREM8_ZEXT_HREG nodes...
2016-01-06 Simon Pilgrim[X86][SSE] There is no zmm addsubpd/addsubps instruction.
2016-01-06 Simon Pilgrim[X86][SSE] An empty target shuffle mask is always a...
2016-01-06 Craig Topper[X86] Use PS instead of TB for instructions that have...
2016-01-06 Craig Topper[X86] Fix an incorrect usage of In32BitMode that should...
2016-01-05 David Majnemer[X86] Determine if we have an OpaqueSPAdjustment earlier
2016-01-05 Michael Zuckerman[AVX512] add PSLLD and PSLLQ Intrinsic
2016-01-05 Simon Pilgrim[X86][SSE] Merge PerformBLENDICombine into PerformShuff...
2016-01-05 Craig Topper[X86] Make MOV32ri64 a post-RA pseudo instead of a...
2016-01-05 Craig Topper[X86] Add OpSize32 to OR32mrLocked instruction to match...
2016-01-05 Craig Topper[AVX512] Add hasSideEffects=0 to kunpck instructions...
2016-01-05 David MajnemerRevert "[X86] Use push-pop for materializing small...
2016-01-05 Matthias BraunMachineInstrBundle: Fix reversed isSuperRegisterEq...
2016-01-04 Simon Pilgrim[X86][SSE] Ensure BLENDPD/BLENDPS/PBLEND inputs are...
2016-01-04 Michael Zuckerman[AVX512] add PSRAD and PSRAQ Intrinsic
2016-01-04 Michael Zuckerman[AVX512] add PSRAW Intrinsic
2016-01-04 Michael Zuckerman[AVX512] add PSRLV Intrinsic
2016-01-04 David Majnemer[X86] Make hasFP constant time
2016-01-03 Dimitry AndricFix several accidental DOS line endings in source files
2016-01-01 David Majnemer[X86] Add intrinsics for reading and writing to the...
2015-12-31 Craig Topper[X86] Remove a return after llvm_unreachable.
2015-12-31 Craig Topper[X86] Move shuffle decoding for constant pool into...
2015-12-31 Michael Zuckerman[AVX512] add PSRLQ and PSRLD Intrinsic
2015-12-31 Michael Kuperstein[X86] Avoid folding scalar loads into unary sse intrinsics
2015-12-31 Asaf Badouh[X86][PKU] Add {RD,WR}PKRU intrinsics
2015-12-29 Sanjay Pateluse range-based for-loops; NFCI
2015-12-29 Michael Zuckerman[AVX512] add PSRLW Intrinsic
2015-12-29 Craig Topper[X86] Remove declaration of ATTAsmParser. Its equivalen...
2015-12-28 Sanjay Patel[x86] lower calls to fmin and llvm.minnum.* using minss...
2015-12-28 Elena DemikhovskyImplemented cost model for masked gather and scatter...
2015-12-28 Sanjay Patel[x86] lower calls to fmax and llvm.maxnum.* using maxps...
2015-12-28 Sanjay Pateltidy up; NFC
2015-12-28 Michael Kuperstein[X86] Better support for the MCU psABI (LLVM part)
2015-12-28 Asaf Badouh[X86][AVX512] Lower broadcast sub vector to vector...
2015-12-28 Asaf Badouh[X86][AVX512] add fp scalar broadcast intrinsics
2015-12-28 Craig Topper[AVX512] Remove VEX_LIG from vmovd/vmovq instructions...
2015-12-28 Craig Topper[AVX512] Fix some places that used FR64 instead of...
2015-12-28 Craig Topper[AVX512] Bring vmovq instructions names into alignment...
2015-12-28 Craig Topper[X86] Move address for store target from outs to ins...
2015-12-28 Craig Topper[X86] Add proper Uses/Defs/mayLoad flags for AAA/AAD...
2015-12-27 Craig Topper[AVX512] Remove separate instruction and patterns for...
2015-12-27 Craig Topper[AVX512] Remove alternate data type versions of VALIGND...
2015-12-27 Igor BregerAVX512: Change VPMOVB2M DAG lowering , use CVT2MASK...
2015-12-27 Asaf Badouh[X86][AVX512] change broadcast to use maskable pattern
2015-12-27 Craig Topper[AVX-512] Remove alernate integer forms for VPERMILPS...
2015-12-27 David Majnemer[X86, Win64] Use a frame pointer if pushf is emitted
2015-12-26 Sanjay Patel[x86] lower calls to llvm.maxnum.v4f32 using maxps
2015-12-26 Craig Topper[X86] Fix an unused variable warning in released builds.
2015-12-26 Craig Topper[X86] Add support for printing shuffle comments for...
2015-12-26 Craig Topper[X86] Fold some variable declarations and initializatio...
2015-12-26 Craig Topper[X86] Fix shuffle decoding for variable VPERMIL to...
2015-12-25 Craig Topper[X86] Fix copy and paste typo from pasting from another...
next