llvm-6502/include
Chris Lattner 029840c935 Add a new LibCallAliasAnalysis pass, which is parameterized
by an instance of LibCallInfo to provide mod/ref info of
standard library functions.  This is powerful enough to
say that 'sqrt' is readonly except that it modifies errno,
or that "printf doesn't store to memory unless the %n
constraint is present" etc.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50827 91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-07 19:53:05 +00:00
..
llvm Add a new LibCallAliasAnalysis pass, which is parameterized 2008-05-07 19:53:05 +00:00
llvm-c Improve documentation. 2008-05-06 19:17:01 +00:00