| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Drop 'const' | Devang Patel | 2007-05-03 | 1 | -1/+1 |
* | Use 'static const char' instead of 'static const int'. | Devang Patel | 2007-05-02 | 1 | -1/+1 |
* | Fix build error. | Lauro Ramos Venancio | 2007-05-02 | 1 | -1/+1 |
* | Do not use typeinfo to identify pass in pass manager. | Devang Patel | 2007-05-01 | 1 | -0/+1 |
* | Removed unneeded <iostream> #include. | Bill Wendling | 2006-11-17 | 1 | -1/+0 |
* | For PR780: | Reid Spencer | 2006-06-07 | 1 | -5/+1 |
* | For PR780: | Reid Spencer | 2006-06-07 | 1 | -0/+1 |
* | Change from using a stub function to a stub variable for passing to the | Reid Spencer | 2006-06-01 | 1 | -1/+1 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -2/+2 |
* | Make this more efficient by only making one virtual method call. | Chris Lattner | 2005-03-23 | 1 | -4/+6 |
* | Make this a bit more aggressive | Chris Lattner | 2005-03-23 | 1 | -1/+1 |
* | Fix the missing symbols problem Bill was hitting. Patch contributed by | Chris Lattner | 2005-03-17 | 1 | -0/+1 |
* | Adjust to new alias analysis interfaces | Chris Lattner | 2004-12-15 | 1 | -7/+4 |
* | Properly extern this. | Chris Lattner | 2004-12-08 | 1 | -1/+3 |
* | Fix #includes of i*.h => Instructions.h as per PR403. | Misha Brukman | 2004-07-29 | 1 | -1/+1 |
* | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer | 2004-07-04 | 1 | -0/+1 |
* | Changes to work with the changes to the AliasAnalysis interface. The -no-aa | Chris Lattner | 2004-05-23 | 1 | -28/+67 |
* | Deinline some virtual methods, provide better mod/ref answers through the | Chris Lattner | 2004-03-15 | 1 | -5/+21 |
* | Improve mod/ref information based on the pointsToConstantMemory method. | Chris Lattner | 2004-01-30 | 1 | -2/+9 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Add new -no-aa implementation | Chris Lattner | 2003-02-26 | 1 | -0/+19 |
* | Move BasicAA pass out to it's own header file | Chris Lattner | 2003-02-26 | 1 | -258/+7 |
* | - Checkin of the alias analysis work: | Chris Lattner | 2003-02-26 | 1 | -78/+187 |
* | Implement knowledge in BasicAA that &A->field != &A and (P+1) != P | Chris Lattner | 2003-02-09 | 1 | -0/+17 |
* | - Fix BasicAA to correctly detect the non-aliasness of A[1] & A[2] | Chris Lattner | 2003-02-09 | 1 | -2/+2 |
* | Don't bother counting alias results, allow the AliasAnalysisCounter to do that. | Chris Lattner | 2003-02-07 | 1 | -24/+6 |
* | Add statistics to basicAA pass | Chris Lattner | 2003-02-03 | 1 | -7/+28 |
* | Make query operations non-const to allow demand-driven analyses. | Vikram S. Adve | 2002-11-06 | 1 | -5/+5 |
* | * Add capability to recognize alias properties of the following common cases: | Chris Lattner | 2002-09-08 | 1 | -12/+79 |
* | Remove unneeded #include | Chris Lattner | 2002-08-29 | 1 | -1/+0 |
* | doxygenize comments | Chris Lattner | 2002-08-22 | 1 | -9/+8 |