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
..
2008-03-23 13:44:17 +00:00
2008-02-05 20:46:33 +00:00
2008-05-04 18:14:55 +00:00
2008-04-30 04:56:14 +00:00
2008-02-27 06:33:05 +00:00
2008-04-01 04:00:45 +00:00
2008-04-16 20:45:31 +00:00
2008-03-25 22:06:05 +00:00
2008-04-16 21:57:29 +00:00
2008-05-05 18:30:58 +00:00