aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Reapply r108378, with bugfixes, testcase, and improved comment formatting.Owen Anderson2010-07-151-0/+15
* Fix PR7647, handling the case when 'To' ends up being Chris Lattner2010-07-151-0/+47
* see comment.Chris Lattner2010-07-151-0/+4
* Temporarily disable this test.Eric Christopher2010-07-141-1/+2
* Make it a .ll test case.Devang Patel2010-07-142-50/+108
* Add a testcase for the vla and stack realignment warning.Eric Christopher2010-07-141-0/+7
* Tests for llvm-gcc commit 108360.Dale Johannesen2010-07-142-0/+41
* Improve 64-subtraction of immediates when parts of the immediate can fitJim Grosbach2010-07-143-2/+132
* Delete fast-isel's trivial load optimization; it breaks debugging becauseDan Gohman2010-07-141-23/+0
* Fix test to appease the buildbots.Bob Wilson2010-07-141-1/+1
* Fix for PR7193 was overly conservative. The only case where sibcall calleeEvan Cheng2010-07-141-0/+13
* Add support for NEON VMVN immediate instructions.Bob Wilson2010-07-141-0/+48
* revert r108320, I see the failures now...Chris Lattner2010-07-141-13/+0
* reapply benjamin's instcombine patch, I don't see anything wrong with it and ...Chris Lattner2010-07-141-0/+13
* Re-enable the test with fix.Evan Cheng2010-07-141-3/+2
* temporarily disable to test to fix buildbots.Chris Lattner2010-07-141-2/+3
* Teach ProcessImplicitDefs to transform more COPY instructions into IMPLICIT_D...Evan Cheng2010-07-141-1/+1
* Add an ARM-specific DAG combining to avoid redundant VDUPLANE nodes.Bob Wilson2010-07-141-0/+12
* 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