aboutsummaryrefslogtreecommitdiff
path: root/runtime/libtrace/tracelib.h
AgeCommit message (Collapse)Author
2002-05-20* If hashing a pointer, cast it to a 64 bit number so gcc doesn't warnChris Lattner
* Don't put extra stuff after #endif git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2671 91177308-0d34-0410-b5e6-96231b3b80d8
2002-05-19Runtime routines to support tracing.Vikram S. Adve
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