| Age | Commit message (Expand) | Author |
| 2009-07-13 | Move the re-sort of invalidated NonLocalPointerDeps cache earlier | Chris Lattner |
| 2009-06-17 | This fixes a bug introduced in 72661, which can | Dale Johannesen |
| 2009-05-31 | Be more aggressive in doing LoadPRE by tracing backwards when a block only has | Owen Anderson |
| 2009-05-25 | make memdep use the getModRefInfo method for stores instead of the | Chris Lattner |
| 2009-04-01 | Reapply r68211, with the miscompilations it caused fixed. | Owen Anderson |
| 2009-04-01 | Revert r68172. It caused regressions in | Dan Gohman |
| 2009-04-01 | Enhance GVN to propagate simple conditionals. This fixes PR3921. | Owen Anderson |
| 2009-03-10 | Do not attempt to do parial redundancy elimination on void values. | John Criswell |
| 2009-03-06 | Skip DbgInfoIntrinsic. | Devang Patel |
| 2009-02-18 | Add a test for r61358, which I forgot to add way back when. | Owen Anderson |
| 2009-01-23 | fix two more cases where we could let the NLPDI cache get unsorted. | Chris Lattner |
| 2009-01-22 | Fix PR3358, a really nasty bug where recursive phi translated | Chris Lattner |
| 2008-12-16 | fix PR3217: fully cached queries need to be verified against the | Chris Lattner |
| 2008-12-15 | Add a testcase for GCC PR 23455, which lpre handles now. Add some | Chris Lattner |
| 2008-12-15 | gvn now hoists this load out of the hot non-call path. | Chris Lattner |
| 2008-12-15 | Adjust testcase to make it more stable across visitation order changes, | Chris Lattner |
| 2008-12-15 | make GVN try to rename inputs to the resultant replaced values, which | Chris Lattner |
| 2008-12-15 | Implement initial support for PHI translation in memdep. This means that | Chris Lattner |
| 2008-12-14 | another random testcase that shouldn't crash gvn and is | Chris Lattner |
| 2008-12-13 | RLE isn't smart enough to eliminate this safely yet. | Chris Lattner |
| 2008-12-13 | rename some tests to be more uniform in naming convention. | Chris Lattner |
| 2008-12-13 | gvn should never crash on this. | Chris Lattner |
| 2008-12-13 | Temporarily revert r60973. It's inexplicably causing a failure when self-host... | Bill Wendling |
| 2008-12-13 | make RLE preserve the name of the load that it replaces. This is just | Chris Lattner |
| 2008-12-09 | loosen up an assertion that isn't valid when called from | Chris Lattner |
| 2008-12-09 | Teach BasicAA::getModRefInfo(CallSite, CallSite) some | Chris Lattner |
| 2008-12-05 | Fix test/Transforms/GVN/pre-load.ll | Chris Lattner |
| 2008-12-02 | Implement PRE of loads in the GVN pass with a pretty cheap and | Chris Lattner |
| 2008-12-02 | Add a test for my previous PRE fix. | Owen Anderson |
| 2008-12-01 | testcase for my previous commit. | Chris Lattner |
| 2008-11-29 | don't require GVN to work on dead values, just make the | Chris Lattner |
| 2008-07-02 | A better fix for PR2503 that doesn't pessimize GVN in the presence of unreach... | Owen Anderson |
| 2008-06-26 | Use the -enable-pre flag so this test doesn't fail. | Owen Anderson |
| 2008-06-18 | Add local PRE to GVN. This only operates in cases where it would not increas... | Owen Anderson |
| 2008-05-20 | sabre brings to my attention that the 'tr' suffix is also obsolete | Gabor Greif |
| 2008-05-20 | Rename the last test with .llx extension to .ll, resolve duplicate test by re... | Gabor Greif |
| 2008-05-13 | Add a testcase for non-local CSE of read-only calls. | Owen Anderson |
| 2008-04-11 | Add testcase for PR2213. | Owen Anderson |
| 2008-04-09 | Factor a bunch of functionality related to memcpy and memset transforms out of | Owen Anderson |
| 2008-03-29 | add a testcase for forming memset from noncontiguous stores. | Chris Lattner |
| 2008-03-24 | apparently tclsh doesn't lex like bash. Weird. | Chris Lattner |
| 2008-03-24 | pass the option so this test tests the right thing. | Chris Lattner |
| 2008-03-22 | Use normal naming convention for test. | Owen Anderson |
| 2008-03-22 | implement an initial hack at a straight-line store -> memset optimization. | Chris Lattner |
| 2008-03-13 | Fix a bug in GVN that Duncan noticed, where we potentially need to insert a | Owen Anderson |
| 2008-03-12 | Improve the return slot optimization to be both more aggressive (not limited ... | Owen Anderson |
| 2008-02-26 | Add PR number to testcase. | Owen Anderson |
| 2008-02-26 | Fix an issue where GVN had the sizes of the two memcpy's reverse, resulting | Owen Anderson |
| 2008-02-25 | Fix an issue where GVN was performing the return slot optimization when it was | Owen Anderson |
| 2008-02-25 | Fix an issue where GVN would try to use an instruction before its definition ... | Owen Anderson |