[AVX512] Implemented AVX512VL FP bnary packed instructions (VADDP*, VSUBP*, VMULP...
[oota-llvm.git] / lib / Target / X86 /
2014-10-29 Robert Khasanov[AVX512] Implemented AVX512VL FP bnary packed instructi...
2014-10-28 Robert Khasanov[AVX512] Fix VSQRT packed instructions internal names.
2014-10-28 Robert Khasanov[AVX512] Extended avx512_sqrt_packed (sqrt instructions...
2014-10-28 Robert Khasanov[AVX-512] Expanded rsqrt/rcp instructions to VL subset.
2014-10-28 Robert Khasanov[AVX512] Removed special case for cmp instructions...
2014-10-28 Robert Khasanov[x86] Simplify vector selection if condition value...
2014-10-28 Robert Khasanov[AVX512] Bring back vector-shuffle lowering support...
2014-10-28 Reid KlecknerX86: Implement the vectorcall calling convention
2014-10-27 Adam Nemet[AVX512] Add vpermil variable version
2014-10-27 Adam Nemet[AVX512] Clean up avx512_perm_imm to use X86VectorVTInfo
2014-10-27 Adam Nemet[AVX512] Derive vpermil* from avx512_perm_imm
2014-10-27 Adam Nemet[AVX512] Fix copy-and-paste bugs in vpermil
2014-10-27 Pete CooperFix a stackmap bug introduced in r220710.
2014-10-27 Pete CooperStackmap shadows should consider call returns a branch...
2014-10-27 Yuri Gorshenin[asan-asm-instrumentation] Added comment describing...
2014-10-26 Elena DemikhovskyAVX-512: Fixed encoding of VPBROADCASTM and added SKX...
2014-10-25 Simon Pilgrim[X86][SSE] Vector integer/float conversion memory folding
2014-10-24 Kevin EnderbyFix a Mach-O assembler segfault for a subtraction expre...
2014-10-24 Simon Pilgrim[X86][SSE] Bitcast assertion in XFormVExtractWithShuffl...
2014-10-24 Sanjay PatelAllow AVX vrsqrtps generation.
2014-10-24 Sanjay PatelUse rsqrt (X86) to speed up reciprocal square root...
2014-10-24 Adam Nemet[AVX512] FMA support for the 231 variants
2014-10-24 Adam Nemet[AVX512] Introduce fma3p_forms from AVX
2014-10-23 Ahmed Bougacha[X86] Improve mul w/ overflow codegen, to MUL8+SETO.
2014-10-21 Matt ArsenaultAdd minnum / maxnum codegen
2014-10-21 NAKAMURA TakumiX86AsmInstrumentation.cpp: Dissolve initializer-ranged...
2014-10-21 Yuri Gorshenin[asan-asm-instrumentation] Fixed memory accesses with...
2014-10-21 Rafael EspindolaFix a bit of confusion about .set and produce more...
2014-10-20 Quentin Colombet[X86] Fix a bug in the lowering of the mask of VSELECT.
2014-10-20 Simon Pilgrim[X86] Memory folding for commutative instructions ...
2014-10-17 Andrea Di Biagio[X86] Fix missed selection of non-temporal store of...
2014-10-15 Adam Nemet[AVX512] Add DQ subvector inserts
2014-10-15 Adam Nemet[AVX512] Two new attributes in X86VectorVTInfo for...
2014-10-15 Adam Nemet[AVX512] Rename arg from Opcode32/64 to Opcode128/256...
2014-10-15 Rafael EspindolaSimplify handling of --noexecstack by using getNonexecu...
2014-10-15 Rafael EspindolaMove getNonexecutableStackSection up to the base ELF...
2014-10-14 Simon Pilgrim[X86][SSE] pslldq/psrldq shuffle mask decodes
2014-10-14 Hans Wennborg[x86 asm] allow fwait alias in both At&t and Intel...
2014-10-14 Robert Khasanov[AVX512] Extended avx512_binop_rm to DQ/VL subsets.
2014-10-14 Robert Khasanov[AVX512] Extended avx512_binop_rm to BW/VL subsets.
2014-10-13 Filipe CabecinhasFix a broadcast related regression on the vector shuffl...
2014-10-13 Yuri Gorshenin[asan-asm-instrumentation] Follow-up fixes to r219602...
2014-10-13 Yuri Gorshenin[asan-asm-instrumentation] Fixed memory references...
2014-10-13 NAKAMURA TakumiRevert r219584, "[X86] Memory folding for commutative...
2014-10-12 Simon Pilgrim[X86] Memory folding for commutative instructions.
2014-10-11 Simon PilgrimTest commit access (email fix)
2014-10-11 Benjamin KramerMC: Bit pack MCSymbolData.
2014-10-11 Simon PilgrimTest commit access
2014-10-10 Chandler CarruthDon't use an unqualified 'abs' function call with a...
2014-10-09 Robert Khasanov[AVX512] Extended avx512_binop_rm for AVX512VL subsets.
2014-10-08 Adam Nemet[AVX512] Rename AVX512_masking* to AVX512_maskable*
2014-10-08 Adam Nemet[AVX512] Intrinsics for vextract*x4
2014-10-08 Adam Nemet[AVX512] Add asm-only support for vextract*x4 masking...
2014-10-08 Adam Nemet[AVX512] Move DAG for all-zero node to X86VectorVTInfo
2014-10-08 Adam Nemet[AVX512] Peel off an asm-only class from AVX512_masking...
2014-10-08 Robin Morisset[X86] Don't transform atomic-load-add into an inc/dec...
2014-10-08 Robin Morisset[X86] Avoid generating inc/dec when slow for x.atomic_s...
2014-10-08 Robert Khasanov[AVX512] Added intrinsics for 128-, 256- and 512-bit...
2014-10-08 Robert Khasanov[AVX512] Refactoring of avx512_binop_rm multiclass...
2014-10-08 Eric ChristopherCache TargetLowering on SelectionDAGISel and update...
2014-10-07 Robin Morisset[X86] Fix a bug with fetch_add(INT32_MIN)
2014-10-07 Yuri Gorshenin[asan-asm-instrumentation] CFI directives are generated...
2014-10-07 Craig Topper[X86] Fix a bug where the disassembler was ignoring...
2014-10-07 Craig TopperFormatting fixes. Most putting 'else' on the same line...
2014-10-07 Craig TopperFix filename in header and use C++ version of the C...
2014-10-06 Benjamin KramerX86: Drop the isConvertibleTo3Addr bit from shufps...
2014-10-06 Eric ChristopherAdd subtarget caches to aarch64, arm, ppc, and x86.
2014-10-05 Chandler Carruth[x86] Remove the 2-addr-to-3-addr "optimization" from...
2014-10-05 Benjamin KramerX86: Don't drop half of the mask when converting 2...
2014-10-05 Elena DemikhovskyAVX-512-SKX: Added instruction VPMOVM2B/W/D/Q.
2014-10-05 Chandler Carruth[x86] Fix PR21139, one of the last remaining regression...
2014-10-05 Chandler Carruth[x86] Teach the new vector shuffle lowering how to...
2014-10-04 Chandler Carruth[x86] Enable the new vector shuffle lowering by default.
2014-10-04 Chandler Carruth[x86] Fix a bug in the VZEXT DAG combine that I just...
2014-10-04 Chandler Carruth[x86] Sink a generic combine of VZEXT nodes from the...
2014-10-03 Chandler Carruth[x86] Add a really preposterous number of patterns...
2014-10-03 Chandler Carruth[x86] Adjust the patterns for lowering X86vzmovl nodes...
2014-10-03 Adam Nemet[ISel] Keep matching state consistent when folding...
2014-10-03 Chandler Carruth[x86] Teach the new vector shuffle lowering to aggressi...
2014-10-03 Chandler Carruth[x86] Refactor the element insertion logic in the new...
2014-10-03 Chandler Carruth[x86] Significantly improve the ability of the new...
2014-10-03 Chandler Carruth[x86] Unbreak SSE1 with the new vector shuffle lowering...
2014-10-02 Adam Nemet[AVX512] Pull pattern for subvector insert into the...
2014-10-02 Adam Nemet[AVX512] Refactor subvector inserts
2014-10-02 Adam Nemet[AVX512] Fix i256mem->f256mem typo in VINSERTF64x4rm
2014-10-02 Juergen Ributzka[Stackmaps] Make ithe frame-pointer required for stackmaps.
2014-10-02 Chandler Carruth[x86] Teach the new vector shuffle lowering to widen...
2014-10-01 Chandler Carruth[x86] Improve and correct how the new vector shuffle...
2014-10-01 Sanjay PatelLower FNEG ( FABS (x) ) -> FNABS (x) [X86 codegen]...
2014-10-01 Eric Christopherconstify TargetMachine parameter for X86TargetLowering.
2014-10-01 Sanjay PatelDon't repeat function/variable name in comment. NFC.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Chandler Carruth[x86] Fix a few more tiny patterns with the new vector...
2014-10-01 Chandler Carruth[x86] Delete some extraneous logic from the new vector...
2014-10-01 Nick LewyckyFix typo in comment from r218733
2014-10-01 Chandler Carruth[x86] Teach the new vector shuffle lowering to be even...
2014-10-01 Chandler Carruth[x86] Hoist the zext-lowering up in the v4i32 lowering...
2014-10-01 Adam Nemet[AVX512] Remove space before \t in AsmStrings.
next