aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/libtrace/tracelib.c
Commit message (Expand)AuthorAgeFilesLines
* Hrm, who knows what 'uint' is, but it seems to work sometimes? Wierd.Chris Lattner2005-01-281-4/+4
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* 1. Make table size prime -- improves hashing performance vastly.Vikram S. Adve2003-07-301-24/+43
* Bug fix: after reallocating the hash table, we have to re-insert each valueVikram S. Adve2003-07-291-33/+25
* Remove unneccesary #ifdefsChris Lattner2003-07-211-12/+6
* Fix warningsChris Lattner2003-07-211-1/+1
* Use uint32_t for table index and size: table will never be > 4GB.Vikram S. Adve2003-07-111-8/+12
* Pointer hash table reallocation code seems never to have been tested!Vikram S. Adve2003-07-081-21/+38
* Prevented inclusion of (non-existent) stdint.h on Sparc.Joel Stanley2003-06-241-0/+2
* Update to match the reality that is now.Chris Lattner2003-05-271-1/+1
* * If hashing a pointer, cast it to a 64 bit number so gcc doesn't warnChris Lattner2002-05-201-2/+1
* Runtime routines to support tracing.Vikram S. Adve2002-05-191-0/+365