| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix comment typo. | Duncan Sands | 2008-09-11 | 1 | -1/+1 |
* | Fix a subtle bug when removing instructions from memdep. In very specific | Owen Anderson | 2008-07-28 | 1 | -0/+4 |
* | A better fix for PR2503 that doesn't pessimize GVN in the presence of unreach... | Owen Anderson | 2008-07-02 | 1 | -13/+0 |
* | Properly handle cases where a predecessor of the block being queried on is un... | Owen Anderson | 2008-07-01 | 1 | -0/+13 |
* | Remember to update the reverse non-local cache when cleaning up dirty entries... | Owen Anderson | 2008-06-01 | 1 | -0/+5 |
* | Make ping more aggressive in finding nonlocal caching errors. | Owen Anderson | 2008-06-01 | 1 | -0/+3 |
* | Fix memdep's handling of invokes when finding the dependency of another call | Owen Anderson | 2008-05-13 | 1 | -1/+1 |
* | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman | 2008-05-13 | 1 | -8/+6 |
* | Make several variable declarations static. | Dan Gohman | 2008-05-06 | 1 | -1/+1 |
* | Make GVN able to remove unnecessary calls to read-only functions again. | Owen Anderson | 2008-04-17 | 1 | -2/+1 |
* | Fix a typo in a comment. | Dan Gohman | 2008-04-10 | 1 | -1/+1 |
* | Fix for PR2190. Memdep's non-local caching was checking dirtied blocks in the | Owen Anderson | 2008-04-10 | 1 | -2/+4 |
* | Set blockBegin to point to the beginning of the block, | Dan Gohman | 2008-03-31 | 1 | -2/+2 |
* | Restore isCFGOnly property of various analysis passes. | Devang Patel | 2008-03-20 | 1 | -1/+1 |
* | PassInfo keep tracks whether a pass is an analysis pass or not. | Devang Patel | 2008-03-19 | 1 | -1/+1 |
* | Re-apply the patch to improve the optimizations of memcpy's, with several | Owen Anderson | 2008-02-12 | 1 | -1/+41 |
* | Throttle the non-local dependence analysis for basic blocks with more than 50... | Tanya Lattner | 2008-02-06 | 1 | -7/+20 |
* | Fix an obscure read-after-free bug that Duncan found. | Owen Anderson | 2008-02-05 | 1 | -10/+20 |
* | Fix an issue where, under very specific circumstances, memdep could end up de... | Owen Anderson | 2008-01-30 | 1 | -2/+2 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Fix several cache coherence bugs in MemDep/GVN that were found. Also add som... | Owen Anderson | 2007-12-08 | 1 | -23/+67 |
* | Integrate the readonly/readnone logic more deeply | Duncan Sands | 2007-12-01 | 1 | -4/+2 |
* | Fix a silly bug that Nicholas noticed. | Owen Anderson | 2007-11-26 | 1 | -1/+2 |
* | Allow GVN to eliminate read-only function calls when it can detect that they ... | Owen Anderson | 2007-11-26 | 1 | -4/+5 |
* | Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. | Duncan Sands | 2007-11-01 | 1 | -11/+11 |
* | Add partial caching of non-local memory dependence queries. This provides a ... | Owen Anderson | 2007-09-21 | 1 | -2/+33 |
* | Add a flag to mark a dirty cache entry. This is not yet used, but will event... | Owen Anderson | 2007-09-19 | 1 | -0/+1 |
* | Fix a typo in memdep, which was causing PR1648. | Owen Anderson | 2007-09-11 | 1 | -1/+1 |
* | Remove an un-needed dependence query. This improves compile time marginally ... | Owen Anderson | 2007-09-09 | 1 | -9/+10 |
* | Cache non-local memory dependence analysis. This is a significant compile | Owen Anderson | 2007-08-16 | 1 | -2/+22 |
* | Make NonLocal and None const in the right way. :-) | Owen Anderson | 2007-08-09 | 1 | -18/+16 |
* | Add more comments to memdep. | Owen Anderson | 2007-08-08 | 1 | -1/+27 |
* | Make memdep fit in 80 cols. | Owen Anderson | 2007-08-08 | 1 | -15/+26 |
* | Change the None and NonLocal markers in memdep to be const. | Owen Anderson | 2007-08-08 | 1 | -16/+16 |
* | Clean up a bunch of caching stuff in memdep. This reduces the time to run GVN | Owen Anderson | 2007-08-07 | 1 | -25/+38 |
* | Improve the accuracy of memdep for determining the dependencies of loads. | Owen Anderson | 2007-08-06 | 1 | -2/+13 |
* | Fix a bug that was causing several miscompilations on SPEC. | Owen Anderson | 2007-08-02 | 1 | -3/+15 |
* | Make non-local memdep not be recursive, and fix a bug on 403.gcc that this ex... | Owen Anderson | 2007-08-01 | 1 | -46/+45 |
* | Fix GLIBCXX_DEBUG error owing to dereference of end iterator. There's | David Greene | 2007-07-31 | 1 | -26/+33 |
* | Use more caching when computing non-local dependence. This makes bzip2 not | Owen Anderson | 2007-07-30 | 1 | -0/+2 |
* | Fix a bug introduced in my last commit. | Owen Anderson | 2007-07-26 | 1 | -1/+7 |
* | Fix a couple more bugs in the phi construction by pulling in code that does | Owen Anderson | 2007-07-26 | 1 | -3/+0 |
* | Fix a bug in non-local memdep that was causing an infinite loop on 175.vpr. | Owen Anderson | 2007-07-25 | 1 | -3/+12 |
* | Add basic support for performing whole-function RLE. | Owen Anderson | 2007-07-25 | 1 | -35/+34 |
* | Add initial support for non-local memory dependence analysis. | Owen Anderson | 2007-07-24 | 1 | -6/+53 |
* | When removing instructions from the analysis, be sure to check the confirmed | Owen Anderson | 2007-07-20 | 1 | -1/+2 |
* | Add support for walking up memory def chains, which enables finding many more | Owen Anderson | 2007-07-16 | 1 | -18/+37 |
* | Let MemoryDependenceAnalysis take care of updating AliasAnalysis. | Owen Anderson | 2007-07-12 | 1 | -0/+2 |
* | Calculate the size of a array allocation correctly. | Owen Anderson | 2007-07-10 | 1 | -2/+2 |
* | Fix a crasher when finding the dependency of a call. | Owen Anderson | 2007-07-10 | 1 | -1/+2 |