| Commit message (Expand) | Author | Age | Files | Lines |
* | fix two more cases where we could let the NLPDI cache get unsorted. | Chris Lattner | 2009-01-23 | 1 | -0/+100 |
* | Fix PR3358, a really nasty bug where recursive phi translated | Chris Lattner | 2009-01-22 | 1 | -0/+55 |
* | fix PR3217: fully cached queries need to be verified against the | Chris Lattner | 2008-12-16 | 1 | -0/+28 |
* | Add a testcase for GCC PR 23455, which lpre handles now. Add some | Chris Lattner | 2008-12-15 | 2 | -1/+40 |
* | gvn now hoists this load out of the hot non-call path. | Chris Lattner | 2008-12-15 | 1 | -0/+54 |
* | Adjust testcase to make it more stable across visitation order changes, | Chris Lattner | 2008-12-15 | 1 | -1/+1 |
* | make GVN try to rename inputs to the resultant replaced values, which | Chris Lattner | 2008-12-15 | 8 | -13/+13 |
* | Implement initial support for PHI translation in memdep. This means that | Chris Lattner | 2008-12-15 | 3 | -0/+40 |
* | another random testcase that shouldn't crash gvn and is | Chris Lattner | 2008-12-14 | 1 | -0/+18 |
* | RLE isn't smart enough to eliminate this safely yet. | Chris Lattner | 2008-12-13 | 1 | -0/+21 |
* | rename some tests to be more uniform in naming convention. | Chris Lattner | 2008-12-13 | 8 | -0/+0 |
* | gvn should never crash on this. | Chris Lattner | 2008-12-13 | 1 | -0/+35 |
* | Temporarily revert r60973. It's inexplicably causing a failure when self-host... | Bill Wendling | 2008-12-13 | 6 | -7/+7 |
* | make RLE preserve the name of the load that it replaces. This is just | Chris Lattner | 2008-12-13 | 6 | -7/+7 |
* | loosen up an assertion that isn't valid when called from | Chris Lattner | 2008-12-09 | 1 | -0/+26 |
* | Teach BasicAA::getModRefInfo(CallSite, CallSite) some | Chris Lattner | 2008-12-09 | 1 | -0/+29 |
* | Fix test/Transforms/GVN/pre-load.ll | Chris Lattner | 2008-12-05 | 1 | -1/+1 |
* | Implement PRE of loads in the GVN pass with a pretty cheap and | Chris Lattner | 2008-12-02 | 1 | -0/+18 |
* | Add a test for my previous PRE fix. | Owen Anderson | 2008-12-02 | 1 | -0/+27 |
* | testcase for my previous commit. | Chris Lattner | 2008-12-01 | 1 | -0/+42 |
* | don't require GVN to work on dead values, just make the | Chris Lattner | 2008-11-29 | 1 | -5/+4 |
* | A better fix for PR2503 that doesn't pessimize GVN in the presence of unreach... | Owen Anderson | 2008-07-02 | 1 | -0/+36 |
* | Use the -enable-pre flag so this test doesn't fail. | Owen Anderson | 2008-06-26 | 1 | -1/+1 |
* | Add local PRE to GVN. This only operates in cases where it would not increas... | Owen Anderson | 2008-06-18 | 1 | -0/+18 |
* | sabre brings to my attention that the 'tr' suffix is also obsolete | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
* | Rename the last test with .llx extension to .ll, resolve duplicate test by re... | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
* | Add a testcase for non-local CSE of read-only calls. | Owen Anderson | 2008-05-13 | 1 | -0/+49 |
* | Add testcase for PR2213. | Owen Anderson | 2008-04-11 | 1 | -0/+12 |
* | Factor a bunch of functionality related to memcpy and memset transforms out of | Owen Anderson | 2008-04-09 | 6 | -257/+0 |
* | add a testcase for forming memset from noncontiguous stores. | Chris Lattner | 2008-03-29 | 2 | -1/+100 |
* | apparently tclsh doesn't lex like bash. Weird. | Chris Lattner | 2008-03-24 | 1 | -1/+1 |
* | pass the option so this test tests the right thing. | Chris Lattner | 2008-03-24 | 1 | -2/+2 |
* | Use normal naming convention for test. | Owen Anderson | 2008-03-22 | 1 | -0/+0 |
* | implement an initial hack at a straight-line store -> memset optimization. | Chris Lattner | 2008-03-22 | 1 | -0/+55 |
* | Fix a bug in GVN that Duncan noticed, where we potentially need to insert a | Owen Anderson | 2008-03-13 | 1 | -0/+19 |
* | Improve the return slot optimization to be both more aggressive (not limited ... | Owen Anderson | 2008-03-12 | 1 | -2/+4 |
* | Add PR number to testcase. | Owen Anderson | 2008-02-26 | 1 | -0/+1 |
* | Fix an issue where GVN had the sizes of the two memcpy's reverse, resulting | Owen Anderson | 2008-02-26 | 1 | -0/+45 |
* | Fix an issue where GVN was performing the return slot optimization when it was | Owen Anderson | 2008-02-25 | 1 | -0/+32 |
* | Fix an issue where GVN would try to use an instruction before its definition ... | Owen Anderson | 2008-02-25 | 2 | -1/+26 |
* | make this just a bit more strict. | Chris Lattner | 2008-02-18 | 1 | -1/+1 |
* | Add support to GVN for performing sret return slot optimization. This means ... | Owen Anderson | 2008-02-18 | 1 | -0/+28 |
* | Testcase for PR2032. | Nick Lewycky | 2008-02-14 | 1 | -0/+22 |
* | Add a note pointing to PR1996. | Eli Friedman | 2008-02-13 | 1 | -0/+1 |
* | Add test for PR1996. (This is my first time adding a test for a | Eli Friedman | 2008-02-13 | 1 | -0/+19 |
* | Re-apply the patch to improve the optimizations of memcpy's, with several | Owen Anderson | 2008-02-12 | 1 | -1/+0 |
* | Temporarily reverting: | Bill Wendling | 2008-02-06 | 1 | -0/+1 |
* | Make this test more aggressive, to cover recent improvements. | Owen Anderson | 2008-02-04 | 1 | -1/+1 |
* | Allow GVN to hack on memcpy's, making them open to further optimization. | Owen Anderson | 2008-02-04 | 1 | -0/+22 |
* | Convert tests using "| wc -l | grep ..." to use the count script. | Dan Gohman | 2007-08-15 | 5 | -5/+5 |