Rebuild the inputs for the codeview-linetables.test with VS2013
[oota-llvm.git] / test / CodeGen / X86 /
2014-09-23 Chandler Carruth[x86] Teach the vector comment parsing and printing...
2014-09-23 Chandler Carruth[x86] Teach the AVX1 path of the new vector shuffle...
2014-09-22 Chandler Carruth[x86] Introduce tests covering the gamut of 256-bit...
2014-09-22 Sanjay PatelUse broadcasts to optimize overall size when loading...
2014-09-22 Akira HatanakaFix test case commited in r218242 to appease buildbot.
2014-09-22 Pavel Chupin[x32] Fix segmented stacks support
2014-09-22 Robert LougherFix assert when decoding PSHUFB mask
2014-09-22 Chandler Carruth[x86] Move the AVX v4i64 test cases down to group them...
2014-09-22 Chandler Carruth[x86] Back out a bad choice about lowering v4i64 and...
2014-09-21 Chandler Carruth[x86] Teach the new vector shuffle lowering how to...
2014-09-21 Chandler Carruth[x86] Add a bunch of test cases where we have different...
2014-09-21 Chandler Carruth[x86] Teach the new vector shuffle lowering to re-use...
2014-09-21 Chandler Carruth[x86] Teach the new vector shuffle lowering the basics...
2014-09-21 Chandler Carruth[x86] Teach the new vector shuffle lowering how to...
2014-09-21 Chandler Carruth[x86] Add test cases for UNPCK instructions with v8f32...
2014-09-21 Chandler Carruth[x86] Begin teaching the new vector shuffle lowering...
2014-09-21 Chandler Carruth[x86] Regenerate this test case now that I've improved...
2014-09-21 Chandler Carruth[x86] Teach the new vector shuffle lowering of v4f64...
2014-09-21 Chandler Carruth[x86] Add some more comprehensive tests for v4f64 blending.
2014-09-21 Chandler Carruth[x86] Re-generate a bunch of the v4f64 test cases with...
2014-09-21 Chandler Carruth[x86] Teach the new vector shuffle lowering the first...
2014-09-21 Chandler Carruth[x86] Add some more test cases covering specific blend...
2014-09-21 Chandler Carruth[x86] Add the beginnings of some tests for our v8f32...
2014-09-20 Chandler Carruth[x86] Teach the new vector shuffle lowering to use...
2014-09-20 Chandler Carruth[x86] Add an AVX run to the 128-bit v2 tests, teach...
2014-09-20 David MajnemerUpdate tests which broke from r218189
2014-09-20 Chandler Carruth[x86] Teach the new vector shuffle lowering to use...
2014-09-20 Chandler Carruth[x86] Start moving to a fancier check syntax to reduce...
2014-09-20 Chandler Carruth[x86] Teach the v4f32 path of the new shuffle lowering...
2014-09-20 Chandler Carruth[x86] Generalize the single-element insertion lowering...
2014-09-19 Chandler Carruth[x86] Fully generalize the zext lowering in the new...
2014-09-19 Chandler Carruth[x86] Recognize that we can use duplication to widen...
2014-09-19 Chandler Carruth[x86] Actually test the SSE2 lowering for most of the...
2014-09-19 Chandler Carruth[x86] Teach the new vector shuffle lowering to also...
2014-09-19 Chandler Carruth[x86] Add a dedicated lowering path for zext-compatible...
2014-09-19 Hans WennborgFix an it's vs. its typo.
2014-09-19 Chandler Carruth[x86] Extend this test to cover SSE4.1. Nothing interes...
2014-09-18 Chandler Carruth[x86] Use PALIGNR for v4i32 and v2i64 blends when appro...
2014-09-18 Chandler Carruth[x86] Add an SSSE3 run and check mode to the 128-bit...
2014-09-18 Chandler Carruth[x86] Add an SSSE3 run to the v4 shuffle test.
2014-09-18 Chandler Carruth[x86] Initial step of teaching the new vector shuffle...
2014-09-17 Pavel Chupin[x32] Fix function indirect calls
2014-09-16 Quentin Colombet[CodeGenPrepare][AddressingModeMatcher] The promotion...
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 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 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-12 NAKAMURA Takumillvm/test/CodeGen/X86/vec_ctbits.ll: Add explicit ...
2014-09-12 Benjamin KramerLegalizer: Use the scalar bit width when promoting...
2014-09-11 Quentin Colombet[CodeGenPrepare] Teach the addressing mode matcher...
2014-09-11 Matt ArsenaultAdd triple to test to fix bots
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 Chandler Carruth[x86] Fixup r217565 which baked in an assumption about...
2014-09-11 Chandler Carruth[x86] FileCheck-ize this test.
2014-09-09 Pavel Chupin[x32] Emit callq for CALLpcrel32
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-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 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 Chandler Carruth[x86] Factor out the zero vector insertion logic in...
2014-09-05 Rafael EspindolaDisable the fix for pr20793 because of a gnu ld bug.
2014-09-04 Rafael EspindolaFix pr20793.
2014-09-04 Chandler Carruth[x86] Teach the new v4i32 shuffle lowering some more...
2014-09-04 Chandler Carruth[x86] Teach the new vector shuffle lowering about the...
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 Alexander PotapenkoFix PR20800: correctly calculate the offset of the...
2014-09-02 Robin Morisset[X86] Allow atomic operations using immediates to avoid...
2014-09-02 Reid KlecknerCodeGen: Handle va_start in the entry block
2014-09-02 Rafael EspindolaReplace -use-init-array with -use-ctors.
2014-09-01 Jingyue WuFix a typo in comments in r216862, NFC
2014-09-01 Jingyue Wu[MachineSink] Use the real post dominator tree
2014-08-29 Robin MorissetFix typos in comments, NFC
2014-08-29 Reid Klecknermusttail: Forward regparms of variadic functions on...
2014-08-29 Reid KlecknerVerifier: Don't reject varargs callee cleanup functions
2014-08-29 Reid KlecknerX86: Fix conflict over ESI between base register and...
2014-08-29 Robert Khasanov[SKX] Enable lowering of integer CMP operations.
next