Change memcpy/memset/memmove to have dest and source alignments.
[oota-llvm.git] / test / CodeGen / X86 /
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
2015-11-12 Manman Ren[TLS on Darwin] use a different mask for tls calls...
2015-11-11 Reid Kleckner[WinEH] Don't forward branches across empty EH pad BBs
2015-11-11 Joseph Tremoulet[WinEH] Only generate UnwindHelp slot for MSVCXX
2015-11-11 Michael Kuperstein[X86] Replace LEAs with INC/DEC when profitable
2015-11-10 Reid Kleckner[WinEH] Insert the MBB for EH_RESTORE after the catchret
2015-11-10 Michael Kuperstein[X86] Do not try to custom-lower sitofp/fptosi in soft...
2015-11-10 Sanjay Pateladd 'MustReduceDepth' as an objective/cost-metric for...
2015-11-10 Igor BregerAVX512 : Implemented encoding and DAG lowering for...
2015-11-10 Andy AyersSupport for emitting inline stack probes
2015-11-09 David Majnemer[WinEH] Don't emit CATCHRET from visitCatchPad
2015-11-09 Sanjay Patelspecify triple so Windows bots won't be sad
2015-11-09 Sanjay Patel[x86] try harder to match bitwise 'or' into an LEA
2015-11-09 Reid Kleckner[WinEH] Tweak funclet prologue/epilogue insertion to...
2015-11-08 David Majnemer[WinEH] Update PHIs of CATCHRET successors
2015-11-06 Ahmed Bougacha[X86] Fold (trunc (i32 (zextload i16))) into vbroadcast.
2015-11-06 Ahmed Bougacha[X86] SRL non-LSB extracts when folding to truncating...
2015-11-06 Ahmed Bougacha[X86] Don't fold non-LSB extracts into truncating broad...
2015-11-06 Quentin Colombet[ShrinkWrapping] Teach shrink-wrapping how to analyze...
2015-11-06 Andrew KaylorImproved the operands commute transformation for X86...
2015-11-06 Reid Kleckner[WinEH] Mark funclet entries and exits as clobbering...
2015-11-06 Rafael EspindolaBring r252305 back with a test fix.
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-11-05 Reid Kleckner[WinEH] Fix funclet prologues with stack realignment
2015-11-05 Petar JovanovicAdd cfi instr for CFA calculation when movpc is expande...
2015-11-05 Asaf Badouhrevert rev. 252153 due to build failure on ubuntu
2015-11-05 Asaf Badouh[X86][AVX512] add comi with Sae
2015-11-04 Quentin Colombet[x86] Teach the shrink-wrapping hooks to do the proper...
2015-11-04 Simon Pilgrim[X86][SSE] Add general memory folding for (V)INSERTPS...
2015-11-04 Andrew KaylorCreated new X86 FMA3 opcodes (FMA*_Int) that are used...
2015-11-04 Michael Kuperstein[X86] DAGCombine should not introduce FILD in soft...
2015-11-04 Igor Laevsky[StatepointLowering] Remove distinction between call...
2015-11-03 Simon Pilgrim[X86][AVX] Tweaked shuffle stack folding tests
2015-11-03 Simon Pilgrim[X86][AVX512] Fixed shuffle test name to match shuffle
2015-11-03 Simon Pilgrim[X86][XOP] Add support for the matching of the VPCMOV...
2015-11-03 Rafael EspindolaRemove unnecessary dependency on section and string...
2015-11-03 Michael Kuperstein[X86] Generate .cfi_adjust_cfa_offset correctly when...
2015-11-02 Cong HouIn MachineBlockPlacement, filter cold blocks off the...
2015-11-02 James Y KnightFix two issues in MergeConsecutiveStores:
2015-11-02 Igor BregerAVX512: Implemented encoding and intrinsics for VBROADC...
2015-11-02 Craig Topper[X86] Don't pass a scale value of 0 to scatter/gather...
2015-11-01 Elena DemikhovskyAVX-512: Optimized SIMD truncate operations for AVX512F...
2015-10-29 Simon Pilgrim[X86][SSE] Added load+sext tests for 16i1->16i8 and...
2015-10-29 Simon Pilgrim[X86][SSE] Shuffle blends with zero
2015-10-27 Simon Pilgrim[X86][AVX512] Test UNPCK with non-sequential scalars
2015-10-27 Sanjay PatelUse the 'arcp' fast-math-flag when combining repeated...
2015-10-27 Asaf Badouh[X86][AVX512] [X86][AVX512] add convert float to half
2015-10-27 Michael Kuperstein[X86] Make elfiamcu an OS, not an environment.
2015-10-27 Sanjay Patel[x86] replace integer logic ops with packed SSE FP...
2015-10-27 Steve KingFix llc crash processing S/UREM for -Oz builds caused...
2015-10-26 Sanjay Pateladd FP logic test cases to show current codegen (PR22428)
2015-10-26 Chandler Carruth[x86] Make the vselect-minmax test 2x to 3x faster...
2015-10-26 Igor Bregerfix test errors (on windows) for commit r251287
2015-10-26 Igor BregerAVX512: Enabled VPBROADCASTB lowering for v64i8 vectors.
2015-10-26 Igor BregerAVX-512: Use correct extract vector length.
2015-10-26 Igor BregerAVX512: Add AVX-512 not materializable instructions.
2015-10-25 Simon Pilgrim[X86][AVX] Regenerate tests.
2015-10-25 Simon Pilgrim[X86][SSE4A] Fix for EXTRQI shuffle lowering.
2015-10-25 Simon Pilgrim[X86][SSE] Refreshed tests (missing AVX512 patterns)
2015-10-25 Elena DemikhovskyScalarizer for masked.gather and masked.scatter intrinsics.
2015-10-25 Simon Pilgrim[X86][SSE] Added tests for shuffling through bitcasts.
2015-10-25 Simon Pilgrim[X86][SSE] vector sext/zext tests - remove unnecessary...
2015-10-25 Simon Pilgrim[X86][SSE] shift/rotate tests - remove unnecessary...
2015-10-25 Simon Pilgrim[X86] PMOV*X* tests - remove unnecessary mcpu arguments...
2015-10-25 Simon Pilgrim[X86] Stack folding tests - just use mtriple - no need...
2015-10-25 Michael Kuperstein[X86] Use correct calling convention for MCU psABI...
2015-10-24 Simon Pilgrim[X86][SSE] Use lowerVectorShuffleWithUNPCK instead...
2015-10-24 Simon PilgrimRemoved old FIXME - we do generate movddup for SSE3...
2015-10-24 Simon Pilgrim[DAGCombiner] Generalize masking of constant rotates.
2015-10-24 Hans WennborgX86ISelLowering: Support tail calls to/from callee...
2015-10-24 Simon Pilgrim[X86][XOP] Add support for lowering vector rotations
next