[WebAssembly] Don't perform the returned-argument optimization on constants.
[oota-llvm.git] / test / CodeGen / X86 /
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
2015-11-21 Simon Pilgrim[X86][SSE] Regenerate MINMAX tests
2015-11-21 Simon Pilgrim[X86][SSE] Regenerate PSUBUS tests
2015-11-21 Simon Pilgrim[X86][AVX] Regenerate AVX splat tests
2015-11-21 Simon Pilgrim[X86][AVX512] Added AVX512 VMOVLHPS/VMOVHLPS shuffle...
2015-11-21 Simon Pilgrim[X86][SSE] Legal XMM Register Class ordering for SSE1
2015-11-19 Reid Kleckner[WinEH] Disable most forms of demotion
2015-11-19 Simon Pilgrim[X86][SSE4A] Fix issue with EXTRQI shuffles not startin...
2015-11-19 Sanjay Patel[CGP] despeculate expensive cttz/ctlz intrinsics
2015-11-19 Hans WennborgX86: More efficient legalization of wide integer compares
2015-11-19 Elena DemikhovskyAVX-512: Fixed COPY_TO_REGCLASS for mask registers
2015-11-19 Simon Pilgrim[X86][AVX] Fix lowering of X86ISD::VZEXT_MOVL for 128...
2015-11-19 Igor BregerAVX512: Implemented encoding, intrinsics and DAG loweri...
2015-11-19 Elena DemikhovskyPointers in Masked Load, Store, Gather, Scatter intrinsics
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-19 Quentin Colombet[X86] Enable shrink-wrapping by default.
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-11-18 Simon Pilgrim[DAGCombiner] Vector constant folding for comparisons
2015-11-18 Asaf Badouh[X86][AVX512CD] add mask broadcast intrinsics
2015-11-18 Simon Pilgrim[X86][AVX] Added 256-bit shuffle splat tests.
2015-11-18 Rafael EspindolaStop producing .data.rel sections.
2015-11-18 Cong HouImproving edge probabilities computation when choosing...
2015-11-17 Simon Pilgrim[X86][AVX512] Added AVX512 SHUFP*/VPERMILP* shuffle...
2015-11-17 Simon Pilgrim[X86][AVX512] Added support for AVX512 UNPCK shuffle...
2015-11-17 Simon Pilgrim[X86][SSE] Share AVX1/AVX2 shuffle tests with AVX512...
2015-11-17 Reid Kleckner[WinEH] Move WinEHFuncInfo from MachineModuleInfo to...
2015-11-17 Pat GavlinLower statepoints with multi-def targets.
2015-11-17 Dan GohmanUse TargetRegisterInfo for printing MachineOperand...
2015-11-17 Igor BregerAVX512 : regenerate the test file against trunk.
2015-11-17 Rafael EspindolaDrop prelink support.
2015-11-16 Reid Kleckner[WinEH] Don't let UnwindHelp alias the return address
2015-11-16 Igor BregerAVX512: Implemented encoding and intrinsics for VMOVSHD...
2015-11-15 Igor BregerRevert r253160.
2015-11-15 Igor BregerAVX512: Implemented encoding and intrinsics for VMOVSHD...
2015-11-14 Simon Pilgrim[X86][SSE] Fixed arch/triple and regenerated results.
2015-11-14 Simon Pilgrim[X86][SSE] Added extra vector truncation tests
2015-11-14 Quentin Colombet[ShrinkWrapping] Disable the optimization for functions...
2015-11-13 Reid Kleckner[WinEH] Fix ESP management with 32-bit __CxxFrameHandler3
2015-11-13 Cong Hou[X86][SSE] Combine UNPCKL with vector_shuffle into...
2015-11-13 Reid KlecknerAdd missing triple to WinEH test case
2015-11-13 Reid Kleckner[WinEH] Make UnwindHelp a fixed stack object allocated...
2015-11-13 Vyacheslav KlochkovX86-FMA3: Implemented commute transformations FMA*_Int...
2015-11-12 Sanjay Patelspecify triple and tighten checks using update_llc_test...
2015-11-12 Quentin Colombet[ShrinkWrap] Make sure we do not mess up with EH funcle...
2015-11-12 James Molloy[SDAG] Introduce a new BITREVERSE node along with a...
2015-11-12 Matthias BraunLegalizeDAG: Fix and improve FCOPYSIGN/FABS legalization
next