[X86][AVX] Match broadcast loads through a bitcast
[oota-llvm.git] / test /
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 Tim NorthoverARM: support TLS accesses on Darwin platforms
2016-01-07 NAKAMURA Takumillvm/test/CodeGen/X86/statepoint-vector.ll REQUIRES...
2016-01-07 Philip ReamesOne more attempt at stablizing a test on all platforms.
2016-01-07 Philip Reames[Statepoints] Add test cases around vectors and stabliz...
2016-01-07 Haicheng Wu[AArch64 MachineCombine] Enhance/Add support for genera...
2016-01-07 Philip Reames[Statepoints] Initial support for relocating vectors...
2016-01-07 Dan Gohman[WebAssembly] Add -m:e to the target triple.
2016-01-07 Ahmed Bougacha[Linker] Also treat a DIImportedEntity scope DISubprogr...
2016-01-07 Quentin Colombet[ShrinkWrapping] Give up on irreducible CFGs.
2016-01-07 Teresa JohnsonAlways treat DISubprogram reached by DIImportedEntity...
2016-01-06 Mehdi AminiFix PR26051: Memcpy optimization should introduce a...
2016-01-06 Vedant Kumar[Bitcode] Remove superflous compatibility tests
2016-01-06 Justin BognerBitcode: Move these tests into compatibility.ll
2016-01-06 Weiming ZhaoRecommit r256952 "Filtering IR printing for print-after...
2016-01-06 Justin BognerBitcode: Fix reading and writing of ConstantDataVectors...
2016-01-06 Nicolai HaehnleAMDGPU/SI: Fix crash when inline assembly is used in...
2016-01-06 Chen Li[SplitLandingPadPredecessors] Create a PHINode for...
2016-01-06 Amaury SechetPromote aggregate store to memset when possible
2016-01-06 Sanjay Patel[LibCallSimplifier] use instruction-level fast-math...
2016-01-06 Quentin Colombet[X86] Correctly model TLS calls w.r.t. frame requirements.
2016-01-06 Nico WeberMake WinCOFFObjectWriter.cpp's timestamp writing not...
2016-01-06 Michael Kuperstein[ShrinkWrap] Fix FindIDom to only have one kind of...
2016-01-06 Weiming ZhaoRevert r256952 due to lit test fails.
2016-01-06 Dan Gohman[WebAssembly] Don't use range-based loop for a list...
2016-01-06 Weiming ZhaoFiltering IR printing for print-after-all/print-before-all
2016-01-06 Geoff BerryScheduleDAGInstrs: Bug fix for missed memory dependency.
2016-01-06 Dan Gohman[WebAssembly] Add -asm-verbose=false to llc tests.
2016-01-06 Amaury SechetRevert "GlobalsAA: Take advantage of ArgMemOnly, Inacce...
2016-01-06 Artyom SkrobovPR25754: avoid generating UDIVREM8_ZEXT_HREG nodes...
2016-01-06 Amaury SechetImprove load/store to memcpy for aggregate
2016-01-06 Simon Pilgrim[X86][SSE] There is no zmm addsubpd/addsubps instruction.
2016-01-06 Philip Reames[BasicAA] Remove special casing of memset_pattern16...
2016-01-06 Dan Gohman[SelectionDAGBuilder] Set NoUnsignedWrap for inbounds...
2016-01-05 Manuel Jacob[Statepoints] Check for the "gc-leaf-function" attribut...
2016-01-05 Sanjay Patel[LibCallSimplfier] use instruction-level fast-math...
2016-01-05 Nicolai HaehnleAMDGPU/SI: Do not move scratch resource register on...
2016-01-05 Amaury SechetImplement load to store => memcpy in MemCpyOpt for...
2016-01-05 Manuel JacobCorrect my last commit (revision 256860).
2016-01-05 Manuel Jacob[PlaceSafepoints] Add a test.
2016-01-05 Sanjay Patel[InstCombine] insert a new shuffle before its uses...
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 David Majnemer[SimplifyCFG] Further improve our ability to remove...
2016-01-05 David Majnemer[SimplifyCFG] Remove redundant catchpads
2016-01-05 Tom StellardAMDGPU/SI: Select non-uniform constant addrspace loads...
2016-01-05 Joseph Tremoulet[WinEH] Simplify unreachable catchpads
2016-01-05 David MajnemerRevert "[X86] Use push-pop for materializing small...
2016-01-05 Matthias BraunX86: Add a testcase for PR25951
2016-01-05 Matthias BraunMachineInstrBundle: Fix reversed isSuperRegisterEq...
2016-01-04 Nicolai HaehnleAMDGPU: add +xnack feature
2016-01-04 Chen Li[InstructionCombining] prepareICWorklistFromFunction...
2016-01-04 David Majnemer[LICM] Fix a small oversight introduced in r256763
2016-01-04 Philip Reames[MemoryBuiltins] Remove isOperatorNewLike by consolidat...
2016-01-04 Simon Pilgrim[X86][SSE] Ensure BLENDPD/BLENDPS/PBLEND inputs are...
2016-01-04 Aditya NandakumarRemove dead instructions before Redoing
2016-01-04 Geoff Berry[AArch64] Optimize some simple TBZ/TBNZ cases.
2016-01-04 David Majnemer[LICM] Don't insert instructions after a catchswitch...
2016-01-04 Joseph Tremoulet[WinEH] Update CoreCLR EH state numbering
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[LICM] Make instruction sinking funclet-aware
2016-01-03 Dimitry AndricFix one file that I didn't convert properly in r256707.
2016-01-03 Simon Pilgrim[X86][MMX] Regenerated vector insertion test.
2016-01-03 Simon Pilgrim[X86][SSE] Added tests for insertion of zero elements...
2016-01-03 Dimitry AndricFix several accidental DOS line endings in source files
2016-01-03 Simon Pilgrim[X86][SSE41] Added test cases for improving insertps...
2016-01-03 Simon Pilgrim[X86][SSE] Added v4f32 shuffle with zero tests
2016-01-02 Joseph Tremoulet[WinEH] Verify catchswitch handlers
2016-01-02 Joseph Tremoulet[WinEH] Tighten parentPad verifier checks
2016-01-02 Joseph Tremoulet[WinEH] Update catchrets with cloned successors
2016-01-01 David Majnemer[X86] Add intrinsics for reading and writing to the...
2015-12-31 Sanjay Patel[LibCallSimplifier] propagate FMF when shrinking binary...
2015-12-31 Sanjay Patel[LibCallSimplifier] propagate FMF when shrinking unary...
2015-12-31 Sanjay Patelchange function names to avoid accidentally matching...
2015-12-31 Sanjay Pateladd 'fast' attribute to calls to show that the flag...
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-30 Sanjay Patel[ValueTracking] fix bug computing isKnownToBeAPowerOfTw...
2015-12-29 Geoff Berry[JumpThreading] Fix opcode bonus in getJumpThreadDuplic...
2015-12-29 Michael Zuckerman[AVX512] add PSRLW Intrinsic
2015-12-29 James Y KnightFix gold test after r256465.
2015-12-28 Eric ChristopherAccept dwarf version 5 for CIE versions.
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 Manuel Jacob[RS4GC] Fix rematerialization of bitcast of bitcast.
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 PatelSpecify triple so 'make check' passes on darwin x86-64
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 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] Bring vmovq instructions names into alignment...
2015-12-27 Igor BregerAVX512: Change VPMOVB2M DAG lowering , use CVT2MASK...
2015-12-27 Chandler Carruth[attrs] Extract the pure inference of function attribut...
next