Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 | |
| | | | | | | Header files will be on the way. llvm-svn: 9298 | |||||
* | Fix miscompilation in Fhourstones and bug: LICM/2003-05-02-LoadHoist.ll | Chris Lattner | 2003-05-03 | 1 | -0/+1 | |
| | | | | llvm-svn: 5994 | |||||
* | ADd two new 'add' methods | Chris Lattner | 2003-03-03 | 1 | -0/+28 | |
| | | | | llvm-svn: 5691 | |||||
* | Make the aliassettracker much more precise by actually tracking size | Chris Lattner | 2003-02-26 | 1 | -20/+33 | |
| | | | | | | information for various accesses. What a concept. llvm-svn: 5647 | |||||
* | Convert to work with new AliasAnalysis interface by conservatively assuming ↵ | Chris Lattner | 2003-02-26 | 1 | -6/+8 | |
| | | | | | | all pointers are arbitrarily large accesses llvm-svn: 5636 | |||||
* | This is a substantial rewrite of the AliasSetTracker class which now uses | Chris Lattner | 2003-02-24 | 1 | -111/+218 | |
| | | | | | | | | | | | a union-find based algorithm, is significantly faster, and is more general. It will also scale to handle call instructions correctly, which is a nice added bonus. This includes a new pass -print-alias-sets which can be used to show how alias sets are formed for a particular analysis. llvm-svn: 5619 | |||||
* | First try at implementing the AliasSetTracker class. I'm sure it will need | Chris Lattner | 2002-09-26 | 1 | -0/+172 | |
revision as I start to use it though. llvm-svn: 3954 |