aboutsummaryrefslogtreecommitdiff
path: root/runtime/libtrace/tracelib.c
AgeCommit message (Expand)Author
2007-01-07the old trace values pass has been removed, remove its runtime library.Chris Lattner
2006-11-17Undo removal of the runtime libraries. While this may have been a bitReid Spencer
2006-11-16In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support willReid Spencer
2005-01-28Hrm, who knows what 'uint' is, but it seems to work sometimes? Wierd.Chris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2003-07-301. Make table size prime -- improves hashing performance vastly.Vikram S. Adve
2003-07-29Bug fix: after reallocating the hash table, we have to re-insert each valueVikram S. Adve
2003-07-21Remove unneccesary #ifdefsChris Lattner
2003-07-21Fix warningsChris Lattner
2003-07-11Use uint32_t for table index and size: table will never be > 4GB.Vikram S. Adve
2003-07-08Pointer hash table reallocation code seems never to have been tested!Vikram S. Adve
2003-06-24Prevented inclusion of (non-existent) stdint.h on Sparc.Joel Stanley
2003-05-27Update to match the reality that is now.Chris Lattner
2002-05-20* If hashing a pointer, cast it to a 64 bit number so gcc doesn't warnChris Lattner
2002-05-19Runtime routines to support tracing.Vikram S. Adve