| Age | Commit message (Expand) | Author |
| 2008-02-20 | Make Transforms to be 4.3 warnings-clean | Anton Korobeynikov |
| 2008-02-20 | When performing return slot optimization, remember to inform memdep when we'r... | Owen Anderson |
| 2008-02-19 | Refactor this method a bit, and correct a test that was completely wrong but ... | Owen Anderson |
| 2008-02-19 | isa+cast -> dyncast. | Chris Lattner |
| 2008-02-19 | simplify this code again, try 2 :) | Chris Lattner |
| 2008-02-19 | Fix a comment. | Owen Anderson |
| 2008-02-19 | Major improvements to yesterday's return slot optimization. Remove some unne... | Owen Anderson |
| 2008-02-19 | Factor the profitability check for return slot optimization out into a static... | Owen Anderson |
| 2008-02-19 | An sret parameter is required to be the first parameter, so there's no need t... | Owen Anderson |
| 2008-02-19 | Cleanup some of my patches from yesterday. Refactor the check for which xform | Owen Anderson |
| 2008-02-19 | Fix Transforms/GVN/memcpy.ll, which Chris broke in r47275 by reordering the b... | Owen Anderson |
| 2008-02-18 | minor code simplification, no functionality change. | Chris Lattner |
| 2008-02-18 | Add support to GVN for performing sret return slot optimization. This means ... | Owen Anderson |
| 2008-02-14 | Fix PR2032. Inform the alias analysis of changes to the underlying program. | Nick Lewycky |
| 2008-02-12 | Re-apply the patch to improve the optimizations of memcpy's, with several | Owen Anderson |
| 2008-02-12 | Fix for bug 1996: optimize out loads of undef. This code basically just | Eli Friedman |
| 2008-02-06 | Temporarily reverting: | Bill Wendling |
| 2008-02-04 | Allow GVN to hack on memcpy's, making them open to further optimization. | Owen Anderson |
| 2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
| 2007-12-08 | Fix several cache coherence bugs in MemDep/GVN that were found. Also add som... | Owen Anderson |
| 2007-12-01 | Integrate the readonly/readnone logic more deeply | Duncan Sands |
| 2007-11-29 | Fix a miscompilation in spiff on PPC. | Owen Anderson |
| 2007-11-26 | Fix another bug that was causing siod to fail. | Owen Anderson |
| 2007-11-26 | Allow GVN to eliminate read-only function calls when it can detect that they ... | Owen Anderson |
| 2007-10-18 | Allow GVN to eliminate redundant calls to functions without side effects. | Owen Anderson |
| 2007-09-21 | Add partial caching of non-local memory dependence queries. This provides a ... | Owen Anderson |
| 2007-09-17 | Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo | Chris Lattner |
| 2007-09-16 | Be more careful when constant-folding PHI nodes. | Owen Anderson |
| 2007-08-16 | Factor out some code into a helper function. | Owen Anderson |
| 2007-08-16 | Add some more comments to GVN. | Owen Anderson |
| 2007-08-14 | Eliminate PHI nodes with constant values during normal GVN processing, even when | Owen Anderson |
| 2007-08-14 | Be more aggressive in pruning unnecessary PHI nodes when doing PHI construction. | Owen Anderson |
| 2007-08-14 | Make GVN iterative. | Owen Anderson |
| 2007-08-14 | Fix a case where GVN was failing to return true when it had, in fact, modified | Owen Anderson |
| 2007-08-09 | Make NonLocal and None const in the right way. :-) | Owen Anderson |
| 2007-08-08 | Change the None and NonLocal markers in memdep to be const. | Owen Anderson |
| 2007-08-07 | Don't insert nearly as many redundant phi nodes. | Owen Anderson |
| 2007-08-03 | Fix a subtle miscompilation. This allows 197.parser to be compiled correctly. | Owen Anderson |
| 2007-08-03 | Fix a subtle iterator invalidation bug in a recursive algorithm. | Owen Anderson |
| 2007-08-02 | Fix 80 col. violations. | Owen Anderson |
| 2007-08-02 | Fix a bug that was causing several miscompilations on SPEC. | Owen Anderson |
| 2007-08-01 | Make non-local memdep not be recursive, and fix a bug on 403.gcc that this ex... | Owen Anderson |
| 2007-07-31 | Don't let the memory allocator outsmart GVN. ;-) | Owen Anderson |
| 2007-07-31 | Fix a failure I accidentally caused in my last commit by mishandling the | Owen Anderson |
| 2007-07-31 | Fix a misoptimization in aha. | Owen Anderson |
| 2007-07-30 | Avoid potential iterator invalidation problems. | Owen Anderson |
| 2007-07-30 | Use more caching when computing non-local dependence. This makes bzip2 not | Owen Anderson |
| 2007-07-30 | Fix a bug caused by indiscriminantly asking for the dominators of a predecessor. | Owen Anderson |
| 2007-07-26 | Fix a couple more bugs in the phi construction by pulling in code that does | Owen Anderson |
| 2007-07-25 | Fix what is _hopefully_ the last corner case for loops. | Owen Anderson |