| Age | Commit message (Expand) | Author |
| 2009-01-05 | make m_ConstantInt(int64_t) safely match ConstantInt's that are larger than i64. | Chris Lattner |
| 2009-01-05 | Teach the internalize pass to also internalize | Duncan Sands |
| 2009-01-05 | Delete unused global aliases with internal linkage. | Duncan Sands |
| 2009-01-04 | Run a post-pass that marks known function declarations by name. | Nick Lewycky |
| 2009-01-04 | XFAIL this test. The xform was removed. | Bill Wendling |
| 2009-01-02 | When calculating 'nocapture' argument attributes, allow | Duncan Sands |
| 2009-01-02 | Reimplement the old and horrible bison parser for .ll files with a nice | Chris Lattner |
| 2009-01-02 | Remove the cyclic part of this test, it was passing for the wrong | Nick Lewycky |
| 2009-01-02 | Make adding nocapture a bit stronger. FreeInst is nocapture. Also, | Nick Lewycky |
| 2009-01-02 | Add tests for two types of traps that escape analysis | Duncan Sands |
| 2009-01-01 | Add transformation: | Bill Wendling |
| 2008-12-31 | Look through phi nodes and select instructions when | Duncan Sands |
| 2008-12-31 | Rename AddReadAttrs to FunctionAttrs, and teach it how | Duncan Sands |
| 2008-12-29 | Allow readnone functions to read (and write!) global | Duncan Sands |
| 2008-12-21 | Turn strcmp into memcmp, such as strcmp(P, "x") --> memcmp(P, "x", 2). | Nick Lewycky |
| 2008-12-18 | Make all the vector elements positive in an srem of constant vector. | Nick Lewycky |
| 2008-12-17 | Enhance heap sra to be substantially more aggressive w.r.t PHI | Chris Lattner |
| 2008-12-16 | Fix another crash found by inspection. If we have a PHI node merging | Chris Lattner |
| 2008-12-16 | fix a crash found by inspection. | Chris Lattner |
| 2008-12-16 | Add a helper to remove a branch and DCE the condition, and use it | Eli Friedman |
| 2008-12-16 | fix PR3217: fully cached queries need to be verified against the | Chris Lattner |
| 2008-12-15 | add testcase for r61051 | Chris Lattner |
| 2008-12-15 | add a basic test for heap-sra | 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-08 | Actually test something. Use PR3170 test case. | Devang Patel |
| 2008-12-08 | Undo previous patch. | Devang Patel |
| 2008-12-07 | fix a bug I introduced in simplifycfg handling single entry phi | Chris Lattner |
| 2008-12-06 | Reimplement the inner loop of DSE. It now uniformly uses getDependence(), | Chris Lattner |
| 2008-12-05 | Fix test/Transforms/GVN/pre-load.ll | Chris Lattner |
| 2008-12-04 | Rewrite code that 1) filters loops and 2) calculates new loop bounds. | Devang Patel |
| 2008-12-03 | testcase for br undef folding. | Chris Lattner |
| 2008-12-03 | Teach jump threading some more simple tricks: | Chris Lattner |
| 2008-12-03 | don't spew tons of stuff to the output. This testcase is *not* for | 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 | Use m_Specific() instead of double matching. | Bill Wendling |
| 2008-12-01 | simplify these patterns using m_Specific. No need to grep for | Chris Lattner |
| 2008-12-01 | Teach inst combine to merge GEPs through PHIs. This is really | Chris Lattner |