| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement a proper getModRefInfo for va_arg. | Dan Gohman | 2010-08-06 | 1 | -0/+17 |
| * | Be more conservative in the face of volatile. | Dan Gohman | 2010-08-06 | 1 | -8/+8 |
| * | Fix a comment. | Dan Gohman | 2010-08-06 | 1 | -2/+2 |
| * | Move all the logic for function attributes and call attributes out of the | Dan Gohman | 2010-08-06 | 1 | -59/+119 |
| * | Yes, we can do better, but this is not the place for it. | Dan Gohman | 2010-08-05 | 1 | -1/+0 |
| * | Remove PointerAccessInfo, which nothing was using. | Dan Gohman | 2010-08-03 | 1 | -5/+3 |
| * | Thread const correctness through a bunch of AliasAnalysis interfaces and | Dan Gohman | 2010-08-03 | 1 | -13/+15 |
| * | Make AliasAnalysis::getModRefInfo conservative in the face of volatility. | Dan Gohman | 2010-08-03 | 1 | -3/+20 |
| * | Remove interprocedural-basic-aa and associated code. The AliasAnalysis | Dan Gohman | 2010-07-07 | 1 | -9/+7 |
| * | Add an Intraprocedural form of BasicAliasAnalysis, which aims to | Dan Gohman | 2010-06-29 | 1 | -6/+10 |
| * | Partially address a README by having functionattrs consider calls to | Duncan Sands | 2010-01-06 | 1 | -4/+7 |
| * | use the new isNoAlias method to simplify some code, only do an escaping check... | Chris Lattner | 2009-11-23 | 1 | -3/+4 |
| * | Remove the AliasAnalysis::getMustAliases method, which is dead. | Chris Lattner | 2009-11-22 | 1 | -10/+0 |
| * | Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su... | Victor Hernandez | 2009-10-23 | 1 | -1/+1 |
| * | Global Aliases are not identifiable objects. | Dan Gohman | 2009-08-27 | 1 | -2/+4 |
| * | Make AliasAnalysis and related classes use | Dan Gohman | 2009-07-25 | 1 | -6/+11 |
| * | Generalize some alias analysis logic from atomic | Duncan Sands | 2009-02-14 | 1 | -1/+6 |
| * | If a function only reads memory, then we know that... | Duncan Sands | 2009-02-13 | 1 | -7/+11 |
| * | Fix a crasher: we need to check that the function is non-null before using it! | Owen Anderson | 2009-02-06 | 1 | -1/+1 |
| * | Refactor my previous change to maintain the distinction between AliasAnalysis... | Owen Anderson | 2009-02-05 | 1 | -56/+14 |
| * | Finish making AliasAnalysis aware of the fact that most atomic intrinsics onl... | Owen Anderson | 2009-02-04 | 1 | -0/+21 |
| * | Teach AliasAnalysis that a bunch of the atomic intrinsics only dereference th... | Owen Anderson | 2009-02-03 | 1 | -0/+22 |
| * | Move isIdentifiedObject and isNoAliasCall into AliasAnalysis.cpp since | Dan Gohman | 2009-02-03 | 1 | -0/+24 |
| * | Fix a copy+paste error in a comment. | Dan Gohman | 2008-05-30 | 1 | -1/+1 |
| * | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman | 2008-05-13 | 1 | -3/+1 |
| * | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| * | Revert r44626, which turned off the use of readonly | Duncan Sands | 2007-12-12 | 1 | -12/+4 |
| * | Commit 44487 broke bootstrap of llvm-gcc-4.2. It is | Duncan Sands | 2007-12-05 | 1 | -4/+12 |
| * | Rather than having special rules like "intrinsics cannot | Duncan Sands | 2007-12-03 | 1 | -4/+4 |
| * | Integrate the readonly/readnone logic more deeply | Duncan Sands | 2007-12-01 | 1 | -7/+32 |
| * | Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. | Duncan Sands | 2007-11-01 | 1 | -3/+3 |
| * | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 1 | -0/+191 |