Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename AddReadAttrs to FunctionAttrs, and teach it how | Duncan Sands | 2008-12-31 | 1 | -166/+0 |
* | Experiments show that looking through phi nodes | Duncan Sands | 2008-12-29 | 1 | -0/+2 |
* | Allow readnone functions to read (and write!) global | Duncan Sands | 2008-12-29 | 1 | -4/+19 |
* | Ignore loads from and stores to local memory (i.e. allocas) | Duncan Sands | 2008-10-04 | 1 | -9/+26 |
* | add AU.setPreservesCFG() since this pass only adds and removes function attri... | Nuno Lopes | 2008-09-30 | 1 | -0/+5 |
* | Speed up these passes when the callgraph has | Duncan Sands | 2008-09-29 | 1 | -3/+8 |
* | Tweak some comments. | Duncan Sands | 2008-09-29 | 1 | -4/+6 |
* | Rename isWeakForLinker to mayBeOverridden. Use it | Duncan Sands | 2008-09-29 | 1 | -1/+1 |
* | Now Attributes are divided in three groups | Devang Patel | 2008-09-26 | 1 | -2/+2 |
* | Large mechanical patch. | Devang Patel | 2008-09-25 | 1 | -2/+2 |
* | Implement review feedback from Devang: make use | Duncan Sands | 2008-09-20 | 1 | -26/+11 |
* | Add a new pass AddReadAttrs which works out which functions | Duncan Sands | 2008-09-19 | 1 | -0/+135 |