Runtime routines to support tracing.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Sun, 19 May 2002 15:49:58 +0000 (15:49 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Sun, 19 May 2002 15:49:58 +0000 (15:49 +0000)
commit2df1f74b972bf1986e27294a1c4fbfadeb1d9763
tree3e4224e000f890cd057a49dbc7e56485bcd67f3a
parent2a4d8d2461f2ead5da8440c438a79b3fb93bff00
Runtime routines to support tracing.
Currently includes code to hash pointers to sequence numbers.
The hash table should be separated out into a separate file
since that is generic.  The rest of this code is pretty small.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2655 91177308-0d34-0410-b5e6-96231b3b80d8
runtime/libtrace/Makefile [new file with mode: 0644]
runtime/libtrace/tracelib.c [new file with mode: 0644]
runtime/libtrace/tracelib.h [new file with mode: 0644]