aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine
Commit message (Expand)AuthorAgeFilesLines
* Remove r111665, which implemented store-narrowing in InstCombine. Chris disc...Owen Anderson2010-08-311-21/+0
* handle the constant case of vector insertion. For somethingChris Lattner2010-08-281-0/+12
* optimize bitcasts from large integers to vector into vectorChris Lattner2010-08-281-0/+31
* tidy up test.Chris Lattner2010-08-271-1/+2
* Enhance the shift propagator to handle the case when you have:Chris Lattner2010-08-271-0/+15
* Implement a pretty general logical shift propagationChris Lattner2010-08-271-4/+17
* merge and filecheckize testChris Lattner2010-08-272-42/+57
* merge two testsChris Lattner2010-08-272-10/+12
* teach the truncation optimization that an entire chain ofChris Lattner2010-08-271-4/+21
* Add an instcombine to clean up a common pattern producedChris Lattner2010-08-271-0/+32
* filecheckizeChris Lattner2010-08-261-7/+19
* rename test.Chris Lattner2010-08-261-0/+0
* optimize "integer extraction out of the middle of a vector" as producedChris Lattner2010-08-261-0/+25
* optimize bitcast(trunc(bitcast(x))) where the result is a float and 'x'Chris Lattner2010-08-261-0/+22
* filecheckizeChris Lattner2010-08-261-6/+7
* rename testChris Lattner2010-08-261-0/+0
* Re-apply r111568 with a fix for the clang self-host.Owen Anderson2010-08-201-0/+21
* Previous revert failed to remove this file.Owen Anderson2010-08-191-0/+0
* Revert r111568 to unbreak clang self-host.Owen Anderson2010-08-191-21/+0
* When a set of bitmask operations, typically from a bitfield initialization, o...Owen Anderson2010-08-191-0/+21
* Temporarily revert r110987 as it's causing some miscompares inEric Christopher2010-08-171-29/+0
* Reapply this transformation now that it is passing the external test which it...Nate Begeman2010-08-131-0/+29
* Temporarily revert 110737 and 110734, they were causing failuresEric Christopher2010-08-121-29/+0
* Add test for recent instcombine vector shuffle enhancementNate Begeman2010-08-101-0/+29
* PR7853: fix a silly mistake introduced in r101899, and add a test to make sureEli Friedman2010-08-091-12/+22
* Make instcombine set explicit alignments on load or storeDan Gohman2010-08-032-14/+31
* Re-apply the infamous r108614, with a fix pointed out by Dirk Steinke.Owen Anderson2010-08-021-0/+26
* Speculatively revert r108614, "Another attempt at getting the clang self-host toDaniel Dunbar2010-07-311-26/+0
* Testcase for r108687.Owen Anderson2010-07-191-0/+16
* Another attempt at getting the clang self-host to like my instcombine patch.Owen Anderson2010-07-171-0/+26
* Also revert 108422, it's causing some test failures.Eric Christopher2010-07-161-15/+0
* Reapply r108378, with bugfixes, testcase, and improved comment formatting.Owen Anderson2010-07-151-0/+15
* 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
* 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
* 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
* Teach instcombine to transformBenjamin Kramer2010-07-081-0/+32
* Constant fold x == undef to undef.Dan Gohman2010-06-281-0/+23
* Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola2010-06-172-5/+5
* Teach instcombine to promote alloca array sizes.Dan Gohman2010-05-281-3/+17
* Add a testcase for getelementptr index promotion.Dan Gohman2010-05-281-0/+9
* Teach instCombine to remove malloc+free if malloc's only uses are comparisonsDuncan Sands2010-05-272-4/+17