Allow readnone functions to read (and write!) global
[oota-llvm.git] / lib / Transforms / IPO / AddReadAttrs.cpp
2008-12-29 Duncan SandsAllow readnone functions to read (and write!) global
2008-10-04 Duncan SandsIgnore loads from and stores to local memory (i.e....
2008-09-30 Nuno Lopesadd AU.setPreservesCFG() since this pass only adds...
2008-09-29 Duncan SandsSpeed up these passes when the callgraph has
2008-09-29 Duncan SandsTweak some comments.
2008-09-29 Duncan SandsRename isWeakForLinker to mayBeOverridden. Use it
2008-09-26 Devang PatelNow Attributes are divided in three groups
2008-09-25 Devang Patel Large mechanical patch.
2008-09-20 Duncan SandsImplement review feedback from Devang: make use
2008-09-19 Duncan SandsAdd a new pass AddReadAttrs which works out which functions