llvm-6502/lib
Chris Lattner 14852f27e7 Add a new interface for describing the behavior of library calls. This
Currently is sufficient to describe mod/ref behavior but will hopefully
eventually be extended for other purposes.

This isn't used by anything yet.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50820 91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-07 18:21:13 +00:00
..
Analysis Add a new interface for describing the behavior of library calls. This 2008-05-07 18:21:13 +00:00
Archive Change the MemoryBuffer::getFile* methods to take just a pointer to the 2008-04-01 18:04:03 +00:00
AsmParser regenerate 2008-05-04 17:18:47 +00:00
Bitcode Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 2008-04-25 16:53:59 +00:00
CodeGen Yet another nasty spiller bug. 2008-05-07 00:49:28 +00:00
Debugger Make these variables static. 2008-04-23 23:15:23 +00:00
ExecutionEngine PR2202: LLVMCreateInterpreter creates a JIT 2008-04-25 02:52:30 +00:00
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 Match things like 'armv5tejl-unknown-linux-gnu' for PR2290 2008-05-06 02:29:28 +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