[WebAssembly] Fix legalization of shift operators on large integer types.
[oota-llvm.git] / test / CodeGen / X86 /
2015-12-16 Eric ChristopherFix funciton->function typo.
2015-12-16 Michael Kuperstein[X86] Improve shift combining
2015-12-16 Chen LiRemove FileCheck from test case token_landingpad.ll.
2015-12-16 Chen LiFixed test case in rL255749: [SelectionDAGBuilder]...
2015-12-16 Chen Li[SelectionDAGBuilder] Adds support for landingpads...
2015-12-16 Philip Reames[IR] Add support for floating pointer atomic loads...
2015-12-15 Reid Kleckner[WinEH] Make llvm.x86.seh.recoverfp work on x64
2015-12-15 Sanjay Patel[x86] inline calls to fmaxf / llvm.maxnum.f32 using...
2015-12-15 David Majnemer[WinEH] Use operand bundles to describe call sites
2015-12-15 Michael Kuperstein[X86] MOVPC32r should only emit CFI adjustments when...
2015-12-15 Hans Wennborg[X86] Smaller code for materializing 32-bit 1 and ...
2015-12-15 Michael KupersteinDo not try to use i8 and i16 versions of FP_TO_U/SINT...
2015-12-15 Elena DemikhovskyType legalizer for masked gather and scatter intrinsics.
2015-12-14 Chih-Hung Hsieh[X86] Part 2 to fix x86-64 fp128 calling convention.
2015-12-14 Paul RobinsonFastISel needs to remove dead code when it bails out.
2015-12-12 Simon Pilgrim[X86][AVX512] Added support for VMOVQ shuffle comments
2015-12-12 Manuel JacobPartially fix memcpy / memset / memmove lowering in...
2015-12-12 Simon Pilgrim[X86][AVX] Tests tidyup
2015-12-12 David Majnemer[IR] Reformulate LLVM's EH funclet IR
2015-12-12 Chen Li[X86ISelLowering] Add additional support for multiplica...
2015-12-12 Chen LiRevert rL255391: [X86ISelLowering] Add additional suppo...
2015-12-11 Chen Li[X86ISelLowering] Add additional support for multiplica...
2015-12-11 Hal FinkelRevert r248483, r242546, r242545, and r242409 - absdiff...
2015-12-11 Matthias BraunCodeGen: Redo analyzePhysRegs() and computeRegisterLive...
2015-12-09 Quentin Colombet[X86] Enable shrink-wrapping by default, but keep it...
2015-12-09 Robert LougherFix cycle in selection DAG introduced by extractelement...
2015-12-09 Vyacheslav KlochkovX86-FMA3: Defined the ExeDomain property for Scalar...
2015-12-08 Simon Pilgrim[X86][AVX] Fold loads + splats into broadcast instructions
2015-12-08 Simon Pilgrim[X86][SSE4A] Added fast-isel intrinsics tests
2015-12-08 Simon Pilgrim[X86][SSSE3] Added fast-isel intrinsics tests
2015-12-08 Simon Pilgrim[X86][SSE3] Added fast-isel intrinsics tests
2015-12-08 Justin BognerIR: Allow vectors of halfs to be ConstantDataVectors
2015-12-08 Justin BognerAsmPrinter: Use emitGlobalConstantFP to emit elements...
2015-12-07 Simon PilgrimFix line endings
2015-12-07 Sanjay PatelTighten checks so we can see existing codegen
2015-12-07 Elena DemikhovskyVX-512: Fixed a bug in FP logic operation lowering
2015-12-07 Elena DemikhovskyAVX-512: Fixed masked load / store instruction selectio...
2015-12-07 Igor BregerAVX-512: implement kunpck intrinsics.
2015-12-07 Simon Pilgrim[X86][AVX] Added tests to load+broadcast non-zero'th...
2015-12-06 Keno Fischer[Verifier] Fix !dbg validation if Scope is the Subprogram
2015-12-06 Simon Pilgrim[X86][AVX] Tidied up BROADCASTPD/BROADCASTPS tests
2015-12-06 Sanjay Patel[x86] add missing maxnum/minnum tests for 256-bit vectors
2015-12-06 Asaf Badouh[X86][AVX512] add vmovss/sd missing encoding
2015-12-06 Michael Kuperstein[X86] Always generate precise CFA adjustments.
2015-12-06 Igor BregerAVX512: support AVX512BW Intrinsic in 32bit mode.
2015-12-05 Sanjay PatelAdd vector fmaxnum tests that correspond to the existin...
2015-12-05 Sanjay Patelfix typo; NFC
2015-12-05 Simon Pilgrim[X86][ADX] Added memory folding patterns and stack...
2015-12-05 Simon Pilgrim[X86][FMA4] Explicitly set the domain of FMA4 float...
2015-12-05 Cong HouNormalize successors' probabilities when building MBBs...
2015-12-04 Hans WennborgX86: Don't emit SAHF/LAHF for 64-bit targets unless...
2015-12-04 Manman Ren[CXX TLS calling convention] Add CXX TLS calling conven...
2015-12-04 Alexey BataevLEA code size optimization pass (Part 1): Remove redund...
2015-12-04 NAKAMURA TakumiMove llvm/test/CodeGen/Generic/function-alias.ll to...
2015-12-04 JF BastienX86InstrInfo::copyPhysReg: workaround reg liveness
2015-12-03 JF BastienCodeGen peephole: fold redundant phys reg copies
2015-12-03 Reid Kleckner[X86] Put no-op ADJCALLSTACK markers around all dynamic...
2015-12-03 Andrew KaylorMove branch folding test to a better location.
2015-12-02 Simon Pilgrim[X86][FMA] Optimize FNEG(FMUL) Patterns
2015-12-02 Asaf Badouh[X86][AVX512] add comi with Sae
2015-12-02 Quentin Colombet[X86] Make sure the prologue does not clobber EFLAGS...
2015-12-01 Quentin Colombet[X86] Make sure the prologue does not clobber EFLAGS...
2015-12-01 Elena DemikhovskyAVX-512: regenerated test for avx512 arithmetics, NFC
2015-12-01 Cong HouReplace all weight-based interfaces in MBB with probabi...
2015-12-01 Hans WennborgRevert r254348: "Replace all weight-based interfaces...
2015-12-01 Cong HouReplace all weight-based interfaces in MBB with probabi...
2015-11-30 Simon Pilgrim[X86][FMA4] Prefer FMA4 to FMA
2015-11-30 Cong Hou[X86] Update test/CodeGen/X86/avg.ll with the help...
2015-11-30 David Majnemer[X86] Add RIP to GR64_TCW64
2015-11-30 Igor BregerAVX512: regenerate avx512bw intrincics tests results.
2015-11-29 Craig Topper[X86] int_x86_avx2_permps and X86ISD::VPERMV should...
2015-11-29 Simon Pilgrim[X86][SSE] Added support for lowering to ADDSUBPS/ADDSU...
2015-11-28 Simon Pilgrim[X86][AVX] Regenerate ADDSUB tests
2015-11-28 Simon Pilgrim[X86][FMA] Added 512-bit tests to match 128/256-bit...
2015-11-28 Simon Pilgrim[X86][FMA] More thorough FMA tests
2015-11-28 Simon Pilgrim[X86][AVX2] Tidied up PBROADCAST tests
2015-11-26 Simon Pilgrim[X86][FMA] Begun adding AVX512 FMA tests
2015-11-26 Vyacheslav KlochkovX86-FMA3: Improved/enabled the memory folding optimizat...
2015-11-25 Eric ChristopherAccept any stack offset, including none, here.
2015-11-25 Eric ChristopherFix some places where we were assuming that memory...
2015-11-25 Simon Pilgrim[X86][AVX] Regenerate Splat OptSize tests
2015-11-25 Elena DemikhovskyAVX-512: Fixed a bug in VPERMT2* intrinsic.
2015-11-25 Hans WennborgRevert r253528: "[X86] Enable shrink-wrapping by default."
2015-11-24 Simon Pilgrim[X86][SSE] Regenerate PMUL tests
2015-11-24 Simon Pilgrim[X86][FMA] Optimize FNEG(FMA) Patterns
2015-11-24 Cong Hou[X86] Fix several issues related to X86's psadbw instru...
2015-11-24 Sanjay Patel[x86] remove duplicate movq instruction defs (PR25554)
2015-11-24 Cong HouLet SelectionDAG start to use probability-based interfa...
2015-11-24 Cong Hou[X86][SSE] Detect AVG pattern during instruction combin...
2015-11-24 Sanjay Patelminimize test case but still show the bug
2015-11-23 Sanjay Pateladded comment (using freshly updated update_llc_test_ch...
2015-11-23 Sanjay Patel[x86] add test to show suboptimal codegen (PR25554)
2015-11-23 Andy AyersfindDeadCallerSavedReg needs to pay attention to callin...
2015-11-23 James Y KnightMake utils/update_llc_test_checks.py note that the...
2015-11-22 Simon Pilgrim[X86][FMA] Regenerate tests.
2015-11-22 Simon Pilgrim[X86][AVX] Added load splat tests.
2015-11-22 Elena DemikhovskyAVX-512: Optimized INSERT_SUBVECTOR for i1 vector types
2015-11-21 Simon Pilgrim[MachineInstrBuilder] Support for adding a ConstantPool...
2015-11-21 Simon Pilgrim[X86][SSE] Added SSE2 PSUBUS tests
2015-11-21 Simon Pilgrim[X86][SSE] Regenerate TRUNC-SEXT tests
next