summaryrefslogtreecommitdiff
path: root/test/Analysis/TypeBasedAliasAnalysis/functionattrs.ll
Commit message (Expand)AuthorAge
* TBAA: handle scalar TBAA format and struct-path aware TBAA format.Manman Ren2013-09-27
* Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky2013-07-06
* Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling2013-02-20
* Change CaptureTracking to pass a Use* instead of a Value* when a value isNick Lewycky2011-12-28
* -enable-tbaa is on by default now.Dan Gohman2010-12-16
* Teach FunctionAttrs about the VAArg instruction.Dan Gohman2010-11-09
* Add a testcase for a call which BasicAA says only accesses memory throughDan Gohman2010-11-08
* Make FunctionAttrs TBAA-aware.Dan Gohman2010-11-08