Fix crash when printing instructions that have a metadata attached but no parent.
[oota-llvm.git] / lib / Target /
2016-01-07 JF BastienWebAssembly: update expected failures, assert got resol...
2016-01-07 Derek Schuff[WebAssembly] Support combining GEP and FrameIndex...
2016-01-07 Dan Gohman[WebAssembly] Use the default private label prefixes.
2016-01-07 Nicolai HaehnleAMDGPU/SI: Fold operands with sub-registers
2016-01-07 Nicolai HaehnleAMDGPU/SI: xnack_mask is always reserved on VI
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 Amjad AboudAdded support for macro emission in dwarf (supporting...
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 Dylan McKayAdded AVRTargetObjectFile class and AVR.h
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 Tim NorthoverARM: support TLS accesses on Darwin platforms
2016-01-07 Jonas Paulsson[SystemZ] Add hasSideEffects flag on Serialize instruction.
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-07 Haicheng Wu[AArch64 MachineCombine] Enhance/Add support for genera...
2016-01-07 Dan Gohman[WebAssembly] Add -m:e to the target triple.
2016-01-06 Simon Pilgrim[X86] Determine if target shuffle can contain zero...
2016-01-06 Nicolai HaehnleAMDGPU/SI: Fix crash when inline assembly is used in...
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 Dan Gohman[WebAssembly] Don't use range-based loop for a list...
2016-01-06 JF BastienWebAssembly: add missing expected failures exposed...
2016-01-06 JF BastienWebAssembly: add new expected failures exposed by r256890
2016-01-06 Krzysztof Parzyszek[Hexagon] Add system instructions for cache manipulation
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-06 Philip ReamesExtract helper function to merge MemoryOperand lists...
2016-01-06 Junmo ParkDelete trailing whitespace; NFC
2016-01-06 Junmo ParkDelete trailing whitespace; NFC
2016-01-05 Nicolai HaehnleAMDGPU/SI: Do not move scratch resource register on...
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 MinSeong Kim[AArch64] Add support for Samsung Exynos-M1
2016-01-05 Junmo ParkRemove extra whitespace. NFC.
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 Matt ArsenaultAMDGPU: Remove redundant let mayLoad = 1
2016-01-05 Tom StellardAMDGPU/SI: Select non-uniform constant addrspace loads...
2016-01-05 David MajnemerRevert "[X86] Use push-pop for materializing small...
2016-01-05 Tom StellardAMDGPU/SI: Consolidate FLAT patterns
2016-01-05 Matthias BraunMachineInstrBundle: Fix reversed isSuperRegisterEq...
2016-01-04 Nicolai HaehnleAMDGPU: add +xnack feature
2016-01-04 Simon Pilgrim[X86][SSE] Ensure BLENDPD/BLENDPS/PBLEND inputs are...
2016-01-04 Tom StellardAMDGPU/SI: Move VI SMEM pattern back into VIInstructions.td
2016-01-04 Geoff Berry[AArch64] Optimize some simple TBZ/TBNZ cases.
2016-01-04 Nicolai HaehnleAMDGPU: Avoid assertions after SGPR spilling failed
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 Craig TopperUse std::is_sorted and std::none_of instead of manual...
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-31 Craig Topper[TableGen] Modify the AsmMatcherEmitter to only apply...
2015-12-29 Sanjay Pateluse range-based for-loops; NFCI
2015-12-29 Michael Zuckerman[AVX512] add PSRLW Intrinsic
2015-12-29 Craig Topper[TableGen] Remove MnemonicContainsDot from AsmParser...
2015-12-29 Craig Topper[X86] Remove declaration of ATTAsmParser. Its equivalen...
2015-12-28 Artyom Skrobov[Thumb] Fix assembler error 'cannot honor width suffix...
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 Roman DivackySupport clrex instruction on ARMv6k. Patch by Andrew...
2015-12-28 Michael Kuperstein[X86] Better support for the MCU psABI (LLVM part)
2015-12-28 Alexander KornienkoRefactor: Simplify boolean conditional return statement...
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...
next