AVX-512: added cost for some AVX-512 instructions
[oota-llvm.git] / test / CodeGen /
2014-09-16 Juergen Ributzka[FastISel][AArch64] Add vector support to argument...
2014-09-16 Chandler Carruth[x86] As a follow-up to r217819, don't check for VSELEC...
2014-09-16 Chandler Carruth[x86] Add the beginnings of a proper DAG combine to...
2014-09-15 Juergen Ributzka[FastISel][AArch64] Add missing test case for previous...
2014-09-15 Juergen Ributzka[FastISel][AArch64] Lower sin/cos/pow to runtime lib...
2014-09-15 Rafael EspindolaAdd back tests for empty function in SPARC and PowerPC.
2014-09-15 Juergen Ributzka[FastISel][AArch64] Add lowering support for frem.
2014-09-15 Juergen Ributzka[FastISel][AArch64] Improve floating-point compare...
2014-09-15 Reed KotlerAdd mips32 r1 to the list of supported targets for...
2014-09-15 NAKAMURA Takumillvm/test/CodeGen/X86/peephole-fold-movsd.ll: Relax...
2014-09-15 Rafael EspindolaAdd a triple to fix the bots.
2014-09-15 Rafael EspindolaFix a lot of confusion around inserting nops on empty...
2014-09-15 Quentin Colombet[CodeGenPrepare][AddressingModeMatcher] Fix a think...
2014-09-15 Akira Hatanaka[X86] Fix a bug in X86's peephole optimization.
2014-09-15 Matt ArsenaultR600/SI: Prefer selecting more e64 instruction forms.
2014-09-15 Matt ArsenaultR600/SI: Make sure double vector fmul is tested
2014-09-15 Matt ArsenaultR600/SI: Add some mubuf testcases.
2014-09-15 Matt ArsenaultR600/SI: Add preliminary support for flat address space
2014-09-15 Chandler Carruth[x86] Begin emitting PBLENDW instructions for integer...
2014-09-15 Chandler Carruth[x86] Add an explicit SSE3 run to this test and flesh...
2014-09-15 Chandler Carruth[x86] Teach the x86 DAG combiner to form UNPCKLPS and...
2014-09-15 Chandler Carruth[x86] Teach the x86 DAG combiner to form MOVSLDUP and...
2014-09-15 Chandler Carruth[x86] Undo a flawed transform I added to form UNPCK...
2014-09-15 Chandler Carruth[x86] Teach the new vector shuffle lowering to use...
2014-09-14 Chandler Carruth[x86] Teach the new vector shuffle lowering to use...
2014-09-14 NAKAMURA Takumillvm/test/CodeGen/X86/vec_shuffle-38.ll: Add explicit...
2014-09-14 Chandler Carruth[x86] Add an SSE41 mode to this test. Nothing interesti...
2014-09-14 Chandler Carruth[x86] Switch this test to use an ALL prefix with specia...
2014-09-14 Chandler Carruth[x86] Add some test cases where we should emit blendpd...
2014-09-14 Chandler Carruth[x86] Teach the vector combiner that picks a canonical...
2014-09-14 Matt ArsenaultR600/SI: Fix broken check lines
2014-09-13 Juergen Ributzka[FastISel][AArch64] Add support for non-native types...
2014-09-12 Chad Rosier[AArch64] Enable post-RA MI scheduler.
2014-09-12 NAKAMURA Takumillvm/test/CodeGen/X86/vec_ctbits.ll: Add explicit ...
2014-09-12 Bill SchmidtAddress comments on r217622
2014-09-12 Benjamin KramerLegalizer: Use the scalar bit width when promoting...
2014-09-11 Matt ArsenaultR600/SI: Fix off by 1 error in used register count
2014-09-11 Quentin Colombet[CodeGenPrepare] Teach the addressing mode matcher...
2014-09-11 Bill SchmidtAdd missing colon to RUN line...
2014-09-11 Bill Schmidt[PATCH, PowerPC] Accept 'U' and 'X' constraints in...
2014-09-11 Matt ArsenaultAdd triple to test to fix bots
2014-09-11 Brad SmithProvide an implementation of getNoopForMachoTarget...
2014-09-11 Matt ArsenaultAdd DAG combine for shl + add of constants.
2014-09-11 Adam Nemet[AVX512] Fix miscompile for unpack
2014-09-11 Sanjay PatelAdd triple and remove hashes to account for buildbot...
2014-09-11 Sanjay PatelCombine fmul vector FP constants when unsafe math is...
2014-09-11 Aaron WatryR600: Test local atomics for evergreen
2014-09-11 Tilmann Scheller[ARM] Add Thumb-2 code size optimization regression...
2014-09-11 Tilmann Scheller[ARM] Add Thumb-2 code size optimization regression...
2014-09-11 Arnaud A. de Grand... [AArch64] Reenable the PBQP test now that the leak...
2014-09-11 Tilmann Scheller[ARM] Add Thumb-2 code size optimization regression...
2014-09-11 Tilmann Scheller[ARM] Add Thumb2 code size optimization regression...
2014-09-11 Chandler Carruth[x86] Fixup r217565 which baked in an assumption about...
2014-09-11 David XuBuild correct vector filled with undef nodes
2014-09-11 Chandler Carruth[x86] FileCheck-ize this test.
2014-09-10 Matt ArsenaultR600/SI: Fix losing chain when fixing reg class of...
2014-09-10 Matt ArsenaultR600: Custom lower frem
2014-09-10 Arnaud A. de Grand... [AArch64] Temporarily desactivate the PBQP test, while...
2014-09-10 Arnaud A. de Grand... [AArch64] Add experimental PBQP support
2014-09-10 Asiri Rathnayake[AArch 64] Use a constant pool load for weak symbol...
2014-09-10 Tim NorthoverARM: don't size-reduce STMs using the LR register.
2014-09-10 Job NoormanDrop the W postfix on the 16-bit registers.
2014-09-09 Pavel Chupin[x32] Emit callq for CALLpcrel32
2014-09-09 Renato GolinARM: Negative offset support problem
2014-09-09 Bob WilsonSet trunc store action to Expand for all X86 targets.
2014-09-08 Hans WennborgFast-ISel: Remove dead code after falling back from...
2014-09-08 Matt ArsenaultR600/SI: Replace LDS atomics with no return versions
2014-09-08 Chad Rosier[AArch64] Improve AA to remove unneeded edges in the...
2014-09-07 Chandler Carruth[x86] Revert my over-eager commit in r217332.
2014-09-07 Chandler Carruth[x86] Tweak the rules surrounding 0,0 and 1,1 v2f64...
2014-09-06 Matt ArsenaultR600/SI: Relax a few tests to help enable scheduler
2014-09-06 Matt ArsenaultR600/SI: Fix broken check lines.
2014-09-06 Chandler Carruth[x86] Fix a pretty horrible bug and inconsistency in...
2014-09-05 Chandler Carruth[x86] Fix an embarressing bug in the INSERTPS formation...
2014-09-05 Sanjay PatelAllow vector fsub ops with constants to get the same...
2014-09-05 Rafael EspindolaRevert "Disable the fix for pr20793 because of a gnu...
2014-09-05 Matt ArsenaultR600/SI: Use same complex patterns for DS atomics
2014-09-05 Jan VeselyR600: Fix FROUND
2014-09-05 Tom StellardR600/SI: Use S_ADD_U32 and S_SUB_U32 for low half of...
2014-09-05 Chandler Carruth[x86] Factor out the zero vector insertion logic in...
2014-09-05 Jiangning Liu[AArch64] Add pass to enable additional comparison...
2014-09-05 Rafael EspindolaDisable the fix for pr20793 because of a gnu ld bug.
2014-09-04 Rafael EspindolaFix pr20793.
2014-09-04 Tim NorthoverAArch64: fix vector-immediate BIC/ORR on big-endian...
2014-09-04 Tim NorthoverAArch64: fix big-endian immediate materialisation
2014-09-04 Chandler Carruth[x86] Teach the new v4i32 shuffle lowering some more...
2014-09-04 Juergen RibutzkaRevert r216803 "[MachineSinking] Clear kill flag of...
2014-09-04 Juergen Ributzka[FastISel][AArch64] Add target-specific lowering for...
2014-09-04 Chandler Carruth[x86] Teach the new vector shuffle lowering about the...
2014-09-03 Matt ArsenaultR600/SI: Try to keep i32 mul on SALU
2014-09-03 Chandler Carruth[x86] Teach the new vector shuffle lowering about the...
2014-09-03 Chandler Carruth[x86] Add an SSE4.1 mode to this test.
2014-09-03 Chandler Carruth[x86] Make this test check everything for both SSE2...
2014-09-03 Lang HamesAdd a regression test to sanity check the PBQP allocator.
2014-09-03 Tom StellardR600/SI: Add a pattern for i64 and in a branch
2014-09-03 Renato GolinCheck-label a bit more specific
2014-09-03 Alexander PotapenkoFix PR20800: correctly calculate the offset of the...
2014-09-03 Juergen RibutzkaReapply r216805 "[MachineCombiner][AArch64] Use the...
2014-09-03 Juergen Ributzka[FastISel][AArch64] Add target-dependent instruction...
2014-09-02 Renato GolinMissing test from r216989
next