[X86] Never hoist the shift value of a shift instruction.
[oota-llvm.git] / test / CodeGen / X86 /
2014-04-30 Michael Zolotukhin[X86] Never hoist the shift value of a shift instruction.
2014-04-29 Reid KlecknerImplement X86 code generation for musttail
2014-04-29 Tim NorthoverX86: emit hidden stubs into a proper non_lazy_symbol_po...
2014-04-29 Elena DemikhovskyAVX-512: optimized a shuffle pattern to VINSERTI64x4.
2014-04-27 Benjamin KramerX86: If SSE4.1 is missing lower SMUL_LOHI of v4i32...
2014-04-27 Benjamin KramerSelectionDAG: Aggressively fold shuffles of constant...
2014-04-26 Benjamin KramerDAGCombiner: Simplify code a bit, make more transforms...
2014-04-26 Benjamin KramerX86: Lower SMUL_LOHI of v4i32 to pmuldq when SSE4.1...
2014-04-26 Benjamin KramerX86: Add patterns for MULHU/MULHS of v8i16 and v16i16.
2014-04-26 Benjamin KramerDAGCombiner: Turn divs of vector splats into vectorized...
2014-04-26 Michael ZolotukhinRevert r206749 till a final decision about the intrinsi...
2014-04-26 Juergen Ributzka[DAG] During DAG legalization keep opaque constants...
2014-04-26 Quentin Colombet[X86] Implement TargetLowering::getScalingFactorCost...
2014-04-26 Filipe CabecinhasAppease the almighty buildbots.
2014-04-25 Filipe CabecinhasOptimization for certain shufflevector by using insertps.
2014-04-24 Benjamin KramerX86: Don't transform shifts into ands when the sign...
2014-04-24 Reid KlecknerAdd 'musttail' marker to call instructions
2014-04-24 Reid KlecknerFix rdtsc.ll test to match r8 on win64
2014-04-24 Andrea Di Biagio[X86] Add support for Read Time Stamp Counter x86 built...
2014-04-24 Benjamin KramerX86: Emit test instead of constant shift + compare...
2014-04-23 Saleem AbdulrasoolMC: honour IMAGE_SCN_CNT_INITIALIZED_DATA
2014-04-22 Elena DemikhovskyAVX-512: store and truncstore for i1 values
2014-04-22 Lang Hames[X86] Don't use BZHI for short masks (>=32 bits). Thank...
2014-04-21 Michael ZolotukhinReapply r206732. This time without optimization of...
2014-04-21 NAKAMURA Takumillvm/test/CodeGen/X86/bmi.ll: Relax expressions for...
2014-04-21 Lang Hames[X86] ISEL (and X, <constant mask>) to BZHI when BMI2...
2014-04-21 Chandler CarruthRevert r206732 which is causing llc to crash on most...
2014-04-21 Michael ZolotukhinImplement builtins for safe division: safe.sdiv.iN...
2014-04-19 Duncan P. N. Exon... Revert "blockfreq: Temporarily turn on -debug-only...
2014-04-19 Duncan P. N. Exon... blockfreq: Temporarily turn on -debug-only=block-freq
2014-04-19 Yaron KerenPatch by Vadim Chugunov
2014-04-18 Yaron KerenExpanded test for x86-pc-windows-gnu and x86_64-pc...
2014-04-18 Adam Nemet[X86] Improve buildFromShuffleMostly for AVX
2014-04-18 Duncan P. N. Exon... Add some target triples for better determinism
2014-04-18 Benjamin KramerX86: Pattern match scalar loads + vcvtph2ps into just...
2014-04-17 Josh Magee[stack protector] Make the StackProtector pass respect...
2014-04-15 Andrea Di Biagio[X86] Improve the lowering of packed shifts by constant...
2014-04-15 Robert LougherRevert r191049/r191059 as it can produce wrong code...
2014-04-15 Quentin Colombet[Register Coalescer] Add a test case for 206060.
2014-04-12 Hal FinkelAdd the ability to use GEPs for address sinking in CGP
2014-04-11 Quentin Colombet[RegAllocGreedy][Last Chance Recoloring] Change the...
2014-04-11 Quentin Colombet[RegAllocGreedy][Last Chance Recoloring] Addition of
2014-04-10 Reid KlecknerMove the segmented stack switch to a function attribute
2014-04-10 Josh Magee[stack protector] Refactor and clean-up test. No funct...
2014-04-10 Jim GrosbachX86: Tighten up test.
2014-04-09 Jim GrosbachAdd support for load folding of avx1 logical instructions
2014-04-09 Jim GrosbachSelectionDAG: Don't constant fold target-specific nodes.
2014-04-09 Elena DemikhovskyAVX-512: insert element to mask vector; store i1 data
2014-04-08 Elena DemikhovskyAVX-512: Added fp_to_uint and uint_to_fp patterns.
2014-04-06 NAKAMURA TakumiQuick fix: Triple::isOSMSVCRT() should be false for...
2014-04-04 Quentin Colombet[RegAllocGreedy][Last Chance Recoloring] Emit diagnosti...
2014-04-04 Quentin ColombetRevert r205599, the commit was not intended to have...
2014-04-04 Quentin Colombet[RegAllocGreedy][Last Chance Recoloring] Emit diagnosti...
2014-04-03 NAKAMURA Takumillvm/test/CodeGen/X86/peephole-multiple-folds.ll: Relax...
2014-04-03 Richard TrieuFix test case.
2014-04-02 Lang Hames[CodeGen] Teach the peephole optimizer to remember...
2014-04-02 Juergen RibutzkaAdd comments and test case for [DAG] Keep the opaque...
2014-04-01 Reid KlecknerSupport segmented stacks on Win64
2014-04-01 Alexey Volkov[x86] Do not convert to cmp32 for Atom arch by Sergey...
2014-03-31 Juergen Ributzka[Stackmaps] Update the stackmap format to use 64-bit...
2014-03-31 Yaron KerenTwo updated tests for MinGW 32 and 64 exception handlin...
2014-03-28 Akira Hatanaka[x86] Fix printing of register operands with q modifier.
2014-03-28 David MajnemerX86: Disable IsLegalToCallImmediateAddr for Win32
2014-03-27 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-27 Elena DemikhovskyAVX-512: Implemented masking for integer arithmetic...
2014-03-26 Ekaterina RomanovaThis is a fix for PR# 19051. I noticed code gen differe...
2014-03-26 Jim GrosbachFix for incorrect address sinking in the presence of...
2014-03-26 Hans WennborgRevert "X86 memcpy lowering: use "rep movs" even when...
2014-03-26 Cameron McInallyFix AVX512 Gather and Scatter execution domains.
2014-03-26 Renato GolinAdd @llvm.clear_cache builtin
2014-03-26 Rafael EspindolaRevert "Prevent alias from pointing to weak aliases."
2014-03-26 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-26 Quentin Colombet[X86] Add broadcast instructions to the table used...
2014-03-25 Adam Nemet[X86] Generate VPSHUFB for in-place v16i16 shuffles
2014-03-25 Cameron McInallyFix AVX2 Gather execution domains.
2014-03-25 David MajnemerWinCOFF: Add support for -fdata-sections
2014-03-24 Quentin Colombet[X86][ISelDAG] Add missing fallback patterns for avx2...
2014-03-23 David MajnemerWinCOFF: Add support for -ffunction-sections
2014-03-22 Andrea Di Biagio[DAG] Fix an assertion failure caused by an invalid...
2014-03-21 Manman RenRegister allocator: add condition to hoist a spill...
2014-03-21 Rafael EspindolaMove codegen test over to MC.
2014-03-21 Rafael EspindolaConvert test to using cfi.
2014-03-21 Rafael EspindolaRemove redundant test.
2014-03-21 Rafael EspindolaSplit out the MC part of this test.
2014-03-21 Juergen Ributzka[Constant Hoisting] Make the constant materialization...
2014-03-21 Rafael EspindolaConvert a CodeGen test into a MC test.
2014-03-21 Rafael EspindolaPort test to cfi.
2014-03-20 Rafael EspindolaConvert another CodeGen test into a MC test.
2014-03-20 Rafael EspindolaRemove unused options from test.
2014-03-20 Juergen RibutzkaRevert "[Constant Hoisting] Extend coverage of the...
2014-03-20 Juergen Ributzka[Constant Hoisting] Extend coverage of the constant...
2014-03-18 Hans WennborgX86 memcpy lowering: use "rep movs" even when esi is...
2014-03-18 Michael ZolotukhinFix test lsr-normalization.ll broken in r204161.
2014-03-18 Michael ZolotukhinAdd stride normalization to SCEV Normalize/Denormalize...
2014-03-18 Andrea Di Biagio[DAGCombiner] teach how to simplify xor/and/or nodes...
2014-03-17 Matt ArsenaultMake DAGCombiner work on vector bitshifts with constant...
2014-03-17 Adam Nemet[VectorLegalizer/X86] Don't unvectorize fp_to_uint...
2014-03-17 Lang Hames[X86] New and improved VZeroUpperInserter optimization.
2014-03-14 Adrian PrantlRe-add checks that were in this testcase before it...
2014-03-13 Rafael EspindolaRemove the linker_private and linker_private_weak linkages.
next