Fix crash when printing instructions that have a metadata attached but no parent.
[oota-llvm.git] / lib / Target / X86 /
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...
2015-12-25 Craig Topper[X86] Put back the include path to the main X86 sources...
2015-12-25 Craig Topper[X86] Remove X86CodeGen dependency from the AsmParser...
2015-12-25 Craig Topper[X86] Move getX86SubSuperRegisterOrZero to X86MCTargetD...
2015-12-25 Craig TopperRemove extra forward declarations and scrub includes...
2015-12-25 Craig Topper[X86] Move AVX512 STATIC_ROUNDING enum to X86BaseInfo...
2015-12-25 Craig Topper[X86] Replace MVT::SimpleValueType in the AsmParser...
2015-12-25 Craig Topper[X86] Don't pass the default value to the High argument...
2015-12-25 Craig Topper[X86] getX86SubSuperRegisterOrZero shouldn't call getX8...
2015-12-25 Craig Topper[X86] Add missing X86II::MRM_C4, MRM_C5, etc. encodings...
2015-12-25 Craig Topper[X86] Use assert instead of if and llvm_unreachable...
2015-12-25 Craig Topper[X86] Minor identation fixes. NFC
2015-12-24 Marina Yatsina[X86][ms-inline asm] Add support for memory operands...
2015-12-24 Asaf Badouh[X86][PKU] Add {RD,WR}PKRU encoding
2015-12-24 Elena DemikhovskyAVX-512: Kreg set 0/1 optimization
2015-12-24 Igor BregerAVX512: VPMOVM2B/W/D/Q intrinsic implementation.
2015-12-23 Simon Pilgrim[X86][AVX] Only shuffle the lower half of vectors if...
2015-12-23 Igor BregerAVX512BW: Enable packed word shift for 512bit vector...
2015-12-22 Asaf Badouh[X86][AVX512] Add rcp14 and rsqrt14 intrinsics
2015-12-21 Eric ChristopherFix line endings after r256155. NFC.
2015-12-21 David Majnemer[MC, COFF] Support link /incremental conditionally
2015-12-21 Cong Hou[X86][SSE] Transform truncations between vectors of...
2015-12-21 Igor BregerAVX512BW: Enable AND/OR/XOR vector byte/word paked...
2015-12-21 Amjad AboudImplemented Support of IA interrupt and exception handlers:
2015-12-21 NAKAMURA Takumi[Cygwin] Enable TLS as emutls.
2015-12-20 Craig Topper[X86] Use range-based for loop. NFC
2015-12-20 Craig Topper[X86] Prevent constant hoisting for a couple compare...
2015-12-17 Hans Wennborg[X86] Use push-pop for materializing small constants...
2015-12-17 Alexey Bataev[X86] Add option for enabling LEA optimization pass...
2015-12-16 Michael Kuperstein[X86] Improve shift combining
2015-12-15 Reid Kleckner[WinEH] Make llvm.x86.seh.recoverfp work on x64
2015-12-15 Hans WennborgFix "Not having LAHF/SAHF" assert.
2015-12-15 Sanjay Patel[x86] inline calls to fmaxf / llvm.maxnum.f32 using...
2015-12-15 Reid Kleckner[WinEH] Remove unused intrinsic llvm.x86.seh.restoreframe
next