aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add AVX 256-bit compare instructions and a bunch of testcasesBruno Cardoso Lopes2010-07-132-0/+448
* Use a target-specific VMOVIMM DAG node instead of BUILD_VECTOR to representBob Wilson2010-07-131-1/+1
* AVX 256-bit conversion instructionsBruno Cardoso Lopes2010-07-132-0/+208
* In inline asm treat indirect 'X' constraint as 'm'.Dale Johannesen2010-07-131-0/+18
* Add support for empty named metadata too. This isn't particularlyDan Gohman2010-07-131-0/+1
* Add support for empty metadata nodes: !{}.Dan Gohman2010-07-131-1/+2
* Extend the r107852 optimization which turns some fp compare to code sequence ...Evan Cheng2010-07-131-9/+62
* -enable-unsafe-fp-math should not imply -enable-finite-only-fp-math.Evan Cheng2010-07-133-3/+3
* Fix PR number.Dale Johannesen2010-07-131-1/+1
* Handle the case of a tail recursion in which the tail call is followedDuncan Sands2010-07-131-1/+4
* my work on adding segment registers to LEA missed the Chris Lattner2010-07-131-0/+3
* Add AVX 256-bit packed logical formsBruno Cardoso Lopes2010-07-132-0/+128
* Add AVX 256-bit unop arithmetic instructionsBruno Cardoso Lopes2010-07-132-0/+64
* Add AVX 256 binary arithmetic instructionsBruno Cardoso Lopes2010-07-122-0/+192
* Apply the SSE dependence idiom for SSE unary operations toDan Gohman2010-07-121-0/+41
* Add AVX 256-bit MOVMSK formsBruno Cardoso Lopes2010-07-122-0/+15
* MC/AsmParser: Move .tbss and .zerofill parsing to Darwin specific parser.Daniel Dunbar2010-07-122-3/+1
* MC/AsmParser: Move .desc parsing to Darwin specific parser.Daniel Dunbar2010-07-121-1/+1
* MC/AsmParser: Move some misc. Darwin directive handling to DarwinAsmParser.Daniel Dunbar2010-07-122-4/+4
* Add a lint check for mismatched return types, inspired by PR6944.Dan Gohman2010-07-121-0/+9
* Nope, still breaks the release selfhost bots :(Benjamin Kramer2010-07-121-13/+0
* Reapply the "or" half of r108136, which seems to be less problematic.Benjamin Kramer2010-07-121-0/+13
* Revert r108141 again, sigh.Benjamin Kramer2010-07-122-27/+0
* Reapply 108136 with an ugly pasto fixed.Benjamin Kramer2010-07-122-0/+27
* Revert r108136 until I figure out why it broke selfhost.Benjamin Kramer2010-07-122-28/+0
* instcombine: fold (x & y) | (~x & z) and (x & y) ^ (~x & z) into ((y ^ z) & x...Benjamin Kramer2010-07-122-0/+28
* fix PR7311 by avoiding breaking casts when a bitcast from scalar->vectorChris Lattner2010-07-121-0/+11
* if jump threading is able to infer interesting values on bothChris Lattner2010-07-121-0/+24
* fix PR7429, a crash turning a load from a string into a float.Chris Lattner2010-07-121-0/+13
* convert to filechecconvert to filecheckkChris Lattner2010-07-121-10/+10
* merge two tests.Chris Lattner2010-07-122-11/+11
* Remove TargetInstrInfo::copyRegToReg entirely.Jakob Stoklund Olesen2010-07-112-4/+3
* Fix va_arg for doubles. With this patch VAARG nodes always contain theRafael Espindola2010-07-111-1/+23
* Fix this test.Dan Gohman2010-07-101-2/+2
* FileCheckize inline asm FP stack testsJakob Stoklund Olesen2010-07-104-19/+89
* Add an explicit triple to make this test behave consistently.Dan Gohman2010-07-101-1/+1
* Fix this XTARGET so that this does doesn't XPASS on non-darwin hosts.Dan Gohman2010-07-101-1/+1
* Reapply bottom-up fast-isel, with several fixes for x86-32:Dan Gohman2010-07-103-9/+40
* Add AVX 256-bit packed MOVNT variantsBruno Cardoso Lopes2010-07-092-0/+25
* Add AVX 256-bit unpack and interleaveBruno Cardoso Lopes2010-07-092-0/+64
* Fix a few testsJakob Stoklund Olesen2010-07-091-60/+60
* In the presence of variable sized objects, allocate an emergency spill slot.Jim Grosbach2010-07-091-2/+2
* Add a target triple.Dan Gohman2010-07-091-1/+1
* Fix MachineLICM to actually visit inner loops.Dan Gohman2010-07-091-0/+89
* Start the support for AVX instructions with 256-bit %ymm registers. A couple ofBruno Cardoso Lopes2010-07-092-0/+98
* --- Reverse-merging r107947 into '.':Bob Wilson2010-07-092-7/+9
* Fix test to be less sensitive of regalloc accidentsJakob Stoklund Olesen2010-07-091-1/+1
* Print "dregpair" NEON operands with a space between them, for readability andBob Wilson2010-07-092-3/+3
* Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emittingDan Gohman2010-07-092-9/+7
* Reenable DAG combining for vector shuffles. It looks like it was temporarilyBob Wilson2010-07-092-10/+12