llvm-mirror/lib
Chris Lattner 3ee18d7c51 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.

llvm-svn: 50827
2008-05-07 19:53:05 +00:00
..
Analysis Add a new LibCallAliasAnalysis pass, which is parameterized 2008-05-07 19:53:05 +00:00
Archive
AsmParser
Bitcode
CodeGen Output correct exception handling and frame info 2008-05-07 19:11:09 +00:00
Debugger
ExecutionEngine
Linker If weak GlobalVariable was bitcast'ed to different type during linking 2008-05-06 22:52:54 +00:00
Support Remove uses of llvm/System/IncludeFile.h that are no longer needed. 2008-05-06 01:32:53 +00:00
System Fix renamePathOnDisk on Win32, patch from David Leon. This fixes problems with 2008-05-06 03:42:21 +00:00
Target Output correct exception handling and frame info 2008-05-07 19:11:09 +00:00
Transforms Fix a bug in the ComputeMaskedBits logic for multiply. 2008-05-07 00:35:55 +00:00
VMCore Make StripPointerCast a common function (should we mak it method of Value instead?) 2008-05-06 22:52:30 +00:00
Makefile