llvm-6502/runtime
Chris Lattner 93c9587fbb Update GC intrinsics to take a pointer to the object as well as a pointer
to the field being updated.  Patch contributed by Tobias Nurmiranta


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15097 91177308-0d34-0410-b5e6-96231b3b80d8
2004-07-22 05:51:13 +00:00
..
GC Update GC intrinsics to take a pointer to the object as well as a pointer 2004-07-22 05:51:13 +00:00
GCCLibraries
libdummy
libpng
libprofile Share the profile info type enum with the C++ analysis libraries. 2004-05-04 16:51:48 +00:00
libtrace Fit comment into 80 cols. 2004-04-16 17:13:52 +00:00
zlib
Makefile Build the garbage collectors 2004-05-23 21:26:29 +00:00
README.txt

This directory contains the various runtime libraries used by components of 
the LLVM compiler.  For example, the automatic pool allocation transformation
inserts calls to an external pool allocator library.  This runtime library is
an example of the type of library that lives in these directories.