summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Fix crash reported in PR7653.Devang Patel2010-07-15
* Watch out for a constant offset cancelling out a base register, formingDan Gohman2010-07-15
* Reapply r108378, with bugfixes, testcase, and improved comment formatting.Owen Anderson2010-07-15
* Fix PR7647, handling the case when 'To' ends up being Chris Lattner2010-07-15
* see comment.Chris Lattner2010-07-15
* Temporarily disable this test.Eric Christopher2010-07-14
* Make it a .ll test case.Devang Patel2010-07-14
* Add a testcase for the vla and stack realignment warning.Eric Christopher2010-07-14
* Tests for llvm-gcc commit 108360.Dale Johannesen2010-07-14
* Improve 64-subtraction of immediates when parts of the immediate can fitJim Grosbach2010-07-14
* Delete fast-isel's trivial load optimization; it breaks debugging becauseDan Gohman2010-07-14
* Fix test to appease the buildbots.Bob Wilson2010-07-14
* Fix for PR7193 was overly conservative. The only case where sibcall calleeEvan Cheng2010-07-14
* Add support for NEON VMVN immediate instructions.Bob Wilson2010-07-14
* revert r108320, I see the failures now...Chris Lattner2010-07-14
* reapply benjamin's instcombine patch, I don't see anything wrong with it and ...Chris Lattner2010-07-14
* Re-enable the test with fix.Evan Cheng2010-07-14
* temporarily disable to test to fix buildbots.Chris Lattner2010-07-14
* Teach ProcessImplicitDefs to transform more COPY instructions into IMPLICIT_D...Evan Cheng2010-07-14
* Add an ARM-specific DAG combining to avoid redundant VDUPLANE nodes.Bob Wilson2010-07-14
* Add AVX 256-bit compare instructions and a bunch of testcasesBruno Cardoso Lopes2010-07-13
* Use a target-specific VMOVIMM DAG node instead of BUILD_VECTOR to representBob Wilson2010-07-13
* AVX 256-bit conversion instructionsBruno Cardoso Lopes2010-07-13
* In inline asm treat indirect 'X' constraint as 'm'.Dale Johannesen2010-07-13
* Add support for empty named metadata too. This isn't particularlyDan Gohman2010-07-13
* Add support for empty metadata nodes: !{}.Dan Gohman2010-07-13
* Extend the r107852 optimization which turns some fp compare to code sequence ...Evan Cheng2010-07-13
* -enable-unsafe-fp-math should not imply -enable-finite-only-fp-math.Evan Cheng2010-07-13
* Fix PR number.Dale Johannesen2010-07-13
* Handle the case of a tail recursion in which the tail call is followedDuncan Sands2010-07-13
* my work on adding segment registers to LEA missed the Chris Lattner2010-07-13
* Add AVX 256-bit packed logical formsBruno Cardoso Lopes2010-07-13
* Add AVX 256-bit unop arithmetic instructionsBruno Cardoso Lopes2010-07-13
* Add AVX 256 binary arithmetic instructionsBruno Cardoso Lopes2010-07-12
* Apply the SSE dependence idiom for SSE unary operations toDan Gohman2010-07-12
* Add AVX 256-bit MOVMSK formsBruno Cardoso Lopes2010-07-12
* MC/AsmParser: Move .tbss and .zerofill parsing to Darwin specific parser.Daniel Dunbar2010-07-12
* MC/AsmParser: Move .desc parsing to Darwin specific parser.Daniel Dunbar2010-07-12
* MC/AsmParser: Move some misc. Darwin directive handling to DarwinAsmParser.Daniel Dunbar2010-07-12
* Add a lint check for mismatched return types, inspired by PR6944.Dan Gohman2010-07-12
* Nope, still breaks the release selfhost bots :(Benjamin Kramer2010-07-12
* Reapply the "or" half of r108136, which seems to be less problematic.Benjamin Kramer2010-07-12
* Revert r108141 again, sigh.Benjamin Kramer2010-07-12
* Reapply 108136 with an ugly pasto fixed.Benjamin Kramer2010-07-12
* Revert r108136 until I figure out why it broke selfhost.Benjamin Kramer2010-07-12
* instcombine: fold (x & y) | (~x & z) and (x & y) ^ (~x & z) into ((y ^ z) & x...Benjamin Kramer2010-07-12
* fix PR7311 by avoiding breaking casts when a bitcast from scalar->vectorChris Lattner2010-07-12
* if jump threading is able to infer interesting values on bothChris Lattner2010-07-12
* fix PR7429, a crash turning a load from a string into a float.Chris Lattner2010-07-12
* convert to filechecconvert to filecheckkChris Lattner2010-07-12